@prefix : <https://blackcatinformatics.ca/gmeow#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@base <https://blackcatinformatics.ca/gmeow> .

<https://blackcatinformatics.ca/gmeow> rdf:type owl:Ontology ;
                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/full> ;
                                        rdfs:label "GMEOW — full profile"@en ;
                                        skos:definition "The everything-aggregation: the core profile (the root IRI's generated tierCore closure) plus every extension slice. The kitchen-sink consumer's single import target, and the input to the global reasoning gate."@en .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.org/dc/terms/created
<http://purl.org/dc/terms/created> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/isPartOf
<http://purl.org/dc/terms/isPartOf> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/modified
<http://purl.org/dc/terms/modified> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespacePrefix
<http://purl.org/vocab/vann/preferredNamespacePrefix> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespaceUri
<http://purl.org/vocab/vann/preferredNamespaceUri> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#closeMatch
skos:closeMatch rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#definition
skos:definition rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#exactMatch
skos:exactMatch rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#example
skos:example rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#scopeNote
skos:scopeNote rdf:type owl:AnnotationProperty .


###  https://blackcatinformatics.ca/gmeow/accordingTo
<https://blackcatinformatics.ca/gmeow/accordingTo> rdf:type owl:AnnotationProperty ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/standpoint> ;
                                                   rdfs:label "according to"@x-gmeow-english ;
                                                   skos:definition "The standpoint / frame within which the annotated statement is asserted true — *according to whom*. DISTINCT from gmeow:wasAttributedTo (which source RECORDED the claim) and gmeow:confidence (how sure we are); a claim may carry all three with no inferential bridge among them. Its value is a gmeow:Agent (a polity, community, or organization IRI) or a gmeow:Standpoint individual (a frame that needs its own identity). When a statement is promoted to a reified gmeow:Observation, gmeow:accordingTo becomes the gmeow:vantage of the relator (vantage ⊑ accordingTo — documented, not axiomatised, because accordingTo is an AnnotationProperty and vantage is an ObjectProperty). Standpoint-TIME — when the frame held this position — rides gmeow:validFrom / gmeow:validUntil on the same statement in the light case, or a reified gmeow:StandpointTenure when the adoption / withdrawal is itself the fact of interest. The range is intentionally open. An unindexed statement is held according to gmeow:universalStandpoint (the uncontested global facts)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/docsConcern> <https://blackcatinformatics.ca/gmeow/concernStandpoints> ,
                                                                                                      <https://blackcatinformatics.ca/gmeow/concernStatementMetadata> .


###  https://blackcatinformatics.ca/gmeow/assertedAt
<https://blackcatinformatics.ca/gmeow/assertedAt> rdf:type owl:AnnotationProperty ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                  rdfs:label "asserted at"@x-gmeow-english ;
                                                  skos:definition "The instant an agent observed or asserted the annotated claim (e.g. an email Date header or a vCard REV) — a witness that the fact held at that instant. Distinct from validity (validFrom/validUntil) and from a source's carrier time."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/docsConcern> <https://blackcatinformatics.ca/gmeow/concernProvenanceEvidence> ,
                                                                                                     <https://blackcatinformatics.ca/gmeow/concernStatementMetadata> ;
                                                  rdfs:range xsd:dateTime .


###  https://blackcatinformatics.ca/gmeow/avoidForConsumer
<https://blackcatinformatics.ca/gmeow/avoidForConsumer> rdf:type owl:AnnotationProperty ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                        rdfs:label "avoid for consumer"@x-gmeow-english ;
                                                        skos:definition "Term-level advisory metadata naming downstream ProjectionContext individuals for which the annotated ontology construct is normally too detailed, too lossy, or otherwise inappropriate without an explicit projection rule. This is documentation about the ontology term itself, distinct from gmeow:eligibleForConsumer on data values or claims; values must be declared gmeow:ProjectionContext individuals."@x-gmeow-english ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/ProjectionContext> .


###  https://blackcatinformatics.ca/gmeow/avoidWhen
<https://blackcatinformatics.ca/gmeow/avoidWhen> rdf:type owl:AnnotationProperty ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                 rdfs:label "avoid when"@x-gmeow-english ;
                                                 skos:definition "Term-level advisory metadata naming conditions in which a class, property, individual, or slice-level construct should not be used, or should be promoted to a more precise construct. A narrower, machine-addressable form of skos:scopeNote for negative scope advice; it has no logical force."@x-gmeow-english ;
                                                 rdfs:subPropertyOf skos:scopeNote .


###  https://blackcatinformatics.ca/gmeow/coarsenGuarded
<https://blackcatinformatics.ca/gmeow/coarsenGuarded> rdf:type owl:AnnotationProperty ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                      rdfs:label "coarsen guarded"@x-gmeow-english ;
                                                      skos:definition "Marks a property as PRECISION-BEARING for disclosure control (precision guard, CONSTITUTION P10): when a projection branch reads this property of a subject, the mapping compiler injects a guard so the subject's precise values never pass a gmeow:coarsenTo mark — the coarse form is published only by a profile's explicit coarsening branch. Ontology-derived, never a hand list: annotating a new precise-value property extends every generated projection's guards on the next regenerate."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/coequalFacet
<https://blackcatinformatics.ca/gmeow/coequalFacet> rdf:type owl:AnnotationProperty ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                    rdfs:label "co-equal facet"@x-gmeow-english ;
                                                    skos:definition "Marks a property as one co-equal identity-facet axis among peers (CONSTITUTION P9, co-equal facet lint). Every property annotated coequalFacet true is held orthogonal to every other by the generated reasoning lint: its range is its own (distinct from every other axis), no rdfs:subPropertyOf or owl:equivalentProperty bridge may connect two axes, none may be owl:FunctionalProperty (a single locked value invites exactly the owl:sameAs collapse Principle 5 forbids), and all axis ranges must be jointly declared owl:AllDisjointClasses. A new annotated axis receives Principle 9 enforcement by construction."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/confidence
<https://blackcatinformatics.ca/gmeow/confidence> rdf:type owl:AnnotationProperty ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/provenance> ;
                                                  rdfs:label "confidence"@x-gmeow-english ;
                                                  skos:definition "Confidence in a claim, in the closed interval [0,1], attached to the statement it qualifies."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/docsConcern> <https://blackcatinformatics.ca/gmeow/concernProvenanceEvidence> ,
                                                                                                     <https://blackcatinformatics.ca/gmeow/concernStatementMetadata> .


###  https://blackcatinformatics.ca/gmeow/constraintText
<https://blackcatinformatics.ca/gmeow/constraintText> rdf:type owl:AnnotationProperty ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                      rdfs:label "constraint text"@x-gmeow-english ;
                                                      skos:definition "Human-readable selection and termination rules for the mobile form. Language-tagged; at most one value per language (Principle 9)."@x-gmeow-english ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/TraversalConstraint> .


###  https://blackcatinformatics.ca/gmeow/docsConcern
<https://blackcatinformatics.ca/gmeow/docsConcern> rdf:type owl:AnnotationProperty ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                   rdfs:label "documentation concern link"@x-gmeow-english ;
                                                   skos:definition "Links a term, slice, or documentation-bearing resource to a gmeow:DocumentationConcern. Used only by documentation projections; it carries no logical semantics and does not affect the OWL 2 DL core."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dofConstraintText
<https://blackcatinformatics.ca/gmeow/dofConstraintText> rdf:type owl:AnnotationProperty ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "degree-of-freedom constraint text"@x-gmeow-english ;
                                                         skos:definition "A human-readable statement of the constraint, boundary, or delegation contract for this parameter. Language-tagged; at most one value per language (Principle 9)."@x-gmeow-english ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/DegreeOfFreedom> .


###  https://blackcatinformatics.ca/gmeow/frameCardinality
<https://blackcatinformatics.ca/gmeow/frameCardinality> rdf:type owl:AnnotationProperty ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                        rdfs:label "frame cardinality"@x-gmeow-english ;
                                                        skos:definition "Optional cardinality override for a gmeow:requiresFrame declaration: \"exactly-one\" or \"at-least-one\". Absent, the cardinality is derived from the frame property's character — owl:FunctionalProperty means exactly one, otherwise at least one. The override exists for carriers whose frame property is logically non-functional (the property serves several carrier classes with different multiplicities) but whose instances each live in a single frame, e.g. gmeow:Pose."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameRequirementSeverity
<https://blackcatinformatics.ca/gmeow/frameRequirementSeverity> rdf:type owl:AnnotationProperty ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                                rdfs:label "frame requirement severity"@x-gmeow-english ;
                                                                skos:definition "Optional severity for a gmeow:requiresFrame declaration: \"warning\" downgrades the generated frame-relativity shape from sh:Violation to sh:Warning (used while a module's data corpus is still being brought up to frame completeness). Absent means violation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/generalizesVia
<https://blackcatinformatics.ca/gmeow/generalizesVia> rdf:type owl:AnnotationProperty ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                      rdfs:label "generalizes via"@x-gmeow-english ;
                                                      skos:definition "Projection-compiler guidance naming the transitive part/whole property to walk when coarsening a value (e.g. gmeow:containedInPlace for places). Defaults to gmeow:partOf when absent. An annotation property — it directs generalization without imposing logical semantics, keeping the core OWL 2 DL."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/guideBlob
<https://blackcatinformatics.ca/gmeow/guideBlob> rdf:type owl:AnnotationProperty ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                 rdfs:label "guide blob"@x-gmeow-english ;
                                                 skos:definition "Links a slice to the content-addressed digest of its Tier-2 narrative guide as embedded in a GTS package: the guide rides the same file as the ontology, sub-profiled per slice, and a consumer resolves guide ↔ slice from the graph itself. The value is the blob digest string; the docs-in-sync invariant (every guide anchor resolves to a live term) is enforced by the package build, so the linkage is trustworthy from the hash chain alone (Principle 7)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasAboutness
<https://blackcatinformatics.ca/gmeow/hasAboutness> rdf:type owl:AnnotationProperty ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                    rdfs:label "has aboutness"@x-gmeow-english ;
                                                    skos:definition "Relates an information carrier (a document, span, segment, citation act, exemplar, or statement via the statement layer) to its aboutness mode — the explicit facet recording whether the carrier describes its subject or enacts it. Domain-free (universal, like hasGranularity, hasDeterminacy, and hasSensitivity). NOT functional: a carrier may bear different aboutness modes toward different subjects, and in a multi-vantage setting classifications coexist rather than force the reasoner to collapse them (Principle 9). An owl:AnnotationProperty (unlike the other three axes' ObjectProperties) because aboutness is routinely asserted ABOUT statements through the statement layer, where the annotation form keeps the generated OWL downcast in OWL 2 DL — the gmeow:accordingTo pattern (Principle 3). The subject toward which the mode holds is carried by the surrounding construct (the citation's cited entity, the exemplar's criterion, the statement cell) — never inferred."@x-gmeow-english ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/AboutnessMode> .


###  https://blackcatinformatics.ca/gmeow/howToUse
<https://blackcatinformatics.ca/gmeow/howToUse> rdf:type owl:AnnotationProperty ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                rdfs:label "how to use"@x-gmeow-english ;
                                                skos:definition "Term-level advisory metadata carrying a short modeling recipe for the HOW facet: the companion properties, relators, statement metadata, or projection checks that normally travel with the annotated term. Documentation-only; it does not change OWL entailments."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/importanceLevel
<https://blackcatinformatics.ca/gmeow/importanceLevel> rdf:type owl:AnnotationProperty ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/provenance> ;
                                                       rdfs:label "importance level"@x-gmeow-english ;
                                                       skos:definition "Relative import/source importance of a claim on a 0–10 scale; projection takes the maximum across imports."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mappedFrom
<https://blackcatinformatics.ca/gmeow/mappedFrom> rdf:type owl:AnnotationProperty ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/provenance> ;
                                                  rdfs:label "mapped from"@x-gmeow-english ;
                                                  skos:definition "The source property a claim was derived from during ingestion, recorded for mapping-step audit."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namingNote
<https://blackcatinformatics.ca/gmeow/namingNote> rdf:type owl:AnnotationProperty ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                  rdfs:label "naming note"@x-gmeow-english ;
                                                  skos:definition "An explicit justification for a term local name that the primary/preferred/default/main naming lint (CONSTITUTION P9, co-equal facet lint) would otherwise reject. Legitimate value-vocabulary uses exist — gmeow:scriptRolePrimary names a linguistic reality (one co-equal value among seven), gmeow:sourceTierPrimary is the standard bibliographic axis — and this annotation records that judgment so the lint enforces it instead of relying on audit-time discretion. A term carrying namingNote must still never be a selector that privileges one co-equal claim over another."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/ornamentDescription
<https://blackcatinformatics.ca/gmeow/ornamentDescription> rdf:type owl:AnnotationProperty ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "ornament description"@x-gmeow-english ;
                                                           skos:definition "A human-readable description of the ornament convention and its execution. Language-tagged; at most one value per language (Principle 9)."@x-gmeow-english ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/OrnamentProfile> .


###  https://blackcatinformatics.ca/gmeow/pairsWith
<https://blackcatinformatics.ca/gmeow/pairsWith> rdf:type owl:AnnotationProperty ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                 rdfs:label "pairs with"@x-gmeow-english ;
                                                 skos:definition "Links the two halves of a flat-first/reify-on-demand pair — the flat shortcut and the reified relator that carries the same relationship when period, role, confidence, or standpoint must be first-class (gmeow:hasGoal ↔ gmeow:IntentionTenure; gmeow:hasLicense ↔ gmeow:License; gmeow:narrates ↔ gmeow:NarrationUsage). Symmetric by doctrine, asserted in one direction (flat → reified) and read both ways by tooling; an AnnotationProperty so the pairing is machine-usable documentation (gmeow describe renders the promotion path from it), never a logical bridge (Principle 12: no axiom makes the flat form entail the relator)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/processRuleText
<https://blackcatinformatics.ca/gmeow/processRuleText> rdf:type owl:AnnotationProperty ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "process rule text"@x-gmeow-english ;
                                                       skos:definition "A human-readable statement of the generative rule (e.g. 'two voices begin in unison; one accelerates by one beat every X measures until re-aligned'). Language-tagged; at most one value per language (Principle 9)."@x-gmeow-english ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/GenerativeProcess> .


###  https://blackcatinformatics.ca/gmeow/profileDescriptor
<https://blackcatinformatics.ca/gmeow/profileDescriptor> rdf:type owl:AnnotationProperty ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/profiles> ;
                                                         rdfs:label "profile descriptor"@x-gmeow-english ;
                                                         skos:definition "A property that is part of this Profile's closed descriptor schema."@x-gmeow-english ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/Profile> .


###  https://blackcatinformatics.ca/gmeow/recordedNoLaterThan
<https://blackcatinformatics.ca/gmeow/recordedNoLaterThan> rdf:type owl:AnnotationProperty ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                           rdfs:label "recorded no later than"@x-gmeow-english ;
                                                           skos:definition "A DERIVED upper bound (terminus ante quem) on when the annotated claim was committed to a record — typically taken from the modification time of its source carrier (gmeow:sourceModifiedAt) when no stronger observation time is known. Carries low gmeow:confidence; it is neither valid-time nor a point observation. Populate it in the importer/query layer, not by OWL inference."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/docsConcern> <https://blackcatinformatics.ca/gmeow/concernProvenanceEvidence> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/concernStatementMetadata> ;
                                                           rdfs:range xsd:dateTime .


###  https://blackcatinformatics.ca/gmeow/requiresFrame
<https://blackcatinformatics.ca/gmeow/requiresFrame> rdf:type owl:AnnotationProperty ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                     rdfs:label "requires frame"@x-gmeow-english ;
                                                     skos:definition "Declares that every instance of the annotated class must carry the named reference-frame property (CONSTITUTION P11, frame-relativity gate): 'a value asserted without its frame is ill-formed'. The frame-relativity SHACL shape is GENERATED from this declaration — exactly one frame when the named property is owl:FunctionalProperty, at least one otherwise — so a new frame-relative value class is enforced the moment it is declared, never by remembering to hand-write its shape. Pair with gmeow:frameRequirementSeverity \"warning\" to downgrade from violation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/retrievalScore
<https://blackcatinformatics.ca/gmeow/retrievalScore> rdf:type owl:AnnotationProperty ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                                      rdfs:label "retrieval score"@x-gmeow-english ;
                                                      skos:definition "Statement-level annotation: the relevance score a retrieval (or re-ranker) assigned to ONE retrievedChunk triple. An annotation property so competing scores coexist attributed (P9) and the OWL downcast stays DL-clean (P3)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/selfAsserted
<https://blackcatinformatics.ca/gmeow/selfAsserted> rdf:type owl:AnnotationProperty ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                                    rdfs:label "self-asserted"@x-gmeow-english ;
                                                    skos:definition "Whether an identity facet was asserted by the person themselves (true — the top authority) rather than recorded or inferred by a third party (false). Also usable as a statement-level annotation (RDF 1.2 / OWL axiom) to mark a quoted claim as self-asserted. Non-functional: a multi-source merge may carry both a self-assertion and a third-party record, which coexist rather than force a contradiction."@x-gmeow-english ;
                                                    rdfs:range xsd:boolean ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/IdentityFacet> .


###  https://blackcatinformatics.ca/gmeow/standpointModality
<https://blackcatinformatics.ca/gmeow/standpointModality> rdf:type owl:AnnotationProperty ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/standpoint> ;
                                                          rdfs:label "standpoint modality"@x-gmeow-english ;
                                                          skos:definition "The belief value a standpoint assigns the annotated proposition — *how* the standpoint holds it, not merely *that* it holds it. This single axis is at least as expressive as BOTH the Standpoint-Logic modal operators (□_S / ◊_S) AND the CRMinf belief value (true / false / probable / possible): gmeow:unequivocal (□, settled true), gmeow:probable (likely true), gmeow:conceivable (◊, possible), gmeow:refuted (□¬, settled false — the standpoint DENIES the proposition), gmeow:bullshit (indifference to truth — Frankfurt). Optional; ABSENT is read as unequivocal. Orthogonal to gmeow:confidence (our certainty about the standpoint's stance) and gmeow:accordingTo (whose frame). Refutation is what lets GMEOW distinguish a standpoint's explicit denial from its silence — the neutral-stance ambiguity flat models cannot resolve."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/docsConcern> <https://blackcatinformatics.ca/gmeow/concernStandpoints> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/concernStatementMetadata> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/StandpointModality> .


###  https://blackcatinformatics.ca/gmeow/useForConsumer
<https://blackcatinformatics.ca/gmeow/useForConsumer> rdf:type owl:AnnotationProperty ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                      rdfs:label "use for consumer"@x-gmeow-english ;
                                                      skos:definition "Term-level advisory metadata naming downstream ProjectionContext individuals for which the annotated ontology construct is normally appropriate. This is documentation about the ontology term itself, distinct from gmeow:eligibleForConsumer on data values or claims; values must be declared gmeow:ProjectionContext individuals."@x-gmeow-english ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/ProjectionContext> .


###  https://blackcatinformatics.ca/gmeow/useWhen
<https://blackcatinformatics.ca/gmeow/useWhen> rdf:type owl:AnnotationProperty ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                               rdfs:label "use when"@x-gmeow-english ;
                                               skos:definition "Term-level advisory metadata naming the modeling situation in which a class, property, individual, or slice-level construct should be used. A narrower, machine-addressable form of skos:scopeNote for the WHEN facet; it has no logical force and is consumed by describe, docs, validation, and projection guidance tooling."@x-gmeow-english ;
                                               rdfs:subPropertyOf skos:scopeNote .


###  https://blackcatinformatics.ca/gmeow/validFrom
<https://blackcatinformatics.ca/gmeow/validFrom> rdf:type owl:AnnotationProperty ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                 rdfs:label "valid from"@x-gmeow-english ;
                                                 skos:definition "The instant from which the annotated statement is asserted to hold."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/docsConcern> <https://blackcatinformatics.ca/gmeow/concernStandpoints> ,
                                                                                                    <https://blackcatinformatics.ca/gmeow/concernStatementMetadata> ;
                                                 rdfs:range xsd:dateTime .


###  https://blackcatinformatics.ca/gmeow/validUntil
<https://blackcatinformatics.ca/gmeow/validUntil> rdf:type owl:AnnotationProperty ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                  rdfs:label "valid until"@x-gmeow-english ;
                                                  skos:definition "The instant until which the annotated statement is asserted to hold."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/docsConcern> <https://blackcatinformatics.ca/gmeow/concernDisclosure> ,
                                                                                                     <https://blackcatinformatics.ca/gmeow/concernStandpoints> ,
                                                                                                     <https://blackcatinformatics.ca/gmeow/concernStatementMetadata> ;
                                                  rdfs:range xsd:dateTime .


#################################################################
#    Datatypes
#################################################################

###  http://www.w3.org/2001/XMLSchema#date
xsd:date rdf:type rdfs:Datatype .


###  http://www.w3.org/2001/XMLSchema#duration
xsd:duration rdf:type rdfs:Datatype .


###  http://www.w3.org/2001/XMLSchema#time
xsd:time rdf:type rdfs:Datatype .


###  https://blackcatinformatics.ca/gmeow/markdown
<https://blackcatinformatics.ca/gmeow/markdown> rdf:type rdfs:Datatype ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                rdfs:label "markdown"@x-gmeow-english ;
                                                skos:definition "The CommonMark literal datatype — documentation content carried in the graph is CommonMark, typed with this datatype so the convention is machine-visible. Used ONLY in annotation literals (scope notes, examples, guide content), never in logical axioms, so the OWL 2 DL profile is untouched. HTML or SGML subsets are explicitly rejected: one markup convention, visible in the data."@x-gmeow-english .


#################################################################
#    Object Properties
#################################################################

###  https://blackcatinformatics.ca/gmeow/accepts
<https://blackcatinformatics.ca/gmeow/accepts> rdf:type owl:ObjectProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/epistemics> ;
                                               rdfs:label "accepts"@x-gmeow-english ;
                                               skos:definition "An agent pragmatically accepts a proposition — takes it on as a working premise for reasoning or action — WITHOUT thereby believing it true. Acceptance is the stance behind 'assume for the sake of argument' and policy defaults; it entails NEITHER belief NOR truth, and is deliberately not a subproperty of gmeow:believes. Range OPEN. Non-functional. Most prior ontologies conflate acceptance with belief; GMEOW keeps them distinct (Principle 1)."@x-gmeow-english ;
                                               skos:example "ex:alice gmeow:accepts ex:earthIsRound ."@x-gmeow-english ;
                                               skos:scopeNote "accepts is not a subproperty of believes and entails no truth: a premise accepted for argument is neither believed nor asserted true."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it where the agent genuinely holds the proposition true (use gmeow:believes — acceptance is deliberately not a subproperty of belief and entails neither belief nor truth) and never read it as a factive knowledge verdict; it is the working-premise stance, not a held belief."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Point the agent at the proposition or reified statement it works from; keep gmeow:accepts strictly separate from gmeow:believes so the projection layer never silently promotes an accepted premise to a believed or known one (Principle 1)."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record a pragmatic stance — a premise taken on for argument, a policy default, an 'assume for the sake of argument' — that the agent works from WITHOUT thereby believing it true."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/acceptsCurrency
<https://blackcatinformatics.ca/gmeow/acceptsCurrency> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Organization> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                       rdfs:label "accepts currency"@x-gmeow-english ;
                                                       skos:definition "Relates an organization to a currency it accepts for payment — a currency reference frame (a member of gmeow:frameRealmCurrency, e.g. gmeow:referenceFrameUSD), reusing the same first-class currency model as gmeow:accountCurrency rather than a flat code string. Non-functional: a business may accept several. Projects to schema:currenciesAccepted via the frame's gmeow:currencyCode."@x-gmeow-english ;
                                                       skos:example "ex:acme gmeow:acceptsCurrency gmeow:referenceFrameUSD ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid a flat currency-code literal (reuse the first-class currency reference frame, as gmeow:accountCurrency does) and avoid conflating accepted currencies with accepted methods (gmeow:acceptsPaymentMethod)."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Attach one or more gmeow:acceptsCurrency triples referencing currency gmeow:ReferenceFrame individuals; the schema:currenciesAccepted projection reads each frame's gmeow:currencyCode."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record which currencies a business accepts, referencing a first-class currency gmeow:ReferenceFrame (a member of gmeow:frameRealmCurrency) rather than a flat ISO code."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/acceptsPaymentMethod
<https://blackcatinformatics.ca/gmeow/acceptsPaymentMethod> rdf:type owl:ObjectProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/Organization> ;
                                                            rdfs:range <https://blackcatinformatics.ca/gmeow/PaymentMethod> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                            rdfs:label "accepts payment method"@x-gmeow-english ;
                                                            skos:definition "Relates an organization to a payment method it accepts — reusing the finance-slice gmeow:PaymentMethod individuals (cash, credit card, bank transfer, cryptocurrency, …). Non-functional: a business may accept several. Projects to schema:paymentAccepted (the method's label)."@x-gmeow-english ;
                                                            skos:example "ex:acme gmeow:acceptsPaymentMethod gmeow:paymentMethodCreditCard ."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid a free-text method string (reuse the gmeow:PaymentMethod vocabulary) and avoid conflating accepted methods with accepted currencies (that is gmeow:acceptsCurrency)."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Attach one or more gmeow:acceptsPaymentMethod triples to the organization referencing gmeow:PaymentMethod individuals; the schema:paymentAccepted projection reads each method's label."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record which payment methods a business accepts, referencing the finance-slice gmeow:PaymentMethod value individuals (cash, credit card, bank transfer, cryptocurrency)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/accountBalance
<https://blackcatinformatics.ca/gmeow/accountBalance> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/FinancialAccount> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/MonetaryAmount> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                      rdfs:label "account balance"@x-gmeow-english ;
                                                      skos:definition "The current balance of a financial account, expressed as a MonetaryAmount. Non-functional: a multi-currency account has several balances, and competing standpoint-indexed balance claims coexist (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/accountCurrency
<https://blackcatinformatics.ca/gmeow/accountCurrency> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/FinancialAccount> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                       rdfs:label "account currency"@x-gmeow-english ;
                                                       skos:definition "The currency(ies) of a financial account, drawn from the open currency reference-frame vocabulary (gmeow:frameRealmCurrency). NON-FUNCTIONAL: a single account may hold balances in several currencies (multi-currency fintech accounts)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/accountHolder
<https://blackcatinformatics.ca/gmeow/accountHolder> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/FinancialAccount> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                     rdfs:label "account holder"@x-gmeow-english ;
                                                     skos:definition "Relates a financial account to the agent that holds it. Non-functional: a joint account has several co-equal holders."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/accountKey
<https://blackcatinformatics.ca/gmeow/accountKey> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/OnlineAccount> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/CryptographicKey> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                                  rdfs:label "account key"@x-gmeow-english ;
                                                  skos:definition "Relates an online account to the cryptographic key that identifies it — the seam joining a decentralized-identity account (e.g. a Nostr account's nostrPubkey literal) to the key as a first-class entity."@x-gmeow-english ;
                                                  skos:example "ex:nostrAccount gmeow:accountKey ex:nostrKey ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the agent that holds the key (use gmeow:holdsKey) and for an attestation about the binding (gmeow:Certification); this is the account↔key seam, not the agent↔key or the vouching relation."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:OnlineAccount at its identifying gmeow:CryptographicKey, then reach the key's scheme, fingerprint, and certifications through the key entity rather than restating them on the account."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to join a decentralized-identity account to the key that identifies it — promoting an account's raw pubkey literal (e.g. a Nostr nostrPubkey) into a first-class gmeow:CryptographicKey."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/accountService
<https://blackcatinformatics.ca/gmeow/accountService> rdf:type owl:ObjectProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/OnlineAccount> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/OnlineService> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accounts> ;
                                                      rdfs:label "account service"@x-gmeow-english ;
                                                      skos:definition "The online service an account is held with. Functional — an account is on one service."@x-gmeow-english ;
                                                      skos:example "ex:lillithMastodon gmeow:accountService ex:fosstodon ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the holder of the account (use gmeow:holdsAccount) and for the service's homepage IRI (use gmeow:accountServiceHomepage); since it is functional, never assert two services for one account — model a moved account as a distinct OnlineAccount."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:accountService from the OnlineAccount to its gmeow:OnlineService; read the service's liveness from that service object rather than duplicating status on every account."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link an account to the single service or platform it is held with — the account-to-service edge that places a handle on its network, forge, or federated instance."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/accountServiceHomepage
<https://blackcatinformatics.ca/gmeow/accountServiceHomepage> rdf:type owl:ObjectProperty ,
                                                                       owl:FunctionalProperty ;
                                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/OnlineAccount> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accounts> ;
                                                              rdfs:label "account service homepage"@x-gmeow-english ;
                                                              skos:definition "The homepage of the service an account is held with — the foaf:accountServiceHomepage of FOAF's OnlineAccount idiom. Range open (an IRI)."@x-gmeow-english ;
                                                              skos:example "ex:lillithMastodon gmeow:accountServiceHomepage <https://fosstodon.org> ."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the service is already a gmeow:OnlineService (link with gmeow:accountService and carry the homepage there) and for the account's own profile URL; this is the service homepage, not the account page."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Point the OnlineAccount at the service homepage IRI; prefer gmeow:accountService to a full OnlineService when liveness or shutdown history matters, reserving this flat link for lightweight FOAF round-trips."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerFoafExport> ;
                                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the homepage of the service an account is held with — the FOAF accountServiceHomepage idiom — when exporting to FOAF or when the service is not modelled as a full gmeow:OnlineService object."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/accountStatus
<https://blackcatinformatics.ca/gmeow/accountStatus> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/OnlineAccount> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/AccountStatus> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accounts> ;
                                                     rdfs:label "account status"@x-gmeow-english ;
                                                     skos:definition "The holder's usage status of an account — a gmeow:AccountStatus value (active / dormant / historical). A retired account is status 'historical' with validUntil in the past, never deleted (P10)."@x-gmeow-english ;
                                                     skos:example "ex:lillithMastodon gmeow:accountStatus gmeow:accountStatusActive ."@x-gmeow-english ;
                                                     skos:scopeNote "Source-variable observation, deliberately NOT functional: competing source- or standpoint-asserted statuses coexist (P9). A functional object property would force the distinct AccountStatus values to be owl:sameAs and could drive a global OWL inconsistency that halts reasoning."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the service's liveness (use gmeow:serviceStatus) and avoid forcing one value in a merge — competing source- or standpoint-asserted statuses coexist, so never make it functional."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Point the OnlineAccount at a gmeow:AccountStatus individual; mark a retired account historical with a past validity period, and carry conflicting observers' statuses on the statement layer rather than collapsing them."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record an account's usage state from its holder's standpoint — active, dormant, or historical — so a retired account stays on record (P10) instead of being deleted."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/accountType
<https://blackcatinformatics.ca/gmeow/accountType> rdf:type owl:ObjectProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/FinancialAccount> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/FinancialAccountType> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                   rdfs:label "account type"@x-gmeow-english ;
                                                   skos:definition "The kind of financial account — one of the open gmeow:FinancialAccountType values (bank, credit, investment, wallet). Functional: an account has one canonical type; several types are several accounts."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/accountsForParameter
<https://blackcatinformatics.ca/gmeow/accountsForParameter> rdf:type owl:ObjectProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/ProjectionLoss> ;
                                                            rdfs:range owl:Thing ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                            rdfs:label "accounts for parameter"@x-gmeow-english ;
                                                            skos:definition "The parameter whose omission or approximation is explained by this ProjectionLoss. Used by completeness gates to ensure every parameter is representable or accounted for. Range is open in core; domain slices restrict it."@x-gmeow-english ;
                                                            skos:example "ex:lossMicrotiming gmeow:accountsForParameter ex:microtiming ."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for a parameter the notation represents (that is gmeow:representableParameter) and avoid leaving a declared loss without an accounted parameter, which defeats the gate."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Point each gmeow:ProjectionLoss at the parameter it explains via gmeow:accountsForParameter; domain slices restrict its open range to their parameter vocabulary."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a gmeow:ProjectionLoss to name the canonical parameter it omits or approximates — the link that lets the completeness gate pair every dropped parameter with an explicit loss."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/activatedIn
<https://blackcatinformatics.ca/gmeow/activatedIn> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Persona> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                   rdfs:label "activated in"@x-gmeow-english ;
                                                   skos:definition "The context that activates this persona — a gmeow:Condition (the norms machinery: prose-canonical, optionally formalized, evaluated only as vantage-indexed ConditionEvaluations) or a situation type. Range intentionally open. NOT functional: several activation contexts coexist; blend-vs-compete dynamics between simultaneously-activated personas are solver work over the recorded precedence claims (Principle 12)."@x-gmeow-english ;
                                                   skos:example "ex:drChen gmeow:activatedIn ex:atClinic ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid forcing a single context (it is non-functional — several activation contexts coexist) and avoid encoding blend-vs-compete dynamics here; that is solver work over recorded precedence (Principle 12)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:activatedIn at a gmeow:Condition (prose-canonical, evaluated only as ConditionEvaluations) or situation type; resolve simultaneous activations via gmeow:overrides on the activation norms."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a Persona to name the context that activates it — a gmeow:Condition or a situation type."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/addressHolder
<https://blackcatinformatics.ca/gmeow/addressHolder> rdf:type owl:ObjectProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/AddressTenure> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                     rdfs:label "address holder"@x-gmeow-english ;
                                                     skos:definition "The agent who held the contact point over the tenure's interval."@x-gmeow-english ;
                                                     skos:example "ex:tenure gmeow:addressHolder ex:lillith ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting more than one holder per tenure (it is functional) and avoid using it for the channel itself (that is gmeow:tenuredContactPoint)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Point the tenure at its single gmeow:Agent; pair with gmeow:tenuredContactPoint and the time-scoped interval to complete the situation."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the agent who held a contact point over a gmeow:AddressTenure's interval."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/addressPlace
<https://blackcatinformatics.ca/gmeow/addressPlace> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/PostalAddress> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Place> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                    rdfs:label "address place"@x-gmeow-english ;
                                                    skos:definition "The geographic place a postal address denotes (typically the premises/building) — the seam from the as-written address to the resolved place hierarchy, its coordinates/geometry, and its external identifiers."@x-gmeow-english ;
                                                    skos:example "ex:home gmeow:addressPlace ex:premisesPlace ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                            <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it to restate the surface components (those are the datatype properties) and avoid attaching geometry to the address itself; geometry lives on the resolved gmeow:Place."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Link the address to its premises gmeow:Place, then walk gmeow:containedInPlace for the enclosing hierarchy; mark gmeow:coarsenTo on the address so a public projection resolves only to the enclosing locality."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to cross from the as-written surface form of an address to the resolved, identifier-bearing geographic place — the point at which coordinates, geometry, and external place IDs become available."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/adjacentTo
<https://blackcatinformatics.ca/gmeow/adjacentTo> rdf:type owl:ObjectProperty ,
                                                           owl:SymmetricProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Location> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Location> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                  rdfs:label "adjacent to"@x-gmeow-english ;
                                                  skos:definition "Relates a location to another location it is adjacent to."@x-gmeow-english ;
                                                  skos:example "ex:room101 gmeow:adjacentTo ex:room102 ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for traversable connection (use gmeow:spatiallyConnectsTo) and for containment (gmeow:containedInLocation); RCC-8 EC (gmeow:rcc8ec) is the precise touching relation."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:adjacentTo between Locations; for precise mereotopology use the RCC-8 relations."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use for locations that border one another; symmetric."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/affectedConsumerSurface
<https://blackcatinformatics.ca/gmeow/affectedConsumerSurface> rdf:type owl:ObjectProperty ;
                                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/Myth> ;
                                                               rdfs:range <https://blackcatinformatics.ca/gmeow/ProjectionContext> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                               rdfs:label "affected consumer surface"@x-gmeow-english ;
                                                               skos:definition "The projection consumer surfaces that a myth tends to leak into — e.g. Wikipedia, public site, agent memory — so that a correction can be scoped to the surfaces that actually carry the bad claim. Reuses the gmeow:ProjectionContext vocabulary."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/affectedLanguage
<https://blackcatinformatics.ca/gmeow/affectedLanguage> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/LanguageChangeEvent> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/Language> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                        rdfs:label "affected language"@x-gmeow-english ;
                                                        skos:definition "The language(s) or variety(ies) affected by this change event. NON-FUNCTIONAL: language contact and merger events affect multiple languages."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/after
<https://blackcatinformatics.ca/gmeow/after> rdf:type owl:ObjectProperty ;
                                             owl:inverseOf <https://blackcatinformatics.ca/gmeow/before> ;
                                             rdf:type owl:TransitiveProperty ;
                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                             rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                             rdfs:label "after"@x-gmeow-english ;
                                             skos:definition "Allen AFTER: this event begins strictly after the related event ends; the transitive inverse of gmeow:before. (= time:intervalAfter; TimeML AFTER; TEO after.)"@x-gmeow-english ;
                                             skos:example "ex:concert gmeow:after ex:dinner ."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it when the events abut (gmeow:metBy) or overlap (gmeow:overlappedBy), or when crisp dates already fix the order; prefer asserting gmeow:before and reading this as its inverse."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:before in the natural direction and read gmeow:after as its transitive inverse; the sound transitive closure is derived, the full Allen table stays in the solver (P12)."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use to order two events when one begins strictly after the other ends — the Allen AFTER link, the inverse view of gmeow:before."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/againstIndex
<https://blackcatinformatics.ca/gmeow/againstIndex> rdf:type owl:ObjectProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/RetrievalEvent> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/VectorIndex> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                                    rdfs:label "against index"@x-gmeow-english ;
                                                    skos:definition "The index this retrieval queried. Functional: federated retrieval is several RetrievalEvents under one parent activity."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/aggregationFunction
<https://blackcatinformatics.ca/gmeow/aggregationFunction> rdf:type owl:ObjectProperty ,
                                                                    owl:FunctionalProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/SpatialAggregation> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/AggregationFunction> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/aggregation> ;
                                                           rdfs:label "aggregation function"@x-gmeow-english ;
                                                           skos:definition "The statistical function applied to the entities in the aggregation region — count, sum, average, density, minimum, maximum, or centroid."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/alumniOf
<https://blackcatinformatics.ca/gmeow/alumniOf> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Person> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/Organization> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                rdfs:label "alumnus of"@x-gmeow-english ;
                                                skos:definition "An organization — typically educational — a person is an alumnus/alumna of (schema:alumniOf; the inverse projects to schema:alumni). A past-affiliation relation; the structured period/role of the affiliation, when modelled, rides a gmeow:Membership. Non-functional."@x-gmeow-english ;
                                                skos:example "ex:alice gmeow:alumniOf ex:university ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it when the enrolment period, degree, or role matter (promote to a gmeow:Membership) and avoid using it for current membership — it is a past-affiliation relation."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Assert one gmeow:alumniOf triple per institution; reify to a gmeow:Membership with gmeow:validFrom/validUntil and gmeow:hasRole when the enrolment's structure must be borne."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the flat fact that a person is an alumnus/alumna of an organization — typically an educational institution — when the affiliation's period and role need not be first-class."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/analogicalSource
<https://blackcatinformatics.ca/gmeow/analogicalSource> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Analogy> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                                        rdfs:label "analogical source"@x-gmeow-english ;
                                                        skos:definition "The source (base) domain of a gmeow:Analogy — the familiar structure whose relations are mapped onto the target. NOT functional."@x-gmeow-english ;
                                                        skos:scopeNote "Range is intentionally OPEN (a source may be any entity, situation, or domain)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/analogicalTarget
<https://blackcatinformatics.ca/gmeow/analogicalTarget> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Analogy> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                                        rdfs:label "analogical target"@x-gmeow-english ;
                                                        skos:definition "The target domain of a gmeow:Analogy — the less-familiar structure that inherits relations from the source via the correspondences. NOT functional."@x-gmeow-english ;
                                                        skos:scopeNote "Range is intentionally OPEN (a target may be any entity, situation, or domain)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/analysisFrame
<https://blackcatinformatics.ca/gmeow/analysisFrame> rdf:type owl:ObjectProperty ;
                                                     rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasReferenceFrame> ;
                                                     rdf:type owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/MusicAnalysisClaim> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                     rdfs:label "analysis frame"@x-gmeow-english ;
                                                     skos:definition "The music-theory reference frame in which the analysis result is expressed — orthogonal to the analyst vantage (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/analysisProperty
<https://blackcatinformatics.ca/gmeow/analysisProperty> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/MusicAnalysisClaim> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/AnalysisProperty> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "analysis property"@x-gmeow-english ;
                                                        skos:definition "The analytical dimension being asserted — key, harmony label, meter, form function, motif identity, mode, tuning identification, groove, schema, etc. Functional per claim."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/analysisResult
<https://blackcatinformatics.ca/gmeow/analysisResult> rdf:type owl:ObjectProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/MusicAnalysisClaim> ;
                                                      rdfs:range owl:Thing ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                      rdfs:label "analysis result"@x-gmeow-english ;
                                                      skos:definition "The result of the analysis — a harmonic function, pitch collection, metric structure, form-function value, set-class label, or other music-theory value. Functional per claim."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/analysisTarget
<https://blackcatinformatics.ca/gmeow/analysisTarget> rdf:type owl:ObjectProperty ;
                                                      rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                      rdf:type owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/MusicAnalysisClaim> ;
                                                      rdfs:range owl:Thing ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                      rdfs:label "analysis target"@x-gmeow-english ;
                                                      skos:definition "The musical entity being analysed — a MusicalSegment, Expression, Recording, time-region, or other music-theory object. Functional per claim: one target per analysis."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/anchorExemplar
<https://blackcatinformatics.ca/gmeow/anchorExemplar> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/ScoreAnchor> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Exemplar> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                      rdfs:label "anchor exemplar"@x-gmeow-english ;
                                                      skos:definition "An exemplar pinned to this anchor's range. NOT functional: several exemplars may calibrate one range."@x-gmeow-english ;
                                                      skos:example "ex:a1 gmeow:anchorExemplar ex:ex1 ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid forcing a single exemplar (it is non-functional — several may calibrate one range)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:anchorExemplar from the gmeow:ScoreAnchor to each gmeow:Exemplar; the exemplars show the range's meaning by example."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to pin an exemplar to a score anchor's range — concrete calibration evidence for what a score means."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/annotationBody
<https://blackcatinformatics.ca/gmeow/annotationBody> rdf:type owl:ObjectProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Annotation> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Note> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notes> ;
                                                      rdfs:label "annotation body"@x-gmeow-english ;
                                                      skos:definition "The note that serves as the body of an annotation — the content being attached. Functional per relator: one body per Annotation. Optional: a highlight or bookmark has no body."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/annotationMotivation
<https://blackcatinformatics.ca/gmeow/annotationMotivation> rdf:type owl:ObjectProperty ,
                                                                     owl:FunctionalProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/Annotation> ;
                                                            rdfs:range <https://blackcatinformatics.ca/gmeow/AnnotationMotivation> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notes> ;
                                                            rdfs:label "annotation motivation"@x-gmeow-english ;
                                                            skos:definition "The motivation of an annotation — the purpose for which the body is attached to the target. Functional per relator: one motivation per Annotation. An open value vocabulary of individuals (Principle 9); no motivation is privileged as primary."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/annotationTarget
<https://blackcatinformatics.ca/gmeow/annotationTarget> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Annotation> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notes> ;
                                                        rdfs:label "annotation target"@x-gmeow-english ;
                                                        skos:definition "The entity that is annotated — the target of the annotation. Functional per relator: one target per Annotation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/annotationTargetSpan
<https://blackcatinformatics.ca/gmeow/annotationTargetSpan> rdf:type owl:ObjectProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/Annotation> ;
                                                            rdfs:range <https://blackcatinformatics.ca/gmeow/EvidenceSpan> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notes> ;
                                                            rdfs:label "annotation target span"@x-gmeow-english ;
                                                            skos:definition "An optional anchored span within the annotation target — a text quote, position, or fragment selector. Non-functional: an annotation may reference multiple spans (e.g. several disjoint highlights in the same document). Reuses EvidenceSpan and its selector properties; no second selector model is minted."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/appliesToSegment
<https://blackcatinformatics.ca/gmeow/appliesToSegment> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/OrnamentProfile> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/MusicalSegment> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "applies to segment"@x-gmeow-english ;
                                                        skos:definition "A MusicalSegment to which this ornament profile applies."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/appliesToTimeFrame
<https://blackcatinformatics.ca/gmeow/appliesToTimeFrame> rdf:type owl:ObjectProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/GrooveProfile> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/MusicalTimeFrame> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                          rdfs:label "applies to time frame"@x-gmeow-english ;
                                                          skos:definition "The MusicalTimeFrame to which this GrooveProfile applies."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/appliesToVoice
<https://blackcatinformatics.ca/gmeow/appliesToVoice> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/OrnamentProfile> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Voice> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                      rdfs:label "applies to voice"@x-gmeow-english ;
                                                      skos:definition "A Voice to which this ornament profile applies."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/appraisalDimension
<https://blackcatinformatics.ca/gmeow/appraisalDimension> rdf:type owl:ObjectProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/Appraisal> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/AppraisalDimension> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/affect> ;
                                                          rdfs:label "appraisal dimension"@x-gmeow-english ;
                                                          skos:definition "The dimension a dimensional appraisal reads. At most one per appraisal (SHACL — one cell, one reading; a PAD triple is three Appraisals sharing a vantage). Open vocabulary (sh:nodeKind sh:IRI)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/appraisalOf
<https://blackcatinformatics.ca/gmeow/appraisalOf> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                   rdf:type owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Appraisal> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/affect> ;
                                                   rdfs:label "appraisal of"@x-gmeow-english ;
                                                   skos:definition "What is appraised — an agent's state, a work, an event, an emotion (⊑ observedFeature, the observation-spine bridge idiom). Range intentionally open. Functional: one appraisal, one subject."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/appraisalQuality
<https://blackcatinformatics.ca/gmeow/appraisalQuality> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Appraisal> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/AestheticQuality> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/affect> ;
                                                        rdfs:label "appraisal quality"@x-gmeow-english ;
                                                        skos:definition "The aesthetic quality a qualitative appraisal reads. NOT functional: one cell may attribute several coexisting qualities. Open vocabulary (sh:nodeKind sh:IRI)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/arcEvidence
<https://blackcatinformatics.ca/gmeow/arcEvidence> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/CharacterArc> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/InformationObject> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                   rdfs:label "arc evidence"@x-gmeow-english ;
                                                   skos:definition "The creative works or content segments that provide evidence for this arc interpretation. Non-functional: an arc may be evidenced by many segments or works."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/arcFrame
<https://blackcatinformatics.ca/gmeow/arcFrame> rdf:type owl:ObjectProperty ,
                                                         owl:FunctionalProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/CharacterArc> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/NarrativeReferenceFrame> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                rdfs:label "arc frame"@x-gmeow-english ;
                                                skos:definition "The narrative reference frame within which this arc is interpreted. Functional: one frame per CharacterArc; cross-continuity arcs are separate instances linked by counterpartOf."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/arcSample
<https://blackcatinformatics.ca/gmeow/arcSample> rdf:type owl:ObjectProperty ;
                                                 rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasPart> ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/CharacterArc> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/ArcSample> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                 rdfs:label "arc sample"@x-gmeow-english ;
                                                 skos:definition "Attaches a sample to its integrating CharacterArc (⊑ gmeow:hasPart — samples are parts of the arc's analysis). Purely ADDITIVE to the existing CharacterArc: arcType and arcEvidence remain the holistic interpretive layer, and an arc with no samples stays valid. NOT functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/arcSubject
<https://blackcatinformatics.ca/gmeow/arcSubject> rdf:type owl:ObjectProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/CharacterArc> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                  rdfs:label "arc subject"@x-gmeow-english ;
                                                  skos:definition "The entity whose arc is described — a person, organization, or other narrative entity. Functional: one subject per CharacterArc."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/arcType
<https://blackcatinformatics.ca/gmeow/arcType> rdf:type owl:ObjectProperty ,
                                                        owl:FunctionalProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/CharacterArc> ;
                                               rdfs:range <https://blackcatinformatics.ca/gmeow/ArcType> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                               rdfs:label "arc type"@x-gmeow-english ;
                                               skos:definition "The interpretive type of this character arc — a value from the open gmeow:ArcType vocabulary. Functional: one type per CharacterArc."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/areaServed
<https://blackcatinformatics.ca/gmeow/areaServed> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Offering> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Location> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                  rdfs:label "area served"@x-gmeow-english ;
                                                  skos:definition "The geographic area an offering or service serves — a gmeow:Location. Non-functional. Projects to schema:areaServed."@x-gmeow-english ;
                                                  skos:example "ex:hostingOffer gmeow:areaServed ex:northAmerica ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid a flat region-name literal (point at a structured gmeow:Location) and avoid using it for the provider's own site — that is gmeow:hasSite on the organization."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Attach one or more gmeow:areaServed triples to a gmeow:Offering referencing gmeow:Location individuals; projects to schema:areaServed."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the geographic area a gmeow:Offering or service serves, referencing a gmeow:Location."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/arrangementOf
<https://blackcatinformatics.ca/gmeow/arrangementOf> rdf:type owl:ObjectProperty ;
                                                     rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/wasDerivedFrom> ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                     rdfs:label "arrangement of"@x-gmeow-english ;
                                                     skos:definition "A flat shortcut asserting that a creative work is an arrangement derived from another creative work. The reified form is a gmeow:CreativeDerivation with gmeow:derivationType gmeow:derivationTypeArrangement."@x-gmeow-english ;
                                                     skos:example "ex:pianoReduction gmeow:arrangementOf ex:orchestralScore ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the arrangement's segments, instrumentation, or provenance must be first-class — promote to a gmeow:CreativeDerivation with gmeow:derivationTypeArrangement; for orchestration specifically use the orchestration type."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Assert from the arrangement to the source work; it pairsWith gmeow:CreativeDerivation — promote when metadata is required."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the flat 80% case of asserting one work is an arrangement of another for different forces or format, when no further metadata is needed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/assertionFacet
<https://blackcatinformatics.ca/gmeow/assertionFacet> rdf:type owl:ObjectProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/AccessibilityAssertion> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/AccessibilityFacet> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accessibility> ;
                                                      rdfs:label "assertion facet"@x-gmeow-english ;
                                                      skos:definition "The accessibility facet being asserted. Functional per relator: one facet per AccessibilityAssertion."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/assertionPolarity
<https://blackcatinformatics.ca/gmeow/assertionPolarity> rdf:type owl:ObjectProperty ,
                                                                  owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/AccessibilityAssertion> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/AccessibilityPolarity> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accessibility> ;
                                                         rdfs:label "assertion polarity"@x-gmeow-english ;
                                                         skos:definition "Whether the assertion is a positive feature, a negative barrier, or a limited/partial status. Functional per relator: one polarity per AccessibilityAssertion."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/assertionSubject
<https://blackcatinformatics.ca/gmeow/assertionSubject> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/AccessibilityAssertion> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accessibility> ;
                                                        rdfs:label "assertion subject"@x-gmeow-english ;
                                                        skos:definition "The location or connection being assessed. Functional per relator: one subject per AccessibilityAssertion."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/assessedEntity
<https://blackcatinformatics.ca/gmeow/assessedEntity> rdf:type owl:ObjectProperty ;
                                                      rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/QualityAssessment> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/quality> ;
                                                      rdfs:label "assessed entity"@x-gmeow-english ;
                                                      skos:definition "The entity whose data quality is being assessed — the feature of interest of the quality observation. Sub-property of gmeow:observedFeature so generic consumers can query 'all observations about Alice' without knowing whether the claim is a name, a coordinate, or a quality assessment."@x-gmeow-english ;
                                                      skos:example "ex:posAcc gmeow:assessedEntity ex:roadLayer ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the assessment's numeric verdict (that is gmeow:observationResult) and for non-quality observations, which use gmeow:observedFeature directly."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:assessedEntity from the QualityAssessment to the subject entity; it specializes gmeow:observedFeature, so generic 'all observations about X' queries find it by inheritance."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a QualityAssessment to name the entity or dataset whose quality is under evaluation — the quality observation's feature of interest."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/assessedEvent
<https://blackcatinformatics.ca/gmeow/assessedEvent> rdf:type owl:ObjectProperty ;
                                                     rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                     rdf:type owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/ComplianceAssessment> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                     rdfs:label "assessed event"@x-gmeow-english ;
                                                     skos:definition "The event whose compliance is assessed (⊑ observedFeature). Functional."@x-gmeow-english ;
                                                     skos:example "ex:ca1 gmeow:assessedEvent ex:leakEvent ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid more than one event per assessment (it is functional) and avoid naming the norm here (that is gmeow:assessedNorm)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:assessedEvent once from the assessment to its gmeow:Event; it specializes gmeow:observedFeature for generic observation queries."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a ComplianceAssessment to name the single event whose compliance is being judged — the observation's feature of interest."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/assessedNorm
<https://blackcatinformatics.ca/gmeow/assessedNorm> rdf:type owl:ObjectProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/ComplianceAssessment> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Norm> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                    rdfs:label "assessed norm"@x-gmeow-english ;
                                                    skos:definition "The norm against which the event is assessed. Functional: one assessment, one norm."@x-gmeow-english ;
                                                    skos:example "ex:ca1 gmeow:assessedNorm ex:n1 ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid more than one norm per assessment (it is functional — mint a separate assessment per norm) and avoid naming the event here (that is gmeow:assessedEvent)."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:assessedNorm once from the assessment to its gmeow:Norm, paired with gmeow:assessedEvent and gmeow:complianceVerdict."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a ComplianceAssessment to name the single norm against which the event is judged."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/assessmentCriterion
<https://blackcatinformatics.ca/gmeow/assessmentCriterion> rdf:type owl:ObjectProperty ,
                                                                    owl:FunctionalProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/Assessment> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/Criterion> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                           rdfs:label "assessment criterion"@x-gmeow-english ;
                                                           skos:definition "The criterion applied. Functional: a 21-axis scoring pass is 21 Assessments (zeros included — a zero is a score, not an absence). Plays the observationMethod role without the subproperty axiom (claimModality pattern). An assessment names a criterion or a rubric, or both (SHACL)."@x-gmeow-english ;
                                                           skos:example "ex:as1 gmeow:assessmentCriterion ex:agency ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid more than one criterion per assessment (it is functional — split a multi-axis pass into one Assessment per axis) and avoid omitting both criterion and rubric (at least one is required — SHACL)."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:assessmentCriterion once per assessment; it plays the observationMethod role without the subproperty axiom (claimModality pattern). Pair with gmeow:assessmentRubric for version context."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use on an Assessment to name the single criterion applied — one Assessment per criterion, zeros included."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/assessmentRubric
<https://blackcatinformatics.ca/gmeow/assessmentRubric> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Assessment> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/Rubric> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                        rdfs:label "assessment rubric"@x-gmeow-english ;
                                                        skos:definition "The rubric under which this assessment was made — version-pinning context for the score. Functional. Plays the observationMethod role without the subproperty axiom (claimModality pattern)."@x-gmeow-english ;
                                                        skos:example "ex:as1 gmeow:assessmentRubric ex:voiceRubric ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid more than one rubric per assessment (it is functional) and avoid omitting both rubric and criterion (at least one is required — SHACL)."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:assessmentRubric once per assessment; it plays the observationMethod role without the subproperty axiom, pinning the rubric version the score belongs to."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use on an Assessment to name the rubric under which it was made — version-pinning context for the score."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/assessmentTarget
<https://blackcatinformatics.ca/gmeow/assessmentTarget> rdf:type owl:ObjectProperty ;
                                                        rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                        rdf:type owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Assessment> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                        rdfs:label "assessment target"@x-gmeow-english ;
                                                        skos:definition "What is being scored — a work, an expression, a content segment, a chunk (⊑ observedFeature, the observation-spine bridge idiom). Range intentionally open. Functional: one assessment, one target."@x-gmeow-english ;
                                                        skos:example "ex:as1 gmeow:assessmentTarget ex:chapter3 ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid more than one target per assessment (it is functional) and avoid naming the criterion or rubric here (those are gmeow:assessmentCriterion / gmeow:assessmentRubric)."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:assessmentTarget once from the assessment to its target; it specializes gmeow:observedFeature, and scoring-density expectations read the target's kernel gmeow:hasGranularity."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use on an Assessment to name what is being scored — a work, expression, content segment, or chunk — the observation's feature of interest."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/assetType
<https://blackcatinformatics.ca/gmeow/assetType> rdf:type owl:ObjectProperty ,
                                                          owl:FunctionalProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Asset> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/AssetType> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                 rdfs:label "asset type"@x-gmeow-english ;
                                                 skos:definition "The kind of financial asset — one of the open AssetType values (stock, bond, cryptocurrency, real estate, commodity). Functional: an asset has one canonical type."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/assignedMeter
<https://blackcatinformatics.ca/gmeow/assignedMeter> rdf:type owl:ObjectProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/MeterAssignment> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/MetricStructure> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                     rdfs:label "assigned meter"@x-gmeow-english ;
                                                     skos:definition "The MetricStructure assigned to the carrier over the assignment span."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/assignmentSpan
<https://blackcatinformatics.ca/gmeow/assignmentSpan> rdf:type owl:ObjectProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/MeterAssignment> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/MusicalTimeSpan> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                      rdfs:label "assignment span"@x-gmeow-english ;
                                                      skos:definition "The MusicalTimeSpan over which the meter assignment holds."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/atNarrativePosition
<https://blackcatinformatics.ca/gmeow/atNarrativePosition> rdf:type owl:ObjectProperty ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/NarrativePosition> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                           rdfs:label "at narrative position"@x-gmeow-english ;
                                                           skos:definition "Anchors a thing — a content segment, a diegetic event, an arc sample, a motif occurrence — to a narrative position. Domain-free: the narration seam (narration seam), arc samples (arc samples), and motif occurrences (motifs) all reuse this one anchor. NOT functional, and deliberately so: the same diegetic event carries coexisting positions in a discourse frame and a story frame, and their disagreement is the flashback made queryable rather than a contradiction (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attendsTo
<https://blackcatinformatics.ca/gmeow/attendsTo> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/cognition> ;
                                                 rdfs:label "attends to"@x-gmeow-english ;
                                                 skos:definition "Directed attention or salience of an agent toward a subject — what the agent is currently focused on. NOT a goal: an attentional pull, not a teleology:Desire — the axes stay orthogonal and are never bridged by axiom (Principle 9). Whose attention it is rides gmeow:accordingTo on the statement (self-attributed vs observer-attributed coexist)."@x-gmeow-english ;
                                                 skos:example "ex:lillith gmeow:attendsTo ex:currentTask ."@x-gmeow-english ;
                                                 skos:scopeNote "Boundary: attention/interest (cognition) ⊥ intention (teleology). attendsTo / interestedIn / curiousAbout are attentional-affective pulls toward a subject; a teleology:Desire/Intention is a goal-directed conative mode aimed at a state of affairs. No owl:subPropertyOf or owl:disjointWith ties them — the separation is conceptual, enforced by review (Principle 9)."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerFoafExport> ,
                                                                                                         <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for a wanted goal or intention (that is the teleology slice — attention is an attentional pull, not a conative mode, and the axes are never bridged by axiom, Principle 9) and avoid it for sustained motivational orientation (use gmeow:interestedIn)."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:attendsTo from agent to subject; carry whose-attention and when on the statement layer via gmeow:accordingTo (self- vs observer-attributed coexist), and keep it distinct from teleology goals by review, not axiom."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                       <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record what an agent is currently focused on — directed attention or salience toward a subject, the recall/salience surface the agent-memory flagship reads (Principle 15)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attestationArtifact
<https://blackcatinformatics.ca/gmeow/attestationArtifact> rdf:type owl:ObjectProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/Attestation> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/AttestationArtifact> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                           rdfs:label "attestation artifact"@x-gmeow-english ;
                                                           skos:definition "The concrete carrier (in-toto JSON, VC, DSSE envelope, C2PA manifest, etc.) that embodies an attestation. Non-functional: an attestation may be carried by multiple equivalent artifacts under different formats."@x-gmeow-english ;
                                                           skos:example "ex:provAtt gmeow:attestationArtifact ex:inTotoJson ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the broad attestation kind (gmeow:attestationType) or the cryptographic signature over the bytes (gmeow:hasSignature); the artifact is the document, not the category or the signature."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Point the Attestation at one or more gmeow:AttestationArtifact carriers, each with gmeow:artifactMediaType and a gmeow:contentDigest; assert several when the same vouching act is serialized in equivalent formats (it is non-functional)."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link the logical Attestation to the concrete serialization that carries it — an in-toto JSON, DSSE envelope, VC, or C2PA manifest — when the byte-level carrier matters for retrieval or re-verification."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attestationInterval
<https://blackcatinformatics.ca/gmeow/attestationInterval> rdf:type owl:ObjectProperty ,
                                                                    owl:FunctionalProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/UsageAttestation> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                           rdfs:label "attestation interval"@x-gmeow-english ;
                                                           skos:definition "The time interval over which the attested usage is asserted to have been observed — e.g. a corpus span, an inscription period, or a community usage era. A relator carries its period this way rather than via statement-level validFrom/validUntil alone."@x-gmeow-english ;
                                                           skos:example "ex:att1 gmeow:attestationInterval ex:lateMedievalSpan ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid more than one interval per attestation (it is functional) and avoid using bare statement-level validFrom/validUntil when the period belongs to the relator itself."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:attestationInterval once at a gmeow:TimeInterval carrying its temporal frame; reify a separate attestation when a genuinely distinct span must be recorded."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a UsageAttestation to carry the time span over which the usage was observed — a corpus span, inscription period, or usage era — as a first-class interval on the relator."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attestationPolicy
<https://blackcatinformatics.ca/gmeow/attestationPolicy> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/Attestation> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/AttestationPolicy> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                         rdfs:label "attestation policy"@x-gmeow-english ;
                                                         skos:definition "The policy under which an attestation was issued — a value vocabulary individual naming the rules or framework the attester followed. Non-functional: competing policy interpretations coexist (Principle 9)."@x-gmeow-english ;
                                                         skos:example "ex:provAtt gmeow:attestationPolicy ex:slsaL3 ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the attestation kind (gmeow:attestationType) and for evaluating whether the policy was actually met — that policy-evaluation outcome is a gmeow:VerificationResult computed in the solver layer, not asserted here."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a gmeow:AttestationPolicy individual; leave policy satisfaction to a gmeow:VerificationActivity producing a gmeow:VerificationResult (status policy-failed when unmet), and let competing policy interpretations coexist (Principle 9)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the rules or framework the attester followed when issuing — a SLSA build level, a credential-issuance policy, an editorial standard — so consumers and the solver can weigh the attestation against its stated policy."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attestationType
<https://blackcatinformatics.ca/gmeow/attestationType> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Attestation> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/AttestationType> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                       rdfs:label "attestation type"@x-gmeow-english ;
                                                       skos:definition "The type of attestation being made — a value vocabulary individual from gmeow:AttestationType. Non-functional: an attestation may carry multiple type tags (e.g. both SLSA provenance and DSSE envelope)."@x-gmeow-english ;
                                                       skos:example "ex:provAtt gmeow:attestationType gmeow:attestationTypeSLSAProvenance ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the concrete carrier format media type (that is gmeow:artifactMediaType on the artifact) or the issuing rules (gmeow:attestationPolicy); the type is the broad attestation category, not the serialization or the framework."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Attach one or more gmeow:AttestationType individuals; let the embodying serialization ride on gmeow:attestationArtifact / gmeow:artifactMediaType and the governing rules on gmeow:attestationPolicy."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to classify the KIND of attestation — SLSA provenance, in-toto, verifiable credential, DSSE envelope, C2PA manifest, nanopublication — naming one or more gmeow:AttestationType individuals; non-functional, so a single envelope that is both SLSA provenance and a DSSE wrapper carries both."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attestedClaim
<https://blackcatinformatics.ca/gmeow/attestedClaim> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Attestation> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Observation> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                     rdfs:label "attested claim"@x-gmeow-english ;
                                                     skos:definition "The observation or claim that an attestation vouches for, when the subject of the attestation is itself a claim rather than a bare entity. Non-functional: an attestation may vouch for several related claims simultaneously."@x-gmeow-english ;
                                                     skos:example "ex:credAtt gmeow:attestedClaim ex:degreeClaim ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a bare non-claim subject (use gmeow:attestedSubject) and avoid treating the attestation as making the claim true — it only records that the attester vouched for it; the claim's own modality stays on the Observation (Principle 9)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the claim as a gmeow:Observation (or StandpointClaim) and point gmeow:attestedClaim at it; attach signature and log evidence to the Attestation, and keep the claim's confidence and standpoint on the Observation rather than the envelope."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link an attestation to the gmeow:Observation it vouches for — the seam between the universal claim stack (what is asserted) and the attestation (who vouches for it under which policy)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attestedForm
<https://blackcatinformatics.ca/gmeow/attestedForm> rdf:type owl:ObjectProperty ;
                                                    rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                    rdf:type owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/UsageAttestation> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/LexicalForm> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                    rdfs:label "attested form"@x-gmeow-english ;
                                                    skos:definition "The lexical form that a usage attestation observes. Functional per relator: one attested form per UsageAttestation."@x-gmeow-english ;
                                                    skos:example "ex:att1 gmeow:attestedForm ex:waterWritten ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid more than one attested form per attestation (it is functional; mint a separate attestation per form) and avoid naming the source here (that is gmeow:attestedInSource)."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:attestedForm once from the relator to its gmeow:LexicalForm; it specializes gmeow:observedFeature, so generic observation queries find it by inheritance."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a UsageAttestation to name the single lexical form it records as observed — the observation's feature of interest."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attestedInContext
<https://blackcatinformatics.ca/gmeow/attestedInContext> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/UsageAttestation> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                         rdfs:label "attested in context"@x-gmeow-english ;
                                                         skos:definition "The corpus, platform, community, dataset, inscription, or broader context in which the attested form was observed. NON-FUNCTIONAL: a form may be attested in multiple contexts simultaneously, and context assignments are standpoint-scoped."@x-gmeow-english ;
                                                         skos:example "ex:att1 gmeow:attestedInContext ex:chaucerCorpus ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid treating context as the asserting standpoint (it is deliberately not subsumed under vantage — context is where it was seen, not who claims it) and avoid using it for the bibliographic source (gmeow:attestedInSource)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:attestedInContext at one or more gmeow:Entity contexts; multiple coexisting contexts on one attestation are expected, and the asserting standpoint stays on the vantage axis."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a UsageAttestation to name the corpus, platform, community, dataset, or inscription context in which the form was observed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attestedInLanguage
<https://blackcatinformatics.ca/gmeow/attestedInLanguage> rdf:type owl:ObjectProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/UsageAttestation> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/Language> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                          rdfs:label "attested in language"@x-gmeow-english ;
                                                          skos:definition "The language, variety, or state in which the attested form was observed. NON-FUNCTIONAL: a multilingual source may attest the same form in multiple language contexts, or different standpoints may assign different language classifications to the same attestation."@x-gmeow-english ;
                                                          skos:example "ex:att1 gmeow:attestedInLanguage ex:middleEnglish ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid forcing a single language (it is non-functional; a multilingual source may attest several) and avoid confusing the attestation's observed language with the item's fixed gmeow:lexicalItemLanguage."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:attestedInLanguage at one or more gmeow:Language individuals; competing standpoint-specific language classifications of the same attestation coexist."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a UsageAttestation to record the language, variety, or state in which the form was observed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attestedInSource
<https://blackcatinformatics.ca/gmeow/attestedInSource> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/UsageAttestation> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                        rdfs:label "attested in source"@x-gmeow-english ;
                                                        skos:definition "The bibliographic or documentary source in which the attested form was observed. NON-FUNCTIONAL: an attestation may be supported by multiple sources, and competing source attributions coexist (Principle 9). Targets a CreativeWork (the retired Source Kind was greenfield-refactored in source/claim refactor)."@x-gmeow-english ;
                                                        skos:example "ex:att1 gmeow:attestedInSource ex:oed ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid forcing a single source (it is non-functional; an attestation may cite several) and avoid naming the physical artifact here (that is gmeow:attestedOnCarrier) or the corpus/community context (gmeow:attestedInContext)."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:attestedInSource at one or more gmeow:CreativeWork sources (required by the someValuesFrom axiom); competing source attributions coexist."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a UsageAttestation to name the bibliographic or documentary source — a CreativeWork — in which the form was observed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attestedOnCarrier
<https://blackcatinformatics.ca/gmeow/attestedOnCarrier> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/UsageAttestation> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/PhysicalObject> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                         rdfs:label "attested on carrier"@x-gmeow-english ;
                                                         skos:definition "The physical archaeological carrier on which an attested form was observed — a tablet, ostracon, seal, coin, manuscript, or wall. NON-FUNCTIONAL: an attestation may reference multiple carriers (e.g. duplicate impressions), and competing carrier attributions coexist (Principle 9). This is the language-facing hook from UsageAttestation to archaeological evidence."@x-gmeow-english ;
                                                         skos:example "ex:att1 gmeow:attestedOnCarrier ex:tabletK1234 ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for the bibliographic source (gmeow:attestedInSource) or the abstract context (gmeow:attestedInContext), and avoid forcing one carrier — duplicate impressions coexist, so keep it non-functional."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:attestedOnCarrier at one or more gmeow:PhysicalObject carriers; multiple carriers for one attestation are expected for duplicate or recut inscriptions."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a UsageAttestation to name the physical carrier — tablet, ostracon, seal, coin, manuscript, wall — on which the form was observed, the hook to archaeological evidence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attestedSubject
<https://blackcatinformatics.ca/gmeow/attestedSubject> rdf:type owl:ObjectProperty ;
                                                       owl:inverseOf <https://blackcatinformatics.ca/gmeow/hasAttestation> ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Attestation> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                       rdfs:label "attested subject"@x-gmeow-english ;
                                                       skos:definition "The entity that an attestation is about — the thing being vouched for. Non-functional: an attestation may concern multiple subjects (e.g. a key↔identity binding certifies both a key and an identity), and competing subject claims coexist (Principle 9)."@x-gmeow-english ;
                                                       skos:example "ex:relAtt gmeow:attestedSubject ex:release1_2 ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the subject is itself an observation or claim (use gmeow:attestedClaim, whose range is gmeow:Observation) and for the issuing agent (gmeow:attester); read the entity-rooted inverse via gmeow:hasAttestation."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Point the Attestation at one or more subject entities; an entity reaches its attestations through the inverse gmeow:hasAttestation, and competing attestations about the same subject coexist (Principle 9)."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the bare entity an attestation vouches for — an artifact, a key↔identity binding, a release — when the subject is a thing rather than a reified claim."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attester
<https://blackcatinformatics.ca/gmeow/attester> rdf:type owl:ObjectProperty ,
                                                         owl:FunctionalProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Attestation> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                rdfs:label "attester"@x-gmeow-english ;
                                                skos:definition "The agent that issued an attestation — the vouching party. Functional within the relator: one attester per Attestation (co-authorship is modelled as multiple Attestations)."@x-gmeow-english ;
                                                skos:example "ex:provAtt gmeow:attester ex:buildBot ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the entity being vouched for (that is gmeow:attestedSubject) or the verifier who later checks it (gmeow:verifiedBy); and because it is functional, model co-signing as several Attestations, one per attester, rather than asserting two attesters on one."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Bind one gmeow:Agent as the issuer; for jointly-issued vouching mint a separate Attestation per attester, and read the signer-key binding from gmeow:hasSignature / gmeow:signedBy rather than overloading this role."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the single agent that issued an attestation — the party doing the vouching, a person, organization, or software agent — the WHO of the envelope."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attributedLanguage
<https://blackcatinformatics.ca/gmeow/attributedLanguage> rdf:type owl:ObjectProperty ;
                                                          rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observationResult> ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/ScriptLanguageAttribution> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/Language> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                          rdfs:label "attributed language"@x-gmeow-english ;
                                                          skos:definition "The language assigned to an inscription by a script/language attribution. Non-functional: competing language assignments from different standpoints coexist (Principle 9), and an attribution may assign multiple languages (bilingual inscription)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attributedNotation
<https://blackcatinformatics.ca/gmeow/attributedNotation> rdf:type owl:ObjectProperty ;
                                                          rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observationResult> ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/ScriptLanguageAttribution> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/InformationObject> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                          rdfs:label "attributed notation"@x-gmeow-english ;
                                                          skos:definition "The notation system assigned to an undeciphered or symbol-classified inscription. Non-functional: used when the inscription is not yet linked to a known language or writing system (e.g. Linear A, Rongorongo, proto-cuneiform)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attributedScript
<https://blackcatinformatics.ca/gmeow/attributedScript> rdf:type owl:ObjectProperty ;
                                                        rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observationResult> ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/ScriptLanguageAttribution> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/WritingSystem> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                        rdfs:label "attributed script"@x-gmeow-english ;
                                                        skos:definition "The writing system assigned to an inscription by a script/language attribution. Non-functional: competing script assignments coexist (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attributionTarget
<https://blackcatinformatics.ca/gmeow/attributionTarget> rdf:type owl:ObjectProperty ;
                                                         rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                         rdf:type owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/ScriptLanguageAttribution> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/Inscription> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                         rdfs:label "attribution target"@x-gmeow-english ;
                                                         skos:definition "The inscription being classified by a script/language attribution. Functional per relator: one target inscription per ScriptLanguageAttribution."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/audience
<https://blackcatinformatics.ca/gmeow/audience> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                rdfs:label "audience"@x-gmeow-english ;
                                                skos:definition "The intended audience of a creative work."@x-gmeow-english ;
                                                skos:example "ex:primer gmeow:audience ex:earlyReaders ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for the projection consumer of the data (that is gmeow:eligibleForConsumer / gmeow:useForConsumer) — the audience is part of the work's meaning, not a disclosure-control target."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Point the work at the gmeow:Agent representing the intended audience; keep disclosure-control audiences on the orthogonal consumer axis."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the intended audience of a creative work (the dcterms:audience bridge — a class of readers, a target reader group modelled as an Agent)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/authoredBy
<https://blackcatinformatics.ca/gmeow/authoredBy> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Commit> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                  rdfs:label "authored by"@x-gmeow-english ;
                                                  skos:definition "The agent who authored the changes in a commit — the creative origin of the patch. Distinct from the committer (who applied the commit to the repository). Author and committer may differ."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/authorityLink
<https://blackcatinformatics.ca/gmeow/authorityLink> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/coreference> ;
                                                     rdfs:label "authority link"@x-gmeow-english ;
                                                     skos:definition "Links a GMEOW entity to a record in an external authority, registry, database, gazetteer, or catalogue by IRI. It is a see-also authority pointer, not an OWL identity merge; assert the strength of the coreference separately with skos:exactMatch or skos:closeMatch. The range is intentionally open. Wikidata is the recommended hub because its cross-references reach many other authorities."@x-gmeow-english ;
                                                     skos:example "ex:lillith gmeow:authorityLink <http://www.wikidata.org/entity/Q42> ; skos:exactMatch <http://www.wikidata.org/entity/Q42> ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting identity between the GMEOW node and the external record (never owl:sameAs — the link is a reference, not a merge); for two GMEOW entities that are counterparts across realms use gmeow:counterpartOf, and keep contested matches standpoint-indexed rather than collapsed."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/docsConcern> <https://blackcatinformatics.ca/gmeow/concernIdentifiersCoreference> ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Point the entity at the external IRI and pair the link with an explicit skos:exactMatch or skos:closeMatch carrying the coreference strength; prefer a Wikidata hub IRI so its own cross-references reach the other authorities."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/consumerResearchQueue> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use when a stable GMEOW entity should point at its record in an external authority — a Wikidata item, gazetteer entry, VIAF name, or database row — as a see-also reference whose match strength is asserted separately with skos:exactMatch or skos:closeMatch."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/availabilityAgent
<https://blackcatinformatics.ca/gmeow/availabilityAgent> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/Availability> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                         rdfs:label "availability agent"@x-gmeow-english ;
                                                         skos:definition "The agent whose availability is stated."@x-gmeow-english ;
                                                         skos:example "ex:lillithBusy gmeow:availabilityAgent ex:lillith ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the invitee of an invitation (use gmeow:invitationInvitee) and for an event participant; availability is a standalone free-busy claim, not an event role."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:Availability at one gmeow:Agent; pair with gmeow:availabilitySlot for the interval and gmeow:availabilityStatus for the state."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the agent a free-busy statement is about — the subject whose availability the slot and status describe."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/availabilitySlot
<https://blackcatinformatics.ca/gmeow/availabilitySlot> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Availability> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                        rdfs:label "availability slot"@x-gmeow-english ;
                                                        skos:definition "The time interval over which the availability status holds."@x-gmeow-english ;
                                                        skos:example "ex:lillithBusy gmeow:availabilitySlot ex:morningSlot ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting two slots (it is functional — one interval per availability) and avoid putting raw dateTimes here; the slot is an interval object whose bounds hold the xsd:dateTime values (P3)."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Point the availability at one gmeow:TimeInterval whose bounds and gmeow:hasTemporalFrame carry the timing; the status applies uniformly across that whole slot."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bound an availability statement to the gmeow:TimeInterval it covers — the free-busy slot whose start/end carry the dateTime endpoints."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/availabilityStatus
<https://blackcatinformatics.ca/gmeow/availabilityStatus> rdf:type owl:ObjectProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/Availability> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/AvailabilityStatus> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                          rdfs:label "availability status"@x-gmeow-english ;
                                                          skos:definition "The availability status for this slot — free, busy, tentative, or out-of-office."@x-gmeow-english ;
                                                          skos:example "ex:lillithBusy gmeow:availabilityStatus gmeow:availabilityStatusBusy ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting a status subclass (the values are gmeow:AvailabilityStatus individuals) and avoid using it for an event's confirmation state; this is the agent's free-busy posture, not an event status."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Set one gmeow:AvailabilityStatus value; it applies across the whole gmeow:availabilitySlot interval for the named gmeow:availabilityAgent."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to set the free-busy state an agent holds over a slot — the iCalendar FBTYPE value (free, busy, tentative, out-of-office) of an availability."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/bcc
<https://blackcatinformatics.ca/gmeow/bcc> rdf:type owl:ObjectProperty ;
                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                           rdfs:range <https://blackcatinformatics.ca/gmeow/EmailAddress> ;
                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                           rdfs:label "bcc"@x-gmeow-english ;
                                           skos:definition "A blind-carbon-copy recipient address of a message (RFC 5322 Bcc)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/before
<https://blackcatinformatics.ca/gmeow/before> rdf:type owl:ObjectProperty ,
                                                       owl:TransitiveProperty ;
                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                              rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                              rdfs:label "before"@x-gmeow-english ;
                                              skos:definition "Allen BEFORE: this event ends strictly before the related event begins (a gap between them). Transitive. Inverse of gmeow:after. (= time:intervalBefore over the events' extents; TimeML TLINK relType BEFORE; TEO before.)"@x-gmeow-english ;
                                              skos:example "ex:dinner gmeow:before ex:concert ."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it when the events abut with no gap (use gmeow:meets), overlap (gmeow:overlaps), or when a crisp date on each event already implies the order; this relates occurrences, not their bare extents."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:before between two gmeow:Event occurrences; transitivity derives the sound closure. Read gmeow:after as its inverse; the full Allen composition table is left to the solver (P12), not OWL."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use to qualitatively order two events when one ends strictly before the other begins, with a gap between them — the Allen BEFORE link, useful when exact dates are unknown but the ordering is."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/believes
<https://blackcatinformatics.ca/gmeow/believes> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/epistemics> ;
                                                rdfs:label "believes"@x-gmeow-english ;
                                                skos:definition "An agent holds a proposition to be true — the base doxastic attitude. Range is intentionally OPEN: the object may be a gmeow:Proposition, a reified statement, or any claim the agent holds (the five-minute-gate shortcut, Principle 13); the typed content link arrives at the reified doxastic state in a sibling child. Non-functional — an agent holds many beliefs, and contested beliefs coexist (Principle 9). How strongly, and from whose vantage, rides gmeow:standpointModality and gmeow:accordingTo on the statement, never a truth bit here."@x-gmeow-english ;
                                                skos:example "ex:alice gmeow:believes ex:earthIsRound ."@x-gmeow-english ;
                                                skos:scopeNote "believes is documented — not axiomatised — as riding gmeow:accordingTo on the statement (an owl:ObjectProperty cannot rdfs:subPropertyOf an owl:AnnotationProperty in OWL 2 DL; the gmeow:vantage / gmeow:accordingTo precedent). Realised in the projection layer."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid reading it as a global truth claim — believing is one agent's held attitude, never a factive knowledge verdict; for a merely entertained premise use gmeow:accepts (no belief), for the justified case use gmeow:knowsThat, and never force one belief to win in a merge (it is non-functional)."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Point the agent at a gmeow:Proposition or reified statement; carry strength and frame on gmeow:standpointModality / gmeow:accordingTo of the statement, and promote to the reified doxastic state (sibling child) only when credence, justification, or the mental moment must be first-class."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record that an agent holds a proposition (or any reified statement / claim) to be true — the base doxastic attitude and the cheap 80% surface; how strongly and from whose vantage ride gmeow:standpointModality and gmeow:accordingTo on the holding statement."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/broaderTag
<https://blackcatinformatics.ca/gmeow/broaderTag> rdf:type owl:ObjectProperty ;
                                                  owl:inverseOf <https://blackcatinformatics.ca/gmeow/narrowerTag> ;
                                                  rdf:type owl:TransitiveProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Tag> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Tag> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/tags> ;
                                                  rdfs:label "broader tag"@x-gmeow-english ;
                                                  skos:definition "A broader, more general tag. Transitive. Optional: folksonomy stays flat-first."@x-gmeow-english ;
                                                  skos:example "ex:tagMammal gmeow:broaderTag ex:tagAnimal ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid imposing it where folksonomy should stay flat (hierarchy is optional) and avoid using it for associative, non-hierarchical links (use gmeow:relatedTag instead)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:broaderTag from the narrower tag to the broader one and let transitivity build the ladder; gmeow:narrowerTag follows as its inverse."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to layer optional hierarchy onto a folksonomy — point a specific tag at a more general one when a controlled-vocabulary structure is worth having (the counterpart of skos:broader)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/bugDatabase
<https://blackcatinformatics.ca/gmeow/bugDatabase> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Project> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                   rdfs:label "bug database"@x-gmeow-english ;
                                                   skos:definition "The issue/bug tracker of a software project — the doap:bug-database. Non-functional: a project may track issues in several places. Range open (an IRI)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/buildOutput
<https://blackcatinformatics.ca/gmeow/buildOutput> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/BuildActivity> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Distribution> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                   rdfs:label "build output"@x-gmeow-english ;
                                                   skos:definition "The distribution artifact produced by a build activity. Non-functional: a build may produce multiple artifacts (tarball, wheel, binary, container image)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/buildSource
<https://blackcatinformatics.ca/gmeow/buildSource> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/BuildActivity> ;
                                                   rdfs:range [ rdf:type owl:Class ;
                                                                owl:unionOf ( <https://blackcatinformatics.ca/gmeow/Commit>
                                                                              <https://blackcatinformatics.ca/gmeow/Repository>
                                                                            )
                                                              ] ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                   rdfs:label "build source"@x-gmeow-english ;
                                                   skos:definition "The source commit or repository that a build activity consumes. Non-functional: a build may consume multiple commits (monorepo) or a repository at a specific ref."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/calendarAttachment
<https://blackcatinformatics.ca/gmeow/calendarAttachment> rdf:type owl:ObjectProperty ;
                                                          rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasAttachment> ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/Attachment> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                          rdfs:label "calendar attachment"@x-gmeow-english ;
                                                          skos:definition "Links a message to the specific attachment that carries iCalendar data (mediaType text/calendar). A specialization of gmeow:hasAttachment that keeps the attachment first-class and separate from the parsed event representation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/calendarMember
<https://blackcatinformatics.ca/gmeow/calendarMember> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Calendar> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                      rdfs:label "calendar member"@x-gmeow-english ;
                                                      skos:definition "An event that is a member of this calendar. Non-functional: a calendar may contain many events."@x-gmeow-english ;
                                                      skos:example "ex:workCal gmeow:calendarMember ex:standupEvent ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the generator/occurrence relationship (use gmeow:scheduleOccurrence) and for an event's temporal placement; membership says only that the event belongs to this collection."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Attach each member gmeow:Event to its calendar; a single event may belong to several calendars, so do not treat membership as exclusive."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to place an event into a calendar collection — the membership edge a CalDAV-style aggregation reads to list a calendar's contents."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/calendarTimeZone
<https://blackcatinformatics.ca/gmeow/calendarTimeZone> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Calendar> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/TimeZone> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                        rdfs:label "calendar time zone"@x-gmeow-english ;
                                                        skos:definition "The default time zone for a calendar collection."@x-gmeow-english ;
                                                        skos:example "ex:workCal gmeow:calendarTimeZone ex:torontoZone ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting more than one (it is functional — one default per calendar) and avoid relying on it for an event whose own offset differs; that event carries gmeow:eventTimeZone."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Point the calendar at one gmeow:TimeZone; let per-event gmeow:eventTimeZone override it where the occurrence sits in a different civil offset."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to set the fallback IANA time zone a calendar's members are reckoned in when an individual event states no zone of its own."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/calledByInvocation
<https://blackcatinformatics.ca/gmeow/calledByInvocation> rdf:type owl:ObjectProperty ,
                                                                   owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/ToolCall> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/ModelInvocation> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/agentic> ;
                                                          rdfs:label "called by invocation"@x-gmeow-english ;
                                                          skos:definition "The model invocation that requested this tool call. Functional: one requesting invocation per call. Optional: a recording harness may not expose the invocation — a ToolCall without one is still auditable provenance."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/candidateHypothesis
<https://blackcatinformatics.ca/gmeow/candidateHypothesis> rdf:type owl:ObjectProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/InferenceCommitment> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/StandpointClaim> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                                           rdfs:label "candidate hypothesis"@x-gmeow-english ;
                                                           skos:definition "A candidate explanation considered by an abductive gmeow:InferenceCommitment — one of the competing hypotheses (gmeow:competesWith) among which the inference selects the best. NOT functional: inference-to-the-best-explanation weighs several. The winner's gmeow:claimModality is promoted conceivable->probable; the losers are suppressed (gmeow:displayable false), never erased."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/canonicalizedIdentity
<https://blackcatinformatics.ca/gmeow/canonicalizedIdentity> rdf:type owl:ObjectProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/AuthorIdentity> ;
                                                             rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                             rdfs:label "canonicalized identity"@x-gmeow-english ;
                                                             skos:definition "The current self-asserted agent to which a historical AuthorIdentity is understood to refer. Old and new identities coexist as co-equal standpoints, never merged by identical identity (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/capacityOf
<https://blackcatinformatics.ca/gmeow/capacityOf> rdf:type owl:ObjectProperty ;
                                                  rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                  owl:inverseOf <https://blackcatinformatics.ca/gmeow/hasCapacity> ;
                                                  rdf:type owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Capacity> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Location> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                  rdfs:label "capacity of"@x-gmeow-english ;
                                                  skos:definition "The location whose capacity is measured. Functional: a capacity measurement concerns exactly one location (constitutive of the measurement's identity)."@x-gmeow-english ;
                                                  skos:example "ex:cap gmeow:capacityOf ex:hall ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid several locations per measurement (mint one per location)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:capacityOf; generic observation queries reach it via the observedFeature spine."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the single location a capacity measurement concerns; functional, a subproperty of gmeow:observedFeature."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/captureDevice
<https://blackcatinformatics.ca/gmeow/captureDevice> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/MediaObject> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/PhysicalObject> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                     rdfs:label "capture device"@x-gmeow-english ;
                                                     skos:definition "The physical device (camera, scanner, screen-capture hardware) that captured the media. Non-functional: multiple devices may be asserted (e.g. a composite image)."@x-gmeow-english ;
                                                     skos:example "ex:photo gmeow:captureDevice ex:cameraBody ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid pointing it at an agent (the photographer is an authorship contribution, not the device) and avoid a bare literal — the range is a gmeow:PhysicalObject."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:MediaObject at a gmeow:PhysicalObject via gmeow:captureDevice; record the photographer separately through the contribution relator, and the capture moment via gmeow:captureTime."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link a media object to the physical device that captured it — a camera, scanner, or screen-capture rig; non-functional, so a composite may name several devices."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/carrierInscription
<https://blackcatinformatics.ca/gmeow/carrierInscription> rdf:type owl:ObjectProperty ;
                                                          owl:inverseOf <https://blackcatinformatics.ca/gmeow/inscriptionCarrier> ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/PhysicalObject> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/Inscription> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                          rdfs:label "carrier inscription"@x-gmeow-english ;
                                                          skos:definition "The inscription(s) borne by a physical carrier. Non-functional: a carrier may bear multiple inscriptions (e.g. a tablet with text on both sides, or a wall with successive layers of graffiti)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/carrierType
<https://blackcatinformatics.ca/gmeow/carrierType> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/PhysicalObject> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/PhysicalCarrierType> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                   rdfs:label "carrier type"@x-gmeow-english ;
                                                   skos:definition "The archaeological or cultural-heritage classification of a physical carrier — a value vocabulary individual from gmeow:PhysicalCarrierType. Non-functional: a carrier may be classified plurally by different standpoints (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/cascadeFirstLink
<https://blackcatinformatics.ca/gmeow/cascadeFirstLink> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Cascade> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/CausalLink> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                        rdfs:label "cascade first link"@x-gmeow-english ;
                                                        skos:definition "The entry link of this cascade. Functional and mandatory (SHACL)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/cascadeSeverity
<https://blackcatinformatics.ca/gmeow/cascadeSeverity> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Cascade> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/SeverityLevel> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                       rdfs:label "cascade severity"@x-gmeow-english ;
                                                       skos:definition "The cascade's graded severity — according to whoever grades it (statement-layer indexed). NOT functional design review: grading is evaluative and source-variable; divergent grades coexist through the statement layer, and single-valuedness per base graph is SHACL's job (the hasAuthorityLevel convention). Mandatory: an ungraded cascade is just a story."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/causalModality
<https://blackcatinformatics.ca/gmeow/causalModality> rdf:type owl:ObjectProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/CausalLink> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/CausalModality> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                      rdfs:label "causal modality"@x-gmeow-english ;
                                                      skos:definition "The force this link claims. Functional and mandatory (SHACL): if you reified, you had a reason — the modality is it. Open vocabulary (sh:nodeKind sh:IRI, never sh:in)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/cc
<https://blackcatinformatics.ca/gmeow/cc> rdf:type owl:ObjectProperty ;
                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                          rdfs:range <https://blackcatinformatics.ca/gmeow/EmailAddress> ;
                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                          rdfs:label "cc"@x-gmeow-english ;
                                          skos:definition "A carbon-copy recipient address of a message (RFC 5322 Cc)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/celestialObjectType
<https://blackcatinformatics.ca/gmeow/celestialObjectType> rdf:type owl:ObjectProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/CelestialLocation> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/CelestialObjectType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                           rdfs:label "celestial object type"@x-gmeow-english ;
                                                           skos:definition "The kind(s) of a celestial location (one or more gmeow:CelestialObjectType individuals). Non-functional: multi-source classifications may differ (e.g. a source classified as both 'star' and 'variable star') and must coexist as evidence."@x-gmeow-english ;
                                                           skos:example "ex:vega gmeow:celestialObjectType gmeow:celestialObjectTypeStar ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid as a single constitutive kind and avoid encoding it as a CelestialLocation subclass."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Attach one or more gmeow:CelestialObjectType individuals; competing classifications coexist as evidence (Principle 9)."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use to classify a celestial location by one or more gmeow:CelestialObjectType values; non-functional, so multi-source classifications coexist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/certifiedIdentity
<https://blackcatinformatics.ca/gmeow/certifiedIdentity> rdf:type owl:ObjectProperty ,
                                                                  owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/Certification> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                                         rdfs:label "certified identity"@x-gmeow-english ;
                                                         skos:definition "The agent identity a certification binds the key to."@x-gmeow-english ;
                                                         skos:example "ex:cert1 gmeow:certifiedIdentity ex:lillith ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the key being vouched for (gmeow:certifiedKey) and for the agent doing the vouching (gmeow:certifier); it is functional — one bound identity per certification."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Point the certification at exactly one gmeow:Agent identity and pair it with gmeow:certifiedKey; a competing claim that the key belongs to a different identity is a separate certification across standpoints."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the agent identity a certification binds the key to — the identity half of the attested key↔identity binding."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/certifiedKey
<https://blackcatinformatics.ca/gmeow/certifiedKey> rdf:type owl:ObjectProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Certification> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/CryptographicKey> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                                    rdfs:label "certified key"@x-gmeow-english ;
                                                    skos:definition "The cryptographic key a certification vouches for."@x-gmeow-english ;
                                                    skos:example "ex:cert1 gmeow:certifiedKey ex:lillithKey ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the identity the key is bound to (that is gmeow:certifiedIdentity) and for the signer (gmeow:certifier); it is functional — one key per certification, a different key is a different attestation."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Point the certification at exactly one gmeow:CryptographicKey and pair it with gmeow:certifiedIdentity; the two together are the binding the certifier attests."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the cryptographic key a certification vouches for — the key half of the attested key↔identity binding."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/certifier
<https://blackcatinformatics.ca/gmeow/certifier> rdf:type owl:ObjectProperty ,
                                                          owl:FunctionalProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Certification> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                                 rdfs:label "certifier"@x-gmeow-english ;
                                                 skos:definition "The agent that made a certification."@x-gmeow-english ;
                                                 skos:example "ex:cert1 gmeow:certifier ex:bob ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the identity the binding is about (that is gmeow:certifiedIdentity) and for the key vouched for (gmeow:certifiedKey); the certifier is who attests, not what is attested. It is functional — one certifier per certification."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Bind exactly one gmeow:Agent as certifier; model a second signer's attestation as a separate gmeow:Certification rather than a second certifier on the same one."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the agent who made a certification — the WoT signer vouching for the key↔identity binding."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/changeType
<https://blackcatinformatics.ca/gmeow/changeType> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/LanguageChangeEvent> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/LanguageChangeType> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                  rdfs:label "change type"@x-gmeow-english ;
                                                  skos:definition "The kind(s) of linguistic change occurring — sound shift, borrowing, standardization, extinction, etc. NON-FUNCTIONAL: a single event may instantiate multiple change types from different analytical standpoints."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/childMailbox
<https://blackcatinformatics.ca/gmeow/childMailbox> rdf:type owl:ObjectProperty ;
                                                    rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasPart> ;
                                                    owl:inverseOf <https://blackcatinformatics.ca/gmeow/parentMailbox> ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Mailbox> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Mailbox> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                    rdfs:label "child mailbox"@x-gmeow-english ;
                                                    skos:definition "A child mailbox in a folder hierarchy. Inverse of gmeow:parentMailbox; a specialization of the universal gmeow:hasPart spine."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/chunkOf
<https://blackcatinformatics.ca/gmeow/chunkOf> rdf:type owl:ObjectProperty ;
                                               rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/partOf> ;
                                               rdf:type owl:FunctionalProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/Chunk> ;
                                               rdfs:range <https://blackcatinformatics.ca/gmeow/InformationObject> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                               rdfs:label "chunk of"@x-gmeow-english ;
                                               skos:definition "The source information object this chunk segments. Functional: a chunk is cut from exactly one source; re-chunking produces new Chunk individuals, never a re-pointed one."@x-gmeow-english ;
                                               skos:example "ex:c1 gmeow:chunkOf ex:doc ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid pointing one chunk at two sources (it is functional — a different cut is a new Chunk) and avoid using it for the chunk's evidence pin (that is gmeow:spanOfChunk, span-into-chunk, not chunk-into-source)."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Assert exactly one gmeow:chunkOf per Chunk; it specializes gmeow:partOf, so generic part/whole consumers read the segmentation by inheritance while gmeow:spanStart/spanEnd carry the exact offsets."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind a gmeow:Chunk to the single source information object it was cut from — the parthood seam that makes 'where in the source?' answerable."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/citationIntent
<https://blackcatinformatics.ca/gmeow/citationIntent> rdf:type owl:ObjectProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/CitationAct> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/CitationIntent> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/citations> ;
                                                      rdfs:label "citation intent"@x-gmeow-english ;
                                                      skos:definition "The intent with which the citation is made — a value from the open gmeow:CitationIntent vocabulary. Functional per relator: one intent per CitationAct."@x-gmeow-english ;
                                                      skos:example "ex:citeAct gmeow:citationIntent gmeow:intentCitesAsDataSource ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid giving one citation act two intents (it is functional — mint a second CitationAct for a second intent) and avoid a free-text intent; reference or mint a gmeow:CitationIntent individual."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:citationIntent once per CitationAct (functional) to a gmeow:CitationIntent individual; if the needed intent is missing, mint a new value individual aligned to a CiTO sub-property by reference (Principle 5)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to type WHY a gmeow:CitationAct cites — data source, method, extension, agreement, disagreement — by referencing a gmeow:CitationIntent value, the axis that projects to CiTO sub-properties."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/citedEntity
<https://blackcatinformatics.ca/gmeow/citedEntity> rdf:type owl:ObjectProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/CitationAct> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/citations> ;
                                                   rdfs:label "cited entity"@x-gmeow-english ;
                                                   skos:definition "The creative work that is cited — a Work, Expression, Manifestation, or Item. Functional per relator: one cited entity per CitationAct."@x-gmeow-english ;
                                                   skos:example "ex:citeAct gmeow:citedEntity ex:parishRegister ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid pointing it at the cited work's real-world subject (cite the work, not its topic) and avoid attaching it to anything but a gmeow:CitationAct; for the flat case use gmeow:cites."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:citedEntity once per CitationAct (functional) to the cited gmeow:CreativeWork, pairing it with gmeow:citingEntity; pinpoint a locus within it via gmeow:viaSelector."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind the cited player of a gmeow:CitationAct — the gmeow:CreativeWork (any WEMI tier) the citation points at."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/cites
<https://blackcatinformatics.ca/gmeow/cites> rdf:type owl:ObjectProperty ;
                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                             rdfs:range <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/citations> ;
                                             rdfs:label "cites"@x-gmeow-english ;
                                             skos:definition "Relates an entity to a creative work it cites — the flat 80%-case shortcut. Non-functional: an entity may cite many works. Promote to a gmeow:CitationAct node when the intent, selector, provenance, or standpoint of the citation must be recorded."@x-gmeow-english ;
                                             skos:example "ex:paper gmeow:cites ex:foundationalStudy ."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it when a typed intent, pinpoint selector, provenance, or standpoint must be recorded (promote to a gmeow:CitationAct — its pairsWith partner) and avoid using it for non-citation references (use gmeow:references)."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Assert one gmeow:cites triple per cited work (non-functional); when intent or locus must be borne, promote to a gmeow:CitationAct binding gmeow:citingEntity and gmeow:citedEntity, following the gmeow:pairsWith link."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/pairsWith> <https://blackcatinformatics.ca/gmeow/CitationAct> ;
                                             <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                   <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ,
                                                                                                   <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the flat, direct case where an entity simply cites a creative work and the intent, locus, provenance, and standpoint of the citation need not be first-class."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/citingEntity
<https://blackcatinformatics.ca/gmeow/citingEntity> rdf:type owl:ObjectProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/CitationAct> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/citations> ;
                                                    rdfs:label "citing entity"@x-gmeow-english ;
                                                    skos:definition "The entity that makes the citation — a claim, a work, a module, a dataset. Functional per relator: one citing entity per CitationAct."@x-gmeow-english ;
                                                    skos:example "ex:citeAct gmeow:citingEntity ex:birthClaim ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it as a generic bearing or reference property (that is gmeow:cites / gmeow:references) and avoid attaching it to anything but a gmeow:CitationAct; it names a relator player, not a direct fact."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:citingEntity once per CitationAct (functional), pairing it with gmeow:citedEntity; carry the citing side's own provenance on its statement, not here."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind the citing player of a gmeow:CitationAct — the claim, work, module, or dataset that does the citing (its gufo:Relator who-cites role)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/claimModality
<https://blackcatinformatics.ca/gmeow/claimModality> rdf:type owl:ObjectProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/StandpointClaim> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/StandpointModality> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/standpoint> ;
                                                     rdfs:label "claim modality"@x-gmeow-english ;
                                                     skos:definition "The modality (unequivocal, probable, conceivable, refuted, bullshit) assigned to a StandpointClaim. Semantically equivalent to observationResult for StandpointClaims, but not declared rdfs:subPropertyOf because StandpointModality (a gufo:QualityValue / abstract individual) is disjoint from gmeow:Entity (a gufo:Endurant) in the DL profile. When a StandpointClaim is flattened to an annotated statement, claimModality becomes standpointModality."@x-gmeow-english ;
                                                     skos:example "ex:recognitionClaim gmeow:claimModality gmeow:unequivocal ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the produced value of a non-standpoint observation (use gmeow:observationResult) and avoid asserting two modalities — it is functional; a refuted value denies the claim from this frame, never marks it globally false (Principle 9)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Point the StandpointClaim at one gmeow:StandpointModality individual; when the claim is flattened to an annotated statement, this becomes gmeow:standpointModality, and an absent value reads as unequivocal."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to assign the belief value a gmeow:StandpointClaim carries — the reified-relator counterpart of gmeow:standpointModality, used when a claim is a first-class observation rather than an annotated statement."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/claimVeridicality
<https://blackcatinformatics.ca/gmeow/claimVeridicality> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/StandpointClaim> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/ClaimVeridicality> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                         rdfs:label "claim veridicality"@x-gmeow-english ;
                                                         skos:definition "The veridicality status of a claim — whether it is untrue, licensed-false (fiction, satire, sarcasm), or true. Non-functional: a claim may carry multiple veridicality assessments from different standpoints (Principle 9)."@x-gmeow-english ;
                                                         skos:example "ex:satiricalClaim gmeow:claimVeridicality gmeow:veridicalityLicensedFalsehood ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it as a global isFalse flag (it is a frame-relative, non-functional assessment) — to settle a claim false, refute its StandpointClaim modality; multiple standpoint-indexed veridicality assessments coexist rather than collapse (Principle 9)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Point the StandpointClaim at a gmeow:ClaimVeridicality individual (gmeow:veridicalityUntrue / gmeow:veridicalityLicensedFalsehood); attach assessments from each standpoint as separate non-functional values rather than forcing one verdict."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to mark a gmeow:StandpointClaim's veridicality — especially to flag licensed falsehood (gmeow:veridicalityLicensedFalsehood) so fiction, satire, and sarcasm are kept distinct from deception (the audience understands the non-truth-asserting frame)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/coarsenTo
<https://blackcatinformatics.ca/gmeow/coarsenTo> rdf:type owl:ObjectProperty ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/GranularityLevel> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                 rdfs:label "coarsen to"@x-gmeow-english ;
                                                 skos:definition "Disclosure control: marks a value/relator so that at projection time it is generalized to no finer than the named gmeow:GranularityLevel — a coarser ancestor is emitted instead of the precise value (e.g. an enclosing city rather than exact coordinates), never by deletion. The generalization sibling of gmeow:displayable false (withhold); together they are the single 'withhold or coarsen under a trigger' mechanism of CONSTITUTION P10. Domain-free, like gmeow:displayable. The coarse value is obtained by walking gmeow:generalizesVia (default gmeow:partOf); any geometry/geomask computation stays in the solver layer (P12). When both apply, displayable false (withhold) wins over coarsen."@x-gmeow-english ;
                                                 skos:example "ex:homeCoordinate gmeow:coarsenTo ex:cityLevel ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for recording the value's own intrinsic resolution (that is gmeow:hasGranularity) and for the all-or-nothing case where the value must be withheld entirely (use gmeow:displayable false, which wins when both apply)."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/docsConcern> <https://blackcatinformatics.ca/gmeow/concernDisclosure> ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Name the target gmeow:GranularityLevel; the projection compiler walks gmeow:generalizesVia (default gmeow:partOf) up to that level and publishes the coarse ancestor. Pair with gmeow:hasSensitivity and a disclosure policy when the trigger is conditional."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                       <https://blackcatinformatics.ca/gmeow/consumerWikidata> ,
                                                                                                       <https://blackcatinformatics.ca/gmeow/consumerWikipedia> ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to mark a precise value so that public-facing projections emit a coarser ancestor instead of the exact figure — disclosure control by generalization rather than deletion."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/coarserThan
<https://blackcatinformatics.ca/gmeow/coarserThan> rdf:type owl:ObjectProperty ,
                                                            owl:TransitiveProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/GranularityLevel> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/GranularityLevel> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                   rdfs:label "coarser than"@x-gmeow-english ;
                                                   skos:definition "Orders the granularity axis: relates a granularity level to a finer level it generalizes (country gmeow:coarserThan city). Transitive; the partial order that makes 'at or above a target level' well-defined for coarsening, and mirrors skos:broader between the levels."@x-gmeow-english ;
                                                   skos:example "ex:countryLevel gmeow:coarserThan ex:cityLevel ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for ordering ordinary quantitative values (that is a measurement, not a granularity level) and avoid wiring it between domains' ladders without an explicit cross-domain alignment."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:coarserThan from the coarser level to the finer one and let transitivity build the ladder; align levels to external resolution vocabularies (time:TemporalUnit, ISO 19112 LocationType) with skos:exactMatch."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to order two granularity levels so a coarsening target ('no finer than city') is well-defined, or to seed a per-domain resolution ladder (spatial, temporal)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/codecClass
<https://blackcatinformatics.ca/gmeow/codecClass> rdf:type owl:ObjectProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/TransformCodec> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/CodecClass> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                  rdfs:label "codec class"@x-gmeow-english ;
                                                  skos:definition "The capability class of a transform codec (spec §8): what a reader must hold to reverse it — a library (encode, compress) or a key (encrypt)."@x-gmeow-english ;
                                                  skos:example "ex:codecBrotli gmeow:codecClass gmeow:codecClassCompress ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting more than one class per codec (it is functional) and avoid using it to name the specific algorithm; the class is the capability category, not the codec identity."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Point each gmeow:TransformCodec at one gmeow:CodecClass (encode, compress, or encrypt); readers use it to decide whether a missing capability yields an unknown-codec or a missing-key gmeow:OpaqueFrame."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to tag a transform codec with the capability a reader must hold to reverse it, so the degradation path — unknown-codec vs missing-key opacity — is derivable before decoding."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/coincidesWith
<https://blackcatinformatics.ca/gmeow/coincidesWith> rdf:type owl:ObjectProperty ,
                                                              owl:SymmetricProperty ,
                                                              owl:TransitiveProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                     rdfs:label "coincides with"@x-gmeow-english ;
                                                     skos:definition "Allen EQUALS: this event and the related event share the same temporal extent (co-temporal). Symmetric and transitive. Asserts TEMPORAL simultaneity only, never identity of the events themselves. (= time:intervalEquals; TimeML SIMULTANEOUS; TEO equal.)"@x-gmeow-english ;
                                                     skos:example "ex:keynote gmeow:coincidesWith ex:livestream ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid reading it as identity of the events (it is co-temporality, never owl:sameAs) and avoid it for partial overlap (use gmeow:overlaps); it is symmetric and transitive."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:coincidesWith between the co-temporal gmeow:Event occurrences; symmetry and transitivity derive the sound closure across a simultaneity cluster."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use when two distinct events share the same temporal extent — a keynote and its livestream — to assert TEMPORAL simultaneity (the Allen EQUALS link)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/collectionKind
<https://blackcatinformatics.ca/gmeow/collectionKind> rdf:type owl:ObjectProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/PitchCollection> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/PitchCollectionKind> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                      rdfs:label "collection kind"@x-gmeow-english ;
                                                      skos:definition "The kind of pitch collection (scale, mode, maqam, raga, pitch-class set, etc.). Functional: a PitchCollection is of exactly one kind; hybrid or contested categorisations are modelled as coexisting standpoints (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/colourspace
<https://blackcatinformatics.ca/gmeow/colourspace> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasReferenceFrame> ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/MediaObject> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                   rdfs:label "colourspace"@x-gmeow-english ;
                                                   skos:definition "The colourspace reference frame in which this media object's pixel values are expressed — sRGB, Adobe RGB, CMYK, CIE XYZ, etc. A subproperty of gmeow:hasReferenceFrame (Principle 11). Multiple colourspace claims for the same image coexist as separate standpoint-indexed assertions (Principle 9), each attributable and confidence-weighted. Not declared FunctionalProperty in the logical core to avoid incorrect owl:sameAs inferences when merging standpoints; single-valued constraint is enforced by SHACL (sh:maxCount 1)."@x-gmeow-english ;
                                                   skos:example "ex:photo gmeow:colourspace ex:sRGB ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid leaving pixel values frameless (a value asserted without its frame is ill-formed) and avoid forcing one colourspace by making it functional — competing standpoint-indexed claims coexist; SHACL enforces single-valued, not OWL (Principle 9)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:MediaObject at a gmeow:ReferenceFrame via gmeow:colourspace (a gmeow:hasReferenceFrame subproperty); carry conflicting colourspace claims as separate attributable, confidence-weighted assertions."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to declare the colourspace reference frame in which a media object's pixel values are expressed — sRGB, Adobe RGB, CMYK; the frame that satisfies gmeow:MediaObject's gmeow:requiresFrame declaration (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/commentParent
<https://blackcatinformatics.ca/gmeow/commentParent> rdf:type owl:ObjectProperty ;
                                                     owl:inverseOf <https://blackcatinformatics.ca/gmeow/hasDirectReply> ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Comment> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notes> ;
                                                     rdfs:label "comment parent"@x-gmeow-english ;
                                                     skos:definition "The annotation or comment that this comment replies to. Every Comment has exactly one commentParent. The range is gmeow:Entity (encompassing Annotation and Comment) so that a comment may reply to any annotatable entity without identity clash."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/commitAncestor
<https://blackcatinformatics.ca/gmeow/commitAncestor> rdf:type owl:ObjectProperty ;
                                                      rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/wasDerivedFrom> ;
                                                      owl:inverseOf <https://blackcatinformatics.ca/gmeow/commitDescendant> ;
                                                      rdf:type owl:TransitiveProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Commit> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Commit> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                      rdfs:label "commit ancestor"@x-gmeow-english ;
                                                      skos:definition "The transitive closure of parentCommit — any ancestor commit in the DAG. Transitive, non-simple: kept out of all cardinality / functional axioms to preserve OWL 2 DL regularity. Inverse of gmeow:commitDescendant."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/commitAuthorIdentity
<https://blackcatinformatics.ca/gmeow/commitAuthorIdentity> rdf:type owl:ObjectProperty ,
                                                                     owl:FunctionalProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/Commit> ;
                                                            rdfs:range <https://blackcatinformatics.ca/gmeow/AuthorIdentity> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                            rdfs:label "commit author identity"@x-gmeow-english ;
                                                            skos:definition "The recorded author identity of a commit — the raw historical bytes. Distinct from gmeow:authoredBy, which points to the canonical agent currently understood to have authored the changes."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/commitCommitterIdentity
<https://blackcatinformatics.ca/gmeow/commitCommitterIdentity> rdf:type owl:ObjectProperty ,
                                                                        owl:FunctionalProperty ;
                                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/Commit> ;
                                                               rdfs:range <https://blackcatinformatics.ca/gmeow/AuthorIdentity> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                               rdfs:label "commit committer identity"@x-gmeow-english ;
                                                               skos:definition "The recorded committer identity of a commit — the raw historical bytes. Distinct from gmeow:committedBy, which points to the canonical agent currently understood to have committed the changes."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/commitDescendant
<https://blackcatinformatics.ca/gmeow/commitDescendant> rdf:type owl:ObjectProperty ,
                                                                 owl:TransitiveProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Commit> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/Commit> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                        rdfs:label "commit descendant"@x-gmeow-english ;
                                                        skos:definition "The transitive closure of the inverse of parentCommit — any descendant commit in the DAG. Transitive, non-simple: kept out of all cardinality / functional axioms. Inverse of gmeow:commitAncestor."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/commitInRepository
<https://blackcatinformatics.ca/gmeow/commitInRepository> rdf:type owl:ObjectProperty ,
                                                                   owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/Commit> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/Repository> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                          rdfs:label "commit in repository"@x-gmeow-english ;
                                                          skos:definition "The repository in which a commit occurred. Functional: a commit belongs to exactly one repository (forks are separate repositories with their own history)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/commitTree
<https://blackcatinformatics.ca/gmeow/commitTree> rdf:type owl:ObjectProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Commit> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/SourceTree> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                  rdfs:label "commit tree"@x-gmeow-english ;
                                                  skos:definition "The source tree (directory snapshot) that a commit records. Functional: a commit points to exactly one tree."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/commitmentBeneficiary
<https://blackcatinformatics.ca/gmeow/commitmentBeneficiary> rdf:type owl:ObjectProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/Commitment> ;
                                                             rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/teleology> ;
                                                             rdfs:label "commitment beneficiary"@x-gmeow-english ;
                                                             skos:definition "An agent toward whom the commitment is made. NOT functional: a commitment may be made toward several beneficiaries at once. Must be distinct from the committed agent (SHACL); a resolution one makes purely to oneself is an Intention, not a Commitment."@x-gmeow-english ;
                                                             skos:example "ex:slaPromise gmeow:commitmentBeneficiary ex:client ."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the committing agent (use gmeow:committedAgent) and avoid naming the committed agent here — beneficiary and committed agent must be distinct (SHACL); a resolution made purely to oneself is an Intention, not a Commitment."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Attach one or more gmeow:Agent beneficiaries to the Commitment; keep them disjoint from gmeow:committedAgent and let the period ride the relator."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name an agent toward whom a Commitment is made — the recipient side of the social bond, repeated when several beneficiaries share one commitment."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/committedAgent
<https://blackcatinformatics.ca/gmeow/committedAgent> rdf:type owl:ObjectProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Commitment> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/teleology> ;
                                                      rdfs:label "committed agent"@x-gmeow-english ;
                                                      skos:definition "The agent bound by a commitment — the one who has committed. Functional: one commitment, one committed agent; mutual promises are two Commitments, one in each direction, which keeps withdrawal, breach, and tenure independent per direction."@x-gmeow-english ;
                                                      skos:example "ex:slaPromise gmeow:committedAgent ex:vendor ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the agent toward whom the commitment is made (use gmeow:commitmentBeneficiary) and for intrinsic modes (use gmeow:intentBearer); model mutual promises as two Commitments, never as two committed agents on one."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Point each Commitment at exactly one gmeow:Agent; for reciprocal obligations mint a second Commitment in the other direction so breach and tenure stay independent."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the single agent bound by a Commitment — the committing side of the social bond."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/committedBy
<https://blackcatinformatics.ca/gmeow/committedBy> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Commit> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                   rdfs:label "committed by"@x-gmeow-english ;
                                                   skos:definition "The agent who committed the changes to the repository — the person or process that created the commit object. Distinct from the author (who wrote the patch)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/communityMember
<https://blackcatinformatics.ca/gmeow/communityMember> rdf:type owl:ObjectProperty ;
                                                       rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasPart> ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Community> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/ExtractedEntity> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                                       rdfs:label "community member"@x-gmeow-english ;
                                                       skos:definition "An extracted-entity description this community clusters."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/competesWith
<https://blackcatinformatics.ca/gmeow/competesWith> rdf:type owl:ObjectProperty ,
                                                             owl:SymmetricProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/StandpointClaim> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/StandpointClaim> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                                    rdfs:label "competes with"@x-gmeow-english ;
                                                    skos:definition "Relates two rival gmeow:StandpointClaim hypotheses that cannot both be accepted as the best explanation — the competition abductive (and analogical) selection resolves. Symmetric: competition is mutual. Irreflexivity (a claim never competes with itself) is enforced by SHACL, not OWL, keeping the DL profile clean (the deception discipline — doctrine in SHACL, not axioms)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/complianceVerdict
<https://blackcatinformatics.ca/gmeow/complianceVerdict> rdf:type owl:ObjectProperty ,
                                                                  owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/ComplianceAssessment> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/EvaluationVerdict> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                         rdfs:label "compliance verdict"@x-gmeow-english ;
                                                         skos:definition "The assessor's verdict, reusing the EvaluationVerdict vocabulary: held = compliant, not held = violative, undetermined = undetermined. Functional and mandatory (SHACL)."@x-gmeow-english ;
                                                         skos:example "ex:ca1 gmeow:complianceVerdict gmeow:verdictHeld ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid omitting it or giving more than one (it is functional and mandatory by SHACL)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:complianceVerdict once per assessment, reading held as compliant and not-held as violative; pair with gmeow:assessedEvent and gmeow:assessedNorm."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a ComplianceAssessment to carry the assessor's single verdict, reusing the gmeow:EvaluationVerdict vocabulary (held = compliant, not held = violative)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/complies
<https://blackcatinformatics.ca/gmeow/complies> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/Norm> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                rdfs:label "complies with"@x-gmeow-english ;
                                                skos:definition "Flat shortcut: the event complies with the norm — according to whoever asserts it. The positive twin of gmeow:violates; same promotion path, same never-entailed doctrine."@x-gmeow-english ;
                                                skos:example "ex:erasureEvent gmeow:complies ex:n1 ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid reading it as an entailment (compliance is always somebody's judgement) and avoid it when the assessor, evidence, or confidence must be first-class (promote to gmeow:ComplianceAssessment)."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:complies from the gmeow:Event to the gmeow:Norm, indexed on the statement layer; reify to gmeow:ComplianceAssessment when the judgement's provenance matters."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/pairsWith> <https://blackcatinformatics.ca/gmeow/ComplianceAssessment> ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the flat case — recording that an event complies with a norm according to whoever asserts it (the positive twin of gmeow:violates)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/conclusion
<https://blackcatinformatics.ca/gmeow/conclusion> rdf:type owl:ObjectProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/InferenceCommitment> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/StandpointClaim> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                                  rdfs:label "conclusion"@x-gmeow-english ;
                                                  skos:definition "The single conclusion of a reified gmeow:InferenceCommitment — the gmeow:StandpointClaim the argument establishes (vantage = the reasoner, observedFeature = the concluded proposition). Functional: one commitment, one conclusion; an argument with two conclusions is two commitments (SHACL enforces exactly one)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/conditionParameter
<https://blackcatinformatics.ca/gmeow/conditionParameter> rdf:type owl:ObjectProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/Condition> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/ConditionParameter> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                          rdfs:label "condition parameter"@x-gmeow-english ;
                                                          skos:definition "A parameter binding of this condition. NOT functional."@x-gmeow-english ;
                                                          skos:example "ex:c1 gmeow:conditionParameter ex:p1 ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid forcing a single binding (it is non-functional — a template may bind several slots)."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:conditionParameter from the gmeow:Condition to each gmeow:ConditionParameter; the bindings instantiate names used in the condition text or expressions."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach one or more named parameter bindings to a condition template."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/conferredByEvent
<https://blackcatinformatics.ca/gmeow/conferredByEvent> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Appellation> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/LifeEvent> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                        rdfs:label "conferred by event"@x-gmeow-english ;
                                                        skos:definition "The life event that conferred or changed an appellation — a gmeow:LifeEvent carrying a gmeow:eventType such as gmeow:eventTypeChristening, gmeow:eventTypeNameChange, gmeow:eventTypeMarriage (a married name), or gmeow:eventTypeAdoption. Non-functional. The seam joining the names module to the events module's event spine."@x-gmeow-english ;
                                                        skos:example "ex:marriedName gmeow:conferredByEvent ex:wedding ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid carrying the conferral as a free-text note (reference a gmeow:LifeEvent with its gmeow:eventType) and avoid using it for the name's validity period — carry that on the statement or a gmeow:NameUsage."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:conferredByEvent at a gmeow:LifeEvent carrying the appropriate gmeow:eventType; non-functional, so multiple conferring events may coexist for a name's history."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link an appellation to the life event that conferred or changed it — a christening, name change, marriage (a married name), or adoption — joining the names module to the events spine."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/configurationInstrumentType
<https://blackcatinformatics.ca/gmeow/configurationInstrumentType> rdf:type owl:ObjectProperty ,
                                                                            owl:FunctionalProperty ;
                                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/InstrumentConfiguration> ;
                                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/InstrumentType> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                   rdfs:label "configuration instrument type"@x-gmeow-english ;
                                                                   skos:definition "The kind of instrument this configuration applies to, when no specific item is named (e.g. drop-D electric guitar). Functional per relator."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/configurationInterval
<https://blackcatinformatics.ca/gmeow/configurationInterval> rdf:type owl:ObjectProperty ,
                                                                      owl:FunctionalProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/InstrumentConfiguration> ;
                                                             rdfs:range <https://blackcatinformatics.ca/gmeow/PitchInterval> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "configuration interval"@x-gmeow-english ;
                                                             skos:definition "The interval that describes this configuration (e.g. the whole-step drop for drop-D). Functional per relator; optional because some modifications (prepared piano) alter timbre without a named interval."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/configurationModification
<https://blackcatinformatics.ca/gmeow/configurationModification> rdf:type owl:ObjectProperty ;
                                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/InstrumentConfiguration> ;
                                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/InstrumentModification> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                 rdfs:label "configuration modification"@x-gmeow-english ;
                                                                 skos:definition "A modification applied in this configuration — prepared, scordatura, capo, mute, electrified, extended range, etc. Non-functional so that compound modifications (e.g. muted + electrified) can be asserted in one relator."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/configurationOf
<https://blackcatinformatics.ca/gmeow/configurationOf> rdf:type owl:ObjectProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/InstrumentConfiguration> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "configuration of"@x-gmeow-english ;
                                                       skos:definition "The specific instrument item this configuration applies to — a PhysicalObject (e.g. a 1959 Les Paul), an InformationObject (e.g. a synth plugin), or any other Entity. Functional per relator; use configurationInstrumentType when no specific item is named."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/configurationTuningFrame
<https://blackcatinformatics.ca/gmeow/configurationTuningFrame> rdf:type owl:ObjectProperty ,
                                                                         owl:FunctionalProperty ;
                                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/InstrumentConfiguration> ;
                                                                rdfs:range <https://blackcatinformatics.ca/gmeow/TuningSystem> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "configuration tuning frame"@x-gmeow-english ;
                                                                skos:definition "The tuning frame relative to which this configuration is expressed (Principle 11). Functional per relator."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/conflictStrategy
<https://blackcatinformatics.ca/gmeow/conflictStrategy> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/RightsStatement> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/ConflictStrategy> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                        rdfs:label "conflict strategy"@x-gmeow-english ;
                                                        skos:definition "How a rights statement resolves a permission/prohibition conflict over the same action (odrl:conflict): gmeow:conflictPerm (permission wins), gmeow:conflictProhibit (prohibition wins), gmeow:conflictInvalid (the policy is void). Functional."@x-gmeow-english ;
                                                        skos:example "ex:photoRights gmeow:conflictStrategy gmeow:conflictProhibit ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid omitting it on a statement that genuinely carries conflicting rules (the resolution is then undefined) and avoid a free-text strategy; reference a gmeow:ConflictStrategy value."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:conflictStrategy once per RightsStatement (functional) to a gmeow:ConflictStrategy value; the safe default for most published policies is gmeow:conflictProhibit."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to declare how a rights statement settles a permission-vs-prohibition conflict over the same action (the odrl:conflict strategy) — permission wins, prohibition wins, or the policy is void."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/conformsTo
<https://blackcatinformatics.ca/gmeow/conformsTo> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                  rdfs:label "conforms to"@x-gmeow-english ;
                                                  skos:definition "An established standard to which the described resource conforms."@x-gmeow-english ;
                                                  skos:example "ex:metadataRecord gmeow:conformsTo ex:dublinCoreStandard ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for runtime dependencies (use gmeow:requires) and for versions or derivations; conformance is to a standard, not to another work in a lineage."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Assert from the work to the standard entity (often referenced by IRI, Principle 5); the standard need not itself be a creative work."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name an established standard, specification, or profile a creative work conforms to (the dcterms:conformsTo bridge — a record conforming to a metadata schema, a score to a notation standard)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/connectionSource
<https://blackcatinformatics.ca/gmeow/connectionSource> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Connection> ;
                                                        rdfs:range owl:Thing ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/connectivity> ;
                                                        rdfs:label "connection source"@x-gmeow-english ;
                                                        skos:definition "The source of a reified Connection."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/connectionTarget
<https://blackcatinformatics.ca/gmeow/connectionTarget> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Connection> ;
                                                        rdfs:range owl:Thing ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/connectivity> ;
                                                        rdfs:label "connection target"@x-gmeow-english ;
                                                        skos:definition "The target of a reified Connection."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/connectsTo
<https://blackcatinformatics.ca/gmeow/connectsTo> rdf:type owl:ObjectProperty ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                  rdfs:label "connects to"@x-gmeow-english ;
                                                  skos:definition "Universal traversable-link relation: relates any GMEOW thing to another thing it is directly connected to in a graph, network, or path. Intentionally broad; use specialized subproperties (spatiallyConnectsTo, hasSpouse, citesWork, dependsOn, …) when the kind of connection matters. NOT symmetric and NOT transitive at this level so that subproperties can be directed or undirected and reachability can be computed by the solver layer (Principle 12)."@x-gmeow-english ;
                                                  skos:example "ex:nodeA gmeow:connectsTo ex:nodeB ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the kind of link matters — use a subproperty (spatiallyConnectsTo, hasSpouse, citesWork, dependsOn) — and avoid assuming symmetry, transitivity, or reachability, none of which hold at this level."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Assert the most specific connectivity subproperty for the domain; generic consumers read gmeow:connectsTo by inheritance, and reachability or shortest-path queries are computed in the solver layer (P12)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use when a generic consumer needs to ask whether two things are directly linked in a graph, network, or path, without committing to a specific kind of connection."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/constraintAppliesTo
<https://blackcatinformatics.ca/gmeow/constraintAppliesTo> rdf:type owl:ObjectProperty ,
                                                                    owl:FunctionalProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/TraversalConstraint> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "constraint applies to"@x-gmeow-english ;
                                                           skos:definition "The work, expression, or performance to which this TraversalConstraint applies."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/constraintFunction
<https://blackcatinformatics.ca/gmeow/constraintFunction> rdf:type owl:ObjectProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/TraversalConstraint> ;
                                                          rdfs:range <https://w3id.org/function/ontology#Function> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                          rdfs:label "constraint function"@x-gmeow-english ;
                                                          skos:definition "An optional FnO function reference that interprets the selection and termination rules (Principle 12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/constraintLogic
<https://blackcatinformatics.ca/gmeow/constraintLogic> rdf:type owl:ObjectProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/LogicalConstraint> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/ConstraintLogic> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                       rdfs:label "constraint logic"@x-gmeow-english ;
                                                       skos:definition "The boolean operator combining a logical constraint's members — one of the gmeow:ConstraintLogic values (odrl:and / or / xone / andSequence). Functional."@x-gmeow-english ;
                                                       skos:example "ex:euAndUntil2030 gmeow:constraintLogic gmeow:logicAnd ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid giving one logical constraint several logics (it is functional) and avoid putting it on an atomic constraint; the operator combines members, it does not compare a value."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:constraintLogic once per LogicalConstraint (functional) to a gmeow:ConstraintLogic value over its gmeow:logicConstraintMember parts."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the boolean operator that combines a logical constraint's members — AND, OR, XONE, or AND-sequence — by referencing a gmeow:ConstraintLogic value."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/constraintOperator
<https://blackcatinformatics.ca/gmeow/constraintOperator> rdf:type owl:ObjectProperty ,
                                                                   owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/AtomicConstraint> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/ConstraintOperator> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                          rdfs:label "constraint operator"@x-gmeow-english ;
                                                          skos:definition "The comparison operator of an atomic constraint — one of the gmeow:ConstraintOperator values (odrl:operator). Functional."@x-gmeow-english ;
                                                          skos:example "ex:until2030 gmeow:constraintOperator gmeow:operatorLteq ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid giving one atomic constraint several operators (it is functional) and avoid a free-text operator; reference a gmeow:ConstraintOperator value."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:constraintOperator once per AtomicConstraint (functional) to a gmeow:ConstraintOperator value, between its gmeow:leftOperand and gmeow:rightOperand."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the comparison an atomic constraint applies (the odrl:operator) — eq, neq, lt, lteq, gt, gteq, isPartOf, isAnyOf, … — by referencing a gmeow:ConstraintOperator value."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/contactPointProvider
<https://blackcatinformatics.ca/gmeow/contactPointProvider> rdf:type owl:ObjectProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/ContactPoint> ;
                                                            rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                            rdfs:label "contact point provider"@x-gmeow-english ;
                                                            skos:definition "The agent (typically an organization) that issues or scopes a contact point — the employer behind a work address, the provider behind an email's domain. Range is gmeow:Agent to avoid a contacts→organization dependency while admitting organizations. Non-functional. The context that distinguishes 'my work email at ACME' from a personal one."@x-gmeow-english ;
                                                            skos:example "ex:lillithWorkEmail gmeow:contactPointProvider ex:acmeCorp ."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for the contact point's usage role (that is gmeow:contactPointType) and avoid forcing a single provider (it is non-functional)."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Link the contact point to the providing gmeow:Agent; the range is left broad to admit organizations without a contacts→organization slice dependency."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the organization (or agent) that issues or scopes a contact point — the context that distinguishes a work channel from a personal one."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/contactPointType
<https://blackcatinformatics.ca/gmeow/contactPointType> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/ContactPoint> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/ContactPointType> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                        rdfs:label "contact point type"@x-gmeow-english ;
                                                        skos:definition "The usage role(s) of a contact point — one or more gmeow:ContactPointType values (personal, work, …). Non-functional: a contact point may serve several roles, and competing standpoint-indexed classifications coexist (P9)."@x-gmeow-english ;
                                                        skos:example "ex:lillithEmail gmeow:contactPointType gmeow:contactPointTypeWork ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid forcing a single role (it is non-functional — a channel may be both personal and work, and competing classifications coexist) and avoid encoding the provider organization here (use gmeow:contactPointProvider)."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Point the contact point at one or more gmeow:ContactPointType individuals; the projection layer reads them to select or label channels per consumer."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to tag a contact point with one or more usage roles, so a projection can pick the right channel (e.g. the work email for a professional listing)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/containedInLocation
<https://blackcatinformatics.ca/gmeow/containedInLocation> rdf:type owl:ObjectProperty ;
                                                           rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/partOf> ;
                                                           rdf:type owl:TransitiveProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/Location> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/Location> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                           rdfs:label "contained in location"@x-gmeow-english ;
                                                           skos:definition "Relates a location to a larger location that contains it; transitive. A spatial/topological specialization of the universal gmeow:partOf spine."@x-gmeow-english ;
                                                           skos:example "ex:office gmeow:containedInLocation ex:building ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for the strictly geographic place ladder when gmeow:containedInPlace (its Place-typed refinement) is meant, and avoid it for mere adjacency (gmeow:adjacentTo)."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:containedInLocation between Locations; gmeow:generalizesVia walks it during coarsening, and gmeow:locatedAt propagates through it."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use for spatial/topological containment of any Location in a larger one; transitive, a specialization of gmeow:partOf, and the property the locatedAt chain walks."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/containedInPlace
<https://blackcatinformatics.ca/gmeow/containedInPlace> rdf:type owl:ObjectProperty ;
                                                        rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/containedInLocation> ,
                                                                           <https://blackcatinformatics.ca/gmeow/partOf> ;
                                                        owl:inverseOf <https://blackcatinformatics.ca/gmeow/containsPlace> ;
                                                        rdf:type owl:TransitiveProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Place> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/Place> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                        rdfs:label "contained in place"@x-gmeow-english ;
                                                        skos:definition "Relates a place to a larger place that geographically contains it; transitive. Chains the nested granularity (room ⊂ building ⊂ city ⊂ region ⊂ country), each level a first-class place. Non-functional: contested sovereignty claims (e.g. Crimea-class) coexist as standpoint-indexed statements (gmeow:accordingTo), never collapsing to a single winner (Principle 9)."@x-gmeow-english ;
                                                        skos:example "ex:room101 gmeow:containedInPlace ex:edinburgh ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for non-geographic mereology (use gmeow:containedInLocation or gmeow:partOf) and avoid forcing a single parent — contested sovereignty coexists as gmeow:accordingTo-indexed claims (Principle 9)."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:containedInPlace to the immediate enclosing Place and let transitivity build the ladder; for contestation or boundary changes over time, promote to gmeow:ContainmentTenure or annotate the base triple with gmeow:accordingTo."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to chain geographic place-in-place nesting (room ⊂ building ⊂ city ⊂ region ⊂ country); transitive, a specialization of the universal gmeow:partOf spine."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/containmentChild
<https://blackcatinformatics.ca/gmeow/containmentChild> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/ContainmentTenure> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/Place> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                        rdfs:label "containment child"@x-gmeow-english ;
                                                        skos:definition "The contained (child) place in this containment tenure. Functional: a tenure concerns exactly one child place."@x-gmeow-english ;
                                                        skos:example "ex:ct gmeow:containmentChild ex:cityX ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid multiple children on one tenure (mint one per child)."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:containmentChild per ContainmentTenure."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the single contained (child) place of a containment tenure; functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/containmentParent
<https://blackcatinformatics.ca/gmeow/containmentParent> rdf:type owl:ObjectProperty ,
                                                                  owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/ContainmentTenure> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/Place> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "containment parent"@x-gmeow-english ;
                                                         skos:definition "The containing (parent) place in this containment tenure. Functional: a single tenure has exactly one parent place."@x-gmeow-english ;
                                                         skos:example "ex:ct gmeow:containmentParent ex:countyOld ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid multiple parents on one tenure — disputed parallel parents are multiple standpoint-indexed tenures (Principle 9)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:containmentParent per ContainmentTenure."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the single containing (parent) place of a containment tenure; functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/contains
<https://blackcatinformatics.ca/gmeow/contains> rdf:type owl:ObjectProperty ;
                                                owl:inverseOf <https://blackcatinformatics.ca/gmeow/during> ;
                                                rdf:type owl:TransitiveProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                rdfs:label "temporally contains"@x-gmeow-english ;
                                                skos:definition "Allen CONTAINS: this event's extent strictly contains the related event's extent; the transitive inverse of gmeow:during. A TEMPORAL relation only — not spatial (gmeow:containedInPlace) nor mereological (gmeow:hasSubEvent). (= time:intervalContains; TimeML INCLUDES; TEO contains.)"@x-gmeow-english ;
                                                skos:example "ex:reception gmeow:contains ex:toast ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for spatial containment (gmeow:containedInPlace) or part-of decomposition (gmeow:hasSubEvent); prefer asserting gmeow:during and reading this as its transitive inverse."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:during in the natural direction and read gmeow:contains as its transitive inverse; the sound closure is derived."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use when one event's extent strictly contains another's — the Allen CONTAINS link, the inverse view of gmeow:during, asserting TEMPORAL nesting only."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/containsPlace
<https://blackcatinformatics.ca/gmeow/containsPlace> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Place> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Place> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                     rdfs:label "contains place"@x-gmeow-english ;
                                                     skos:definition "The inverse of gmeow:containedInPlace — a place that geographically contains another place. Under OWL 2 semantics, transitivity is entailed because containedInPlace is transitive. GMEOW does not assert additional transitive property chains beyond the inverse declaration; transitive closure is a solver concern (Principle 12)."@x-gmeow-english ;
                                                     skos:example "ex:scotland gmeow:containsPlace ex:edinburgh ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it when the child-rooted gmeow:containedInPlace is the natural statement; avoid relying on it for transitive closure, which is a solver concern (Principle 12)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Prefer asserting gmeow:containedInPlace and read gmeow:containsPlace by inversion; state it explicitly only in whole-rooted projections."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to read or assert the whole-to-part direction of geographic containment — the inverse of gmeow:containedInPlace."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/contentLanguage
<https://blackcatinformatics.ca/gmeow/contentLanguage> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Work> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/Language> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                       rdfs:label "content language"@x-gmeow-english ;
                                                       skos:definition "The natural language of a work's content — the language a document, article, or page is written in. Distinct from the names slice's per-appellation language tag: this is the language of the BODY, not of a name. Non-functional: a multilingual work has several. Projects to schema:inLanguage / schema:iso6391Code (the BCP-47 / ISO 639-1 code reconstructed from the gmeow:Language)."@x-gmeow-english ;
                                                       skos:example "ex:article gmeow:contentLanguage ex:languageFrench ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for the language of a single name or title (that is the names slice's per-appellation language tag) and avoid a bare BCP-47 string — point at a gmeow:Language individual."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:Work at one or more gmeow:Language individuals via gmeow:contentLanguage; the projection reconstructs schema:inLanguage / iso6391Code from the language."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the natural language a work's body is written in — the language of the content itself; non-functional, so a multilingual work names several."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/contradictionKind
<https://blackcatinformatics.ca/gmeow/contradictionKind> rdf:type owl:ObjectProperty ,
                                                                  owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/Contradiction> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/ContradictionKind> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                         rdfs:label "contradiction kind"@x-gmeow-english ;
                                                         skos:definition "The flavour of conflict (open vocabulary): factual, temporal, numeric, framing."@x-gmeow-english ;
                                                         skos:example "ex:conflict1 gmeow:contradictionKind gmeow:contradictionKindFactual ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting several kinds on one contradiction (it is functional — split a multi-flavour conflict into separate Contradiction individuals) and avoid reading a framing kind as factual conflict; framing is often standpoint difference, not disagreement about fact."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Assert exactly one gmeow:contradictionKind per Contradiction at a gmeow:ContradictionKind individual; mint a fresh kind if a needed flavour is not seeded, since the vocabulary is open."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to classify the flavour of a gmeow:Contradiction — factual, temporal, numeric, or framing — from the gmeow:ContradictionKind vocabulary."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/contradictsClaim
<https://blackcatinformatics.ca/gmeow/contradictsClaim> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Contradiction> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                        rdfs:label "contradicts claim"@x-gmeow-english ;
                                                        skos:definition "Relates a contradiction to one of the claim nodes in conflict — at least two per contradiction (SHACL; the OWL existential documents the relator's relata for the reasoner). The range is intentionally open: a claim node is a gmeow:StandpointClaim, another Observation, or an RDF 1.2 statement reifier, and a range assertion would leak one form's typing onto the others (the tenurePosition precedent, standpoint slice)."@x-gmeow-english ;
                                                        skos:example "ex:conflict1 gmeow:contradictsClaim ex:claimA, ex:claimB ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting a range on it (the range is left open so it admits StandpointClaim, other Observations, and RDF 1.2 statement reifiers alike) and avoid binding only one claim — the SHACL shape requires at least two."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:contradictsClaim from the Contradiction to two or more claim nodes of any form; the OWL existential documents the relata for the reasoner while SHACL enforces the minimum of two."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind a gmeow:Contradiction to each claim node in conflict — at least two, since a contradiction needs both sides to be a conflict."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/contributesToFrame
<https://blackcatinformatics.ca/gmeow/contributesToFrame> rdf:type owl:ObjectProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/InformationObject> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/NarrativeReferenceFrame> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                          rdfs:label "contributes to frame"@x-gmeow-english ;
                                                          skos:definition "Relates a creative work or content segment to the narrative reference frame it contributes claims to. Broader than gmeow:sourceFor: a segment may contribute to a frame without being the primary source. Non-functional: an information object may contribute to many frames."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/contributionDegree
<https://blackcatinformatics.ca/gmeow/contributionDegree> rdf:type owl:ObjectProperty ,
                                                                   owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/Contribution> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/ContributionDegree> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                          rdfs:label "contribution degree"@x-gmeow-english ;
                                                          skos:definition "The degree or weight of the contribution — lead, equal, or supporting. Optional (≤1 per Contribution). A value from the open gmeow:ContributionDegree vocabulary."@x-gmeow-english ;
                                                          skos:example "ex:c1 gmeow:contributionDegree gmeow:degreeLead ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it to rank contributors as a privileged winner (Principle 9 — competing orderings are standpoint-indexed) and omit it entirely when degree is unknown; it is optional."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Point the Contribution at one gmeow:ContributionDegree individual; leave it absent rather than guessing a degree, and carry disputed orderings on the statement layer."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use inside a gmeow:Contribution to weight a credit as lead, equal, or supporting — for credit ordering and first-author/lead-maintainer distinctions."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/contributionRole
<https://blackcatinformatics.ca/gmeow/contributionRole> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Contribution> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                        rdfs:label "contribution role"@x-gmeow-english ;
                                                        skos:definition "The role the contributor played in this Contribution — a value from the open gmeow:ContributionRole vocabulary. Functional per relator: one role per Contribution."@x-gmeow-english ;
                                                        skos:example "ex:c1 gmeow:contributionRole gmeow:roleTranslator ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid encoding the role as a Contribution subclass or as the property name (Principle 9) and avoid more than one role per Contribution — an agent in two roles gets two Contributions."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Point the Contribution at one gmeow:ContributionRole individual; extend the vocabulary with new role individuals rather than subclasses when a domain needs one."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use inside a gmeow:Contribution to name the single role the contributor played, drawn from the open gmeow:ContributionRole value vocabulary (author, translator, CRediT role, software role)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/contributionTarget
<https://blackcatinformatics.ca/gmeow/contributionTarget> rdf:type owl:ObjectProperty ,
                                                                   owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/Contribution> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                          rdfs:label "contribution target"@x-gmeow-english ;
                                                          skos:definition "The creative-work target of this Contribution — a Work, Expression, Manifestation, or Item. Functional per relator: one target per Contribution."@x-gmeow-english ;
                                                          skos:example "ex:c1 gmeow:contributionTarget ex:hamletGermanTranslation ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid pointing it at a non-creative-work and avoid more than one target per Contribution — it is functional; a credit spanning two works gets two Contributions."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Point the Contribution at exactly one gmeow:CreativeWork at the right tier; pair with gmeow:contributor and gmeow:contributionRole."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use inside a gmeow:Contribution to name the single WEMI entity credited — choosing the tier that matches the credit (translation → an Expression, cover art → a Manifestation, authorship → a Work)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/contributor
<https://blackcatinformatics.ca/gmeow/contributor> rdf:type owl:ObjectProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Contribution> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                   rdfs:label "contributor"@x-gmeow-english ;
                                                   skos:definition "The agent that contributed to the target in this Contribution. Functional per relator: one contributor per Contribution."@x-gmeow-english ;
                                                   skos:example "ex:c1 gmeow:contributor ex:bernhard ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it on a creative work directly (use the flat gmeow:hasContributor or a typed shortcut) and avoid more than one per Contribution — it is functional; co-contributors get one Contribution each."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Point the Contribution at exactly one gmeow:Agent; pair with gmeow:contributionTarget and gmeow:contributionRole to complete the relator."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use inside a gmeow:Contribution relator to name the single agent who contributed; one of the three required relator roles."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/controlPointOfTrajectory
<https://blackcatinformatics.ca/gmeow/controlPointOfTrajectory> rdf:type owl:ObjectProperty ;
                                                                owl:inverseOf <https://blackcatinformatics.ca/gmeow/trajectoryControlPoint> ;
                                                                rdf:type owl:FunctionalProperty ;
                                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/PitchTrajectoryControlPoint> ;
                                                                rdfs:range <https://blackcatinformatics.ca/gmeow/PitchTrajectory> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "control point of trajectory"@x-gmeow-english ;
                                                                skos:definition "The PitchTrajectory to which this control point belongs. Functional: a control point belongs to exactly one trajectory."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/controlPointPitch
<https://blackcatinformatics.ca/gmeow/controlPointPitch> rdf:type owl:ObjectProperty ,
                                                                  owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/PitchTrajectoryControlPoint> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/PitchValue> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "control point pitch"@x-gmeow-english ;
                                                         skos:definition "The frame-relative PitchValue of this control point."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/controlPointTimeFrame
<https://blackcatinformatics.ca/gmeow/controlPointTimeFrame> rdf:type owl:ObjectProperty ,
                                                                      owl:FunctionalProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/PitchTrajectoryControlPoint> ;
                                                             rdfs:range <https://blackcatinformatics.ca/gmeow/MusicalTimeFrame> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "control point time frame"@x-gmeow-english ;
                                                             skos:definition "The MusicalTimeFrame in which the control point's time position is expressed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/coordinateFrame
<https://blackcatinformatics.ca/gmeow/coordinateFrame> rdf:type owl:ObjectProperty ;
                                                       rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasReferenceFrame> ;
                                                       rdf:type owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/SpatialCoordinates> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                       rdfs:label "coordinate frame"@x-gmeow-english ;
                                                       skos:definition "Relates a set of coordinates to the reference frame they are expressed in."@x-gmeow-english ;
                                                       skos:example "ex:pos gmeow:coordinateFrame gmeow:referenceFrameWGS84 ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid omitting it (the frame gate warns) and avoid using it outside SpatialCoordinates."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Set one gmeow:coordinateFrame per SpatialCoordinates; for celestial points use it on CelestialCoordinates too."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to declare the single frame a SpatialCoordinates value is expressed in; functional, a subproperty of gmeow:hasReferenceFrame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/coordinateMatrixFrame
<https://blackcatinformatics.ca/gmeow/coordinateMatrixFrame> rdf:type owl:ObjectProperty ;
                                                             rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasReferenceFrame> ;
                                                             rdf:type owl:FunctionalProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/CoordinateMatrix> ;
                                                             rdfs:range <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory-environment> ;
                                                             rdfs:label "coordinate matrix frame"@x-gmeow-english ;
                                                             skos:definition "The reference frame in which this CoordinateMatrix is expressed. Functional: a matrix is expressed in exactly one frame; frame transformation is a solver concern (Principle 12). Sub-property of gmeow:hasReferenceFrame so the frame-inheritance property chain (isResultOf ∘ hasReferenceFrame ⊑ hasReferenceFrame) applies automatically."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/coordinateObservationOf
<https://blackcatinformatics.ca/gmeow/coordinateObservationOf> rdf:type owl:ObjectProperty ;
                                                               rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/spatialMeasurementOf> ;
                                                               owl:inverseOf <https://blackcatinformatics.ca/gmeow/hasCoordinateObservation> ;
                                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/CoordinateObservation> ;
                                                               rdfs:range <https://blackcatinformatics.ca/gmeow/Place> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                               rdfs:label "coordinate observation of"@x-gmeow-english ;
                                                               skos:definition "The place whose coordinates or geometry are being observed — the observedFeature of a coordinate observation. Subproperty of gmeow:spatialMeasurementOf (itself a subproperty of gmeow:observedFeature) so generic consumers can query all observations without knowing the domain."@x-gmeow-english ;
                                                               skos:example "ex:obs2023 gmeow:coordinateObservationOf ex:edinburgh ."@x-gmeow-english ;
                                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it for non-place features (use the broader gmeow:spatialMeasurementOf)."@x-gmeow-english ;
                                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:coordinateObservationOf on the CoordinateObservation; generic observation queries reach it via the spine."@x-gmeow-english ;
                                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the place a coordinate observation observed; a subproperty of gmeow:spatialMeasurementOf (and thence gmeow:observedFeature)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/coordinateResult
<https://blackcatinformatics.ca/gmeow/coordinateResult> rdf:type owl:ObjectProperty ;
                                                        rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observationResult> ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/CoordinateObservation> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/GeoCoordinates> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                        rdfs:label "coordinate result"@x-gmeow-english ;
                                                        skos:definition "The GeoCoordinates result of a coordinate observation — a point expressed as latitude, longitude, and optional elevation. The reference frame in which the coordinates are expressed is carried on the observation via gmeow:hasReferenceFrame and propagates to the result via the existing isResultOf ∘ hasReferenceFrame chain."@x-gmeow-english ;
                                                        skos:example "ex:obs2023 gmeow:coordinateResult ex:pt ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid carrying the frame on the result literal — the frame is on the observation and propagates via the isResultOf chain."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:coordinateResult at a GeoCoordinates; the flat gmeow:hasCoordinates is its property-chain projection."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/consumerResearchQueue> ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the GeoCoordinates result of a coordinate observation; a subproperty of gmeow:observationResult."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/copyrightHolder
<https://blackcatinformatics.ca/gmeow/copyrightHolder> rdf:type owl:ObjectProperty ;
                                                       rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/wasAttributedTo> ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Copyright> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                       rdfs:label "copyright holder"@x-gmeow-english ;
                                                       skos:definition "The agent that holds a copyright (schema:copyrightHolder; dcterms:rightsHolder). A specialisation of gmeow:wasAttributedTo — the canonical rights-holder attribution. Non-functional: joint copyright has several co-equal holders."@x-gmeow-english ;
                                                       skos:example "ex:reportCopyright gmeow:copyrightHolder ex:blackcat, ex:coauthor ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting a parallel hasHolder property (this specialises gmeow:wasAttributedTo by design) and avoid collapsing joint holders into one — co-equal holders coexist, so it is non-functional."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Add one or more gmeow:copyrightHolder agents to a Copyright (non-functional for joint holdings); the human-readable credit line is gmeow:attributionText, the structured holder is here."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attribute a copyright to the agent(s) that hold it (schema:copyrightHolder, dcterms:rightsHolder) — the canonical rights-holder attribution, reusing gmeow:wasAttributedTo."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/copyrightStatus
<https://blackcatinformatics.ca/gmeow/copyrightStatus> rdf:type owl:ObjectProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Copyright> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/CopyrightStatus> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                       rdfs:label "copyright status"@x-gmeow-english ;
                                                       skos:definition "The copyright status of a work — one of the gmeow:CopyrightStatus values (in-copyright / public-domain / no-known-copyright / not-evaluated), aligned to RightsStatements.org and PREMIS. Functional."@x-gmeow-english ;
                                                       skos:example "ex:reportCopyright gmeow:copyrightStatus gmeow:copyrightStatusInCopyright ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for trademark or licence status (those are gmeow:trademarkStatus / gmeow:licenseFamily) and avoid a free-text status; reference a gmeow:CopyrightStatus value."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:copyrightStatus once per Copyright (functional) to a gmeow:CopyrightStatus individual aligned to RightsStatements.org; for a lapsed status keep the record and add gmeow:validUntil rather than deleting it."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to classify a work's copyright standing against the RightsStatements.org / PREMIS vocabulary — in-copyright, public-domain, no-known-copyright, not-evaluated, or a finer statement."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/copyrightWork
<https://blackcatinformatics.ca/gmeow/copyrightWork> rdf:type owl:ObjectProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Copyright> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/InformationObject> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                     rdfs:label "copyright work"@x-gmeow-english ;
                                                     skos:definition "The work a copyright protects. Functional: one copyright relator is about one work."@x-gmeow-english ;
                                                     skos:example "ex:reportCopyright gmeow:copyrightWork ex:report ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid binding several works to one copyright (it is functional — each work has its own Copyright relator) and avoid using it as the work-to-copyright link, which is gmeow:hasCopyright."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:copyrightWork once per Copyright (functional) to the gmeow:InformationObject it protects, mirroring the work's gmeow:hasCopyright."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind the protected work to its gmeow:Copyright relator — the work-side player of the copyright."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/corpusMember
<https://blackcatinformatics.ca/gmeow/corpusMember> rdf:type owl:ObjectProperty ;
                                                    rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasPart> ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Corpus> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/InformationObject> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                                    rdfs:label "corpus member"@x-gmeow-english ;
                                                    skos:definition "Relates a corpus to a source information object it collects. Non-functional: a source may belong to many corpora."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/correspondingSource
<https://blackcatinformatics.ca/gmeow/correspondingSource> rdf:type owl:ObjectProperty ,
                                                                    owl:FunctionalProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/Correspondence> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                                           rdfs:label "corresponding source"@x-gmeow-english ;
                                                           skos:definition "The source-domain element of a gmeow:Correspondence — one half of a mapped pair. Functional: a correspondence maps exactly one source element to one target element."@x-gmeow-english ;
                                                           skos:scopeNote "Range is intentionally OPEN (the element may be any entity or relation in the source domain)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/correspondingTarget
<https://blackcatinformatics.ca/gmeow/correspondingTarget> rdf:type owl:ObjectProperty ,
                                                                    owl:FunctionalProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/Correspondence> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                                           rdfs:label "corresponding target"@x-gmeow-english ;
                                                           skos:definition "The target-domain element of a gmeow:Correspondence — the other half of a mapped pair. Functional: exactly one target element per correspondence."@x-gmeow-english ;
                                                           skos:scopeNote "Range is intentionally OPEN (the element may be any entity or relation in the target domain)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/counterGoal
<https://blackcatinformatics.ca/gmeow/counterGoal> rdf:type owl:ObjectProperty ,
                                                            owl:SymmetricProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Goal> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Goal> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/teleology> ;
                                                   rdfs:label "counter-goal"@x-gmeow-english ;
                                                   skos:definition "Constitutive opposition between goals — the named shadow that partly defines what the goal means (an oath and its betrayal; a bond and its dissolution). Symmetric: each pole constitutes the other. Strictly stronger than a lexical antonym: assert it only when the opposition is part of the goal's identity, not merely its dictionary opposite. Irreflexive by SHACL (a goal is never its own shadow)."@x-gmeow-english ;
                                                   skos:example "ex:keepTheOath gmeow:counterGoal ex:betrayTheOath ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a merely lexical antonym or a loosely related rival goal; model plain term opposition with an antonym edge in the lexical layer, and never point a goal at itself (irreflexive by SHACL)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Assert it in one direction between two Goal individuals and read it both ways (symmetric); reserve it for the cases where the shadow partly defines the goal, leaving ordinary opposition to lexical relations."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use when the opposition between two goals is constitutive — part of what each goal means — so the named shadow belongs in the goal's own identity (an oath and its betrayal, a bond and its dissolution)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/counterpartOf
<https://blackcatinformatics.ca/gmeow/counterpartOf> rdf:type owl:ObjectProperty ,
                                                              owl:SymmetricProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/coreference> ;
                                                     rdfs:label "counterpart of"@x-gmeow-english ;
                                                     skos:definition "Relates two GMEOW entities that are recognisable counterparts across realms, frames, datasets, editions, or modelling contexts without being safely mergeable. Symmetric but deliberately not transitive: counterparts preserve cross-realm linkage while avoiding owl:sameAs collapse of contested, standpoint-indexed, or context-dependent claims."@x-gmeow-english ;
                                                     skos:example "ex:novelLondon gmeow:counterpartOf ex:realLondon ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for entity-to-external-record references (use gmeow:authorityLink) and for genuine mergers; never reach for owl:sameAs to collapse counterparts, since it is symmetric-only by design to keep contested or context-dependent claims standpoint-indexed rather than transitively identified."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:counterpartOf between the two GMEOW nodes in one direction and read it both ways; because it is intentionally non-transitive, state each pairing you mean and carry any disputed correspondence on the statement layer rather than chaining through a hub."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link two GMEOW entities that are the same thing across distinct realms, frames, datasets, or fictional/real boundaries — a fictional city and its real namesake, a record in two databases — while each keeps its own identity and context."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/coverOf
<https://blackcatinformatics.ca/gmeow/coverOf> rdf:type owl:ObjectProperty ;
                                               rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/wasDerivedFrom> ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                               rdfs:range <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                               rdfs:label "cover of"@x-gmeow-english ;
                                               skos:definition "A flat shortcut asserting that a creative work is a cover version derived from another creative work. The reified form is a gmeow:CreativeDerivation with gmeow:derivationType gmeow:derivationTypeCover."@x-gmeow-english ;
                                               skos:example "ex:hendrixAllAlong gmeow:coverOf ex:dylanAllAlong ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the derivation's type-combination, segments, or provenance must be first-class — promote to a gmeow:CreativeDerivation with gmeow:derivationTypeCover."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Assert from the cover to the original; it pairsWith gmeow:CreativeDerivation — promote when metadata is required."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the flat 80% case of asserting one work is a cover of another, when no segment, period, or provenance of the derivation needs recording."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/coverageDepth
<https://blackcatinformatics.ca/gmeow/coverageDepth> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/CitationAct> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/CoverageDepth> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                     rdfs:label "coverage depth"@x-gmeow-english ;
                                                     skos:definition "The depth of coverage the source provides about the subject of a citation — significant coverage, passing mention, or routine filing. Non-functional: competing depth assessments coexist (Principle 9)."@x-gmeow-english ;
                                                     skos:example "ex:citation gmeow:coverageDepth gmeow:coverageDepthSignificantCoverage ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating it with source tier or independence (orthogonal axes) and with evidential warrant; a passing mention can still verify a fact (Axis A) while contributing little to notability. Non-functional, so competing depth claims coexist."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:CitationAct at a gmeow:CoverageDepth individual; pair it with gmeow:supportsNotability and the other Axis B properties so the solver can resolve the notability decision, keeping competing assessments as separate claims (Principle 9)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record how substantially a cited source treats its subject — significant coverage, passing mention, or routine filing — as part of a notability assessment (Axis B)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/credentialFor
<https://blackcatinformatics.ca/gmeow/credentialFor> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Credential> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/expertise> ;
                                                     rdfs:label "credential for"@x-gmeow-english ;
                                                     skos:definition "The skill or occupation that a credential certifies. Non-functional — a credential may certify several skills or both a skill and an occupation. Profile compliance: the union range (Skill|Occupation) is enforced by SHACL (shapes/expertise-shapes.ttl), not OWL, because owl:unionOf in rdfs:range violates OWL 2 RL/EL."@x-gmeow-english ;
                                                     skos:example "ex:rnLicense gmeow:credentialFor ex:nursing ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the issuer (gmeow:credentialIssuer) or the holder (gmeow:holdsCredential); and do not rely on an OWL range to type the value — the Skill|Occupation union is a SHACL shape (shapes/expertise-shapes.ttl), so a bad target is caught there, not by the reasoner."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Point the credential at one or more gmeow:Skill or gmeow:Occupation targets; it is non-functional, so a credential certifying several skills lists them all, and the SHACL shape enforces the union range."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name what a credential certifies — a gmeow:Skill, a gmeow:Occupation, or both — when relating the qualification to its subject matter."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/credentialIssuer
<https://blackcatinformatics.ca/gmeow/credentialIssuer> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Credential> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/Organization> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/expertise> ;
                                                        rdfs:label "credential issuer"@x-gmeow-english ;
                                                        skos:definition "The organization that issued a credential. Functional per credential: one issuer is constitutive of the credential's identity (a different issuer is a different credential, even for the same subject matter)."@x-gmeow-english ;
                                                        skos:example "ex:rnLicense gmeow:credentialIssuer ex:nursingBoard ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the holder (gmeow:holdsCredential) or the certified subject matter (gmeow:credentialFor); and avoid two issuers — it is functional, so the same qualification from a different body is a different credential."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Point the credential at one issuing gmeow:Organization; model a jointly-awarded qualification as separate credentials per issuer rather than asserting several issuers on one."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the single organization that issued a credential — the awarding body whose identity is constitutive of which credential this is."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/criterionDomain
<https://blackcatinformatics.ca/gmeow/criterionDomain> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Criterion> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/CriterionDomain> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                       rdfs:label "criterion domain"@x-gmeow-english ;
                                                       skos:definition "The subject domain(s) of this criterion. NOT functional: a criterion may span domains, and classifications coexist (Principle 9)."@x-gmeow-english ;
                                                       skos:example "ex:agency gmeow:criterionDomain gmeow:criterionDomainRelational ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid forcing a single domain (it is non-functional — a criterion may span domains and classifications coexist) and avoid minting a domain subclass."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:criterionDomain at one or more gmeow:CriterionDomain individuals; competing classifications of one criterion coexist (Principle 9)."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to classify a criterion's subject domain(s) via the gmeow:CriterionDomain vocabulary."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/curiousAbout
<https://blackcatinformatics.ca/gmeow/curiousAbout> rdf:type owl:ObjectProperty ;
                                                    rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/interestedIn> ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/cognition> ;
                                                    rdfs:label "curious about"@x-gmeow-english ;
                                                    skos:definition "An exploratory, knowledge-seeking orientation toward a subject — interest aimed at closing a knowledge gap. A specialization of gmeow:interestedIn (curiosity is interest with an epistemic appetite). Still an attentional pull, not a teleology:Desire (Principle 9)."@x-gmeow-english ;
                                                    skos:example "ex:lillith gmeow:curiousAbout ex:categoryTheory ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerFoafExport> ,
                                                                                                            <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for sustained interest with no epistemic drive (use the parent gmeow:interestedIn), for actual attained knowledge (the gmeow:isAwareOf … gmeow:hasMastered spectrum), and for a goal (teleology); curiosity is still an attentional pull, not a conative mode (Principle 9)."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:curiousAbout from agent to subject; it entails gmeow:interestedIn by subproperty, and pairs naturally with the knowledge spectrum to model an agent curious about a subject it is only gmeow:isAwareOf."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                          <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ,
                                                                                                          <https://blackcatinformatics.ca/gmeow/consumerResearchQueue> ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use for interest with an epistemic appetite — a knowledge-seeking orientation aimed at closing a gap — when the curiosity flavour matters beyond plain gmeow:interestedIn."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/currency
<https://blackcatinformatics.ca/gmeow/currency> rdf:type owl:ObjectProperty ;
                                                rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasReferenceFrame> ;
                                                rdf:type owl:FunctionalProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/MonetaryAmount> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                rdfs:label "currency"@x-gmeow-english ;
                                                skos:definition "The currency reference frame in which this monetary amount is expressed. Functional: a MonetaryAmount is in exactly one currency frame. A subproperty of gmeow:hasReferenceFrame (Principle 11)."@x-gmeow-english ;
                                                skos:example "ex:price gmeow:currency ex:usd ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a non-monetary unit (use gmeow:hasUnit) and avoid asserting two currencies on one amount — it is functional, exactly one currency frame per amount; convert into a separate amount instead."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Point the amount at one currency ReferenceFrame and read it through gmeow:hasReferenceFrame by inheritance; the generated frame-relativity shape (gmeow:requiresFrame gmeow:currency) enforces its presence."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the currency reference frame of a gmeow:MonetaryAmount — the frame that makes its magnitude meaningful, the money-specific specialization of gmeow:hasReferenceFrame (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dataFlowEntity
<https://blackcatinformatics.ca/gmeow/dataFlowEntity> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/DataFlow> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                      rdfs:label "data flow entity"@x-gmeow-english ;
                                                      skos:definition "The data entity that flows from the source step to the target step via a data-flow relator. Non-functional: multiple entities may flow on the same edge, and competing claims about what flows coexist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dataFlowSource
<https://blackcatinformatics.ca/gmeow/dataFlowSource> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/DataFlow> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/ProcedureStep> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                      rdfs:label "data flow source"@x-gmeow-english ;
                                                      skos:definition "The producing ProcedureStep of a data-flow relator. Functional: one source per data-flow edge."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dataFlowTarget
<https://blackcatinformatics.ca/gmeow/dataFlowTarget> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/DataFlow> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/ProcedureStep> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                      rdfs:label "data flow target"@x-gmeow-english ;
                                                      skos:definition "The consuming ProcedureStep of a data-flow relator. Functional: one target per data-flow edge."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/deceptionCue
<https://blackcatinformatics.ca/gmeow/deceptionCue> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Observation> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                    rdfs:label "deception cue"@x-gmeow-english ;
                                                    skos:definition "An observation that serves as a cue or indicator of deception in the event — a behavioural, linguistic, or evidential signal. Non-functional: a deception event may have many cues, and competing standpoint-indexed cue claims coexist (Principle 9). The scoring and weighting of cues is solver-layer (Principle 12)."@x-gmeow-english ;
                                                    skos:example "ex:event gmeow:deceptionCue ex:gazeAversionReading ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid treating a cue as proof of deception (it is one standpoint-indexed indicator, weighed by the solver, not an entailment) and avoid collapsing competing cue claims — keep it non-functional so contradicting readings coexist (Principle 9)."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Mint each cue as a gmeow:Observation with its own gmeow:vantage and gmeow:observationMethod, link it via gmeow:deceptionCue, and leave the aggregate scoring (e.g. gmeow:credibilityScore) to the solver layer (Principle 12)."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach a behavioural, linguistic, or evidential signal — modelled as a gmeow:Observation — that indicates deception in an event, so each cue carries its own vantage and method rather than being asserted as a bare fact."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/deceptiveIntentClaim
<https://blackcatinformatics.ca/gmeow/deceptiveIntentClaim> rdf:type owl:ObjectProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                            rdfs:range <https://blackcatinformatics.ca/gmeow/StandpointClaim> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                            rdfs:label "deceptive intent claim"@x-gmeow-english ;
                                                            skos:definition "An attributed, defeasible standpoint claim that the event was carried out with deceptive intent. The vantage is the assessor (who attributes the intent), not the deceiver; the claim carries gmeow:confidence and gmeow:wasAttributedTo. Intent is NEVER entailed by the reasoner — it is a contestable attribution that coexists with its denial (Principle 9)."@x-gmeow-english ;
                                                            skos:example "ex:event gmeow:deceptiveIntentClaim ex:intentAssessment ."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting intent as a global fact or boolean flag, and avoid putting the deceiver in the vantage — the vantage is the ASSESSOR; never let the reasoner entail deceptiveness (it is contestable and coexists with its denial, Principle 9)."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Mint a gmeow:StandpointClaim whose gmeow:vantage is the assessor, carry gmeow:confidence and gmeow:wasAttributedTo, and link it via gmeow:deceptiveIntentClaim; record a denial as a separate coexisting claim rather than negating this one."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach an assessor's attribution that an event was deliberately deceptive — keeping intent OUT of the logic, as a confidence-weighted, attributed claim rather than an entailed fact (the lie/error/bullshit distinction turns on intent the reasoner must not decide)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/decisionConstraint
<https://blackcatinformatics.ca/gmeow/decisionConstraint> rdf:type owl:ObjectProperty ,
                                                                   owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/PerformanceDecision> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/TraversalConstraint> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                          rdfs:label "decision constraint"@x-gmeow-english ;
                                                          skos:definition "The TraversalConstraint whose rules this PerformanceDecision satisfies."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/decisionPerformance
<https://blackcatinformatics.ca/gmeow/decisionPerformance> rdf:type owl:ObjectProperty ,
                                                                    owl:FunctionalProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/PerformanceDecision> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "decision performance"@x-gmeow-english ;
                                                           skos:definition "The performance event in which this traversal decision was made."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/declaredLoss
<https://blackcatinformatics.ca/gmeow/declaredLoss> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/NotationProjectionProfile> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/ProjectionLoss> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                    rdfs:label "declared loss"@x-gmeow-english ;
                                                    skos:definition "A loss that this notation system incurs when rendering canonical frame-relative content (e.g. quantization to 12-EDO, dropping microtiming)."@x-gmeow-english ;
                                                    skos:example "ex:staffProfile gmeow:declaredLoss ex:lossMicrotiming ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for a parameter the notation carries faithfully (that is gmeow:representableParameter) and avoid declaring a loss without pointing its gmeow:accountsForParameter at the parameter it omits."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Attach each gmeow:ProjectionLoss to the profile via gmeow:declaredLoss and link the loss to the omitted parameter with gmeow:accountsForParameter so the completeness gate can reconcile it."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a projection profile to declare a kind of information the notation drops or approximates when rendering canonical content — the explicit ledger entry that makes the projection's lossiness queryable rather than silent."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/deeperThan
<https://blackcatinformatics.ca/gmeow/deeperThan> rdf:type owl:ObjectProperty ,
                                                           owl:TransitiveProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/KnowledgeLevel> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/KnowledgeLevel> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/cognition> ;
                                                  rdfs:label "deeper than"@x-gmeow-english ;
                                                  skos:definition "Orders the knowledge-depth axis: relates a knowledge level to a shallower one it surpasses (knowledgeMastered gmeow:deeperThan knowledgeUnderstands). Transitive ON LEVELS ONLY (the gmeow:coarserThan / gmeow:moreSevereThan pattern) — KnowledgeProficiency relators are never ordered by it."@x-gmeow-english ;
                                                  skos:example "gmeow:knowledgeMastered gmeow:deeperThan gmeow:knowledgeUnderstands ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it between gmeow:KnowledgeProficiency relators (only the levels are ordered, never the relators) and avoid using it to order ratings on a foreign scale (Bloom's, SOLO); cross-framework correspondence is a soft ledger, not this transitive order."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:deeperThan from the deeper level to the shallower one and let transitivity build the four-rung ladder; query a relator's gmeow:knowledgeProficiencyLevel against this order to find every proficiency at or above a depth."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to order two gmeow:KnowledgeLevel values so 'at or above a target depth' is well-defined for queries over reified proficiencies — the knowledge-axis analogue of the kernel gmeow:coarserThan ladder."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/defeaterKind
<https://blackcatinformatics.ca/gmeow/defeaterKind> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/StandpointClaim> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/DefeaterKind> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                                    rdfs:label "defeater kind"@x-gmeow-english ;
                                                    skos:definition "The Pollock kind of a defeating gmeow:StandpointClaim — gmeow:defeaterRebutting (attacks the conclusion) or gmeow:defeaterUndercutting (attacks the inferential link). NOT functional: a single claim may defeat in more than one way."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/deliversToAccount
<https://blackcatinformatics.ca/gmeow/deliversToAccount> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailAddress> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/OnlineAccount> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                         rdfs:label "delivers to account"@x-gmeow-english ;
                                                         skos:definition "Relates an email address to the online account it delivers to — the seam joining an address (held by an agent) to the account a message resides in."@x-gmeow-english ;
                                                         skos:example "ex:lillithEmail gmeow:deliversToAccount ex:lillithMailbox ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating the address with the account it delivers to (the address is a contact point, the account is where messages reside) and avoid using it for non-email channels."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Link the gmeow:EmailAddress to its delivery gmeow:OnlineAccount; the address carries the agent's tenure while the account anchors the stored messages."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to cross from an email address (held by an agent) to the gmeow:OnlineAccount whose mailbox receives its messages — the contacts→accounts seam."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/deonticModality
<https://blackcatinformatics.ca/gmeow/deonticModality> rdf:type owl:ObjectProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Norm> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/DeonticModality> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                       rdfs:label "deontic modality"@x-gmeow-english ;
                                                       skos:definition "The deontic force of this norm. Functional: one norm, one force — a rule that both permits and obliges is two norms. A norm carrying a modality must also carry an issuer (SHACL): no anonymous oughts."@x-gmeow-english ;
                                                       skos:example "ex:n1 gmeow:deonticModality gmeow:deonticObligation ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid giving one norm two forces (it is functional — a rule that both permits and obliges is two norms) and avoid asserting a modality without also asserting gmeow:normIssuer (SHACL forbids anonymous oughts)."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:deonticModality once per norm and pair it with gmeow:normIssuer; split a multi-force prescription into separate norms."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to set a norm's single deontic force from the gmeow:DeonticModality vocabulary."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/depictedIn
<https://blackcatinformatics.ca/gmeow/depictedIn> rdf:type owl:ObjectProperty ;
                                                  owl:inverseOf <https://blackcatinformatics.ca/gmeow/depicts> ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/MediaObject> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                  rdfs:label "depicted in"@x-gmeow-english ;
                                                  skos:definition "Relates an entity to an image that depicts it. Inverse of gmeow:depicts. Non-functional: an entity may be depicted in many images."@x-gmeow-english ;
                                                  skos:example "ex:lillith gmeow:depictedIn ex:photo ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it directly when you have already stated gmeow:depicts (read this as its inverse) and avoid it for richer depiction metadata — that is a gmeow:DepictionUsage relator."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Prefer asserting gmeow:depicts and read gmeow:depictedIn as its inverse; reach for it explicitly only in entity-rooted projections where the inverse direction is natural."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use from the entity's side to find or project the images that depict it — the inverse of gmeow:depicts; non-functional, an entity may appear in many images."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/depictionAudience
<https://blackcatinformatics.ca/gmeow/depictionAudience> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/DepictionUsage> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                         rdfs:label "depiction audience"@x-gmeow-english ;
                                                         skos:definition "The audience or scope for which the depiction is intended — an Agent, a Group/Family, or a locale community. Range is gmeow:Entity to admit all of them. Non-functional: a depiction may be intended for multiple audiences."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/depictionAuthority
<https://blackcatinformatics.ca/gmeow/depictionAuthority> rdf:type owl:ObjectProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/DepictionUsage> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                          rdfs:label "depiction authority"@x-gmeow-english ;
                                                          skos:definition "The authority behind a depiction usage — the gmeow:Agent (a photographer, a national archive, a self-asserting individual) that confers or sanctions the depiction in this use. NON-FUNCTIONAL: joint or competing authorities coexist with no privileged claimant (Principle 9), each attributable and confidence-weighted."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/depictionContext
<https://blackcatinformatics.ca/gmeow/depictionContext> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/DepictionUsage> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/DepictionContext> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                        rdfs:label "depiction context"@x-gmeow-english ;
                                                        skos:definition "The context in which the image depicts the subject — work, family, childhood, portrait, candid, etc. A gmeow:DepictionContext value. Functional per relator: one context per DepictionUsage."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/depictionImage
<https://blackcatinformatics.ca/gmeow/depictionImage> rdf:type owl:ObjectProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/DepictionUsage> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/MediaObject> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                      rdfs:label "depiction image"@x-gmeow-english ;
                                                      skos:definition "The image (MediaObject) that depicts the subject in a depiction usage. Functional per relator: one image per DepictionUsage."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/depictionInterval
<https://blackcatinformatics.ca/gmeow/depictionInterval> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/DepictionUsage> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                         rdfs:label "depiction interval"@x-gmeow-english ;
                                                         skos:definition "The time interval over which the depiction usage held. A relator carries its period this way (matching gmeow:usageInterval, gmeow:relationshipInterval) rather than via RDF-star annotations on the relator node."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/depictionSubject
<https://blackcatinformatics.ca/gmeow/depictionSubject> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/DepictionUsage> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                        rdfs:label "depiction subject"@x-gmeow-english ;
                                                        skos:definition "The entity that is depicted in a depiction usage. Functional per relator: one subject per DepictionUsage."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/depicts
<https://blackcatinformatics.ca/gmeow/depicts> rdf:type owl:ObjectProperty ;
                                               rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/isAbout> ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/MediaObject> ;
                                               rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                               rdfs:label "depicts"@x-gmeow-english ;
                                               skos:definition "Relates an image (MediaObject) to an entity it depicts — the flat 80%-case shortcut, subproperty of gmeow:isAbout. Non-functional: an image may depict many entities. Promote to a gmeow:DepictionUsage relator when the context, audience, period, confidence, or evidence of the depiction must be recorded."@x-gmeow-english ;
                                               skos:example "ex:photo gmeow:depicts ex:lillith, ex:dog ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid the flat form when context, audience, period, confidence, regions, or evidence of the depiction must be recorded — promote to a gmeow:DepictionUsage relator (the images extension), the reified half of the pair."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:MediaObject at each depicted gmeow:Entity via gmeow:depicts; read the inverse with gmeow:depictedIn, and promote to gmeow:DepictionUsage when the depiction needs first-class metadata."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/pairsWith> <https://blackcatinformatics.ca/gmeow/DepictionUsage> ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the 80% case of an image depicting an entity — the flat shortcut subproperty of gmeow:isAbout; non-functional, an image may depict many entities."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationEvidence
<https://blackcatinformatics.ca/gmeow/derivationEvidence> rdf:type owl:ObjectProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/EtymologicalDerivation> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                          rdfs:label "derivation evidence"@x-gmeow-english ;
                                                          skos:definition "The usage attestations, sources, or other evidence supporting a derivation claim. NON-FUNCTIONAL: a derivation may be supported by multiple evidence nodes, and evidence assessments vary by standpoint."@x-gmeow-english ;
                                                          skos:example "ex:etym1 gmeow:derivationEvidence ex:att1 ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid treating the evidence as proof of correctness (it supports, not settles, the claim) and avoid forcing a single evidence node — derivations may rest on several, so keep it non-functional."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:derivationEvidence at gmeow:UsageAttestation nodes, sources, or other gmeow:Entity evidence; carry the confidence the evidence warrants on the observation spine."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use on an EtymologicalDerivation to attach the usage attestations, sources, or other evidence that support the derivation claim."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationKind
<https://blackcatinformatics.ca/gmeow/derivationKind> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/EtymologicalDerivation> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/DerivationKind> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                      rdfs:label "derivation kind"@x-gmeow-english ;
                                                      skos:definition "The kind(s) of etymological derivation claimed — borrowing, calque, semantic shift, sound change, etc. NON-FUNCTIONAL: a single derivation may be classified as both borrowing and reanalysis by different analytical standpoints (Principle 9)."@x-gmeow-english ;
                                                      skos:example "ex:etym1 gmeow:derivationKind gmeow:derivationBorrowing ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting a per-kind subclass (kinds are values) and avoid forcing a single classification — competing analytical kinds for one derivation coexist, so keep it non-functional."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:derivationKind at one or more gmeow:DerivationKind individuals (at least one is required by the someValuesFrom axiom); standpoint-specific kind classifications coexist."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use on an EtymologicalDerivation to classify the kind(s) of derivation claimed via a gmeow:DerivationKind value — borrowing, calque, semantic shift, sound change, and so on."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationProduct
<https://blackcatinformatics.ca/gmeow/derivationProduct> rdf:type owl:ObjectProperty ,
                                                                  owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeDerivation> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                         rdfs:label "derivation product"@x-gmeow-english ;
                                                         skos:definition "The product creative work that was derived from the source. Functional per relator: one product per CreativeDerivation."@x-gmeow-english ;
                                                         skos:example "ex:d1 gmeow:derivationProduct ex:remix ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it outside a CreativeDerivation relator and avoid more than one product — it is functional."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Point the CreativeDerivation at one product gmeow:CreativeWork; pair with gmeow:derivationSource and gmeow:derivationType."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use inside a gmeow:CreativeDerivation to name the single product work that resulted from the derivation, at the honest tier (a new Expression for a cover, a new Recording for a remix)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationSource
<https://blackcatinformatics.ca/gmeow/derivationSource> rdf:type owl:ObjectProperty ;
                                                        rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                        rdf:type owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeDerivation> ,
                                                                    <https://blackcatinformatics.ca/gmeow/EtymologicalDerivation> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/CreativeWork> ,
                                                                   <https://blackcatinformatics.ca/gmeow/InformationObject> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ,
                                                                         <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                        rdfs:label "derivation source"@x-gmeow-english ;
                                                        skos:definition "The ancestor lexical item or form from which the target is derived. Functional per relator: one source per EtymologicalDerivation (a derivation with multiple sources is modeled as multiple derivations)."@x-gmeow-english ,
                                                                        "The source creative work from which the derivation product was derived. Functional per relator: one source per CreativeDerivation."@x-gmeow-english ;
                                                        skos:example "ex:d1 gmeow:derivationSource ex:original ."@x-gmeow-english ,
                                                                     "ex:etym1 gmeow:derivationSource ex:oldEnglishWaeter ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it outside a CreativeDerivation relator and avoid more than one source — it is functional; a mashup of two sources gets two derivations or segment pins."@x-gmeow-english ,
                                                                                                         "Avoid naming multiple sources on one derivation (it is functional; a multi-source etymology is several derivations) and avoid swapping it with gmeow:derivationTarget — direction is ancestor to descendant."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:derivationSource once from the relator to its ancestor (required by the someValuesFrom axiom); it specializes gmeow:observedFeature, so the ancestor surfaces in generic observation queries."@x-gmeow-english ,
                                                                                                        "Point the CreativeDerivation at one source gmeow:CreativeWork; pair with gmeow:derivationProduct and gmeow:derivationType."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use inside a gmeow:CreativeDerivation to name the single source work the product was derived from — at the honest tier (a sampled Recording, a covered Work)."@x-gmeow-english ,
                                                                                                       "Use on an EtymologicalDerivation to name the single ancestor lexical item or form from which the target descends."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationTarget
<https://blackcatinformatics.ca/gmeow/derivationTarget> rdf:type owl:ObjectProperty ;
                                                        rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                        rdf:type owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/EtymologicalDerivation> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/InformationObject> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                        rdfs:label "derivation target"@x-gmeow-english ;
                                                        skos:definition "The descendant lexical item or form that is derived from the source. Functional per relator: one target per EtymologicalDerivation."@x-gmeow-english ;
                                                        skos:example "ex:etym1 gmeow:derivationTarget ex:wordWater ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid naming more than one target (it is functional) and avoid swapping it with gmeow:derivationSource — the target is the descendant, the source the ancestor."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:derivationTarget once from the relator to its descendant (required by the someValuesFrom axiom); it specializes gmeow:observedFeature for generic observation queries."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use on an EtymologicalDerivation to name the single descendant lexical item or form derived from the source."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationType
<https://blackcatinformatics.ca/gmeow/derivationType> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeDerivation> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/DerivationType> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                      rdfs:label "derivation type"@x-gmeow-english ;
                                                      skos:definition "The kind(s) of derivation relating source and product — cover, remix, sample, arrangement, etc. Non-functional: a single derivation may combine types (e.g. a sampled cover)."@x-gmeow-english ;
                                                      skos:example "ex:d1 gmeow:derivationType gmeow:derivationTypeRemix , gmeow:derivationTypeSample ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid encoding the derivation kind as a relator subclass (Principle 9 — it is a value vocabulary) and avoid leaving it unset; the relator requires at least one type."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Point the CreativeDerivation at one or more gmeow:DerivationType individuals; extend the vocabulary with new individuals rather than subclasses when a domain needs one."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use inside a gmeow:CreativeDerivation to name the kind(s) of derivation — cover, remix, sample, arrangement, transcription, quotation; non-functional so a sampled cover can carry several."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivedFromSpectrum
<https://blackcatinformatics.ca/gmeow/derivedFromSpectrum> rdf:type owl:ObjectProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/PitchCollection> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/Spectrum> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "derived from spectrum"@x-gmeow-english ;
                                                           skos:definition "Relates a PitchCollection to the Spectrum it was derived from. The actual derivation is performed by fnSpectrumToPitchCollection (Principle 12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/describesEvent
<https://blackcatinformatics.ca/gmeow/describesEvent> rdf:type owl:ObjectProperty ;
                                                      owl:inverseOf <https://blackcatinformatics.ca/gmeow/eventDescribedBy> ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                      rdfs:label "describes event"@x-gmeow-english ;
                                                      skos:definition "Links an email message to an event described within it — typically parsed from a text/calendar attachment. Non-functional: an email may describe multiple events, and an event may be described by multiple emails (updates, forwards, replies)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/describesModel
<https://blackcatinformatics.ca/gmeow/describesModel> rdf:type owl:ObjectProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/ModelCard> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/SoftwareAgent> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                      rdfs:label "describes model"@x-gmeow-english ;
                                                      skos:definition "The model agent this card describes."@x-gmeow-english ;
                                                      skos:example "ex:opusCard gmeow:describesModel ex:opus ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid describing two agents with one card (it is functional — a card describes exactly one model) and avoid using it as the invocation's model link (that is gmeow:usedModel)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Assert exactly one gmeow:describesModel per ModelCard at the gmeow:SoftwareAgent; the same agent is reached from an invocation via gmeow:usedModel."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind a gmeow:ModelCard to the single gmeow:SoftwareAgent it documents — the link from description to the model that a gmeow:ModelInvocation actually uses."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/detectedBy
<https://blackcatinformatics.ca/gmeow/detectedBy> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Contradiction> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                  rdfs:label "detected by"@x-gmeow-english ;
                                                  skos:definition "The agent (a person, an NLI model, an evaluation run's judge) that surfaced this contradiction. Attributed because detection is contestable. Not gmeow:vantage, which is domained on Observation — a Contradiction is a relator between claims, not itself a claim."@x-gmeow-english ;
                                                  skos:example "ex:conflict1 gmeow:detectedBy ex:nliJudge ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid reaching for gmeow:vantage (that is domained on Observation; a Contradiction is a relator between claims, not a claim) and avoid omitting the detector — an unattributed contradiction cannot be contested."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:detectedBy at the detecting gmeow:Agent; rival detectors of the same conflict are separate gmeow:Contradiction individuals rather than several detectors on one."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attribute a gmeow:Contradiction to the agent that surfaced it — a person, an NLI model, or an eval run's judge — because detection is itself contestable."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/determinacyModel
<https://blackcatinformatics.ca/gmeow/determinacyModel> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/Determinacy> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                        rdfs:label "determinacy model"@x-gmeow-english ;
                                                        skos:definition "Relates a reference frame to its default determinacy model."@x-gmeow-english ;
                                                        skos:example "ex:slamFrame gmeow:determinacyModel gmeow:determinacyProbabilistic ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for a per-value determinacy (that is gmeow:hasDeterminacy on the value) — this is the frame-level default."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Set one gmeow:Determinacy individual as the frame default; individual values may still override via gmeow:hasDeterminacy."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a reference frame's default determinacy model; functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/developmentSignalEvent
<https://blackcatinformatics.ca/gmeow/developmentSignalEvent> rdf:type owl:ObjectProperty ;
                                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/ArcSample> ;
                                                              rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                              rdfs:label "development signal (event)"@x-gmeow-english ;
                                                              skos:definition "A diegetic event the analyzer cited for this reading — an ordinary gmeow:Event claims-scoped accordingTo its narrative frame (existing doctrine), typically also narrated by the position's segment (narration seam). NOT functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/diffFrom
<https://blackcatinformatics.ca/gmeow/diffFrom> rdf:type owl:ObjectProperty ,
                                                         owl:FunctionalProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Diff> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/Commit> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                rdfs:label "diff from"@x-gmeow-english ;
                                                skos:definition "The base commit of a diff — the 'before' state. Functional: a diff has exactly one base commit."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/diffTo
<https://blackcatinformatics.ca/gmeow/diffTo> rdf:type owl:ObjectProperty ,
                                                       owl:FunctionalProperty ;
                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/Diff> ;
                                              rdfs:range <https://blackcatinformatics.ca/gmeow/Commit> ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                              rdfs:label "diff to"@x-gmeow-english ;
                                              skos:definition "The target commit of a diff — the 'after' state. Functional: a diff has exactly one target commit."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/discourseTimeOf
<https://blackcatinformatics.ca/gmeow/discourseTimeOf> rdf:type owl:ObjectProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/NarrativeTimeFrame> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                       rdfs:label "discourse time of"@x-gmeow-english ;
                                                       skos:definition "Anchors a discourse-time frame to the creative work (expression or manifestation tier) whose telling order it coordinatizes. Functional: one frame, one telling. Different editions or translations that re-segment the text own different discourse frames; positions do not transfer between them without an explicit mapping claim."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dispositionNotificationTo
<https://blackcatinformatics.ca/gmeow/dispositionNotificationTo> rdf:type owl:ObjectProperty ;
                                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/EmailAddress> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                                 rdfs:label "disposition notification to"@x-gmeow-english ;
                                                                 skos:definition "The email address to which a read receipt or other message disposition notification should be sent (RFC 3798 Disposition-Notification-To). Non-functional: multiple addresses may be listed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/distanceMetric
<https://blackcatinformatics.ca/gmeow/distanceMetric> rdf:type owl:ObjectProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/DistanceMetric> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                                      rdfs:label "distance metric"@x-gmeow-english ;
                                                      skos:definition "The similarity/distance function under which an embedding or index is meaningful — cosine and euclidean disagree about what is 'near', so the metric is provenance, not a detail. Domain-free: carried by Embedding and VectorIndex alike."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dofConstraintFunction
<https://blackcatinformatics.ca/gmeow/dofConstraintFunction> rdf:type owl:ObjectProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/DegreeOfFreedom> ;
                                                             rdfs:range <https://w3id.org/function/ontology#Function> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "degree-of-freedom constraint function"@x-gmeow-english ;
                                                             skos:definition "An optional FnO function reference that evaluates or validates the constraint text (Principle 12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dofExpression
<https://blackcatinformatics.ca/gmeow/dofExpression> rdf:type owl:ObjectProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/DegreeOfFreedom> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Expression> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                     rdfs:label "degree-of-freedom expression"@x-gmeow-english ;
                                                     skos:definition "The Expression whose parameter determination this DegreeOfFreedom declares. Exactly one of dofWork or dofExpression is required per relator; SHACL enforces the XOR."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dofParameter
<https://blackcatinformatics.ca/gmeow/dofParameter> rdf:type owl:ObjectProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/DegreeOfFreedom> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/MusicalParameter> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                    rdfs:label "degree-of-freedom parameter"@x-gmeow-english ;
                                                    skos:definition "The musical parameter whose determination status is declared (pitch, duration, order, tempo, dynamics, timbre, instrumentation, performer count, sound content, location, tacet, etc.)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dofStatus
<https://blackcatinformatics.ca/gmeow/dofStatus> rdf:type owl:ObjectProperty ,
                                                          owl:FunctionalProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/DegreeOfFreedom> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/DeterminationStatus> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                 rdfs:label "degree-of-freedom status"@x-gmeow-english ;
                                                 skos:definition "The determination status of the parameter in this DegreeOfFreedom relator."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dofWork
<https://blackcatinformatics.ca/gmeow/dofWork> rdf:type owl:ObjectProperty ,
                                                        owl:FunctionalProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/DegreeOfFreedom> ;
                                               rdfs:range <https://blackcatinformatics.ca/gmeow/Work> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                               rdfs:label "degree-of-freedom work"@x-gmeow-english ;
                                               skos:definition "The Work whose parameter determination this DegreeOfFreedom declares. Exactly one of dofWork or dofExpression is required per relator; SHACL enforces the XOR (Principle 4)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/doubts
<https://blackcatinformatics.ca/gmeow/doubts> rdf:type owl:ObjectProperty ;
                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/epistemics> ;
                                              rdfs:label "doubts"@x-gmeow-english ;
                                              skos:definition "An agent holds a proposition in doubt — a low-credence, unsettled doxastic attitude: weaker than believing, and distinct from settled disbelief (a refuted gmeow:standpointModality on the statement). Range OPEN, like gmeow:believes. Non-functional."@x-gmeow-english ;
                                              skos:example "ex:alice gmeow:doubts ex:earthIsRound ."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for settled disbelief (that is a refuted gmeow:standpointModality on the statement, a standpoint's explicit denial, never a factive knowledge verdict) and for full agnostic withholding (use gmeow:suspendsJudgementOn); doubt is a leaning, not a balanced suspension."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Point the agent at the proposition or reified statement; if the doubt hardens into denial, model that as a refuted gmeow:standpointModality on a StandpointClaim rather than overloading gmeow:doubts, and let competing attitudes coexist (it is non-functional)."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record an agent's low-credence, unsettled leaning against a proposition — weaker than belief and not yet settled disbelief — when the wavering itself is what you want to capture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/downloadPage
<https://blackcatinformatics.ca/gmeow/downloadPage> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Project> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                    rdfs:label "download page"@x-gmeow-english ;
                                                    skos:definition "The download page of a software project — the doap:download-page. Non-functional. Range open (an IRI)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/during
<https://blackcatinformatics.ca/gmeow/during> rdf:type owl:ObjectProperty ,
                                                       owl:TransitiveProperty ;
                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                              rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                              rdfs:label "during"@x-gmeow-english ;
                                              skos:definition "Allen DURING: this event's extent falls strictly within the related event's extent (both endpoints interior). Transitive. Inverse of gmeow:contains. Distinct from gmeow:subEventOf (mereological part-of) and gmeow:containedInPlace (spatial). (= time:intervalDuring; TimeML IS_INCLUDED; TEO during.)"@x-gmeow-english ;
                                              skos:example "ex:toast gmeow:during ex:reception ."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for mereological part-of (use gmeow:subEventOf) or spatial containment (use gmeow:containedInPlace); during asserts only that one extent nests in another, never part-hood or co-location."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:during from the inner event to the enclosing one; transitivity derives the sound closure and gmeow:contains reads as its inverse."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use when one event's extent falls strictly within another's (both endpoints interior) — a toast during a reception — as a purely TEMPORAL containment of extents."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/duringInterval
<https://blackcatinformatics.ca/gmeow/duringInterval> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/TimeScopedRelation> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                      rdfs:label "during interval"@x-gmeow-english ;
                                                      skos:definition "Relates a time-scoped relation to the interval over which it holds."@x-gmeow-english ;
                                                      skos:example "ex:lillithAtAcme gmeow:duringInterval ex:tenureInterval ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for relating two intervals to each other (use the Allen relations) and for point-in-time events (use gmeow:atTime); this edge runs situation → interval only."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Point the situation at a single gmeow:TimeInterval whose bounds carry the frame and granularity; let the interval, not the situation, hold the dateTime endpoints."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach a gmeow:TimeScopedRelation to the gmeow:TimeInterval that delimits its validity — the single scope edge of a reified tenure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/editionOf
<https://blackcatinformatics.ca/gmeow/editionOf> rdf:type owl:ObjectProperty ,
                                                          owl:FunctionalProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/coreference> ;
                                                 rdfs:label "edition of"@x-gmeow-english ;
                                                 skos:definition "Relates a concrete edition, issue, or manifestation of a creative work to the stable work it editions. Functional per edition, non-merge semantics: editions remain first-class works with their own identifiers, dates, rights, and provenance."@x-gmeow-english ;
                                                 skos:example "ex:hamletFolio1623 gmeow:editionOf ex:hamlet ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for non-work lineages (use gmeow:versionOf) and for plain replacement (use gmeow:supersedes); never merge an edition into its work with owl:sameAs, since editions stay first-class works with distinct identifiers and provenance."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Point the edition work at exactly one parent work (the property is functional); keep each edition's own identifiers, dates, and rights local, and use gmeow:supersedes when one edition replaces another in the lineage."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use when a concrete edition, issue, printing, or manifestation of a creative work rolls up to the single stable work it realizes — a 1623 folio to the play, a second edition to the title — and each edition needs its own ISBN, date, and rights."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eligibleForConsumer
<https://blackcatinformatics.ca/gmeow/eligibleForConsumer> rdf:type owl:ObjectProperty ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/ProjectionContext> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                           rdfs:label "eligible for consumer"@x-gmeow-english ;
                                                           skos:definition "Relates a value, entity, or claim to the projection consumers it is eligible for — the explicit *who* facet of disclosure control. Domain-free (universal, like hasGranularity and hasSensitivity). NOT functional: in a multi-source merge sources may state different consumer eligibilities, and those claims coexist rather than force the reasoner to collapse distinct consumers (Principle 9)."@x-gmeow-english ;
                                                           skos:example "ex:claim gmeow:eligibleForConsumer gmeow:consumerPublicSite ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using this as a raw privacy override or release rationale; pair it with sensitivity, disclosure policy, evidence, and solver checks where release is conditional."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Attach one or more gmeow:ProjectionContext individuals such as gmeow:consumerInternalArchive, gmeow:consumerAgentMemory, or gmeow:consumerPublicSite; conflicting source-specific eligibilities coexist rather than collapse."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/consumerResearchQueue> ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use when a value, entity, or claim has been cleared for one or more named downstream consumer contexts."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/embeddingModel
<https://blackcatinformatics.ca/gmeow/embeddingModel> rdf:type owl:ObjectProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Embedding> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/SoftwareAgent> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                                      rdfs:label "embedding model"@x-gmeow-english ;
                                                      skos:definition "The model agent that produced this embedding. Two models' embeddings of the same chunk are two Embedding individuals — never merged (P9: machine-derived values are attributed)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/embeddingOf
<https://blackcatinformatics.ca/gmeow/embeddingOf> rdf:type owl:ObjectProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Embedding> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/InformationObject> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                                   rdfs:label "embedding of"@x-gmeow-english ;
                                                   skos:definition "The information object this embedding represents. Functional: one embedding represents exactly one object under one model."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/embodiedIn
<https://blackcatinformatics.ca/gmeow/embodiedIn> rdf:type owl:ObjectProperty ;
                                                  owl:inverseOf <https://blackcatinformatics.ca/gmeow/embodies> ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Expression> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Manifestation> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                  rdfs:label "embodied in"@x-gmeow-english ;
                                                  skos:definition "Relates an Expression to a Manifestation that embodies it. Non-functional: an Expression may be embodied in many Manifestations (hardcover, paperback, EPUB). Inverse of gmeow:embodies."@x-gmeow-english ;
                                                  skos:example "ex:hamletGermanTranslation gmeow:embodiedIn ex:penguin2003 ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting this directly when modelling from the Manifestation up — prefer gmeow:embodies and read this inverse — and avoid it for the Work tier (that is gmeow:realizedThrough)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Prefer asserting gmeow:embodies from each Manifestation and read gmeow:embodiedIn by inversion; reach for it explicitly only in Expression-rooted projections."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use for Expression-rooted traversal down to its editions — enumerating the hardcover, paperback, and EPUB Manifestations of one Expression."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/embodies
<https://blackcatinformatics.ca/gmeow/embodies> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Manifestation> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/Expression> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                rdfs:label "embodies"@x-gmeow-english ;
                                                skos:definition "Relates a Manifestation to the Expression it embodies. Non-functional: a collected edition may embody multiple Expressions. Inverse of gmeow:embodiedIn."@x-gmeow-english ;
                                                skos:example "ex:penguin2003 gmeow:embodies ex:hamletGermanTranslation ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid skipping the Expression tier to point a Manifestation straight at a Work (go through gmeow:embodies → gmeow:realizes), and avoid it for a single copy (use gmeow:exemplifies)."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Assert from the Manifestation to its Expression; a collected/omnibus edition may embody several Expressions (non-functional). Read the inverse gmeow:embodiedIn for Expression-rooted traversal."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to climb from a concrete edition/format up to the Expression it embodies — the Manifestation→Expression R-relation of the WEMI spine."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/emotionBearer
<https://blackcatinformatics.ca/gmeow/emotionBearer> rdf:type owl:ObjectProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Emotion> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/affect> ;
                                                     rdfs:label "emotion bearer"@x-gmeow-english ;
                                                     skos:definition "The agent in whom this emotion inheres. Functional and mandatory (SHACL): an intrinsic mode has exactly one bearer (the intentBearer pattern)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/emotionType
<https://blackcatinformatics.ca/gmeow/emotionType> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Emotion> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/EmotionType> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/affect> ;
                                                   rdfs:label "emotion type"@x-gmeow-english ;
                                                   skos:definition "The kind(s) of this emotion. NOT functional: blended emotions carry several types, and classifications from different traditions coexist (Principle 9). At least one (SHACL); open vocabulary (sh:nodeKind sh:IRI, never sh:in)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/employmentCompensation
<https://blackcatinformatics.ca/gmeow/employmentCompensation> rdf:type owl:ObjectProperty ;
                                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/Employment> ;
                                                              rdfs:range <https://blackcatinformatics.ca/gmeow/MonetaryAmount> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/employment> ;
                                                              rdfs:label "employment compensation"@x-gmeow-english ;
                                                              skos:definition "The monetary compensation of an employment, expressed as a MonetaryAmount with explicit currency frame (Principle 11). Non-functional: a single employment may have several compensation figures over time (raises, bonuses, multi-currency arrangements), recorded as co-equal standpoint-indexed claims."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/employmentInterval
<https://blackcatinformatics.ca/gmeow/employmentInterval> rdf:type owl:ObjectProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/Employment> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/employment> ;
                                                          rdfs:label "employment interval"@x-gmeow-english ;
                                                          skos:definition "The time interval over which the employment holds. A relator carries its period this way (matching gmeow:participationInterval, gmeow:membershipInterval) rather than via gmeow:duringInterval, which is reserved for gufo:Situation-based time-scoped relations. Open-ended (no end instant) when the employment is current."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/employmentOccupation
<https://blackcatinformatics.ca/gmeow/employmentOccupation> rdf:type owl:ObjectProperty ,
                                                                     owl:FunctionalProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/Employment> ;
                                                            rdfs:range <https://blackcatinformatics.ca/gmeow/Occupation> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/employment> ;
                                                            rdfs:label "employment occupation"@x-gmeow-english ;
                                                            skos:definition "The occupation associated with this employment, drawn from an open vocabulary such as ESCO or SOC. Functional: an employment maps to one canonical occupation; an agent with several occupations has several employment records."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/employmentRole
<https://blackcatinformatics.ca/gmeow/employmentRole> rdf:type owl:ObjectProperty ;
                                                      rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasRole> ;
                                                      rdf:type owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Employment> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Role> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/employment> ;
                                                      rdfs:label "employment role"@x-gmeow-english ;
                                                      skos:definition "The role borne by this employment — a job title, position, or function. Functional: an employment has one canonical role at a time; a change of role is a new employment record or a standpoint-indexed claim. Specializes gmeow:hasRole."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/employmentSeniority
<https://blackcatinformatics.ca/gmeow/employmentSeniority> rdf:type owl:ObjectProperty ,
                                                                    owl:FunctionalProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/Employment> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/SeniorityLevel> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/employment> ;
                                                           rdfs:label "employment seniority"@x-gmeow-english ;
                                                           skos:definition "The seniority level of an employment — one of the open gmeow:SeniorityLevel values. Functional: an employment has one canonical seniority at a time; a promotion is a new employment record or a standpoint-indexed claim. Orthogonal to employment type and role."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/employmentType
<https://blackcatinformatics.ca/gmeow/employmentType> rdf:type owl:ObjectProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Employment> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/EmploymentType> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/employment> ;
                                                      rdfs:label "employment type"@x-gmeow-english ;
                                                      skos:definition "The kind of employment — one of the open gmeow:EmploymentType values. Functional: an employment has one canonical type at a time; a change of type is a new employment record or a standpoint-indexed claim."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/endorses
<https://blackcatinformatics.ca/gmeow/endorses> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                                rdfs:label "endorses"@x-gmeow-english ;
                                                skos:definition "A convenience shortcut recording that one agent vouches for another. Deliberately NOT symmetric (endorsement is directional) and NOT transitive (trust must not propagate inside the reasoner — that is the metric the perspectival TrustAssertion bounds). Use gmeow:TrustAssertion for leveled, dated, perspectival trust."@x-gmeow-english ;
                                                skos:example "ex:lillith gmeow:endorses ex:bob ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the trust is leveled, dated, or holds an introducer depth (promote to gmeow:TrustAssertion) and avoid expecting symmetry or transitivity — endorsement is directional and never propagates A→B→C inside the reasoner."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:endorses from endorser to endorsee for the lightweight case; promote to a gmeow:TrustAssertion the moment you need a trust level, validity window, or introducer parameters, and compute any transitive validity in the projection layer."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the flat shortcut for a directional vouch between two agents when level, date, and introducer parameters do not matter — the reify-on-demand companion of gmeow:TrustAssertion."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/environmentAtInstant
<https://blackcatinformatics.ca/gmeow/environmentAtInstant> rdf:type owl:ObjectProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/SensoryEnvironment> ;
                                                            rdfs:range <https://blackcatinformatics.ca/gmeow/Instant> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory-environment> ;
                                                            rdfs:label "environment at instant"@x-gmeow-english ;
                                                            skos:definition "The instant at which this point-like SensoryEnvironment holds. For interval-scoped environments, use gmeow:environmentDuringInterval instead."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/environmentAtLocation
<https://blackcatinformatics.ca/gmeow/environmentAtLocation> rdf:type owl:ObjectProperty ,
                                                                      owl:FunctionalProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/SensoryEnvironment> ;
                                                             rdfs:range <https://blackcatinformatics.ca/gmeow/Location> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory-environment> ;
                                                             rdfs:label "environment at location"@x-gmeow-english ;
                                                             skos:definition "The location whose ambient conditions this SensoryEnvironment describes. Functional: a SensoryEnvironment concerns exactly one location (constitutive of its identity)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/environmentDuringInterval
<https://blackcatinformatics.ca/gmeow/environmentDuringInterval> rdf:type owl:ObjectProperty ;
                                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/SensoryEnvironment> ;
                                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory-environment> ;
                                                                 rdfs:label "environment during interval"@x-gmeow-english ;
                                                                 skos:definition "The time interval over which this SensoryEnvironment holds. For point-like environments, use gmeow:environmentAtInstant instead."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/evaluatedCondition
<https://blackcatinformatics.ca/gmeow/evaluatedCondition> rdf:type owl:ObjectProperty ;
                                                          rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                          rdf:type owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/ConditionEvaluation> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/Condition> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                          rdfs:label "evaluated condition"@x-gmeow-english ;
                                                          skos:definition "The condition this evaluation reports on (⊑ observedFeature — the observation-spine bridge idiom). Functional: one evaluation, one condition; group members get their own evaluations."@x-gmeow-english ;
                                                          skos:example "ex:ev1 gmeow:evaluatedCondition ex:c1 ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid more than one condition per evaluation (it is functional — group members get their own evaluations) and avoid naming the verdict here (that is gmeow:evaluationVerdict)."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:evaluatedCondition once from the evaluation to its gmeow:Condition; it specializes gmeow:observedFeature, so generic observation queries find it."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a ConditionEvaluation to name the single condition it reports on — the observation's feature of interest."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/evaluationVerdict
<https://blackcatinformatics.ca/gmeow/evaluationVerdict> rdf:type owl:ObjectProperty ,
                                                                  owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/ConditionEvaluation> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/EvaluationVerdict> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                         rdfs:label "evaluation verdict"@x-gmeow-english ;
                                                         skos:definition "The verdict of this evaluation. Functional and mandatory (SHACL). The claimModality pattern: equivalent in role to observationResult, separate in axiom because QualityValue ⟂ Entity."@x-gmeow-english ;
                                                         skos:example "ex:ev1 gmeow:evaluationVerdict gmeow:verdictHeld ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid omitting it or giving more than one (it is functional and mandatory by SHACL) and avoid modelling it as observationResult — it plays that role but stays a separate axiom (QualityValue ⟂ Entity)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:evaluationVerdict once per evaluation, paired with gmeow:evaluatedCondition; the compliance twin uses gmeow:complianceVerdict over the same vocabulary."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a ConditionEvaluation to carry its single outcome from the gmeow:EvaluationVerdict vocabulary."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventAspect
<https://blackcatinformatics.ca/gmeow/eventAspect> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/GrammaticalAspect> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                   rdfs:label "event aspect"@x-gmeow-english ;
                                                   skos:definition "The grammatical aspect of a textual mention of the event (ISO-TimeML EVENT @aspect). Annotation-layer only; orthogonal to the event's actual temporal placement."@x-gmeow-english ;
                                                   skos:example "ex:event42 gmeow:eventAspect gmeow:aspectPerfective ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid inferring it from, or using it to infer, the event's actual temporal placement — aspect is a linguistic-realization facet, orthogonal to dating."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:Event at one gmeow:GrammaticalAspect value via gmeow:eventAspect; keep it confined to the annotation layer."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the grammatical aspect of a textual mention of an event (ISO-TimeML EVENT @aspect) when annotating natural-language text."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventDescribedBy
<https://blackcatinformatics.ca/gmeow/eventDescribedBy> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                        rdfs:label "event described by"@x-gmeow-english ;
                                                        skos:definition "Links an event to an email message that describes it; the inverse of gmeow:describesEvent."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventFromLocation
<https://blackcatinformatics.ca/gmeow/eventFromLocation> rdf:type owl:ObjectProperty ;
                                                         rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/eventLocation> ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/Location> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                         rdfs:label "event from-location"@x-gmeow-english ;
                                                         skos:definition "The origin of a movement event — where a migration, move, journey, or relocation departed from. A specialisation of gmeow:eventLocation (the origin IS a location of the event), so plain location consumers still see it. Pairs with gmeow:eventToLocation; the endpoint pair is the discrete sibling of the continuous gmeow:eventTrajectory (schema:MoveAction's fromLocation)."@x-gmeow-english ;
                                                         skos:example "ex:migration gmeow:eventFromLocation ex:ireland ; gmeow:eventToLocation ex:boston ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for a stationary event (use plain gmeow:eventLocation), and avoid the endpoint pair when a continuous path is needed — use gmeow:eventTrajectory for the space-time curve instead."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:eventFromLocation and gmeow:eventToLocation as the move's endpoints; both subproperty gmeow:eventLocation, so plain-location consumers still see them as locations of the event."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the origin of a movement event — where a migration, move, journey, or procession departed from — paired with gmeow:eventToLocation for the discrete endpoint case."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventInterval
<https://blackcatinformatics.ca/gmeow/eventInterval> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                     rdfs:label "event interval"@x-gmeow-english ;
                                                     skos:definition "The crisp, known time interval over which an event occurred (reuses the temporal module's gmeow:TimeInterval). For a point-like occurrence use gmeow:eventTime; for an approximate date use gmeow:earliestStart / gmeow:latestEnd + gmeow:temporalPrecision."@x-gmeow-english ;
                                                     skos:example "ex:conference gmeow:eventInterval ex:sept2024 ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for a point-like instant (use gmeow:eventTime), for an approximate date (use gmeow:earliestStart / gmeow:latestEnd + gmeow:temporalPrecision), and for a bare LENGTH with no anchor (use gmeow:hasDuration)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:Event at a gmeow:TimeInterval whose endpoints are xsd:dateTime; carry a non-default calendar on gmeow:eventTemporalFrame (Principle 11)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use when an event has a crisp, known span with both endpoints — a conference, a tour, a siege — that anchors it in time."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventLocation
<https://blackcatinformatics.ca/gmeow/eventLocation> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Location> ;
                                                     owl:propertyChainAxiom ( <https://blackcatinformatics.ca/gmeow/eventLocation>
                                                                              <https://blackcatinformatics.ca/gmeow/containedInLocation>
                                                                            ) ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                     rdfs:label "event location"@x-gmeow-english ;
                                                     skos:definition "A location at which an event occurred — a geographic gmeow:Place, a gmeow:VirtualLocation, or any other gmeow:Location (the full superset). Non-functional: an event may span several locations, and competing standpoint-indexed locations coexist."@x-gmeow-english ;
                                                     skos:example "ex:wedding gmeow:eventLocation ex:church ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for the origin/destination of a move when the direction matters (use the from/to specializations), and avoid collapsing competing source locations — keep it non-functional so standpoint-indexed places coexist."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:Event at one or more gmeow:Location individuals; a containing location is inferred by the gmeow:eventLocation ∘ gmeow:containedInLocation property chain, so assert only the most specific place."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to place an event at a location — geographic, virtual, or otherwise — the general superset property that movement endpoints (gmeow:eventFromLocation / eventToLocation) specialize so plain-location consumers still see them."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventObservation
<https://blackcatinformatics.ca/gmeow/eventObservation> rdf:type owl:ObjectProperty ;
                                                        owl:inverseOf <https://blackcatinformatics.ca/gmeow/observationEvent> ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/Observation> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                        rdfs:label "event observation"@x-gmeow-english ;
                                                        skos:definition "An observation made during or about an event. Inverse of gmeow:observationEvent (observations module). Non-functional: an event may have many observations, and competing standpoint-indexed observations coexist (Principle 9)."@x-gmeow-english ;
                                                        skos:example "ex:wedding gmeow:eventObservation ex:weatherNote ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for an observation that is the activity's purpose-built product (use gmeow:generatedObservation), and avoid collapsing competing observations — keep it non-functional so standpoint-indexed ones coexist."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:eventObservation from the event, or its inverse gmeow:observationEvent from the observation; either direction is read both ways."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link any gmeow:Event to an observation made during or about it — distinct from gmeow:generatedObservation, which is reserved for the deliberate outputs of an gmeow:ObservationalActivity."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventSpacetime
<https://blackcatinformatics.ca/gmeow/eventSpacetime> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/LocationState> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                      rdfs:label "event spacetime"@x-gmeow-english ;
                                                      skos:definition "A spacetime slice of an event, expressed as a gmeow:LocationState that carries location, time interval or instant, pose, and optional velocity relative to an explicit reference frame (Principle 11). Reuses LocationState rather than minting a parallel 4D class. Multiple slices may coexist for the same event."@x-gmeow-english ;
                                                      skos:example "ex:flight gmeow:eventSpacetime ex:slice0900, ex:slice1000 ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it when a plain place (gmeow:eventLocation) or a route (gmeow:eventTrajectory) suffices, and never mint a parallel 4D class — reuse gmeow:LocationState, which already carries the frame (Principle 11)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:Event at one or more gmeow:LocationState individuals, each binding location, time, pose, and frame; multiple slices for one event coexist."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use when an event needs full 4D placement — a location-plus-time slice carrying pose and optional velocity relative to an explicit reference frame — typically several slices tracing a moving occurrence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTemporalFrame
<https://blackcatinformatics.ca/gmeow/eventTemporalFrame> rdf:type owl:ObjectProperty ;
                                                          rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasReferenceFrame> ;
                                                          rdf:type owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/TemporalFrame> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                          rdfs:label "event temporal frame"@x-gmeow-english ;
                                                          skos:definition "The temporal frame in which the event's date/interval is expressed — explicit for non-default frames (Principle 11)."@x-gmeow-english ;
                                                          skos:example "ex:festival gmeow:eventTemporalFrame ex:hebrewCalendar ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it for the default gmeow:temporalFrameUTCGregorian (it is the assumed frame), and avoid stating two frames for one event — it is functional, one frame per event."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:Event at one gmeow:TemporalFrame via gmeow:eventTemporalFrame (a subproperty of gmeow:hasReferenceFrame) alongside its date triples; absent, the UTC-Gregorian default is assumed."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to declare the temporal frame an event's date/interval is expressed in whenever it is NON-default — a non-Gregorian calendar, an astronomical scale — making the frame explicit (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTense
<https://blackcatinformatics.ca/gmeow/eventTense> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/GrammaticalTense> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                  rdfs:label "event tense"@x-gmeow-english ;
                                                  skos:definition "The grammatical tense of a textual mention of the event (ISO-TimeML EVENT @tense). Annotation-layer only; MUST NOT be inferred from, or used to infer, the event's gmeow:eventTime / eventInterval."@x-gmeow-english ;
                                                  skos:example "ex:event42 gmeow:eventTense gmeow:tensePast ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid inferring it from, or using it to infer, the event's actual gmeow:eventTime / eventInterval — tense is a linguistic-realization facet, orthogonal to temporal placement."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:Event at one gmeow:GrammaticalTense value via gmeow:eventTense; keep it confined to the annotation layer."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the grammatical tense of a textual mention of an event (ISO-TimeML EVENT @tense) when annotating natural-language text for interoperability."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTimeZone
<https://blackcatinformatics.ca/gmeow/eventTimeZone> rdf:type owl:ObjectProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/TimeZone> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                     rdfs:label "event time zone"@x-gmeow-english ;
                                                     skos:definition "The time zone in which an event's temporal placement is expressed."@x-gmeow-english ;
                                                     skos:example "ex:standupEvent gmeow:eventTimeZone ex:torontoZone ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting two zones (it is functional — one per event) and avoid relying on it where the calendar default suffices; set it only when the event's offset differs from gmeow:calendarTimeZone."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Point the event at one gmeow:TimeZone; it takes precedence over the containing calendar's gmeow:calendarTimeZone for that event's local-time rendering."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to fix the civil offset an event's wall-clock placement is read in — overriding the calendar default when an occurrence sits in a different zone."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventToLocation
<https://blackcatinformatics.ca/gmeow/eventToLocation> rdf:type owl:ObjectProperty ;
                                                       rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/eventLocation> ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/Location> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                       rdfs:label "event to-location"@x-gmeow-english ;
                                                       skos:definition "The destination of a movement event — where a migration, move, journey, or relocation arrived. A specialisation of gmeow:eventLocation, pairing with gmeow:eventFromLocation (schema:MoveAction's toLocation)."@x-gmeow-english ;
                                                       skos:example "ex:migration gmeow:eventToLocation ex:boston ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for a stationary event (use plain gmeow:eventLocation), and avoid the endpoint pair when the continuous path matters (use gmeow:eventTrajectory)."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:eventToLocation with gmeow:eventFromLocation as the move's endpoints; both subproperty gmeow:eventLocation so plain-location consumers see them."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the destination of a movement event — where a migration, move, journey, or procession arrived — paired with gmeow:eventFromLocation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTrajectory
<https://blackcatinformatics.ca/gmeow/eventTrajectory> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/Trajectory> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                       rdfs:label "event trajectory"@x-gmeow-english ;
                                                       skos:definition "The trajectory of a moving event — a parade, march, migration, or procession — describing its continuous space-time path. Reuses the gmeow:Trajectory facility from the locations module (trajectory design). Non-functional: competing trajectory claims from different sources coexist (Principle 9)."@x-gmeow-english ;
                                                       skos:example "ex:parade gmeow:eventTrajectory ex:downtownRoute ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it when two discrete endpoints suffice (use gmeow:eventFromLocation / eventToLocation) and avoid collapsing competing routes — keep it non-functional so standpoint-indexed trajectories coexist."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:Event at a gmeow:Trajectory from the locations module rather than minting a parallel path class; carry source-specific routes as coexisting claims."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the continuous space-time path of a moving event — a parade, march, migration, or procession — when the route itself, not just its endpoints, must be modelled."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventType
<https://blackcatinformatics.ca/gmeow/eventType> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                 rdfs:label "event type"@x-gmeow-english ;
                                                 skos:definition "The kind(s) of an event, drawn from the open gmeow:EventType value vocabulary. Non-functional: an occurrence may carry several types (a wedding that is also a religious rite), and competing standpoint-indexed type claims coexist rather than contradict."@x-gmeow-english ;
                                                 skos:example "ex:wedding gmeow:eventType gmeow:eventTypeMarriage, gmeow:eventTypeBaptism ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid encoding the kind as an rdf:type subclass instead (Principle 9), and avoid collapsing competing source type-claims — keep it non-functional so standpoint-indexed types coexist via gmeow:accordingTo rather than contradict."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:Event at one or more gmeow:EventType individuals; for a disputed kind, carry each claim on its own statement with gmeow:accordingTo and gmeow:confidence rather than choosing a primary."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record what KIND of occurrence an event is, drawing one or more values from gmeow:EventType; assert several when one occurrence is genuinely several kinds at once (a wedding that is also a religious rite)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/exceptionReplacementEvent
<https://blackcatinformatics.ca/gmeow/exceptionReplacementEvent> rdf:type owl:ObjectProperty ,
                                                                          owl:FunctionalProperty ;
                                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/ScheduleException> ;
                                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                                 rdfs:label "exception replacement event"@x-gmeow-english ;
                                                                 skos:definition "The replacement event for a rescheduled occurrence. Absent for a pure cancellation."@x-gmeow-english ;
                                                                 skos:example "ex:standupMoved gmeow:exceptionReplacementEvent ex:standup0620 ."@x-gmeow-english ;
                                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it for a pure cancellation (leave it absent, with gmeow:exceptionType gmeow:exceptionTypeCancellation) and avoid more than one (it is functional — one replacement per exception)."@x-gmeow-english ;
                                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Set one replacement gmeow:Event carrying the new dated placement; absence (not a sentinel) is how a cancellation is distinguished from a reschedule."@x-gmeow-english ;
                                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the moved-to gmeow:Event of a rescheduled occurrence — the new placement that stands in for the one at gmeow:exceptionOriginalDate."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/exceptionSchedule
<https://blackcatinformatics.ca/gmeow/exceptionSchedule> rdf:type owl:ObjectProperty ,
                                                                  owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/ScheduleException> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/EventSchedule> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                         rdfs:label "exception schedule"@x-gmeow-english ;
                                                         skos:definition "The event schedule to which this exception applies."@x-gmeow-english ;
                                                         skos:example "ex:standupSkip gmeow:exceptionSchedule ex:standupSchedule ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting more than one (it is functional — an exception belongs to one schedule) and avoid pointing it at the affected occurrence; the occurrence is identified by gmeow:exceptionOriginalDate."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:EventSchedule, then identify the overridden instance with gmeow:exceptionOriginalDate and classify it with gmeow:exceptionType."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind an exception to the one gmeow:EventSchedule whose series it overrides — the back-edge that lets a schedule enumerate its deviations."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/exceptionType
<https://blackcatinformatics.ca/gmeow/exceptionType> rdf:type owl:ObjectProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/ScheduleException> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/ExceptionType> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                     rdfs:label "exception type"@x-gmeow-english ;
                                                     skos:definition "The kind of schedule exception — cancellation or rescheduling."@x-gmeow-english ;
                                                     skos:example "ex:standupSkip gmeow:exceptionType gmeow:exceptionTypeCancellation ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting a subclass for the kind (the values are gmeow:ExceptionType individuals) and avoid asserting two types (it is functional — one per exception)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Set one gmeow:ExceptionType individual; a rescheduling additionally carries gmeow:exceptionReplacementEvent, a cancellation leaves it absent."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to classify an exception as a cancellation or a rescheduling — the single value distinguishing a dropped occurrence from a moved one."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/executesProcedure
<https://blackcatinformatics.ca/gmeow/executesProcedure> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/Execution> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/Procedure> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                         rdfs:label "executes procedure"@x-gmeow-english ;
                                                         skos:definition "Relates an Execution to the Procedure it enacts. Non-functional: an execution may enact multiple procedures (a combined run), and competing enactment claims coexist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/executesStep
<https://blackcatinformatics.ca/gmeow/executesStep> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Execution> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/ProcedureStep> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                    rdfs:label "executes step"@x-gmeow-english ;
                                                    skos:definition "Relates an Execution to the specific ProcedureStep it enacts. Non-functional: an execution may enact multiple steps (a batch run), and competing enactment claims coexist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/executionParticipant
<https://blackcatinformatics.ca/gmeow/executionParticipant> rdf:type owl:ObjectProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/Execution> ;
                                                            rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                            rdfs:label "execution participant"@x-gmeow-english ;
                                                            skos:definition "An agent that took part in an execution — the flat 80%-case shortcut. Non-functional. Promote to a gmeow:Participation node when the role, period, confidence, or evidence of the participation must be recorded."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/executionStatus
<https://blackcatinformatics.ca/gmeow/executionStatus> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Execution> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/ExecutionStatus> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                       rdfs:label "execution status"@x-gmeow-english ;
                                                       skos:definition "The status of an execution occurrence, drawn from the open gmeow:ExecutionStatus value vocabulary. Non-functional: competing assessments from different monitoring sources coexist (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/exemplarPolarity
<https://blackcatinformatics.ca/gmeow/exemplarPolarity> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Exemplar> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/ExemplarPolarity> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                        rdfs:label "exemplar polarity"@x-gmeow-english ;
                                                        skos:definition "The exemplar's direction. Functional and mandatory (SHACL): an exemplar that cannot say whether to emulate or avoid is just a citation."@x-gmeow-english ;
                                                        skos:example "ex:ex1 gmeow:exemplarPolarity gmeow:polarityPositive ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid omitting it or giving more than one (it is functional and mandatory — an exemplar without a direction is just a citation)."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:exemplarPolarity once per gmeow:Exemplar; for cautionary exemplars add gmeow:exemplarRedirect to the criterion the passage actually evidences."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to set an exemplar's single direction from the gmeow:ExemplarPolarity vocabulary."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/exemplarRedirect
<https://blackcatinformatics.ca/gmeow/exemplarRedirect> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Exemplar> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/Criterion> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                        rdfs:label "redirects to"@x-gmeow-english ;
                                                        skos:definition "For cautionary exemplars: the criterion this passage ACTUALLY evidences — 'clinical trust frameworks belong to polymath competence, not the covenant'. NOT functional: a boundary case may touch several axes."@x-gmeow-english ;
                                                        skos:example "ex:ex1 gmeow:exemplarRedirect ex:polymathCompetence ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it on positive or negative exemplars (it is the cautionary redirect) and avoid forcing a single target — a boundary case may touch several axes, so keep it non-functional."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:exemplarRedirect from a cautionary gmeow:Exemplar to the gmeow:Criterion it really evidences; pair it with gmeow:exemplarPolarity gmeow:polarityCautionary."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a cautionary exemplar to name the criterion the passage ACTUALLY evidences — the redirect from the axis it superficially resembles."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/exemplarSubject
<https://blackcatinformatics.ca/gmeow/exemplarSubject> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Exemplar> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                       rdfs:label "exemplar subject"@x-gmeow-english ;
                                                       skos:definition "The entity whose pattern the exemplar evidences — a frame-scoped character whose conduct across the cited work is the example (design context: 823 such links in the foundation corpus), an organization, a person. Range intentionally open. NOT functional, optional: span-pinned exemplars need no subject, and subject + selector may coexist (the span shows one instance of the pattern; the subject names its bearer). At least one of viaSelector / exemplarSubject (SHACL)."@x-gmeow-english ;
                                                       skos:example "ex:ex1 gmeow:exemplarSubject ex:hari ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid requiring it on span-pinned exemplars (a selector alone suffices — at least one of selector or subject is required) and avoid forcing a single subject; it is non-functional and optional."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:exemplarSubject at the bearer entity; combine it with the citation Selector when both the instance span and its bearer matter."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the entity whose pattern an exemplar evidences — a character whose conduct across the cited work is the example, an organization, a person."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/exemplifiedBy
<https://blackcatinformatics.ca/gmeow/exemplifiedBy> rdf:type owl:ObjectProperty ;
                                                     owl:inverseOf <https://blackcatinformatics.ca/gmeow/exemplifies> ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Manifestation> ,
                                                                 <https://blackcatinformatics.ca/gmeow/StyleGuide> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Document> ,
                                                                <https://blackcatinformatics.ca/gmeow/Item> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ,
                                                                      <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                     rdfs:label "exemplified by"@x-gmeow-english ;
                                                     skos:definition "A document whose prose EXEMPLIFIES the voice — byte-perfect, carrying gmeow:contentDigest (SHACL: an undigested exemplar can drift silently) and gmeow:hasAboutness gmeow:aboutnessEnacts (it does not describe the voice, it performs it). NOT functional: several exemplifying documents coexist."@x-gmeow-english ,
                                                                     "Relates a Manifestation to an Item that exemplifies it. Non-functional: a Manifestation may have many Items (copies). Inverse of gmeow:exemplifies."@x-gmeow-english ;
                                                     skos:example "ex:clinicalVoice gmeow:exemplifiedBy ex:sampleNote ."@x-gmeow-english ,
                                                                  "ex:penguin2003 gmeow:exemplifiedBy ex:myCopy ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid an undigested exemplar (it can drift silently — SHACL requires gmeow:contentDigest) and avoid one that merely describes the voice; it must carry gmeow:hasAboutness gmeow:aboutnessEnacts."@x-gmeow-english ,
                                                                                                      "Avoid asserting this directly when modelling from the copy up — prefer gmeow:exemplifies and read this inverse — and avoid it for the embodied Expression (that is gmeow:embodies)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:exemplifiedBy from the gmeow:StyleGuide to each gmeow:Document; ensure every exemplar carries a gmeow:contentDigest and gmeow:aboutnessEnacts."@x-gmeow-english ,
                                                                                                     "Prefer asserting gmeow:exemplifies from each Item and read gmeow:exemplifiedBy by inversion; reach for it explicitly only in Manifestation-rooted projections."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use for Manifestation-rooted traversal down to its copies — enumerating the individual Items of one edition (a library's holdings of a title)."@x-gmeow-english ,
                                                                                                    "Use to attach a document whose prose EXEMPLIFIES a style guide's voice — byte-perfect, enacting the voice rather than describing it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/exemplifies
<https://blackcatinformatics.ca/gmeow/exemplifies> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Item> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Manifestation> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                   rdfs:label "exemplifies"@x-gmeow-english ;
                                                   skos:definition "Relates an Item to the Manifestation it exemplifies. Non-functional: a single Item may exemplify multiple Manifestations when catalogued as a bound volume. Inverse of gmeow:exemplifiedBy."@x-gmeow-english ;
                                                   skos:example "ex:myCopy gmeow:exemplifies ex:penguin2003 ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the edition-in-general (that is the Manifestation itself, not exemplified) and for the physical substrate of the copy (use gmeow:hasCarrier)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Assert from the Item to its Manifestation; a bound volume may exemplify several Manifestations (non-functional). Read the inverse gmeow:exemplifiedBy for Manifestation-rooted copy enumeration."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to climb from a single copy up to the edition it exemplifies — the Item→Manifestation R-relation at the bottom of the WEMI spine."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/existenceCreationEvent
<https://blackcatinformatics.ca/gmeow/existenceCreationEvent> rdf:type owl:ObjectProperty ;
                                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/EntityExistence> ;
                                                              rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lifecycle> ;
                                                              rdfs:label "existence creation event"@x-gmeow-english ;
                                                              skos:definition "The creation event associated with this existence record. Optional: an EntityExistence may record only an interval when the creation event is unknown."@x-gmeow-english ;
                                                              skos:example "ex:troyExistence gmeow:existenceCreationEvent ex:founding ."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it on the flat form (use gmeow:hasCreationEvent directly on the entity) and do not require it — an existence record may carry only an interval when the creation event is unknown."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:existenceCreationEvent from the EntityExistence to a gmeow:Event co-typed with the appropriate EventType; pair with gmeow:existenceDestructionEvent and the interval to complete the reified record."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use on an EntityExistence to name its creation event when the existence claim is reified and the bringing-into-being is known."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/existenceDestructionEvent
<https://blackcatinformatics.ca/gmeow/existenceDestructionEvent> rdf:type owl:ObjectProperty ;
                                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/EntityExistence> ;
                                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lifecycle> ;
                                                                 rdfs:label "existence destruction event"@x-gmeow-english ;
                                                                 skos:definition "The destruction event associated with this existence record. Optional: an EntityExistence for a still-extant entity has no destruction event."@x-gmeow-english ;
                                                                 skos:example "ex:troyExistence gmeow:existenceDestructionEvent ex:sack ."@x-gmeow-english ;
                                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it on the flat form (use gmeow:hasDestructionEvent directly on the entity) and omit it entirely for a still-extant entity, whose existence record leaves the interval open."@x-gmeow-english ;
                                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:existenceDestructionEvent from the EntityExistence to a gmeow:Event co-typed with the appropriate EventType; leave it absent while the entity remains extant."@x-gmeow-english ;
                                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use on an EntityExistence to name its destruction event when the existence claim is reified and the entity has ceased to exist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/existenceEntity
<https://blackcatinformatics.ca/gmeow/existenceEntity> rdf:type owl:ObjectProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/EntityExistence> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lifecycle> ;
                                                       rdfs:label "existence entity"@x-gmeow-english ;
                                                       skos:definition "The entity whose existence is recorded by this EntityExistence. Functional: an EntityExistence concerns exactly one entity (constitutive of the situation's identity)."@x-gmeow-english ;
                                                       skos:example "ex:troyExistence gmeow:existenceEntity ex:troy ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid pointing it at more than one entity (it is functional and identity-constitutive — mint a separate EntityExistence per entity) and avoid using it on the flat form, which attaches existence directly to the entity."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:existenceEntity once from the EntityExistence to its subject; the someValuesFrom axiom requires it and SHACL closes the exactly-one cardinality."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use on an EntityExistence to name the single entity whose existence-over-time the situation records."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/existenceInterval
<https://blackcatinformatics.ca/gmeow/existenceInterval> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lifecycle> ;
                                                         rdfs:label "existence interval"@x-gmeow-english ;
                                                         skos:definition "The time interval over which an entity exists. Open-ended (no end instant) when the entity is still extant. Non-functional: in a multi-source merge, different sources may give different bounds, and those claims coexist as standpoint-indexed statements. Carries its temporal frame via gmeow:hasTemporalFrame on the TimeInterval (Principle 11)."@x-gmeow-english ;
                                                         skos:example "ex:sovietUnion gmeow:existenceInterval ex:ussrSpan . ex:ussrSpan a gmeow:TimeInterval ; gmeow:validFrom \"1922\" ; gmeow:validUntil \"1991\" ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid baking the temporal frame into the bounds (carry it via gmeow:hasTemporalFrame on the TimeInterval) and avoid forcing a single span in a merge — divergent source bounds coexist as standpoint-indexed claims, so keep it non-functional."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:existenceInterval at a gmeow:TimeInterval bearing gmeow:validFrom/validUntil and a temporal frame; leave the end open while the entity is extant, and reify to gmeow:EntityExistence when the interval claim is contested."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the span over which an entity exists — open-ended while it is still extant — as the flat companion to its creation and destruction events."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/experiencer
<https://blackcatinformatics.ca/gmeow/experiencer> rdf:type owl:ObjectProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/MentalProcess> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/mentation> ;
                                                   rdfs:label "experiencer"@x-gmeow-english ;
                                                   skos:definition "The agent whose mental process this is — the one undergoing the perceiving, reasoning, or dreaming. Functional: one process, one experiencer (a mental occurrent inheres in exactly one agent; two agents reasoning about the same thing are two processes)."@x-gmeow-english ;
                                                   skos:example "ex:morningReasoning gmeow:experiencer ex:lillith ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it to model two agents sharing one episode (a mental occurrent inheres in exactly one agent — model two processes instead) and avoid it as a generic participant link; it is functional and constitutive of the process."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:experiencer once per process (functional); mint a separate gmeow:MentalProcess per agent when several agents reason about the same subject, and tag each with gmeow:mentalProcessType."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind the single agent who undergoes a gmeow:MentalProcess — the bearer of the perceiving, reasoning, or dreaming episode."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/explains
<https://blackcatinformatics.ca/gmeow/explains> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/StandpointClaim> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                                rdfs:label "explains"@x-gmeow-english ;
                                                skos:definition "Relates a candidate hypothesis (a gmeow:StandpointClaim) to an explanandum it would account for — the explanatory link a solver back-checks (does the hypothesis, with the background, entail the explanandum?). NOT functional."@x-gmeow-english ;
                                                skos:scopeNote "Range is intentionally OPEN (it points at whatever the explanandum is). The back-check is solver-layer (Principle 12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/explanandum
<https://blackcatinformatics.ca/gmeow/explanandum> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/InferenceCommitment> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                                   rdfs:label "explanandum"@x-gmeow-english ;
                                                   skos:definition "The fact to be explained by an abductive gmeow:InferenceCommitment — the surprising observation the inference seeks the best explanation of. NOT functional."@x-gmeow-english ;
                                                   skos:scopeNote "Range is intentionally OPEN (an observation, a claim, or a proposition)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/expressesNorm
<https://blackcatinformatics.ca/gmeow/expressesNorm> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Persona> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Norm> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                     rdfs:label "expresses norm"@x-gmeow-english ;
                                                     skos:definition "A norm this persona expresses — the 'same principia, different registers' invariant made queryable: whether all personas of one agent express the same authority-absolute norm set is a COMPETENCY QUERY, deliberately not a shape, because divergence is legal (Principle 9) and the query makes it visible rather than forbidden. NOT functional."@x-gmeow-english ;
                                                     skos:example "ex:drChen gmeow:expressesNorm ex:confidentialityN ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid enforcing same-norms agreement as a shape (it is a competency query — divergence is legal, Principle 9) and avoid forcing a single norm (it is non-functional)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:expressesNorm from the persona to each gmeow:Norm it expresses; run the competency query to surface where an agent's personas diverge on their authority-absolute norm set."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a Persona to name a norm it expresses — making the 'same principia, different registers' invariant queryable across an agent's personas."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/expressionLanguage
<https://blackcatinformatics.ca/gmeow/expressionLanguage> rdf:type owl:ObjectProperty ,
                                                                   owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/ConditionExpression> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/ExpressionLanguage> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                          rdfs:label "expression language"@x-gmeow-english ;
                                                          skos:definition "The language of this expression. Functional and mandatory (SHACL)."@x-gmeow-english ;
                                                          skos:example "ex:e1 gmeow:expressionLanguage gmeow:exprLangSparqlAsk ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid omitting it or giving more than one (it is functional and mandatory by SHACL)."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:expressionLanguage once per gmeow:ConditionExpression, paired with gmeow:expressionText."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to declare the single named language of a condition expression from the gmeow:ExpressionLanguage vocabulary."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/expressionValue
<https://blackcatinformatics.ca/gmeow/expressionValue> rdf:type owl:ObjectProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/GenderExpression> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/GenderExpressionStyle> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                                       rdfs:label "expression value"@x-gmeow-english ;
                                                       skos:definition "The gmeow:GenderExpressionStyle value a gender-expression facet asserts (functional per facet). A predefined individual or a fresh one with rdfs:label; the single path to the value."@x-gmeow-english ;
                                                       skos:example "ex:ge gmeow:expressionValue gmeow:expressionFeminine ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                               <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid placing more than one value on a facet (it is functional per facet) and avoid a flat datatype shortcut; this object path is deliberately the only one."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:GenderExpressionStyle individual per gmeow:GenderExpression facet; for varying presentations create several facets, each with its own gmeow:expressionValue."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the single gmeow:GenderExpressionStyle value a gender-expression facet asserts; mint a fresh value individual with rdfs:label when no seeded style fits."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/facetSubject
<https://blackcatinformatics.ca/gmeow/facetSubject> rdf:type owl:ObjectProperty ;
                                                    rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Observation> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Person> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                    rdfs:label "facet subject"@x-gmeow-english ;
                                                    skos:definition "The person an identity facet (gender identity, gender expression, sexual/romantic orientation) is about — the observedFeature of the claim. Domain is gmeow:Observation so it applies to any observation subclass; the shape narrows to IdentityFacet instances."@x-gmeow-english ;
                                                    skos:example "ex:genderClaim gmeow:facetSubject ex:alice ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for any non-identity observation (use the plain gmeow:observedFeature or the matching subproperty) and for the asserting agent (that is gmeow:facetVantage); the subject is who the facet is ABOUT, not who claims it."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "On an IdentityFacet, point gmeow:facetSubject at the gmeow:Person and gmeow:facetVantage at the asserting agent; generic consumers read both through the gmeow:observedFeature / gmeow:vantage super-roles. When gmeow:selfAsserted is true, subject and vantage are the same person (Principle 9: self-assertion is top authority)."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the person an identity-facet claim (gender identity, gender expression, sexual or romantic orientation) is about — the IdentityFacet specialization of gmeow:observedFeature."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/facetVantage
<https://blackcatinformatics.ca/gmeow/facetVantage> rdf:type owl:ObjectProperty ;
                                                    rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/vantage> ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Observation> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                    rdfs:label "facet vantage"@x-gmeow-english ;
                                                    skos:definition "The agent asserting an identity facet — the vantage of the claim. When gmeow:selfAsserted is true, the facetVantage is the person themselves (Principle 9: self-assertion is top authority)."@x-gmeow-english ;
                                                    skos:example "ex:genderClaim gmeow:facetVantage ex:alice ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the person the facet is about (that is gmeow:facetSubject) and for non-identity observations (use gmeow:vantage); the vantage is who CLAIMS the facet, a co-equal standpoint, never a privileged authority over the subject."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Bind the asserting gmeow:Agent and set gmeow:selfAsserted true when subject and vantage coincide; generic consumers read it through the gmeow:vantage super-role, and competing third-party facet claims coexist as separate observations (Principle 9)."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the agent asserting an identity-facet claim — the IdentityFacet specialization of gmeow:vantage; for a self-asserted facet, this is the subject person themselves."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/feedPostingKind
<https://blackcatinformatics.ca/gmeow/feedPostingKind> rdf:type owl:ObjectProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/FeedPosting> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/FeedPostingKind> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                       rdfs:label "posting kind"@x-gmeow-english ;
                                                       skos:definition "The kind of a posting — a value from the open gmeow:FeedPostingKind vocabulary (social, blog, microblog, …). Drives the schema projection (a social posting → schema:SocialMediaPosting, a blog posting → schema:BlogPosting)."@x-gmeow-english ;
                                                       skos:example "ex:post gmeow:feedPostingKind gmeow:feedPostingKindBlog ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting two flavours on one posting (it is functional) and avoid using it for content type of an arbitrary work — its domain is gmeow:FeedPosting alone."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:FeedPosting at one gmeow:FeedPostingKind individual; the projection compiler reads it to choose schema:SocialMediaPosting vs schema:BlogPosting."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to set a posting's flavour to one gmeow:FeedPostingKind value; functional, so each posting carries exactly one flavour driving its schema projection."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/filledFrom
<https://blackcatinformatics.ca/gmeow/filledFrom> rdf:type owl:ObjectProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Prompt> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/PromptTemplate> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                  rdfs:label "filled from"@x-gmeow-english ;
                                                  skos:definition "The template this concrete prompt instantiates."@x-gmeow-english ;
                                                  skos:example "ex:userPrompt gmeow:filledFrom ex:extractTmpl ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid pointing it at another concrete prompt or at the model (the range is a template) and avoid more than one template per prompt — it is functional."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Assert exactly one gmeow:filledFrom per templated Prompt at a gmeow:PromptTemplate; omit it for ad-hoc prompts that instantiate no published template."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link a concrete gmeow:Prompt to the single gmeow:PromptTemplate version it was filled from, so an output traces to the exact published template."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fillsPost
<https://blackcatinformatics.ca/gmeow/fillsPost> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Membership> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Post> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                 rdfs:label "fills post"@x-gmeow-english ;
                                                 skos:definition "Relates a membership to the post (seat) the member occupies. The sitter is the member via gmeow:membershipMember; the seat is the Post. Non-functional: a joint appointment may fill one post with several memberships, and competing standpoint-indexed claims coexist."@x-gmeow-english ;
                                                 skos:example "ex:emp gmeow:fillsPost ex:cfoPost ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid attaching it to the agent directly (it rides the gmeow:Membership relator) and avoid using it for a role with no fixed organization — that is gmeow:hasRole pointing at a bare gmeow:Role."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Add gmeow:fillsPost to a gmeow:Membership referencing the gmeow:Post; carry the tenure with gmeow:validFrom/validUntil on the relator so a succession is a sequence of period-scoped memberships filling the same post."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to seat the member of a gmeow:Membership in a holder-independent gmeow:Post — recording who currently occupies a named chair so vacancy and succession stay queryable."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/finalityStatus
<https://blackcatinformatics.ca/gmeow/finalityStatus> rdf:type owl:ObjectProperty ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/LedgerFinalityStatus> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                      rdfs:label "finality status"@x-gmeow-english ;
                                                      skos:definition "The finality status of a ledger transaction or block. Domain-free."@x-gmeow-english ;
                                                      skos:example "ex:tx1 gmeow:finalityStatus gmeow:finalityStatusFinalized ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the raw confirmation count (that is gmeow:confirmationDepth) and for the verification verdict of an attestation (gmeow:hasVerificationStatus); finality is the chain-settlement state, not a block count or an attestation check."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a gmeow:LedgerFinalityStatus individual, observed at a point in time; the chain-finality determination itself runs in the solver layer (Principle 12), and the status may change as the chain advances."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to classify the settlement state of a ledger transaction or block — pending, confirmed, finalized, orphaned, reorged — naming a gmeow:LedgerFinalityStatus individual."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/findContextDating
<https://blackcatinformatics.ca/gmeow/findContextDating> rdf:type owl:ObjectProperty ;
                                                         rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observationResult> ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/ArchaeologicalFindContext> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/TemporalMeasurement> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                         rdfs:label "find context dating"@x-gmeow-english ;
                                                         skos:definition "The temporal measurement(s) assigned to a carrier's find context — radiocarbon, stratigraphic correlation, terminus post quem, etc. Non-functional: multiple dating methods and competing date claims coexist (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/findContextEvent
<https://blackcatinformatics.ca/gmeow/findContextEvent> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/ArchaeologicalFindContext> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                        rdfs:label "find context event"@x-gmeow-english ;
                                                        skos:definition "The excavation, survey, or documentation event during which a carrier was discovered or recorded. Non-functional: a carrier may be rediscovered or re-documented multiple times."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/findContextPlace
<https://blackcatinformatics.ca/gmeow/findContextPlace> rdf:type owl:ObjectProperty ;
                                                        rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observationResult> ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/ArchaeologicalFindContext> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/Place> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                        rdfs:label "find context place"@x-gmeow-english ;
                                                        skos:definition "The find-spot or locus where a carrier was discovered. Non-functional: a carrier may be associated with multiple place claims (e.g. ancient find-spot vs modern museum location), and competing place attributions coexist (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/findContextStratigraphy
<https://blackcatinformatics.ca/gmeow/findContextStratigraphy> rdf:type owl:ObjectProperty ;
                                                               rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observationResult> ;
                                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/ArchaeologicalFindContext> ;
                                                               rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                               rdfs:label "find context stratigraphy"@x-gmeow-english ;
                                                               skos:definition "The stratigraphic unit or layer associated with a carrier's find context. Range is gmeow:Entity (opaque reference) because general stratigraphic domain modeling is deferred to archaeological-domain model; this property provides the language-facing hook. Non-functional: competing stratigraphic interpretations coexist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/findContextTarget
<https://blackcatinformatics.ca/gmeow/findContextTarget> rdf:type owl:ObjectProperty ;
                                                         rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                         rdf:type owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/ArchaeologicalFindContext> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/PhysicalObject> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                         rdfs:label "find context target"@x-gmeow-english ;
                                                         skos:definition "The physical carrier whose find context is being described. Functional per relator: one target carrier per ArchaeologicalFindContext."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/finishedBy
<https://blackcatinformatics.ca/gmeow/finishedBy> rdf:type owl:ObjectProperty ;
                                                  owl:inverseOf <https://blackcatinformatics.ca/gmeow/finishes> ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                  rdfs:label "finished by"@x-gmeow-english ;
                                                  skos:definition "Allen FINISHED-BY: inverse of gmeow:finishes. (= time:intervalFinishedBy; TimeML ENDED_BY; TEO finishedBy.)"@x-gmeow-english ;
                                                  skos:example "ex:festival gmeow:finishedBy ex:closingAct ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid confusing it with gmeow:hasSubEvent (mereological); prefer asserting gmeow:finishes and reading this as its inverse. Not transitive."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:finishes in the natural direction and read gmeow:finishedBy as its inverse."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the inverse view of gmeow:finishes — when this event and the related one end together and this one began earlier (it contains the final sub-span)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/finishes
<https://blackcatinformatics.ca/gmeow/finishes> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                rdfs:label "finishes"@x-gmeow-english ;
                                                skos:definition "Allen FINISHES: this event and the related event end together, and this one began later (it is a final sub-span). NOT transitive. Inverse of gmeow:finishedBy. (= time:intervalFinishes; TimeML ENDS; TEO finishes.)"@x-gmeow-english ;
                                                skos:example "ex:closingAct gmeow:finishes ex:festival ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid confusing it with mereological gmeow:subEventOf (temporal extent, not part-of) and avoid expecting transitive closure; finishes is non-transitive."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:finishes between the co-ending gmeow:Event occurrences and read gmeow:finishedBy as its inverse."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use when two events end together and this one began later — a closing act that finishes a festival (the Allen FINISHES link, a final sub-span)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/flowGuard
<https://blackcatinformatics.ca/gmeow/flowGuard> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/ControlFlow> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/BranchConditionType> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                 rdfs:label "flow guard"@x-gmeow-english ;
                                                 skos:definition "The guard condition type on a control-flow edge. The actual truth evaluation (the condition expression, variable bindings, etc.) is solver-side (Principle 12); the ontology records only the condition kind."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/flowSource
<https://blackcatinformatics.ca/gmeow/flowSource> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/ControlFlow> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/ProcedureStep> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                  rdfs:label "flow source"@x-gmeow-english ;
                                                  skos:definition "The source ProcedureStep of a control-flow relator. Functional: one source per control-flow edge."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/flowTarget
<https://blackcatinformatics.ca/gmeow/flowTarget> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/ControlFlow> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/ProcedureStep> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                  rdfs:label "flow target"@x-gmeow-english ;
                                                  skos:definition "The target ProcedureStep of a control-flow relator. Functional: one target per control-flow edge."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formOf
<https://blackcatinformatics.ca/gmeow/formOf> rdf:type owl:ObjectProperty ;
                                              owl:inverseOf <https://blackcatinformatics.ca/gmeow/hasLexicalForm> ;
                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/LexicalForm> ;
                                              rdfs:range <https://blackcatinformatics.ca/gmeow/LexicalItem> ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                              rdfs:label "form of"@x-gmeow-english ;
                                              skos:definition "The lexical item that a form is a form of — the inverse of gmeow:hasLexicalForm."@x-gmeow-english ;
                                              skos:example "ex:waterWritten gmeow:formOf ex:wordWater ."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting both directions redundantly; prefer gmeow:hasLexicalForm from the item and read gmeow:formOf as its inverse."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:formOf from the gmeow:LexicalForm to its gmeow:LexicalItem when the form is the natural subject; tooling reads it as the inverse of gmeow:hasLexicalForm."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use from a form's side to name the lexical item it realizes — the natural direction in form-rooted data or projections."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formTransliterationScheme
<https://blackcatinformatics.ca/gmeow/formTransliterationScheme> rdf:type owl:ObjectProperty ;
                                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/LexicalForm> ;
                                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/TransliterationScheme> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                                 rdfs:label "form transliteration scheme"@x-gmeow-english ;
                                                                 skos:definition "The transliteration scheme applied to produce this form, when applicable. NON-FUNCTIONAL: a form may be the product of multiple schemes in different analytical standpoints. Reuses the existing TransliterationScheme value vocabulary from the languages module."@x-gmeow-english ;
                                                                 skos:example "ex:mosulPinyin gmeow:formTransliterationScheme ex:pinyin ."@x-gmeow-english ;
                                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it on forms that are not transliterations, and avoid forcing one scheme — a form may result from several schemes under different standpoints, so keep it non-functional."@x-gmeow-english ;
                                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:formTransliterationScheme at a gmeow:TransliterationScheme individual reused from the languages slice; pair with gmeow:formType gmeow:formTransliterated."@x-gmeow-english ;
                                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a transliterated form to name the transliteration scheme that produced it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formType
<https://blackcatinformatics.ca/gmeow/formType> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/LexicalForm> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/LexicalFormType> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                rdfs:label "form type"@x-gmeow-english ;
                                                skos:definition "The kind(s) of a lexical form — written, spoken, signed, reconstructed, etc. NON-FUNCTIONAL: a single form may be classified as both spoken and written by different standpoints, or as both reconstructed and normalized in different analytical frames."@x-gmeow-english ;
                                                skos:example "ex:waterWritten gmeow:formType gmeow:formWritten ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting a per-kind subclass (kinds are values) and avoid forcing a single classification — a form may be both reconstructed and normalized under different frames, so keep it non-functional."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:formType at one or more gmeow:LexicalFormType individuals; competing standpoint-specific classifications coexist on the same form."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to classify a lexical form's modality or analytical kind via a gmeow:LexicalFormType value — written, spoken, signed, reconstructed, normalized, and so on."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formalizedAs
<https://blackcatinformatics.ca/gmeow/formalizedAs> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Condition> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/ConditionExpression> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                    rdfs:label "formalized as"@x-gmeow-english ;
                                                    skos:definition "Attaches a machine formalization to a condition. NOT functional: one condition, several formalizations (one per engine), each a separate equivalence claim with its own confidence and vantage through the statement layer."@x-gmeow-english ;
                                                    skos:example "ex:c1 gmeow:formalizedAs ex:e1 ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid forcing one formalization (it is non-functional — one condition may carry one expression per engine) and avoid treating the attachment as proven equivalence; it is a challengeable claim."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:formalizedAs from a gmeow:Condition to each gmeow:ConditionExpression; carry the equivalence claim's confidence and vantage on the statement layer."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach a machine formalization to a condition — each attachment a claim that the expression captures the canonical prose."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/foundedBy
<https://blackcatinformatics.ca/gmeow/foundedBy> rdf:type owl:ObjectProperty ;
                                                 owl:inverseOf <https://blackcatinformatics.ca/gmeow/founderOf> ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Organization> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                 rdfs:label "founded by"@x-gmeow-english ;
                                                 skos:definition "Relates an organization to an agent who founded it. Non-functional: several co-founders coexist, and competing standpoint-indexed founding claims coexist (P9). The flat shortcut; promote to a founding gmeow:Event (eventTypeFounding) when the date or circumstances matter. Projects to schema:founder."@x-gmeow-english ;
                                                 skos:example "ex:acme gmeow:foundedBy ex:alice, ex:bob ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it when the founding date, place, or circumstances matter (promote to a founding gmeow:Event with gmeow:eventTypeFounding) and avoid forcing one founder — co-founders and competing standpoint claims coexist (Principle 9)."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Assert one gmeow:foundedBy triple per founder; carry contested claims with gmeow:accordingTo, and promote to a founding gmeow:Event when date or circumstances must be borne."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the flat fact that an agent founded an organization when the founding date and circumstances need not be first-class."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/foundedOn
<https://blackcatinformatics.ca/gmeow/foundedOn> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <http://purl.org/nemo/gufo#Relator> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Agreement> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/agreements> ;
                                                 rdfs:label "founded on"@x-gmeow-english ;
                                                 skos:definition "The agreement or contract that grounds this relator — in UFO terms, the set of commitments on which the relator is founded. Reusable across any relator (Membership, KinRelationship, etc.). NOT functional: a single relator may be founded on more than one agreement."@x-gmeow-english ;
                                                 skos:example "ex:boardSeat gmeow:foundedOn ex:partnership ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the agreement's own parties (use gmeow:hasParty) and for the teleological goal of the bond (that rides the gmeow:Commitment); this property records what grounds the relator, not what it aims at."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Point the dependent relator at the gmeow:Agreement (or gmeow:Contract) it rests on; let the agreement carry the parties via gmeow:hasParty rather than re-stating them on the grounded relator."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the UFO commitment-grounding of any relator — the agreement or contract whose commitments bring a Membership, KinRelationship, or other relator into being."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/founderOf
<https://blackcatinformatics.ca/gmeow/founderOf> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Organization> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                 rdfs:label "founder of"@x-gmeow-english ;
                                                 skos:definition "Relates an agent to an organization it founded. Inverse of gmeow:foundedBy. Non-functional — an agent may found several organizations."@x-gmeow-english ;
                                                 skos:example "ex:alice gmeow:founderOf ex:acme ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting gmeow:founderOf directly when the organization's perspective is natural — assert gmeow:foundedBy and read this as its inverse — and avoid it where the founding date matters (use a founding gmeow:Event)."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Prefer asserting gmeow:foundedBy and let gmeow:founderOf follow by inversion; reach for it explicitly only in agent-rooted projections."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use when traversing or projecting from a founder to the organizations they founded — the agent-rooted direction."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameCalendarSystem
<https://blackcatinformatics.ca/gmeow/frameCalendarSystem> rdf:type owl:ObjectProperty ,
                                                                    owl:FunctionalProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/TemporalFrame> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/CalendarSystem> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                           rdfs:label "frame calendar system"@x-gmeow-english ;
                                                           skos:definition "The calendar system of a temporal frame, when one is used. Optional: some frames (e.g. Julian Date) carry only a scale."@x-gmeow-english ;
                                                           skos:example "ex:myFrame gmeow:frameCalendarSystem gmeow:calendarGregorian ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid on scale-only frames (TAI, Julian Date) where no calendar applies, and avoid asserting two calendars (functional — exactly one per frame)."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Set at most one seeded gmeow:CalendarSystem individual; leave it absent for purely atomic frames, since the property is optional."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the calendar a frame reckons dates in when more than a bare scale is needed — civil and historical frames name one of the co-equal calendars (P9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameKind
<https://blackcatinformatics.ca/gmeow/frameKind> rdf:type owl:ObjectProperty ,
                                                          owl:FunctionalProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/FrameKind> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                 rdfs:label "frame kind"@x-gmeow-english ;
                                                 skos:definition "Relates a reference frame to its structural frame kind."@x-gmeow-english ;
                                                 skos:example "ex:siteGrid gmeow:frameKind gmeow:frameKindGrid ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the realm (gmeow:frameRealm)."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Set one gmeow:FrameKind individual on the frame."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to relate a reference frame to its structural frame kind; functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameRealm
<https://blackcatinformatics.ca/gmeow/frameRealm> rdf:type owl:ObjectProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/FrameRealm> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                  rdfs:label "frame realm"@x-gmeow-english ;
                                                  skos:definition "Relates a reference frame to the realm it describes."@x-gmeow-english ;
                                                  skos:example "ex:siteGrid gmeow:frameRealm gmeow:frameRealmTerrestrial ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the structural frame kind (gmeow:frameKind)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Set one gmeow:FrameRealm individual on the frame."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to relate a reference frame to its realm; functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameReferencePosition
<https://blackcatinformatics.ca/gmeow/frameReferencePosition> rdf:type owl:ObjectProperty ,
                                                                       owl:FunctionalProperty ;
                                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/TemporalFrame> ;
                                                              rdfs:range <https://blackcatinformatics.ca/gmeow/ReferencePosition> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                              rdfs:label "frame reference position"@x-gmeow-english ;
                                                              skos:definition "The reference position of a temporal frame, when one is needed. Optional: TAI needs none; civil time needs a timezone."@x-gmeow-english ;
                                                              skos:example "ex:myFrame gmeow:frameReferencePosition ex:torontoTZ ."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid on position-independent frames (TAI, TT, zero-offset UTC) and avoid asserting two positions (functional — at most one per frame)."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Set at most one gmeow:ReferencePosition individual; leave it absent where the scale alone fixes the time, since the property is optional."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use to wire a frame to the place its time depends on — a timezone for civil offset, an observatory for sidereal time, a planet for an off-Earth calendar."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameTimeScale
<https://blackcatinformatics.ca/gmeow/frameTimeScale> rdf:type owl:ObjectProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/TemporalFrame> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/TimeScale> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                      rdfs:label "frame time scale"@x-gmeow-english ;
                                                      skos:definition "The time scale of a temporal frame (functional: a frame has exactly one scale)."@x-gmeow-english ;
                                                      skos:example "ex:myFrame gmeow:frameTimeScale gmeow:timeScaleUTC ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting two scales on one frame (it is functional — a frame has exactly one) and avoid putting calendar or timezone information here; those are separate frame components."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one seeded gmeow:TimeScale individual; pair with optional gmeow:frameCalendarSystem and gmeow:frameReferencePosition to complete the frame."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to wire a gmeow:TemporalFrame to its single underlying gmeow:TimeScale — the mandatory 'which clock' component of every frame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/from
<https://blackcatinformatics.ca/gmeow/from> rdf:type owl:ObjectProperty ;
                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                            rdfs:range <https://blackcatinformatics.ca/gmeow/EmailAddress> ;
                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                            rdfs:label "from"@x-gmeow-english ;
                                            skos:definition "The author address of a message (RFC 5322 From)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/genderValue
<https://blackcatinformatics.ca/gmeow/genderValue> rdf:type owl:ObjectProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/GenderIdentity> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Gender> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                                   rdfs:label "gender value"@x-gmeow-english ;
                                                   skos:definition "The gmeow:Gender value a gender-identity facet asserts (functional PER FACET — one value each; multiplicity is expressed by multiple facets). The value is a gmeow:Gender individual: a predefined one, or — when none fits — a fresh individual carrying rdfs:label (the custom-PronounSet idiom). The single path to the gender value; there is deliberately no flat datatype shortcut."@x-gmeow-english ;
                                                   skos:example "ex:gi gmeow:genderValue gmeow:genderGenderfluid ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid hanging more than one value on a facet (it is functional per facet — express multiplicity with more facets) and avoid inventing a flat gmeow:gender datatype shortcut; this object path is deliberately the only one."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:Gender individual per gmeow:GenderIdentity facet; for bigender or genderfluid persons create several facets, each with its own gmeow:genderValue."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                         <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the single gmeow:Gender value a gender-identity facet asserts; reach for a fresh value individual with rdfs:label when no seeded gender fits."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/generatedObservation
<https://blackcatinformatics.ca/gmeow/generatedObservation> rdf:type owl:ObjectProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/ObservationalActivity> ;
                                                            rdfs:range <https://blackcatinformatics.ca/gmeow/Observation> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                            rdfs:label "generated observation"@x-gmeow-english ;
                                                            skos:definition "Relates an observational activity to an observation it generated as a first-class output. The inverse direction (Observation → Activity) is covered by the general gmeow:wasGeneratedBy (provenance module), since Observation ⊑ Entity and ObservationalActivity ⊑ Activity. This property is deliberately NOT asserted as owl:inverseOf gmeow:wasGeneratedBy, because that would force every Activity that generates anything to be an ObservationalActivity (OWL 2 DL typing interaction)."@x-gmeow-english ;
                                                            skos:example "ex:survey gmeow:generatedObservation ex:obs1 ."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it as owl:inverseOf gmeow:wasGeneratedBy (that would force every generating activity to be observational — a DL typing trap); read the inverse direction through the general provenance gmeow:wasGeneratedBy instead."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:generatedObservation from the activity to each observation; the gmeow:generatedObservation ∘ gmeow:vantage chain then associates the activity with each observation's vantage."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link a gmeow:ObservationalActivity to a gmeow:Observation it produced as a first-class output — a survey to its findings, an audit to its verdicts."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/geocodeFrame
<https://blackcatinformatics.ca/gmeow/geocodeFrame> rdf:type owl:ObjectProperty ;
                                                    rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasReferenceFrame> ;
                                                    rdf:type owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Geocode> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                    rdfs:label "geocode frame"@x-gmeow-english ;
                                                    skos:definition "The geocoding reference frame in which this code is expressed. Functional: a geocode is expressed in exactly one frame."@x-gmeow-english ;
                                                    skos:example "ex:plusLoc gmeow:geocodeFrame gmeow:referenceFramePlusCode ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid omitting it and avoid mixing two systems on one Geocode."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:geocodeFrame; conversion to WGS84 is a solver computation (Principle 12)."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to declare the single geocoding frame a code is expressed in; functional, a subproperty of gmeow:hasReferenceFrame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/geometryDeterminacy
<https://blackcatinformatics.ca/gmeow/geometryDeterminacy> rdf:type owl:ObjectProperty ;
                                                           rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasDeterminacy> ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/Geometry> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/Determinacy> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                           rdfs:label "geometry determinacy"@x-gmeow-english ;
                                                           skos:definition "The ontic determinacy model of a geometry's boundary — crisp (surveyed), vague (approximate), fuzzy (probabilistic), or disputed. Non-functional: competing source classifications coexist."@x-gmeow-english ;
                                                           skos:example "ex:shape gmeow:geometryDeterminacy gmeow:determinacyVague ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating it with confidence."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:geometryDeterminacy to a gmeow:Determinacy individual; competing classifications coexist."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the ontic determinacy of a geometry's boundary — crisp (surveyed), vague, fuzzy, or disputed; a subproperty of gmeow:hasDeterminacy, non-functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/geometryResult
<https://blackcatinformatics.ca/gmeow/geometryResult> rdf:type owl:ObjectProperty ;
                                                      rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observationResult> ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/CoordinateObservation> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Geometry> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                      rdfs:label "geometry result"@x-gmeow-english ;
                                                      skos:definition "The Geometry result of a coordinate observation — a point, line, or polygon expressed as WKT or GeoJSON. The reference frame is carried on the observation and propagates to the result via the existing property chain."@x-gmeow-english ;
                                                      skos:example "ex:obs2023 gmeow:geometryResult ex:shape ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid carrying the frame on the result — it propagates from the observation via the property chain."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:geometryResult at a Geometry; the flat gmeow:hasGeometry is its property-chain projection."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ,
                                                                                                            <https://blackcatinformatics.ca/gmeow/consumerResearchQueue> ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the Geometry result of a coordinate observation; a subproperty of gmeow:observationResult."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/geometryType
<https://blackcatinformatics.ca/gmeow/geometryType> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Geometry> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/GeometryType> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                    rdfs:label "geometry type"@x-gmeow-english ;
                                                    skos:definition "The structural kind of a geometry (a gmeow:GeometryType individual). Non-functional: competing source classifications may differ (e.g. polygon vs multipolygon) and must coexist as evidence."@x-gmeow-english ;
                                                    skos:example "ex:shape gmeow:geometryType gmeow:geometryTypePolygon ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid encoding the kind as a subclass (polygon vs multipolygon disagreements coexist as evidence)."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Attach a gmeow:GeometryType individual to the Geometry alongside gmeow:asWKT / gmeow:asGeoJSON."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to classify a geometry by its structural kind; non-functional, so competing source classifications coexist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/governanceModel
<https://blackcatinformatics.ca/gmeow/governanceModel> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Project> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/GovernanceModel> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                       rdfs:label "governance model"@x-gmeow-english ;
                                                       skos:definition "The governance model of a project — a value from the open gmeow:GovernanceModel vocabulary (BDFL, foundation, meritocracy, DAO, …). Non-functional: a project may transition models over time."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/grooveKind
<https://blackcatinformatics.ca/gmeow/grooveKind> rdf:type owl:ObjectProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/GrooveProfile> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/GrooveProfileKind> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                  rdfs:label "groove kind"@x-gmeow-english ;
                                                  skos:definition "The kind of groove profile (swing ratio, position offsets, measured)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/groundedIn
<https://blackcatinformatics.ca/gmeow/groundedIn> rdf:type owl:ObjectProperty ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/EvidenceSpan> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                  rdfs:label "grounded in"@x-gmeow-english ;
                                                  skos:definition "Ties a claim node to a pinned evidence span supporting (or refuting — gmeow:supportPolarity) it. DOMAIN-FREE on purpose: a claim node is a gmeow:StandpointClaim, any other Observation, or an RDF 1.2 statement reifier — the unified observation stance (P9) means grounding applies to every claim form, and asserting a domain would leak one type onto all of them. A claim with NO groundedIn span is a flagged hallucination: retained and flagged (P10), never deleted; faithfulness (AIS) is coverage over these links."@x-gmeow-english ;
                                                  skos:example "ex:claim1 gmeow:groundedIn ex:span1 ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting a domain on it or restricting it to one claim form (it is domain-free so grounding applies to every claim under P9), and never delete an ungrounded claim — leaving it without gmeow:groundedIn is the flag (P10)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Point the claim node (a gmeow:StandpointClaim, other Observation, or RDF 1.2 statement reifier) at one or more gmeow:EvidenceSpan, each carrying gmeow:supportPolarity; audit queries read the absence of a link as a hallucination."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                        <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ,
                                                                                                        <https://blackcatinformatics.ca/gmeow/consumerResearchQueue> ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link any claim node to a pinned gmeow:EvidenceSpan that supports or refutes it; faithfulness (AIS) is exactly the coverage of these grounding links over a model's claims."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/groupMember
<https://blackcatinformatics.ca/gmeow/groupMember> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/ConditionGroup> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Condition> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                   rdfs:label "group member"@x-gmeow-english ;
                                                   skos:definition "A member condition of this group. At least two (SHACL); nest groups for arbitrary trees."@x-gmeow-english ;
                                                   skos:example "ex:cg1 gmeow:groupMember ex:c1 , ex:c2 ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid a group with fewer than two members (SHACL requires at least two) and avoid using it outside a gmeow:ConditionGroup."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:groupMember from the group to each member gmeow:Condition (including nested groups), paired with a gmeow:groupOperator."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach a member condition to a condition group; nest groups as members for arbitrary boolean trees."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/groupOperator
<https://blackcatinformatics.ca/gmeow/groupOperator> rdf:type owl:ObjectProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/ConditionGroup> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/GroupOperator> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                     rdfs:label "group operator"@x-gmeow-english ;
                                                     skos:definition "The combination operator of this group. Functional and mandatory (SHACL)."@x-gmeow-english ;
                                                     skos:example "ex:cg1 gmeow:groupOperator gmeow:operatorAll ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid omitting it or giving more than one (it is functional and mandatory by SHACL)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:groupOperator once per gmeow:ConditionGroup, paired with at least two gmeow:groupMember conditions."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to set a condition group's single combination operator from the gmeow:GroupOperator vocabulary."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/gtsProfile
<https://blackcatinformatics.ca/gmeow/gtsProfile> rdf:type owl:ObjectProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/GTSSegment> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/GTSProfile> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                  rdfs:label "GTS profile"@x-gmeow-english ;
                                                  skos:definition "The declared profile of a segment (spec §13) — a value vocabulary individual naming the segment's purpose and requirement set. Functional per segment; a multi-segment DOCUMENT's effective requirement set is the union of its segments' profiles (spec §3.1) and is derived, never asserted."@x-gmeow-english ;
                                                  skos:example "ex:seg0 gmeow:gtsProfile gmeow:gtsProfileDist ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting a profile on the whole document (the document's effective profile is the derived union of its segments') and avoid declaring more than one per segment; the property is functional."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Point the segment at one gmeow:GTSProfile individual; for a multi-segment document, compute the effective requirement set as the union of segment profiles rather than asserting it, and let extensions mint new profile individuals without editing this module."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to declare a segment's purpose and requirement set — distribution snapshot, evidence exhibit, ai-package, bundle, and so on — so readers know which reader contract the segment expects."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/gtsSegment
<https://blackcatinformatics.ca/gmeow/gtsSegment> rdf:type owl:ObjectProperty ;
                                                  owl:inverseOf <https://blackcatinformatics.ca/gmeow/gtsSegmentOf> ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/GTSDocument> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/GTSSegment> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                  rdfs:label "GTS segment"@x-gmeow-english ;
                                                  skos:definition "A segment of this GTS document — the inverse of gmeow:gtsSegmentOf. Non-functional: a document holds one or more segments, ordered by gmeow:gtsSegmentIndex."@x-gmeow-english ;
                                                  skos:example "ex:bundle gmeow:gtsSegment ex:seg0, ex:seg1 ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid relying on it for segment order (that is gmeow:gtsSegmentIndex) and avoid asserting it directly when minting a segment; prefer stating gmeow:gtsSegmentOf and reading this as its inverse."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:gtsSegmentOf from each segment and read gmeow:gtsSegment as the inverse; pair with gmeow:gtsSegmentIndex to recover the file order that fixes the document's composite identity."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use in document-rooted projections and traversals — when enumerating a document's segments from the document side is the natural direction to state or query."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/gtsSegmentOf
<https://blackcatinformatics.ca/gmeow/gtsSegmentOf> rdf:type owl:ObjectProperty ;
                                                    rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/partOf> ;
                                                    rdf:type owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/GTSSegment> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/GTSDocument> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                    rdfs:label "GTS segment of"@x-gmeow-english ;
                                                    skos:definition "The GTS document a segment is part of. Functional: a segment instance belongs to one document (the same bytes appearing in another file are a different segment instance of the same content). A subproperty of gmeow:partOf, so disclosure coarsening walks it by default."@x-gmeow-english ;
                                                    skos:example "ex:seg0 gmeow:gtsSegmentOf ex:bundle ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid reusing one segment instance across documents (it is functional — the same bytes elsewhere are a distinct instance) and avoid asserting the document-rooted direction here (use gmeow:gtsSegment for that)."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Point the segment at its single document; the inverse gmeow:gtsSegment and the generic gmeow:partOf follow automatically, so generic part/whole consumers and disclosure coarsening walk it without extra assertion."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to assert which document a segment belongs to — the segment-rooted direction of the document/segment parthood, the natural one to state when minting a segment."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasAccessibilityFeature
<https://blackcatinformatics.ca/gmeow/hasAccessibilityFeature> rdf:type owl:ObjectProperty ;
                                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/Location> ;
                                                               rdfs:range <https://blackcatinformatics.ca/gmeow/AccessibilityFacet> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accessibility> ;
                                                               rdfs:label "has accessibility feature"@x-gmeow-english ;
                                                               skos:definition "Relates a location to an accessibility facet it positively provides. Non-functional: a location may support many facets. A location MAY simultaneously carry hasAccessibilityFeature and hasBarrier for the SAME facet (e.g. a ramp at the front entrance and stairs at the side entrance)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasAccessibilityNeed
<https://blackcatinformatics.ca/gmeow/hasAccessibilityNeed> rdf:type owl:ObjectProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                            rdfs:range <https://blackcatinformatics.ca/gmeow/AccessibilityFacet> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accessibility> ;
                                                            rdfs:label "has accessibility need"@x-gmeow-english ;
                                                            skos:definition "Relates an entity to an accessibility facet it requires in order to reach or use a location. Non-functional: needs are co-equal facets (Principle 9). There is no 'primary need' — all asserted needs coexist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasAgreement
<https://blackcatinformatics.ca/gmeow/hasAgreement> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Agreement> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                    rdfs:label "has agreement"@x-gmeow-english ;
                                                    skos:definition "Relates an agent to an agreement it is party to. The party-ship period is carried with gmeow:validFrom/validUntil on this statement; the agreement's own term/effective dates live on the gmeow:Agreement individual (no double-modelling)."@x-gmeow-english ;
                                                    skos:example "ex:lillith gmeow:hasAgreement ex:ndaWithAcme ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid restating the agreement's own term or effective dates here (those live on the gmeow:Agreement, no double-modelling) and avoid using it for ties that are not agreements (use the interpersonal-relationship constructs)."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Link the gmeow:Agent to its gmeow:Agreement; carry the party-ship period with gmeow:validFrom/validUntil on this statement and leave the agreement's term on the agreement individual."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record that an agent is a party to an agreement, when the party-ship can be carried as a flat edge with its own validity period on the statement."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasAgreementName
<https://blackcatinformatics.ca/gmeow/hasAgreementName> rdf:type owl:ObjectProperty ;
                                                        rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasAppellation> ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Agreement> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/AgreementName> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                        rdfs:label "has agreement name"@x-gmeow-english ;
                                                        skos:definition "Relates an agreement to a structured gmeow:AgreementName it bears; the agreement-scoped specialization of gmeow:hasAppellation. Non-functional — an agreement may bear many co-equal names (formal title, short name, multilingual versions); none is primary."@x-gmeow-english ;
                                                        skos:example "ex:treaty gmeow:hasAgreementName ex:treatyFormalTitle, ex:treatyShortName ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid privileging the formal title as primary (the formal title and short name are co-equal) and avoid a flat literal — bear a structured AgreementName."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Assert one hasAgreementName triple per co-equal name; carry validity and source on the statement layer."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bear a structured name on an agreement — a formal title, short name, or multilingual version; the agreement-scoped specialization of gmeow:hasAppellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasAncestor
<https://blackcatinformatics.ca/gmeow/hasAncestor> rdf:type owl:ObjectProperty ;
                                                   owl:inverseOf <https://blackcatinformatics.ca/gmeow/hasDescendant> ;
                                                   rdf:type owl:TransitiveProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Person> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Person> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/genealogy> ;
                                                   rdfs:label "has ancestor"@x-gmeow-english ;
                                                   skos:definition "Relates a person to an ancestor — a parent, a parent's parent, and so on. Transitive: an ancestor of an ancestor is an ancestor. gmeow:hasParent (hence gmeow:hasMother / hasFather) is a sub-property, so ancestry is DERIVED from parentage by the reasoner and is never asserted directly."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasAppellation
<https://blackcatinformatics.ca/gmeow/hasAppellation> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Appellation> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                      rdfs:label "has appellation"@x-gmeow-english ;
                                                      skos:definition "Relates an entity to an appellation (name-object) it bears. The universal name-bearing property; gmeow:hasName is the person-scoped specialization. Non-functional — entities bear many co-equal names; a bearing's period is carried with gmeow:validFrom/validUntil on the statement, or reified as a gmeow:NameUsage when audience/register/evidence must be borne."@x-gmeow-english ;
                                                      skos:example "ex:thing gmeow:hasAppellation ex:thingName, ex:thingNameZh ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it where the bearer's type fits a specialization (gmeow:hasName, gmeow:hasPlaceName, gmeow:hasOrganizationName — assert that and let hasAppellation follow), and avoid using it as a display winner; promote to gmeow:NameUsage when context must be borne."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Assert one hasAppellation triple per co-equal Appellation; carry validity, gmeow:displayable false, source, or confidence on the statement layer, or promote to gmeow:NameUsage when the bearing itself must be a relator."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the universal direct bearing of a co-equal name on any entity when a person/place/organization-scoped specialization does not apply, and audience, register, or evidence need not be first-class."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasArranger
<https://blackcatinformatics.ca/gmeow/hasArranger> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasContributor> ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                   rdfs:label "has arranger"@x-gmeow-english ;
                                                   skos:definition "Relates a creative work to the agent who arranged its musical content. Flat shortcut subproperty of gmeow:hasContributor."@x-gmeow-english ;
                                                   skos:example "ex:bigBandChart gmeow:hasArranger ex:nelsonRiddle ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the arrangement's period, degree, or evidence must be first-class (promote to a gmeow:Contribution with gmeow:roleArranger) and avoid it for the original composer (gmeow:hasComposer)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Assert from the arranged work to the agent; promote to a gmeow:Contribution carrying gmeow:roleArranger when metadata is needed, and pair with gmeow:arrangementOf for the derivation."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the flat 80% case of naming an arranger; typically attaches to the arranged Expression or derived work."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasAttachment
<https://blackcatinformatics.ca/gmeow/hasAttachment> rdf:type owl:ObjectProperty ;
                                                     rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasBodyPart> ,
                                                                        <https://blackcatinformatics.ca/gmeow/hasPart> ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Message> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Attachment> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                     rdfs:label "has attachment"@x-gmeow-english ;
                                                     skos:definition "Relates a message to one of its attachments."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasAttestation
<https://blackcatinformatics.ca/gmeow/hasAttestation> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Attestation> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                      rdfs:label "has attestation"@x-gmeow-english ;
                                                      skos:definition "Relates an entity to an attestation about it — the inverse of gmeow:attestedSubject. Non-functional: an entity may have many co-existing attestations from different attesters (Principle 9)."@x-gmeow-english ;
                                                      skos:example "ex:release1_2 gmeow:hasAttestation ex:relAtt ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it directly when you can state gmeow:attestedSubject instead (prefer the attestation-rooted direction and read this as its inverse), and avoid treating one attestation as authoritative — multiple coexist (Principle 9)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:attestedSubject on the Attestation and read gmeow:hasAttestation by inversion; reach for it explicitly in entity-rooted projections that list every vouching envelope for a subject."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use from an entity to enumerate the attestations vouching for it — the entity-rooted inverse of gmeow:attestedSubject, when traversing from the thing to who has vouched for it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasAuthenticationResult
<https://blackcatinformatics.ca/gmeow/hasAuthenticationResult> rdf:type owl:ObjectProperty ;
                                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/Message> ;
                                                               rdfs:range <https://blackcatinformatics.ca/gmeow/AuthenticationResult> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                               rdfs:label "has authentication result"@x-gmeow-english ;
                                                               skos:definition "Relates a message to an authentication check performed on it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasAuthor
<https://blackcatinformatics.ca/gmeow/hasAuthor> rdf:type owl:ObjectProperty ;
                                                 rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasContributor> ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                 rdfs:label "has author"@x-gmeow-english ;
                                                 skos:definition "Relates a creative work to an agent chiefly responsible for creating its intellectual content. A flat shortcut subproperty of gmeow:hasContributor."@x-gmeow-english ;
                                                 skos:example "ex:hamlet gmeow:hasAuthor ex:shakespeare ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the authorship's role nuance, period, degree, or evidence must be first-class (promote to a gmeow:Contribution with gmeow:roleAuthor), and avoid it for editors, translators, or illustrators (use their own shortcut)."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Assert from the work to the agent; promote to a gmeow:Contribution carrying gmeow:roleAuthor when metadata is needed. Typically attaches at the gmeow:Work tier."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the flat 80% case of naming a work's author when no period, degree, confidence, or evidence needs recording."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasAuthorityLevel
<https://blackcatinformatics.ca/gmeow/hasAuthorityLevel> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/Norm> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/AuthorityLevel> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                         rdfs:label "has authority level"@x-gmeow-english ;
                                                         skos:definition "The authority grade an issuing system claims for this norm. NOT functional: in a multi-source merge, sources may grade the same norm differently, and those claims coexist rather than collapse (Principle 9 — the kernel-axis convention)."@x-gmeow-english ;
                                                         skos:example "ex:n1 gmeow:hasAuthorityLevel gmeow:authorityAbsolute ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid forcing a single grade in a merge — sources may grade the same norm differently and those claims coexist, so keep it non-functional — and avoid reading it as the precedence outcome (that is solver work over gmeow:overrides)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:hasAuthorityLevel at a gmeow:AuthorityLevel individual; the solver compares levels via gmeow:strongerThan when resolving conflicts."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the authority grade an issuing system claims for a norm, referencing the ordered gmeow:AuthorityLevel vocabulary."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasAxis
<https://blackcatinformatics.ca/gmeow/hasAxis> rdf:type owl:ObjectProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                               rdfs:range <https://blackcatinformatics.ca/gmeow/Axis> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                               rdfs:label "has axis"@x-gmeow-english ;
                                               skos:definition "Relates a reference frame to one of its coordinate axes."@x-gmeow-english ;
                                               skos:example "ex:siteGrid gmeow:hasAxis ex:xAxis, ex:yAxis ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid enumerating n axes for a finite-dimensional vector space — one axis with a coordinate matrix carries the shape (Principle 12)."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Attach gmeow:Axis instances via gmeow:hasAxis; pair with gmeow:dimensionCount for the declared dimensionality."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use to relate a reference frame to its coordinate axes."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasBarrier
<https://blackcatinformatics.ca/gmeow/hasBarrier> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Location> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/AccessibilityFacet> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accessibility> ;
                                                  rdfs:label "has barrier"@x-gmeow-english ;
                                                  skos:definition "Relates a location to an accessibility facet it impedes. Non-functional: a location may have multiple barriers. A location MAY simultaneously carry hasAccessibilityFeature and hasBarrier for the SAME facet (e.g. a ramp at the front entrance and stairs at the side entrance)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasBin
<https://blackcatinformatics.ca/gmeow/hasBin> rdf:type owl:ObjectProperty ;
                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/SpatialAggregation> ;
                                              rdfs:range <https://blackcatinformatics.ca/gmeow/SpatialBin> ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/aggregation> ;
                                              rdfs:label "has bin"@x-gmeow-english ;
                                              skos:definition "Links a spatial aggregation to one of its constituent spatial bins. Non-functional: a bin may participate in multiple aggregations."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasBodyPart
<https://blackcatinformatics.ca/gmeow/hasBodyPart> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasPart> ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Message> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/BodyPart> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                   rdfs:label "has body part"@x-gmeow-english ;
                                                   skos:definition "Relates a message to a MIME part of its body. A MIME-structure specialization of the universal gmeow:hasPart spine."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasCadastralReference
<https://blackcatinformatics.ca/gmeow/hasCadastralReference> rdf:type owl:ObjectProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/Place> ;
                                                             rdfs:range <https://blackcatinformatics.ca/gmeow/CadastralReference> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                             rdfs:label "has cadastral reference"@x-gmeow-english ;
                                                             skos:definition "Relates a place (typically a parcel, lot, or spatial unit) to a structured cadastral reference issued by a registry."@x-gmeow-english ;
                                                             skos:example "ex:parcel42 gmeow:hasCadastralReference ex:cr ."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid pointing it at a non-cadastral identifier (use the coreference slice for general external IDs)."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:hasCadastralReference at a CadastralReference carrying value, type, authority, and jurisdiction."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use to relate a place (parcel, lot, spatial unit) to a structured cadastral reference issued by a registry."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasCalendarMethod
<https://blackcatinformatics.ca/gmeow/hasCalendarMethod> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/CalendarMethod> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                         rdfs:label "has calendar method"@x-gmeow-english ;
                                                         skos:definition "Relates an email message to the iCalendar METHOD of the calendar component it carries. Non-functional: a message may theoretically carry multiple methods (though RFC 5546 recommends one per component)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasCapacity
<https://blackcatinformatics.ca/gmeow/hasCapacity> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Location> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Capacity> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                   rdfs:label "has capacity"@x-gmeow-english ;
                                                   skos:definition "Links a location to a capacity measurement describing the maximum number of entities it can hold. Flat form for the common case; promote to full reified Capacity when vantage, confidence, temporal scope, or standpoint matter."@x-gmeow-english ;
                                                   skos:example "ex:hall gmeow:hasCapacity ex:cap ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it when vantage, confidence, or standpoint matter — read the reified Capacity."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Use gmeow:hasCapacity for the common case; the measurement carries the result scalar, unit, and provenance."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the flat inverse link from a location to a capacity measurement."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasCarrier
<https://blackcatinformatics.ca/gmeow/hasCarrier> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Item> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/PhysicalObject> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                  rdfs:label "has carrier"@x-gmeow-english ;
                                                  skos:definition "Relates an Item to the PhysicalObject that carries it — a printed book, a vinyl disc, a sculpture. Optional: a born-digital Item may have no carrier, or its carrier may be a server object modelled as a PhysicalObject. Keeps informational identity (the Item) distinct from physical substrate (Principle 11)."@x-gmeow-english ;
                                                  skos:example "ex:myCopy gmeow:hasCarrier ex:wornPaperbackVolume ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a born-digital Item with no material carrier (omit it), and never use it to climb the WEMI spine — the carrier is a gmeow:PhysicalObject, not a Manifestation (use gmeow:exemplifies for that)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Point the Item at a gmeow:PhysicalObject; record the carrier's medium with gmeow:medium and its physical condition or pose on the PhysicalObject, not on the Item."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach an Item's material substrate — the physical book, disc, or canvas — keeping the informational copy distinct from the thing you can hold (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasCelestialCoordinates
<https://blackcatinformatics.ca/gmeow/hasCelestialCoordinates> rdf:type owl:ObjectProperty ;
                                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/CelestialLocation> ;
                                                               rdfs:range <https://blackcatinformatics.ca/gmeow/CelestialCoordinates> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                               rdfs:label "has celestial coordinates"@x-gmeow-english ;
                                                               skos:definition "Relates a celestial location to its equatorial or other sky coordinates."@x-gmeow-english ;
                                                               skos:example "ex:vega gmeow:hasCelestialCoordinates ex:vegaCoords ."@x-gmeow-english ;
                                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for terrestrial coordinates (use gmeow:hasCoordinates) and avoid attaching coordinates without a declared celestial frame on the CelestialCoordinates."@x-gmeow-english ;
                                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:hasCelestialCoordinates at a CelestialCoordinates instance carrying gmeow:coordinateFrame and gmeow:celestialEpoch."@x-gmeow-english ;
                                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach equatorial or other sky coordinates to a celestial location."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasCentroid
<https://blackcatinformatics.ca/gmeow/hasCentroid> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Place> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Geometry> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                   rdfs:label "has centroid"@x-gmeow-english ;
                                                   skos:definition "The geometric centroid of a place — a flat shortcut for the common case. The full relator form is a SpatialAggregation with aggregationFunction aggCentroid, carrying provenance, frame, and solver reference."@x-gmeow-english ;
                                                   skos:example "ex:scotland gmeow:hasCentroid ex:centroidPt ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it when provenance, frame, or the aggregation method matter — promote to a SpatialAggregation with gmeow:aggregationFunction gmeow:aggCentroid."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Use flat gmeow:hasCentroid for the common case; the full form carries frame and solver reference."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the flat shortcut for a place's geometric centroid."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasChild
<https://blackcatinformatics.ca/gmeow/hasChild> rdf:type owl:ObjectProperty ;
                                                rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/connectsTo> ,
                                                                   <https://blackcatinformatics.ca/gmeow/hasDescendant> ;
                                                owl:inverseOf <https://blackcatinformatics.ca/gmeow/hasParent> ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Person> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/Person> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/genealogy> ;
                                                rdfs:label "has child"@x-gmeow-english ;
                                                skos:definition "Relates a person to a child; the inverse of hasParent."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasComposer
<https://blackcatinformatics.ca/gmeow/hasComposer> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasContributor> ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                   rdfs:label "has composer"@x-gmeow-english ;
                                                   skos:definition "Relates a creative work to the agent who composed its musical content. Flat shortcut subproperty of gmeow:hasContributor."@x-gmeow-english ;
                                                   skos:example "ex:eroica gmeow:hasComposer ex:beethoven ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the credit's period, degree, or evidence must be first-class (promote to a gmeow:Contribution with gmeow:roleComposer), and avoid it for arrangers (gmeow:hasArranger) or lyricists (gmeow:hasLyricist)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Assert from the musical Work to the agent; promote to a gmeow:Contribution carrying gmeow:roleComposer when metadata is needed."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the flat 80% case of naming a composer; attaches at the gmeow:MusicalWork tier, the abstract composition independent of notation or performance."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasConductor
<https://blackcatinformatics.ca/gmeow/hasConductor> rdf:type owl:ObjectProperty ;
                                                    rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasContributor> ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                    rdfs:label "has conductor"@x-gmeow-english ;
                                                    skos:definition "Relates a creative work or expression to the agent who conducted its musical performance. Flat shortcut subproperty of gmeow:hasContributor."@x-gmeow-english ;
                                                    skos:example "ex:eroica1963 gmeow:hasConductor ex:karajan ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the credit's period, degree, or evidence must be first-class (promote to a gmeow:Contribution with gmeow:roleConductor) and avoid it for instrumental performers (gmeow:hasPerformer)."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Assert from the performed Expression or Recording to the agent; promote to a gmeow:Contribution carrying gmeow:roleConductor when metadata is needed."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the flat 80% case of naming a conductor; typically attaches at the performed Expression or its Recording."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasContactPoint
<https://blackcatinformatics.ca/gmeow/hasContactPoint> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/ContactPoint> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                       rdfs:label "has contact point"@x-gmeow-english ;
                                                       skos:definition "Relates an agent to a means of contacting it."@x-gmeow-english ;
                                                       skos:example "ex:lillith gmeow:hasContactPoint ex:lillithEmail ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerWikidata> ,
                                                                                                               <https://blackcatinformatics.ca/gmeow/consumerWikipedia> ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it when a bare string suffices (use gmeow:email or gmeow:telephone) and avoid using it for ownership of an online account (that is the accounts slice)."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Link the agent to each gmeow:ContactPoint; the sensitivity on the contact point governs whether the projection layer emits it for a given consumer."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach a first-class contact point (email, telephone, postal address) to the agent that owns it, when the channel carries its own role, provider, structure, or tenure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasContentDisposition
<https://blackcatinformatics.ca/gmeow/hasContentDisposition> rdf:type owl:ObjectProperty ,
                                                                      owl:FunctionalProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/BodyPart> ;
                                                             rdfs:range <https://blackcatinformatics.ca/gmeow/ContentDisposition> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                             rdfs:label "has content disposition"@x-gmeow-english ;
                                                             skos:definition "Relates a body part to its Content-Disposition value (inline or attachment)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasContentTransferEncoding
<https://blackcatinformatics.ca/gmeow/hasContentTransferEncoding> rdf:type owl:ObjectProperty ,
                                                                           owl:FunctionalProperty ;
                                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/BodyPart> ;
                                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/ContentTransferEncoding> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                                  rdfs:label "has content transfer encoding"@x-gmeow-english ;
                                                                  skos:definition "Relates a body part to its Content-Transfer-Encoding value (base64, quoted-printable, 7bit, 8bit, binary)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasContributor
<https://blackcatinformatics.ca/gmeow/hasContributor> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                      rdfs:label "has contributor"@x-gmeow-english ;
                                                      skos:definition "Relates a creative work to an agent that contributed to it — the flat 80%-case shortcut. Non-functional: a work may have many contributors. Promote to a gmeow:Contribution node when the role, period, confidence, or evidence of the contribution must be recorded."@x-gmeow-english ;
                                                      skos:example "ex:hamlet gmeow:hasContributor ex:shakespeare ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when a specific role applies (use the typed subproperty) or when the credit's role, period, degree, confidence, or evidence must be first-class — promote to a gmeow:Contribution relator."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Assert the most specific typed shortcut available (gmeow:hasAuthor, gmeow:hasTranslator) and let gmeow:hasContributor follow by inheritance; it pairsWith gmeow:Contribution — promote when metadata is required."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the flat 80% case — naming a contributor when the role is generic or obvious and no period, degree, confidence, or evidence needs recording; the parent of the typed shortcuts (gmeow:hasAuthor, …)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasCoordinateObservation
<https://blackcatinformatics.ca/gmeow/hasCoordinateObservation> rdf:type owl:ObjectProperty ;
                                                                rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasSpatialMeasurement> ;
                                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Place> ;
                                                                rdfs:range <https://blackcatinformatics.ca/gmeow/CoordinateObservation> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                rdfs:label "has coordinate observation"@x-gmeow-english ;
                                                                skos:definition "Links a place to a coordinate observation that assigned coordinates or geometry to it. Non-functional: multiple surveys (GPS, LiDAR, total station) may coexist for the same place (Principle 9), and no observation is privileged."@x-gmeow-english ;
                                                                skos:example "ex:edinburgh gmeow:hasCoordinateObservation ex:obs2023, ex:obs2024 ."@x-gmeow-english ;
                                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid privileging one survey (Principle 9); the flat gmeow:hasCoordinates is derived from this path by property chain."@x-gmeow-english ;
                                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Attach CoordinateObservations via gmeow:hasCoordinateObservation; the flat gmeow:hasCoordinates / gmeow:hasGeometry follow from the chain through gmeow:coordinateResult / gmeow:geometryResult."@x-gmeow-english ;
                                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link a place to the coordinate observations that assigned coordinates/geometry to it; non-functional, so multiple surveys coexist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasCoordinates
<https://blackcatinformatics.ca/gmeow/hasCoordinates> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Place> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/GeoCoordinates> ;
                                                      owl:propertyChainAxiom ( <https://blackcatinformatics.ca/gmeow/hasCoordinateObservation>
                                                                               <https://blackcatinformatics.ca/gmeow/coordinateResult>
                                                                             ) ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                      rdfs:label "has coordinates"@x-gmeow-english ;
                                                      skos:definition "Relates a place to its geographic point coordinates. Flat shortcut for the common case; the full relator form is a CoordinateObservation linking the place to a GeoCoordinates result via gmeow:coordinateResult, carrying provenance, reference frame, confidence, and standpoint (Principle 3). Non-simple: derived via property chain from the reified observation path."@x-gmeow-english ;
                                                      skos:example "ex:edinburgh gmeow:hasCoordinates ex:pt ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when multiple surveys must coexist or provenance/frame/confidence matter — promote to gmeow:CoordinateObservation with gmeow:coordinateResult; this property is precision-bearing (coarsenGuarded) so do not emit it raw to public consumers."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/coarsenGuarded> "true"^^xsd:boolean ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Use the flat gmeow:hasCoordinates for one trusted point; otherwise reify via gmeow:hasCoordinateObservation → gmeow:coordinateResult, and pair with gmeow:coarsenTo + gmeow:hasSensitivity for disclosure control."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ,
                                                                                                            <https://blackcatinformatics.ca/gmeow/consumerResearchQueue> ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the flat shortcut to attach a place's point coordinates for the common, single-survey case."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasCopyright
<https://blackcatinformatics.ca/gmeow/hasCopyright> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Copyright> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                    rdfs:label "has copyright"@x-gmeow-english ;
                                                    skos:definition "Relates a work to its reified copyright."@x-gmeow-english ;
                                                    skos:example "ex:report gmeow:hasCopyright ex:reportCopyright ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid promoting to a gmeow:RightsStatement unless explicit permissions/prohibitions/duties are needed, and avoid carrying the year or notice directly on the work; those live on the gmeow:Copyright relator."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Assert one gmeow:hasCopyright per work pointing at a gmeow:Copyright relator that carries the holders, year, notice, and status."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                          <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ,
                                                                                                          <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the flat-first link from a work to its reified gmeow:Copyright — the common case where copyright holder, year, and status are recorded without a full deontic policy."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasCorrespondence
<https://blackcatinformatics.ca/gmeow/hasCorrespondence> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/Analogy> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/Correspondence> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                                         rdfs:label "has correspondence"@x-gmeow-english ;
                                                         skos:definition "Relates a gmeow:Analogy to one of its element-pair gmeow:Correspondence relations — the reified mapped pairs whose structural consistency is the analogy's gmeow:systematicity. NOT functional: an analogy holds many correspondences."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasCoupleEvent
<https://blackcatinformatics.ca/gmeow/hasCoupleEvent> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/CoupleRelationship> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/genealogy> ;
                                                      rdfs:label "has couple event"@x-gmeow-english ;
                                                      skos:definition "Relates a couple relationship to an event in its history — the marriage, the divorce, an anniversary (project homepage and language). The seam the GEDCOM projection walks: a marriage gmeow:Event's gmeow:eventTime / gmeow:eventLocation source gedcom:date / gedcom:place on the couple's Marriage node. Non-functional: a couple bears several events."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasCreationEvent
<https://blackcatinformatics.ca/gmeow/hasCreationEvent> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lifecycle> ;
                                                        rdfs:label "has creation event"@x-gmeow-english ;
                                                        skos:definition "Links an entity to the event that brought it into existence — the general form of birth (person), founding (organization), minting (currency), or realization (reference frame). Non-functional: competing standpoint-indexed creation claims coexist, none privileged. A Person's birth event is ALSO typed gmeow:eventTypeBirth (co-equal value, not a subclass)."@x-gmeow-english ;
                                                        skos:example "ex:lillith gmeow:hasCreationEvent ex:lillithBirth . ex:lillithBirth a gmeow:Event ; gmeow:hasEventType gmeow:eventTypeBirth ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the creation claim is itself contested, needs evidence, or must be standpoint-indexed (promote to gmeow:EntityExistence with gmeow:existenceCreationEvent) and avoid forcing one event — keep it non-functional so competing claims coexist."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:hasCreationEvent from the entity to a gmeow:Event and co-type that event with the right EventType value (gmeow:eventTypeBirth, founding, …); reify to gmeow:EntityExistence only when the claim itself needs standpoint or evidence."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the flat 80% case — linking any entity to the event that brought it into existence (birth, founding, minting, realization) without reifying the existence claim."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasCriterion
<https://blackcatinformatics.ca/gmeow/hasCriterion> rdf:type owl:ObjectProperty ;
                                                    rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasPart> ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Rubric> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Criterion> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                    rdfs:label "has criterion"@x-gmeow-english ;
                                                    skos:definition "Relates a rubric to one of its evaluative axes (⊑ gmeow:hasPart — criteria are parts of the framework). NOT functional: rubrics are multi-axis by design."@x-gmeow-english ;
                                                    skos:example "ex:voiceRubric gmeow:hasCriterion ex:agency , ex:groundedness ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid forcing a single criterion (it is non-functional) and avoid generic gmeow:hasPart when the part is a rubric criterion — this specialization carries the rubric semantics."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:hasCriterion from the rubric to each gmeow:Criterion; it specializes gmeow:hasPart, so generic part queries find the criteria."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach an evaluative axis to a rubric — rubrics are multi-axis by design."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasDataController
<https://blackcatinformatics.ca/gmeow/hasDataController> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/RightsStatement> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                         rdfs:label "has data controller"@x-gmeow-english ;
                                                         skos:definition "The data controller responsible for processing personal data under a rights statement — the agent that determines the purposes and means of processing."@x-gmeow-english ;
                                                         skos:example "ex:consentPolicy gmeow:hasDataController ex:acmeCorp ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating the controller with the data subject (gmeow:hasDataSubject) or with a processor acting on the controller's instructions; name only the determining agent here."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Add gmeow:hasDataController to a gmeow:RightsStatement governing personal-data processing, alongside gmeow:hasDataSubject and the gmeow:actionProcessPersonalData rules."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the data controller of a processing rights statement — the agent that determines the purposes and means of processing the data subject's personal data."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasDataSubject
<https://blackcatinformatics.ca/gmeow/hasDataSubject> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/RightsStatement> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                      rdfs:label "has data subject"@x-gmeow-english ;
                                                      skos:definition "The data subject whose personal data is governed by a rights statement — the individual about whom personal data is processed. Not a subproperty of gmeow:hasParty because a rights statement (an ODRL policy) is not an agreement; the party model is reused at the licence level."@x-gmeow-english ;
                                                      skos:example "ex:consentPolicy gmeow:hasDataSubject ex:janeDoe ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerFoafExport> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid treating it as a party-to-agreement subproperty (a RightsStatement is an ODRL policy, not an agreement — the party model is reused at the licence level) and avoid using it for the processing agent, which is gmeow:hasDataController."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Add gmeow:hasDataSubject to a gmeow:RightsStatement whose rules regulate gmeow:actionProcessPersonalData; pair with gmeow:hasDataController and purpose/recipient constraints to model the consent posture."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the data subject a consent or processing rights statement is about — the person whose personal data is processed under rules over gmeow:actionProcessPersonalData."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasDefeater
<https://blackcatinformatics.ca/gmeow/hasDefeater> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/InferenceCommitment> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/StandpointClaim> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                                   rdfs:label "has defeater"@x-gmeow-english ;
                                                   skos:definition "Relates a reified gmeow:InferenceCommitment to a defeating gmeow:StandpointClaim — a consideration that, once accepted, withdraws support for the conclusion. NOT functional: a commitment may face several defeaters. A fired defeater closes the gmeow:InferenceTenure and sets the conclusion-claim gmeow:displayable false; the commitment is retained as audit (Principle 10). The defeating claim carries its Pollock kind via gmeow:defeaterKind."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasDescendant
<https://blackcatinformatics.ca/gmeow/hasDescendant> rdf:type owl:ObjectProperty ,
                                                              owl:TransitiveProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Person> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Person> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/genealogy> ;
                                                     rdfs:label "has descendant"@x-gmeow-english ;
                                                     skos:definition "Relates a person to a descendant — a child, a child's child, and so on; the transitive inverse of gmeow:hasAncestor. Derived by the reasoner (gmeow:hasChild is a sub-property), never asserted directly."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasDestructionEvent
<https://blackcatinformatics.ca/gmeow/hasDestructionEvent> rdf:type owl:ObjectProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lifecycle> ;
                                                           rdfs:label "has destruction event"@x-gmeow-english ;
                                                           skos:definition "Links an entity to the event that ended its existence — the general form of death (person), dissolution (organization), destruction (place), or retirement (frame, software). Non-functional: competing standpoint-indexed destruction claims coexist. A Person's death event is ALSO typed gmeow:eventTypeDeath. Suppression (gmeow:displayable false) is a display contract; destruction is an ontic fact — the entity is retained, merely marked as no longer extant."@x-gmeow-english ;
                                                           skos:example "ex:sovietUnion gmeow:hasDestructionEvent ex:dissolution1991 . ex:dissolution1991 a gmeow:Event ; gmeow:hasEventType gmeow:eventTypeDeath ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid confusing it with suppression (gmeow:displayable false is a display contract, not an end of existence), avoid it when the claim needs standpoint or evidence (promote to gmeow:EntityExistence), and keep it non-functional."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:hasDestructionEvent from the entity to a gmeow:Event co-typed with the right EventType (gmeow:eventTypeDeath, dissolution, …); retain the entity and, if it should vanish from a projection, also mark gmeow:displayable false."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the flat case — linking an entity to the event that ended its existence (death, dissolution, destruction, retirement) as an ontic fact, the entity being retained, never deleted (Principle 10)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasDeterminacy
<https://blackcatinformatics.ca/gmeow/hasDeterminacy> rdf:type owl:ObjectProperty ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Determinacy> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                      rdfs:label "has determinacy"@x-gmeow-english ;
                                                      skos:definition "Relates a value, entity, or claim to its ontic determinacy model — the explicit facet recording whether the value is crisp, vague, fuzzy, probabilistic, or disputed. Domain-free (universal, like hasGranularity). NOT functional: in a multi-source merge sources may state different determinacy models, and those claims coexist rather than force the reasoner to collapse distinct models. Distinct from gmeow:confidence (epistemic certainty) and from gmeow:determinacyModel (the frame-level default for a ReferenceFrame)."@x-gmeow-english ;
                                                      skos:example "ex:coastlineBoundary gmeow:hasDeterminacy gmeow:determinacyVague ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for epistemic certainty (use gmeow:confidence) and avoid forcing one model in a merge — competing determinacy claims coexist, so never make it functional."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/docsConcern> <https://blackcatinformatics.ca/gmeow/concernFrames> ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Point the value at a gmeow:Determinacy individual; leave the fuzzy/probabilistic arithmetic to the solver layer (P12) and carry observer-specific models on the statement layer when they differ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record that a value is inherently crisp, vague, fuzzy, probabilistic, or disputed — the ontic-indeterminacy facet, distinct from how confident any observer is."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasDirectReply
<https://blackcatinformatics.ca/gmeow/hasDirectReply> rdf:type owl:ObjectProperty ;
                                                      rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasReply> ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Comment> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notes> ;
                                                      rdfs:label "has direct reply"@x-gmeow-english ;
                                                      skos:definition "Relates an annotation or comment to its immediate reply comment. Non-transitive inverse of commentParent. HasReply is the transitive superproperty that reaches the full reply tree."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasDisclosurePolicy
<https://blackcatinformatics.ca/gmeow/hasDisclosurePolicy> rdf:type owl:ObjectProperty ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/DisclosurePolicy> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                           rdfs:label "has disclosure policy"@x-gmeow-english ;
                                                           skos:definition "Relates a value, entity, or claim to its disclosure policy — the explicit *what* facet of disclosure control. Domain-free (universal, like hasGranularity and hasSensitivity). NOT functional: in a multi-source merge sources may state different policies, and those claims coexist rather than force the reasoner to collapse distinct policies (Principle 9)."@x-gmeow-english ;
                                                           skos:example "ex:rumouredClaim gmeow:hasDisclosurePolicy gmeow:policyPublicOnlyWithIndependentSource ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it to carry the sensitivity level (gmeow:hasSensitivity) or the eligible audience (gmeow:eligibleForConsumer); the policy is the posture, not the classification or the audience, and competing source postures must coexist."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/docsConcern> <https://blackcatinformatics.ca/gmeow/concernDisclosure> ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Point the value at a gmeow:DisclosurePolicy individual and let the solver combine it with sensitivity, consumer eligibility, and source independence to make the final release decision."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the release posture of a value or claim — the *what* facet of disclosure control that the projection layer consults before emitting it to any consumer."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasDistribution
<https://blackcatinformatics.ca/gmeow/hasDistribution> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Package> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/Distribution> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                       rdfs:label "has distribution"@x-gmeow-english ;
                                                       skos:definition "Relates a package to one of its concrete distribution artifacts. Non-functional: a package may have multiple distributions (tarball, wheel, binary, container)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasDuration
<https://blackcatinformatics.ca/gmeow/hasDuration> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Duration> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                   rdfs:label "has duration"@x-gmeow-english ;
                                                   skos:definition "Relates an event to its duration (a gmeow:Duration). Distinct from gmeow:eventInterval (which anchors the event in time); a duration is a length only."@x-gmeow-english ;
                                                   skos:example "ex:film gmeow:hasDuration ex:runtime ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it when the event's placement in time is what you mean (use gmeow:eventInterval or gmeow:eventTime); duration is a length, not an anchor."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:Event at a gmeow:Duration via gmeow:hasDuration; the Duration carries the xsd:duration literal on gmeow:durationValue."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to give an event its LENGTH as a quantity — a film's running time, a meeting's planned duration — when only the length, not the anchoring, matters."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasDuty
<https://blackcatinformatics.ca/gmeow/hasDuty> rdf:type owl:ObjectProperty ;
                                               rdfs:domain [ rdf:type owl:Class ;
                                                             owl:unionOf ( <https://blackcatinformatics.ca/gmeow/Permission>
                                                                           <https://blackcatinformatics.ca/gmeow/RightsStatement>
                                                                         )
                                                           ] ;
                                               rdfs:range <https://blackcatinformatics.ca/gmeow/Duty> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                               rdfs:label "has duty"@x-gmeow-english ;
                                               skos:definition "Relates a rights statement (or a permission) to a duty / obligation that must be discharged (an odrl:duty / odrl:obligation rule). The domain is the union of gmeow:RightsStatement and gmeow:Permission, so a permission may carry its own duties without being misclassified as a rights statement."@x-gmeow-english ;
                                               skos:example "ex:mayReproduce gmeow:hasDuty ex:mustAttribute ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for an allowed or forbidden action (use gmeow:hasPermission / gmeow:hasProhibition) and avoid attaching it to a Prohibition; a prohibition's remedy is gmeow:ruleConsequence, not a duty."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one gmeow:Duty per obligation, give it a gmeow:ruleAction (e.g. gmeow:actionAttribute), and link it with gmeow:hasDuty on the enclosing permission so the obligation travels with the right it conditions."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach a gmeow:Duty — an obligation that must be discharged (attribute, share-alike, retain notice) — to a gmeow:RightsStatement or, more often, to the gmeow:Permission it conditions (the odrl:duty / odrl:obligation link)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasEditor
<https://blackcatinformatics.ca/gmeow/hasEditor> rdf:type owl:ObjectProperty ;
                                                 rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasContributor> ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                 rdfs:label "has editor"@x-gmeow-english ;
                                                 skos:definition "Relates a creative work to an agent that edited, compiled, or curated its content. A flat shortcut subproperty of gmeow:hasContributor."@x-gmeow-english ;
                                                 skos:example "ex:nortonAnthology gmeow:hasEditor ex:greenblatt ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the editing's period, degree, or evidence must be first-class (promote to a gmeow:Contribution with gmeow:roleEditor), and avoid it for the original author (use gmeow:hasAuthor)."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Assert from the edited work to the agent; promote to a gmeow:Contribution carrying gmeow:roleEditor when metadata is needed."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the flat 80% case of naming an editor, compiler, or curator; often attaches at the Expression or Manifestation tier of an edited or anthologized edition."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasEndInstant
<https://blackcatinformatics.ca/gmeow/hasEndInstant> rdf:type owl:ObjectProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Instant> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                     rdfs:label "has end instant"@x-gmeow-english ;
                                                     skos:definition "The end instant of a time interval; absent if the interval is open-ended."@x-gmeow-english ;
                                                     skos:example "ex:tenureInterval gmeow:hasEndInstant ex:departureInstant ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when a bare crisp dateTime suffices (use gmeow:endedAtTime) and avoid asserting two end instants (functional); omit it entirely for an interval that is still open."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Point the interval at a single gmeow:Instant; its absence (not a sentinel) signals an open-ended interval, mirroring gmeow:endedAtTime."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bound an interval's close with a full gmeow:Instant when that endpoint needs its own frame, granularity, determinacy, or EDTF value — the reified counterpart of gmeow:endedAtTime."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasEvidenceClass
<https://blackcatinformatics.ca/gmeow/hasEvidenceClass> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/CitationAct> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/EvidenceClass> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                        rdfs:label "has evidence class"@x-gmeow-english ;
                                                        skos:definition "The evidential warrant of a citation — the kind and strength of evidence it provides for the claim it supports. Non-functional: a single citation may carry multiple evidence classes (e.g. both a legal filing and an independent trade-press article about the same filing), and competing classifications coexist rather than collapse (Principle 9)."@x-gmeow-english ;
                                                        skos:example "ex:citation gmeow:hasEvidenceClass gmeow:evidenceVERIFIED ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it to assert notability (those are gmeow:sourceIndependence, gmeow:sourceTier, gmeow:coverageDepth, and gmeow:supportsNotability — Axis B) and avoid forcing a single class; a multi-sourced citation legitimately carries several, so it stays non-functional (Principle 9)."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Attach one or more gmeow:EvidenceClass individuals to the gmeow:CitationAct; let competing standpoint assessments coexist as several class assertions, and keep the notability axes (Axis B) on their own properties."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record HOW WELL a citation supports the claim it backs — its evidential warrant — naming one or more gmeow:EvidenceClass individuals on the citation rather than on the asserted fact, so the warrant travels with the evidence link (Axis A)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasExifTag
<https://blackcatinformatics.ca/gmeow/hasExifTag> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/MediaObject> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/ExifTag> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                  rdfs:label "has EXIF tag"@x-gmeow-english ;
                                                  skos:definition "Relates a media object to one of its reified EXIF tags. Non-functional: an image carries many tags. Projects to schema:exifData."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasFather
<https://blackcatinformatics.ca/gmeow/hasFather> rdf:type owl:ObjectProperty ;
                                                 rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasParent> ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Person> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Person> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/genealogy> ;
                                                 rdfs:label "has father"@x-gmeow-english ;
                                                 skos:definition "Relates a person to a male parent."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasGenderExpression
<https://blackcatinformatics.ca/gmeow/hasGenderExpression> rdf:type owl:ObjectProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/Person> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/GenderExpression> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                                           rdfs:label "has gender expression"@x-gmeow-english ;
                                                           skos:definition "Relates a person to a self-asserted gender-expression facet. Non-functional and contextual. MUST NOT be inferred from gmeow:hasGenderIdentity, gmeow:sexAssignedAtBirth, pronouns or honorifics."@x-gmeow-english ;
                                                           skos:example "ex:lillith gmeow:hasGenderExpression ex:ge ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                                   <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid inferring it from gender identity, sex-assigned-at-birth, pronouns, or honorifics, and avoid treating it as a privileged selector — it is a co-equal facet axis (Principle 9)."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/coequalFacet> "true"^^xsd:boolean ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Point the person at a gmeow:GenderExpression facet whose gmeow:expressionValue carries the style; supersede a presentation with gmeow:displayable false rather than deletion."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link a person to each self-asserted gender-expression facet; non-functional, so several presentation facets (e.g. context-varying) coexist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasGenderIdentity
<https://blackcatinformatics.ca/gmeow/hasGenderIdentity> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/Person> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/GenderIdentity> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                                         rdfs:label "has gender identity"@x-gmeow-english ;
                                                         skos:definition "Relates a person to a self-asserted gender-identity facet they hold. Non-functional and contextual — a person bears many co-equal identities; a superseded one is kept with gmeow:displayable false, never deleted. MUST NOT be inferred from gmeow:hasPronounSet, gmeow:honorific, gmeow:hasGenderExpression or gmeow:sexAssignedAtBirth."@x-gmeow-english ;
                                                         skos:example "ex:lillith gmeow:hasGenderIdentity ex:gi ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid inferring it from pronouns, honorifics, gender expression, or sex-assigned-at-birth — there is deliberately no bridge — and avoid using it as a single privileged-gender selector (this is a co-equal facet axis, Principle 9)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/coequalFacet> "true"^^xsd:boolean ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Point the person at a gmeow:GenderIdentity facet whose gmeow:genderValue carries the value; for a superseded identity keep the facet and set gmeow:displayable false rather than retracting the triple."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                               <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link a person to each gender-identity facet they hold; assert it once per co-equal identity, leaving it non-functional so multiple facets coexist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasGenre
<https://blackcatinformatics.ca/gmeow/hasGenre> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/Genre> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                rdfs:label "has genre"@x-gmeow-english ;
                                                skos:definition "Relates a creative work to a genre that characterises it. Non-functional and always contestable: competing genre claims coexist as standpoint-indexed statements (Principle 9)."@x-gmeow-english ;
                                                skos:example "ex:kindOfBlue gmeow:hasGenre ex:modalJazz ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid treating any one genre claim as authoritative (carry disputes on the statement layer with gmeow:accordingTo, Principle 9) and avoid using it for the work's kind (gmeow:CreativeWorkType)."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Point the work at gmeow:Genre individuals; when claims conflict, reify them as standpoint-indexed statements rather than picking a winner."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to characterise a creative work with one or more genres; non-functional and contestable, so multiple and competing genre claims may coexist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasGeocode
<https://blackcatinformatics.ca/gmeow/hasGeocode> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Place> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Geocode> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                  rdfs:label "has geocode"@x-gmeow-english ;
                                                  skos:definition "Relates a place to an alternative geocoding identifier expressed in a specific reference frame. Non-functional: a place may have multiple geocodes in different systems, and competing geocodes for the same system may coexist as standpoint-indexed claims (Principle 9)."@x-gmeow-english ;
                                                  skos:example "ex:edinburgh gmeow:hasGeocode ex:plusLoc ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for decimal lat/long (gmeow:hasCoordinates) and avoid forcing one system's code as canonical (Principle 9)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:hasGeocode at a Geocode carrying gmeow:geocodeFrame and a value; a place may bear geohash, Plus Code, and what3words at once."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to relate a place to an alternative geocoding identifier expressed in a specific frame; non-functional, so multiple systems and competing codes coexist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasGeometry
<https://blackcatinformatics.ca/gmeow/hasGeometry> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Place> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Geometry> ;
                                                   owl:propertyChainAxiom ( <https://blackcatinformatics.ca/gmeow/hasCoordinateObservation>
                                                                            <https://blackcatinformatics.ca/gmeow/geometryResult>
                                                                          ) ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                   rdfs:label "has geometry"@x-gmeow-english ;
                                                   skos:definition "Relates a place to its spatial geometry (point, line, or polygon). Flat shortcut for the common case; the full relator form is a CoordinateObservation linking the place to a Geometry result via gmeow:geometryResult, carrying provenance, reference frame, confidence, and standpoint (Principle 3). Non-simple: derived via property chain from the reified observation path."@x-gmeow-english ;
                                                   skos:example "ex:edinburgh gmeow:hasGeometry ex:shape ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when surveys must coexist or provenance/frame matter — promote to gmeow:CoordinateObservation with gmeow:geometryResult; precision-bearing (coarsenGuarded), so guard it before public projection."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/coarsenGuarded> "true"^^xsd:boolean ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Use flat gmeow:hasGeometry for one trusted shape; otherwise reify via gmeow:hasCoordinateObservation → gmeow:geometryResult, and coarsen via gmeow:coarsenTo for sensitive extents."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ,
                                                                                                         <https://blackcatinformatics.ca/gmeow/consumerResearchQueue> ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the flat shortcut to attach a place's geometry (point, line, polygon) for the common, single-survey case."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasGoal
<https://blackcatinformatics.ca/gmeow/hasGoal> rdf:type owl:ObjectProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                               rdfs:range <https://blackcatinformatics.ca/gmeow/Goal> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/teleology> ;
                                               rdfs:label "has goal"@x-gmeow-english ;
                                               skos:definition "Flat shortcut: the agent holds this goal, commitment grade unspecified. The 80% case (Principle 4); promote to a Desire / Intention / Commitment when the grade matters, and to an IntentionTenure when adoption or revision over time is itself the fact of interest. Whether avowed by the agent or attributed by an observer rides gmeow:accordingTo on the statement."@x-gmeow-english ;
                                               skos:example "ex:lillith gmeow:hasGoal ex:reachOrbit ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the commitment grade matters (promote to gmeow:Desire / gmeow:Intention / gmeow:Commitment) or when adoption and revision over time is itself the fact (promote to gmeow:IntentionTenure); attribution vs avowal rides gmeow:accordingTo, not a separate property."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Assert the flat statement from gmeow:Agent to gmeow:Goal; carry a simple validity window on the statement with gmeow:validFrom / gmeow:validUntil, and reify to a mode or an IntentionTenure only when grade, tenure, or standpoint must become first-class."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/pairsWith> <https://blackcatinformatics.ca/gmeow/IntentionTenure> ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the 80% case (Principle 4): an agent holds a goal and neither the commitment grade nor its tenure over time needs to be first-class — the flat half of the gmeow:hasGoal ↔ gmeow:IntentionTenure pair."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasGranularity
<https://blackcatinformatics.ca/gmeow/hasGranularity> rdf:type owl:ObjectProperty ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/GranularityLevel> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                      rdfs:label "has granularity"@x-gmeow-english ;
                                                      skos:definition "Relates a value, place, period, coordinate or measurement to its own resolution level — the explicit 'no silent precision' facet, queryable independently of any disclosure control. Domain-free. NOT functional: in a multi-source merge sources may state different resolutions, and those claims coexist rather than force the reasoner to collapse distinct levels."@x-gmeow-english ;
                                                      skos:example "ex:birthDate gmeow:hasGranularity ex:yearLevel ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid treating it as a privacy control (that is gmeow:coarsenTo) and avoid forcing a single level in a merge — distinct source resolutions are meant to coexist, so never make it functional."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/docsConcern> <https://blackcatinformatics.ca/gmeow/concernDisclosure> ,
                                                                                                         <https://blackcatinformatics.ca/gmeow/concernFrames> ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Point the value at a gmeow:GranularityLevel individual; pair with gmeow:coarsenTo when the same axis must also drive projection-time generalization."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use whenever a value, place, period, coordinate, or measurement is known only to a particular resolution — the explicit 'no silent precision' facet, asserted independently of any disclosure decision."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasHeader
<https://blackcatinformatics.ca/gmeow/hasHeader> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Message> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/MessageHeader> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                 rdfs:label "has header"@x-gmeow-english ;
                                                 skos:definition "Relates a message to one of its RFC 5322 headers."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasIdentifier
<https://blackcatinformatics.ca/gmeow/hasIdentifier> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Identifier> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                     rdfs:label "has identifier"@x-gmeow-english ;
                                                     skos:definition "Relates an entity to a reified external-identifier record (an ORCID, geni id, nip05, LEI, industry code, …). Domain is gmeow:Entity: persons, organizations, works and places all carry external identifiers. Non-functional: an entity may have several identifiers, and competing standpoint-indexed identifiers coexist."@x-gmeow-english ;
                                                     skos:example "ex:acme gmeow:hasIdentifier ex:acmeLei ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid the org-scoped specializations (gmeow:legalIdentifier, gmeow:industryClassification) when the bearer is not specifically an organization carrying that kind of code, and avoid a flat code literal — bear a structured gmeow:Identifier."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/docsConcern> <https://blackcatinformatics.ca/gmeow/concernIdentifiersCoreference> ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Assert one gmeow:hasIdentifier triple per gmeow:Identifier node; prefer the specializations gmeow:legalIdentifier / gmeow:industryClassification for those org-specific kinds and let gmeow:hasIdentifier follow by subsumption."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach a reified gmeow:Identifier to any entity — person, organization, work, or place — when a scheme-local external code must be carried with its scheme intact."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasIllustrator
<https://blackcatinformatics.ca/gmeow/hasIllustrator> rdf:type owl:ObjectProperty ;
                                                      rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasContributor> ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                      rdfs:label "has illustrator"@x-gmeow-english ;
                                                      skos:definition "Relates a creative work to an agent that contributed visual illustrations. A flat shortcut subproperty of gmeow:hasContributor."@x-gmeow-english ;
                                                      skos:example "ex:alicePenguinEd gmeow:hasIllustrator ex:tenniel ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the illustration's period, degree, or evidence must be first-class (promote to a gmeow:Contribution with gmeow:roleIllustrator), and avoid it for cover art (use gmeow:roleCoverArtist via a Contribution)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Assert from the illustrated work to the agent; promote to a gmeow:Contribution carrying gmeow:roleIllustrator when metadata is needed."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the flat 80% case of naming an illustrator; often attaches at the Expression or Manifestation tier where the illustrations live (an illustrated edition)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasInferenceCommitment
<https://blackcatinformatics.ca/gmeow/hasInferenceCommitment> rdf:type owl:ObjectProperty ;
                                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/InferenceProcess> ;
                                                              rdfs:range <https://blackcatinformatics.ca/gmeow/InferenceCommitment> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                                              rdfs:label "has inference commitment"@x-gmeow-english ;
                                                              skos:definition "Relates an occurrent gmeow:InferenceProcess (the reasoning episode) to the endurant gmeow:InferenceCommitment (the argument structure) it instantiates — the bridge across the gUFO endurant/occurrent divide that keeps the two faces of inference distinct yet linked. NOT functional: one reasoning episode may settle several arguments."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasInlinePart
<https://blackcatinformatics.ca/gmeow/hasInlinePart> rdf:type owl:ObjectProperty ;
                                                     rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasBodyPart> ,
                                                                        <https://blackcatinformatics.ca/gmeow/hasPart> ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Message> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/InlinePart> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                     rdfs:label "has inline part"@x-gmeow-english ;
                                                     skos:definition "Relates a message to one of its inline body parts — a MIME-structure specialization of the universal gmeow:hasPart spine."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasKeyword
<https://blackcatinformatics.ca/gmeow/hasKeyword> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Message> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/MessageKeyword> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                  rdfs:label "has keyword"@x-gmeow-english ;
                                                  skos:definition "Relates a message to a flag/keyword applied to it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasLexicalForm
<https://blackcatinformatics.ca/gmeow/hasLexicalForm> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/LexicalItem> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/LexicalForm> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                      rdfs:label "has lexical form"@x-gmeow-english ;
                                                      skos:definition "The concrete form(s) of a lexical item. NON-FUNCTIONAL: a single item may have many forms (written, spoken, reconstructed, etc.), and competing form claims from different standpoints coexist (Principle 9)."@x-gmeow-english ;
                                                      skos:example "ex:wordWater gmeow:hasLexicalForm ex:waterWritten , ex:waterIpa ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid forcing a single form (it is non-functional; many forms of one item coexist) and avoid stating it from the form's side, where gmeow:formOf is the natural inverse."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:hasLexicalForm from the item to each gmeow:LexicalForm; read gmeow:formOf as its inverse from the form back to the item."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link a lexical item to its concrete surface forms — written, spoken, signed, reconstructed, and so on."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasLicense
<https://blackcatinformatics.ca/gmeow/hasLicense> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/License> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                  rdfs:label "has license"@x-gmeow-english ;
                                                  skos:definition "Relates an entity (a work, dataset, software project, …) to a licence granting rights in it (dcterms:license; schema:license). Named gmeow:hasLicense — gmeow:license is reserved for the mapping-DSL set-license datatype property."@x-gmeow-english ;
                                                  skos:example "ex:dataset gmeow:hasLicense ex:ccByLicense ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid the reserved gmeow:license datatype property (that is the mapping-DSL set-license, not this rights link) and avoid promoting to a gmeow:RightsStatement unless explicit permissions, prohibitions, or duties are needed."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Assert one gmeow:hasLicense per granting licence pointing at a gmeow:License relator; the License carries the SPDX id, family, parties, and validity. The pairsWith link makes the promotion path to a RightsStatement machine-visible."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/pairsWith> <https://blackcatinformatics.ca/gmeow/License> ;
                                                  <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerFoafExport> ,
                                                                                                        <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                        <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ,
                                                                                                        <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the flat-first link from any licensable asset to the gmeow:License granting rights in it (dcterms:license, schema:license) — the common case, the flat half paired with gmeow:License."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasLogo
<https://blackcatinformatics.ca/gmeow/hasLogo> rdf:type owl:ObjectProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                               rdfs:range <https://blackcatinformatics.ca/gmeow/MediaObject> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                               rdfs:label "has logo"@x-gmeow-english ;
                                               skos:definition "The media object that serves as an entity's logo — its emblematic, identity-bearing image. An organization, software project, dataset, place, or product may carry one. Distinct from gmeow:depicts: a logo represents the entity rather than picturing it; it is therefore NOT a subproperty of gmeow:isAbout."@x-gmeow-english ;
                                               skos:scopeNote "Non-functional: variant logos (light/dark, wordmark/glyph, seasonal) coexist (P9). Projects to schema:logo and foaf:logo."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasLyricist
<https://blackcatinformatics.ca/gmeow/hasLyricist> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasContributor> ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                   rdfs:label "has lyricist"@x-gmeow-english ;
                                                   skos:definition "Relates a creative work to the agent who wrote its lyrics. Flat shortcut subproperty of gmeow:hasContributor."@x-gmeow-english ;
                                                   skos:example "ex:song gmeow:hasLyricist ex:bernieTaupin ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the credit's period, degree, or evidence must be first-class (promote to a gmeow:Contribution with gmeow:roleLyricist), and avoid it for the composer of the music (gmeow:hasComposer) or a librettist (use gmeow:roleLibrettist)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Assert from the song or musical work to the agent; promote to a gmeow:Contribution carrying gmeow:roleLyricist when metadata is needed."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the flat 80% case of naming a lyricist — the agent who wrote a song's words."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasMailingList
<https://blackcatinformatics.ca/gmeow/hasMailingList> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/MailingList> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                      rdfs:label "has mailing list"@x-gmeow-english ;
                                                      skos:definition "Relates an email message to the mailing list through which it was distributed. Non-functional: a message may theoretically be cross-posted to multiple lists."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasManifestationFormat
<https://blackcatinformatics.ca/gmeow/hasManifestationFormat> rdf:type owl:ObjectProperty ,
                                                                       owl:FunctionalProperty ;
                                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/Manifestation> ;
                                                              rdfs:range <https://blackcatinformatics.ca/gmeow/ManifestationFormat> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                              rdfs:label "has manifestation format"@x-gmeow-english ;
                                                              skos:definition "The physical or digital format of this manifestation — hardcover, EPUB, audiobook, web serial, etc. A value from the open gmeow:ManifestationFormat vocabulary."@x-gmeow-english ;
                                                              skos:example "ex:penguin2003 gmeow:hasManifestationFormat gmeow:formatPaperback ."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it on a Work, Expression, or Item (format is a Manifestation-tier fact) and avoid more than one value — a second format is a second Manifestation."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Point the Manifestation at one gmeow:ManifestationFormat individual; model the physical substrate of a copy separately via gmeow:hasCarrier and gmeow:medium."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the format of a Manifestation — the publishable form (paperback, EPUB, audiobook, vinyl). Functional: one format per Manifestation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasMastered
<https://blackcatinformatics.ca/gmeow/hasMastered> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/understands> ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/cognition> ;
                                                   rdfs:label "has mastered"@x-gmeow-english ;
                                                   skos:definition "Deepest level of the knowledge spectrum: the agent has expert command of the subject and can extend, teach or innovate on it. Entails gmeow:understands (and transitively gmeow:knowsAbout and gmeow:isAwareOf)."@x-gmeow-english ;
                                                   skos:example "ex:lillith gmeow:hasMastered ex:owlReasoning ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when comprehension stops short of expert command (use gmeow:understands) and avoid using it for demonstrated skill — mastery of a subject and the competence to perform a task are orthogonal (gmeow:hasSkill)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:hasMastered from the agent to the subject; it entails every shallower level, so one assertion answers awareness, familiarity, and comprehension queries alike. Carry contested or attributed depth on the statement layer."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/pairsWith> <https://blackcatinformatics.ca/gmeow/KnowledgeProficiency> ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the deepest objectual knowledge relation — expert command of a subject sufficient to extend, teach, or innovate on it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasMeasuredCondition
<https://blackcatinformatics.ca/gmeow/hasMeasuredCondition> rdf:type owl:ObjectProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/SensoryEnvironment> ;
                                                            rdfs:range <https://blackcatinformatics.ca/gmeow/CoordinateMatrix> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory-environment> ;
                                                            rdfs:label "has measured condition"@x-gmeow-english ;
                                                            skos:definition "An objective measurement of the ambient conditions, expressed as a CoordinateMatrix in a measurement reference frame. Non-functional: multiple instruments may produce competing measurements, and those claims coexist rather than collapse (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasMember
<https://blackcatinformatics.ca/gmeow/hasMember> rdf:type owl:ObjectProperty ;
                                                 owl:inverseOf <https://blackcatinformatics.ca/gmeow/memberOf> ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Organization> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                 rdfs:label "has member"@x-gmeow-english ;
                                                 skos:definition "Relates an organization to one of its member agents; the inverse of gmeow:memberOf. Non-functional — an organization has many members."@x-gmeow-english ;
                                                 skos:example "ex:acme gmeow:hasMember ex:alice ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting gmeow:hasMember directly when the member's perspective is the natural one — assert gmeow:memberOf and read gmeow:hasMember as its inverse — and avoid it where role or period matter (use a gmeow:Membership)."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Prefer asserting gmeow:memberOf and let gmeow:hasMember follow by inversion; reach for it explicitly only in organization-rooted projections."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use when traversing or projecting from an organization to its members — the whole-rooted direction where stating the organization first is natural."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasMessageKind
<https://blackcatinformatics.ca/gmeow/hasMessageKind> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Message> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/MessageKind> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                      rdfs:label "has message kind"@x-gmeow-english ;
                                                      skos:definition "Relates a message to one of its behavioral or report kinds. Non-functional: a message may carry multiple overlapping kinds."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasMessageParticipant
<https://blackcatinformatics.ca/gmeow/hasMessageParticipant> rdf:type owl:ObjectProperty ;
                                                             owl:inverseOf <https://blackcatinformatics.ca/gmeow/participantMessage> ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                             rdfs:range <https://blackcatinformatics.ca/gmeow/MessageParticipant> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                             rdfs:label "has message participant"@x-gmeow-english ;
                                                             skos:definition "Relates a message to one of its reified address occurrences."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasMet
<https://blackcatinformatics.ca/gmeow/hasMet> rdf:type owl:ObjectProperty ,
                                                       owl:SymmetricProperty ;
                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                              rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                              rdfs:label "has met"@x-gmeow-english ;
                                              skos:definition "Records that two agents have met; symmetric. The occasion/period is carried with gmeow:validFrom/validUntil on the statement."@x-gmeow-english ;
                                              skos:example "ex:lillith gmeow:hasMet ex:morgan ."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it when the tie must bear its own confidence, evidence, or interval — reify it as a gmeow:AcquaintanceRelationship instead — and avoid asserting it in both directions (it is symmetric)."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Assert the symmetric edge between two gmeow:Agent instances; carry the occasion with gmeow:validFrom/validUntil on the statement, or promote to the relator when the tie needs first-class structure."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the flat shortcut to record that two agents have met, when the bare symmetric fact (optionally with a period on the statement) is all that is needed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasMetricGroup
<https://blackcatinformatics.ca/gmeow/hasMetricGroup> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/MetricStructure> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/MetricGroup> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                      rdfs:label "has metric group"@x-gmeow-english ;
                                                      skos:definition "Relates a MetricStructure to one of its ordered MetricGroups. Non-functional: a structure typically has many groups."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasMetricKind
<https://blackcatinformatics.ca/gmeow/hasMetricKind> rdf:type owl:ObjectProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/MetricKind> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                     rdfs:label "has metric kind"@x-gmeow-english ;
                                                     skos:definition "The distance or dissimilarity metric declared by this reference frame. Functional: a frame uses exactly one metric kind for all proximity computations expressed in it. The actual computation is performed by the solver (Principle 12), never materialised as asserted triples in the OWL core."@x-gmeow-english ;
                                                     skos:example "ex:latentFrame gmeow:hasMetricKind gmeow:metricCosine ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid materialising computed distances as triples (the solver computes, Principle 12)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Set one gmeow:MetricKind individual; gmeow:ProximityMeasurement values in this frame are resolved by the solver using it."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to declare the distance/dissimilarity metric a frame uses for all proximity computations; functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasMother
<https://blackcatinformatics.ca/gmeow/hasMother> rdf:type owl:ObjectProperty ;
                                                 rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasParent> ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Person> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Person> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/genealogy> ;
                                                 rdfs:label "has mother"@x-gmeow-english ;
                                                 skos:definition "Relates a person to a female parent."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasMultipartType
<https://blackcatinformatics.ca/gmeow/hasMultipartType> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/MultipartBodyPart> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/MultipartType> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                        rdfs:label "has multipart type"@x-gmeow-english ;
                                                        skos:definition "Relates a MultipartBodyPart to its MIME multipart subtype (alternative, mixed, related, signed, encrypted, etc.)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasMusicalTimeFrame
<https://blackcatinformatics.ca/gmeow/hasMusicalTimeFrame> rdf:type owl:ObjectProperty ;
                                                           rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasReferenceFrame> ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/MusicalTimeSpan> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/MusicalTimeFrame> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "has musical time frame"@x-gmeow-english ;
                                                           skos:definition "Relates a MusicalTimeSpan to the MusicalTimeFrame in which its start and duration are expressed. Non-functional globally so that coexisting frames may be asserted; each MusicalTimeSpan is constrained to exactly one frame by SHACL (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasMythTelling
<https://blackcatinformatics.ca/gmeow/hasMythTelling> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Myth> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                      rdfs:label "has myth telling"@x-gmeow-english ;
                                                      skos:definition "Relates a myth to its concrete tellings or expressions — a BookRelease, Article, MediaObject, social post, or other CreativeWork. Non-functional: co-equal tellings coexist; superseded tellings are set gmeow:displayable false (Principle 10)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasName
<https://blackcatinformatics.ca/gmeow/hasName> rdf:type owl:ObjectProperty ;
                                               rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasAppellation> ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/Person> ;
                                               rdfs:range <https://blackcatinformatics.ca/gmeow/PersonName> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                               rdfs:label "has name"@x-gmeow-english ;
                                               skos:definition "Relates a person to a structured, typed PersonName they bear; the person-scoped specialization of gmeow:hasAppellation. Non-functional — a person bears many co-equal names."@x-gmeow-english ;
                                               skos:example "ex:patrick a gmeow:Person ; gmeow:hasName ex:patrickLatinName, ex:patrickHanName ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using this as a display winner, legal-name shortcut, or provenance-bearing assertion; use NameUsage or statement metadata when period, authority, audience, or suppression must be explicit."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Assert one hasName triple per co-equal PersonName; carry validity, displayable false, source, or confidence on the statement layer, or promote to gmeow:NameUsage when the bearing itself must be a relator."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/pairsWith> <https://blackcatinformatics.ca/gmeow/NameUsage> ;
                                               <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerFoafExport> ,
                                                                                                     <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                     <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ,
                                                                                                     <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a direct, co-equal person-to-PersonName bearing where audience, register, evidence, and context do not need their own node."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasNamePart
<https://blackcatinformatics.ca/gmeow/hasNamePart> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasPart> ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Appellation> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/NamePart> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                   rdfs:label "has name part"@x-gmeow-english ;
                                                   skos:definition "Relates an appellation to one of its reified, typed parts. Non-functional — a name has many parts. A specialized information-object component relation under the universal gmeow:hasPart spine."@x-gmeow-english ;
                                                   skos:example "ex:patrickName gmeow:hasNamePart ex:patrickGiven, ex:audleySurname ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid the generic gmeow:hasPart for name decomposition (assert hasNamePart and let it follow) and avoid splitting a name into parts purely to reconstruct a display order — gmeow:fullName is authoritative for that."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Assert one hasNamePart triple per gmeow:NamePart (non-functional), each carrying gmeow:namePartType, gmeow:partText, and gmeow:partOrder."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach the reified, typed components of an appellation when parts must be matched, expanded, or rendered separately — the names-scoped specialization of the universal gmeow:hasPart spine."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasNarrativeFrameRelation
<https://blackcatinformatics.ca/gmeow/hasNarrativeFrameRelation> rdf:type owl:ObjectProperty ;
                                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/NarrativeReferenceFrame> ;
                                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/NarrativeFrameRelation> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                                 rdfs:label "has narrative frame relation"@x-gmeow-english ;
                                                                 skos:definition "The relationship(s) this narrative frame bears to another frame — canon, alternate continuity, expanded universe, fanon, crossover, adaptation. Non-functional: competing relation claims from different standpoints coexist (Principle 9). Flat shortcut; promote to gmeow:NarrativeFrameLink when the binding between source, target, and relation type must be explicit."@x-gmeow-english ;
                                                                 <https://blackcatinformatics.ca/gmeow/pairsWith> <https://blackcatinformatics.ca/gmeow/NarrativeFrameLink> .


###  https://blackcatinformatics.ca/gmeow/hasNarrativeRole
<https://blackcatinformatics.ca/gmeow/hasNarrativeRole> rdf:type owl:ObjectProperty ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/NarrativeRole> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                        rdfs:label "has narrative role"@x-gmeow-english ;
                                                        skos:definition "Flat 80% shortcut: the character bears this role in their single obvious work. Domain intentionally open (frame-scoped characters are ordinary entities). Promote to RoleInNarrative when scope, vantage, or evidence must be first-class — and always for ensemble or cross-continuity claims."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/pairsWith> <https://blackcatinformatics.ca/gmeow/RoleInNarrative> .


###  https://blackcatinformatics.ca/gmeow/hasNarrator
<https://blackcatinformatics.ca/gmeow/hasNarrator> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasContributor> ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                   rdfs:label "has narrator"@x-gmeow-english ;
                                                   skos:definition "Relates a creative work to an agent that narrated or performed an audiobook, podcast, or other spoken-word rendition. A flat shortcut subproperty of gmeow:hasContributor."@x-gmeow-english ;
                                                   skos:example "ex:hamletAudiobook gmeow:hasNarrator ex:branagh ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the narration's period, degree, or evidence must be first-class (promote to a gmeow:Contribution with gmeow:roleNarrator), and avoid it for musical performers (use gmeow:hasPerformer)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Assert from the narrated rendition to the agent; promote to a gmeow:Contribution carrying gmeow:roleNarrator when metadata is needed."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the flat 80% case of naming a narrator of an audiobook, podcast, or spoken-word rendition; typically attaches to the narrated Expression or its Manifestation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasNetworkAddress
<https://blackcatinformatics.ca/gmeow/hasNetworkAddress> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/VirtualLocation> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/NetworkAddress> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "has network address"@x-gmeow-english ;
                                                         skos:definition "Relates a virtual location to a network address that locates it within a network topology."@x-gmeow-english ;
                                                         skos:example "ex:standup gmeow:hasNetworkAddress ex:siteAddr ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the human join URL (use gmeow:accessUrl) and avoid asserting CIDR/DNS reachability — that is solver-layer (Principle 12)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:hasNetworkAddress at a NetworkAddress carrying gmeow:networkAddressType, gmeow:networkAddressValue, and gmeow:networkAddressFrame."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach a network address that locates a virtual location within a network topology."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasNotationProjectionProfile
<https://blackcatinformatics.ca/gmeow/hasNotationProjectionProfile> rdf:type owl:ObjectProperty ;
                                                                    owl:inverseOf <https://blackcatinformatics.ca/gmeow/notationSystemOf> ;
                                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/NotationSystem> ;
                                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/NotationProjectionProfile> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                                    rdfs:label "has notation projection profile"@x-gmeow-english ;
                                                                    skos:definition "Links a notation system to its GMEOW projection profile. Non-functional: a future notation system may have co-existing profiles for different consumer contexts."@x-gmeow-english ;
                                                                    skos:example "ex:westernStaff gmeow:hasNotationProjectionProfile ex:staffProfile ."@x-gmeow-english ;
                                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it directly when gmeow:notationSystemOf is the natural direction (assert that and read this as its inverse) and avoid assuming a single profile — different consumer contexts may carry co-existing profiles."@x-gmeow-english ;
                                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Prefer asserting gmeow:notationSystemOf on the profile and reading gmeow:hasNotationProjectionProfile as its inverse; reach for it explicitly only in notation-rooted traversals."@x-gmeow-english ;
                                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use from a notation system to reach its projection profile(s) — the notation-rooted inverse of gmeow:notationSystemOf, natural when traversing from the surface form to its loss ledger."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasNotationSystem
<https://blackcatinformatics.ca/gmeow/hasNotationSystem> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/Language> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/NotationSystem> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                         rdfs:label "has notation system"@x-gmeow-english ;
                                                         skos:definition "A notation system used by a language — e.g. IPA for phonetic transcription, a stenographic system for shorthand. NON-FUNCTIONAL: a language may use many notation systems, and different standpoints may assign different notations (Principle 9)."@x-gmeow-english ;
                                                         skos:example "ex:english gmeow:hasNotationSystem ex:ipa ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the use must carry a role, period, or competing standpoints; promote to a gmeow:NotationSystemUsage relator there. Avoid making it functional — a language legitimately uses many notations."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Assert language gmeow:hasNotationSystem notation for the simple case; when the binding needs scoping, mint a gmeow:NotationSystemUsage instead and read this flat link as its projection (gmeow:pairsWith)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the flat shortcut linking a language to a notation system it uses, when no role, period, standpoint, or confidence needs to be first-class — the unscoped half of the flat-first/reify-on-demand pair."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasOccupancy
<https://blackcatinformatics.ca/gmeow/hasOccupancy> rdf:type owl:ObjectProperty ;
                                                    owl:inverseOf <https://blackcatinformatics.ca/gmeow/occupancyOf> ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Location> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Occupancy> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                    rdfs:label "has occupancy"@x-gmeow-english ;
                                                    skos:definition "Links a location to an occupancy measurement describing the current number of entities located at it. Flat form for the common case; promote to full reified Occupancy when vantage, confidence, temporal scope, or standpoint matter."@x-gmeow-english ;
                                                    skos:example "ex:hall gmeow:hasOccupancy ex:occ ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it when vantage, confidence, or standpoint matter — read the reified Occupancy."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Use gmeow:hasOccupancy for the common case; the measurement carries the count, unit, and time scope."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the flat inverse link from a location to an occupancy measurement."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasOccupation
<https://blackcatinformatics.ca/gmeow/hasOccupation> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Person> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Occupation> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/expertise> ;
                                                     rdfs:label "has occupation"@x-gmeow-english ;
                                                     skos:definition "Relates a person to an occupation they hold or have held. Non-functional — a person may have several occupations over time."@x-gmeow-english ;
                                                     skos:example "ex:alice gmeow:hasOccupation ex:nurse ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for an individual competency (that is gmeow:hasSkill) or a qualifying credential (gmeow:holdsCredential); an occupation is the role, not the ability nor the certificate. Avoid forcing one — a person may hold several over time."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Assert the person → occupation triple; record temporal scope with statement-layer gmeow:validFrom/validUntil where the occupation has start and end, and attach external classification codes through gmeow:occupationClassification on the occupation itself."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to relate a person to an occupation or job role they hold or have held — distinct from the skills that role exercises."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasOpeningHours
<https://blackcatinformatics.ca/gmeow/hasOpeningHours> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Offering> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/OpeningHoursSpecification> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                       rdfs:label "has opening hours"@x-gmeow-english ;
                                                       skos:definition "Relates an offering (or the org/place behind it) to an opening-hours window. Non-functional: several windows coexist."@x-gmeow-english ;
                                                       skos:example "ex:hostingOffer gmeow:hasOpeningHours ex:weekdayHours ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid a flat hours literal here (the window's day/open/close belong on the gmeow:OpeningHoursSpecification node) and avoid one window for incompatible schedules."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Assert one gmeow:hasOpeningHours triple per gmeow:OpeningHoursSpecification window; each window carries its own gmeow:openingDay, gmeow:opensAt, and gmeow:closesAt."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach a reified gmeow:OpeningHoursSpecification window to an offering (or the organization/place behind it)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasOrganizationName
<https://blackcatinformatics.ca/gmeow/hasOrganizationName> rdf:type owl:ObjectProperty ;
                                                           rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasAppellation> ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/Organization> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/OrganizationName> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                           rdfs:label "has organization name"@x-gmeow-english ;
                                                           skos:definition "Relates an organization to a structured gmeow:OrganizationName it bears; the organization-scoped specialization of gmeow:hasAppellation, mirroring gmeow:hasName for persons and gmeow:hasPlaceName for places. Non-functional — an organization bears many co-equal names (legal, trading, former, multilingual); none is primary, and superseded ones set gmeow:displayable false."@x-gmeow-english ;
                                                           skos:example "ex:acme gmeow:hasOrganizationName ex:acmeLegal, ex:acmeDba ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid privileging the legal name as primary (co-equal trading and former names coexist) and avoid a flat name literal — bear a structured gmeow:OrganizationName; set superseded names gmeow:displayable false."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Assert one hasOrganizationName triple per co-equal gmeow:OrganizationName, distinguishing kinds with gmeow:namePurpose; carry validity on the statement layer."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bear a structured name on an organization — a legal, trading, former, or multilingual name; the organization-scoped mirror of gmeow:hasName and gmeow:hasPlaceName."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasParent
<https://blackcatinformatics.ca/gmeow/hasParent> rdf:type owl:ObjectProperty ;
                                                 rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/connectsTo> ,
                                                                    <https://blackcatinformatics.ca/gmeow/hasAncestor> ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Person> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Person> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/genealogy> ;
                                                 rdfs:label "has parent"@x-gmeow-english ;
                                                 skos:definition "Relates a person to a parent (any kind: biological, adoptive, step, or foster). Non-functional: contested parentage claims from multiple sources coexist as standpoint-indexed statements (gmeow:accordingTo), never collapsing to a single winner (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasPart
<https://blackcatinformatics.ca/gmeow/hasPart> rdf:type owl:ObjectProperty ;
                                               owl:inverseOf <https://blackcatinformatics.ca/gmeow/partOf> ;
                                               rdf:type owl:TransitiveProperty ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                               rdfs:label "has part"@x-gmeow-english ;
                                               skos:definition "Universal whole-to-part inverse of gmeow:partOf. Transitive and intentionally broad; specialized component and containment properties remain the authoritative source for domain-specific meaning."@x-gmeow-english ;
                                               skos:example "ex:car gmeow:hasPart ex:engine ."@x-gmeow-english ;
                                               skos:scopeNote "Generic has-part is a query/projection convenience, not a single privileged decomposition model. Consumers that need spatial, organizational, event or information-object semantics should use the corresponding specialized subproperty."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting gmeow:hasPart directly when a domain subproperty exists; assert the specialized part relation (or its inverse) and let gmeow:hasPart follow by inheritance and inversion."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Prefer asserting gmeow:partOf (or a domain subproperty) and read gmeow:hasPart as its inverse; reach for it explicitly only in whole-rooted projections where the inverse direction is the natural one to state."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use when traversing or projecting from whole to part across domains, or when a renderer needs a generic decomposition without committing to one privileged part model."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasParticipant
<https://blackcatinformatics.ca/gmeow/hasParticipant> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                      rdfs:label "has participant"@x-gmeow-english ;
                                                      skos:definition "An agent that took part in an event — the flat 80%-case shortcut. Non-functional. Promote to a gmeow:Participation node when the role, period, confidence, or evidence of the participation must be recorded."@x-gmeow-english ;
                                                      skos:example "ex:wedding gmeow:hasParticipant ex:bride, ex:groom ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it when the role / period / confidence / evidence of the part must be first-class (promote to gmeow:Participation, its reified pair) and when the participant is a non-agent — the flat range is gmeow:Agent, so use a Participation for a document or place."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:hasParticipant per agent for the simple case; promote to a gmeow:Participation (bind via gmeow:participationEvent / gmeow:participationParticipant / gmeow:participationRole) the moment context must be borne — the flat/relator duality recorded by gmeow:pairsWith."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/pairsWith> <https://blackcatinformatics.ca/gmeow/Participation> ;
                                                      <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                            <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ,
                                                                                                            <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the 80% case where an event simply has a participant and no role, period, confidence, or evidence needs its own node; period or role on the flat form can ride an RDF-star annotation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasPartner
<https://blackcatinformatics.ca/gmeow/hasPartner> rdf:type owl:ObjectProperty ;
                                                  rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/CoupleRelationship> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Person> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/genealogy> ;
                                                  rdfs:label "has partner"@x-gmeow-english ;
                                                  skos:definition "Relates a couple relationship to one of its two partners."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasParty
<https://blackcatinformatics.ca/gmeow/hasParty> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Agreement> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/agreements> ;
                                                rdfs:label "has party"@x-gmeow-english ;
                                                skos:definition "Relates an agreement to an agent that is bound by it. NOT functional: an agreement binds two or more parties, and each is attached by a separate gmeow:hasParty statement."@x-gmeow-english ;
                                                skos:example "ex:partnership gmeow:hasParty ex:lillith ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the direction of a teleological promise (a Commitment carries its committed agent and beneficiary separately) and for an agent merely mentioned in the agreement; only the agents actually bound are parties, and the property is non-functional."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Attach one gmeow:Agent per gmeow:hasParty statement; where the per-party direction of obligation matters, model each side as a gmeow:Commitment moment rather than overloading this membership-style link."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach each agent bound by an agreement or contract — the parties the relator mediates, repeated once per party."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasPatchDiff
<https://blackcatinformatics.ca/gmeow/hasPatchDiff> rdf:type owl:ObjectProperty ;
                                                    rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasBodyPart> ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/EmailPatchDiff> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                    rdfs:label "has patch diff"@x-gmeow-english ;
                                                    skos:definition "Relates an email message to a patch-diff body part representing the difference between this message and another version (typically between a variant and the canonical body). Non-functional: a message may carry separate header and body patch parts."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasPerceivedCondition
<https://blackcatinformatics.ca/gmeow/hasPerceivedCondition> rdf:type owl:ObjectProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/SensoryEnvironment> ;
                                                             rdfs:range <https://blackcatinformatics.ca/gmeow/SensoryPerception> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory-environment> ;
                                                             rdfs:label "has perceived condition"@x-gmeow-english ;
                                                             skos:definition "A standpoint-indexed perceived value about the ambient conditions, expressed as a SensoryPerception in a MentalReferenceFrame. Non-functional: multiple perceivers may produce competing perceptions, and those claims coexist rather than collapse (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasPerformer
<https://blackcatinformatics.ca/gmeow/hasPerformer> rdf:type owl:ObjectProperty ;
                                                    rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasContributor> ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                    rdfs:label "has performer"@x-gmeow-english ;
                                                    skos:definition "Relates a creative work or expression to the agent who performed it. Flat shortcut subproperty of gmeow:hasContributor."@x-gmeow-english ;
                                                    skos:example "ex:eroica1963 gmeow:hasPerformer ex:karajan ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the performance's period, degree, or evidence must be first-class (promote to a gmeow:Contribution with gmeow:rolePerformer) and avoid it for a spoken-word narrator (gmeow:hasNarrator) or conductor (gmeow:hasConductor)."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Assert from the performed Expression or Recording to the agent; promote to a gmeow:Contribution carrying gmeow:rolePerformer when metadata is needed."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the flat 80% case of naming a performer; typically attaches at the performed Expression or its Recording, since performance realizes the Work."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasPermission
<https://blackcatinformatics.ca/gmeow/hasPermission> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/RightsStatement> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Permission> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                     rdfs:label "has permission"@x-gmeow-english ;
                                                     skos:definition "Relates a rights statement to a permission it grants (an odrl:permission rule)."@x-gmeow-english ;
                                                     skos:example "ex:photoRights gmeow:hasPermission ex:mayReproduce ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a forbidden action (use gmeow:hasProhibition) or an obligation (use gmeow:hasDuty); a permission's own required duties ride gmeow:hasDuty on the permission, not here."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one gmeow:Permission per allowed action, give it a gmeow:ruleAction, and link it with gmeow:hasPermission; add gmeow:hasDuty on the permission for conditions like attribution or share-alike."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach a gmeow:Permission rule — an action the assignee is allowed to exercise — to a gmeow:RightsStatement (the odrl:permission link)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasPlaceName
<https://blackcatinformatics.ca/gmeow/hasPlaceName> rdf:type owl:ObjectProperty ;
                                                    rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasAppellation> ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Place> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/PlaceName> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                    rdfs:label "has place name"@x-gmeow-english ;
                                                    skos:definition "Relates a geographic gmeow:Place to a structured gmeow:PlaceName (toponym) it bears; the place-scoped specialization of gmeow:hasAppellation, mirroring gmeow:hasName for persons. Non-functional — a place bears many co-equal names (endonym/exonym, multilingual, historical); none is primary, and superseded ones set gmeow:displayable false. The structured, first-class replacement for the retired flat gmeow:alternateName literal."@x-gmeow-english ;
                                                    skos:example "ex:istanbul gmeow:hasPlaceName ex:istanbulName, ex:constantinopleName ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid the retired flat gmeow:alternateName literal and avoid privileging one toponym as primary — names are co-equal; carry period and toponymic authority by promoting to a gmeow:PlaceNaming, and set superseded names gmeow:displayable false."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Assert one hasPlaceName triple per co-equal gmeow:PlaceName; tag endonym/exonym with gmeow:namePurpose on the name, and reify to a gmeow:PlaceNaming when authority or interval must be borne."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bear a structured toponym on a geographic place — an endonym, exonym, multilingual, or historical name; the place-scoped mirror of gmeow:hasName."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasPose
<https://blackcatinformatics.ca/gmeow/hasPose> rdf:type owl:ObjectProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                               rdfs:range <https://blackcatinformatics.ca/gmeow/Pose> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                               rdfs:label "has pose"@x-gmeow-english ;
                                               skos:definition "Associates an entity with a frame-relative pose (position + orientation)."@x-gmeow-english ;
                                               skos:example "ex:rover gmeow:hasPose ex:roverPose ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a static located fact (gmeow:locatedAt) and avoid attaching a pose without a Pose-level frame."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:hasPose at a Pose carrying gmeow:hasPosePosition, gmeow:hasPoseOrientation, and gmeow:poseFrame."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use to associate an entity with a frame-relative pose (position + orientation)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasPoseOrientation
<https://blackcatinformatics.ca/gmeow/hasPoseOrientation> rdf:type owl:ObjectProperty ;
                                                          rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasPart> ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/Pose> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/Orientation> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "has pose orientation"@x-gmeow-english ;
                                                          skos:definition "The rotational component of a pose."@x-gmeow-english ;
                                                          skos:example "ex:roverPose gmeow:hasPoseOrientation ex:ori ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the translational component (gmeow:hasPosePosition)."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:hasPoseOrientation at an Orientation carrying quaternion, Euler, or compass facets."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the rotational component of a pose; a part of the pose."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasPosePosition
<https://blackcatinformatics.ca/gmeow/hasPosePosition> rdf:type owl:ObjectProperty ;
                                                       rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasPart> ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Pose> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/SpatialCoordinates> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                       rdfs:label "has pose position"@x-gmeow-english ;
                                                       skos:definition "The translational component of a pose, expressed as spatial coordinates in the pose frame."@x-gmeow-english ;
                                                       skos:example "ex:roverPose gmeow:hasPosePosition ex:pos ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the rotational component (gmeow:hasPoseOrientation)."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:hasPosePosition at SpatialCoordinates expressed in the gmeow:poseFrame."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the translational component of a pose, as SpatialCoordinates in the pose frame; a part of the pose."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasPrivacyNotice
<https://blackcatinformatics.ca/gmeow/hasPrivacyNotice> rdf:type owl:ObjectProperty ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/PrivacyNotice> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                        rdfs:label "has privacy notice"@x-gmeow-english ;
                                                        skos:definition "Relates an entity or rights statement to its privacy notice. Domain-free: a notice may be attached to a RightsStatement, a Licence, or directly to the governed entity."@x-gmeow-english ;
                                                        skos:example "ex:acmeCorp gmeow:hasPrivacyNotice ex:notice ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it to carry the consent rules themselves (those are gmeow:Permission / gmeow:Prohibition / gmeow:Duty on a RightsStatement) and avoid pointing it at anything but a gmeow:PrivacyNotice."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:hasPrivacyNotice from the entity or rights statement to its gmeow:PrivacyNotice; keep the regulated processing on the statement's rules."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach a gmeow:PrivacyNotice to whatever it documents — a governed entity, a gmeow:License, or a gmeow:RightsStatement; domain-free so any of them may bear it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasProcedureStep
<https://blackcatinformatics.ca/gmeow/hasProcedureStep> rdf:type owl:ObjectProperty ;
                                                        rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasPart> ;
                                                        owl:inverseOf <https://blackcatinformatics.ca/gmeow/procedureStepOf> ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Procedure> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/ProcedureStep> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                        rdfs:label "has procedure step"@x-gmeow-english ;
                                                        skos:definition "Relates a Procedure to a step it contains. Specialisation of the universal gmeow:hasPart spine."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasProducer
<https://blackcatinformatics.ca/gmeow/hasProducer> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasContributor> ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                   rdfs:label "has producer"@x-gmeow-english ;
                                                   skos:definition "Relates a creative work or expression to the agent who produced its recording or performance. Flat shortcut subproperty of gmeow:hasContributor."@x-gmeow-english ;
                                                   skos:example "ex:darkSideOfTheMoon gmeow:hasProducer ex:pinkFloyd ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the credit's period, degree, or evidence must be first-class (promote to a gmeow:Contribution with gmeow:roleProducer) and avoid it for engineers (use gmeow:roleRecordingEngineer / gmeow:roleMixingEngineer via a Contribution)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Assert from the Recording or performed Expression to the agent; promote to a gmeow:Contribution carrying gmeow:roleProducer when metadata is needed."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the flat 80% case of naming a producer of a recording or performance; typically attaches at the gmeow:Recording (Manifestation) tier."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasProfile
<https://blackcatinformatics.ca/gmeow/hasProfile> rdf:type owl:ObjectProperty ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Profile> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/profiles> ;
                                                  rdfs:label "has profile"@x-gmeow-english ;
                                                  skos:definition "Links an entity, value or frame to the Profile that governs its structure."@x-gmeow-english ;
                                                  skos:example "ex:wgs84 gmeow:hasProfile gmeow:profileReferenceFrame ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for naming the class a Profile targets (that is gmeow:profileAppliesTo, asserted on the Profile) and for membership in a named slice profile (that is gmeow:sliceProfile on the slice manifest)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:hasProfile from the instance to a gmeow:Profile individual; tooling then reads the Profile's descriptors to validate which facet properties the instance may carry."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to point an entity, value, or frame at the Profile whose closed descriptor schema governs its structure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasProhibition
<https://blackcatinformatics.ca/gmeow/hasProhibition> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/RightsStatement> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Prohibition> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                      rdfs:label "has prohibition"@x-gmeow-english ;
                                                      skos:definition "Relates a rights statement to a prohibition it imposes (an odrl:prohibition rule)."@x-gmeow-english ;
                                                      skos:example "ex:photoRights gmeow:hasProhibition ex:noCommercialUse ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for an allowed action (use gmeow:hasPermission) or an obligation (use gmeow:hasDuty); the conflict between a permission and a prohibition over the same action is settled by gmeow:conflictStrategy, not by omitting one."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one gmeow:Prohibition per forbidden action, give it a gmeow:ruleAction, and link it with gmeow:hasProhibition; carry a remedy duty for a violated prohibition with gmeow:ruleConsequence."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach a gmeow:Prohibition rule — an action the assignee is forbidden to exercise — to a gmeow:RightsStatement (the odrl:prohibition link)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasPrompt
<https://blackcatinformatics.ca/gmeow/hasPrompt> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/ModelInvocation> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Prompt> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                 rdfs:label "has prompt"@x-gmeow-english ;
                                                 skos:definition "A prompt presented in this invocation. Non-functional: a chat invocation carries several prompts in conversational roles (gmeow:promptRole)."@x-gmeow-english ;
                                                 skos:example "ex:inv1 gmeow:hasPrompt ex:sysPrompt, ex:userPrompt ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid flattening prompt text onto the invocation (mint a gmeow:Prompt so it is content-addressable and role-tagged) and avoid treating it as functional — a chat carries system, user, and tool prompts together."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Point the ModelInvocation at one or more gmeow:Prompt individuals, each carrying gmeow:promptRole and gmeow:contentDigest; a contested or templated prompt links to its gmeow:PromptTemplate via gmeow:filledFrom."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link a gmeow:ModelInvocation to each gmeow:Prompt presented in it — assert several, in their conversational roles, for a multi-turn chat invocation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasPronounSet
<https://blackcatinformatics.ca/gmeow/hasPronounSet> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Person> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/PronounSet> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                     rdfs:label "has pronoun set"@x-gmeow-english ;
                                                     skos:definition "Relates a person to a pronoun set they go by. Non-functional and contextual (scope a context-specific set with gmeow:validFrom/validUntil on the statement, or via a NameUsage). A form of ADDRESS, sex/gender-independent — MUST NOT be inferred from gender identity/expression, sex-assigned-at-birth or orientation."@x-gmeow-english ;
                                                     skos:example "ex:person gmeow:hasPronounSet gmeow:pronounTheyThem ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid inferring it from, or asserting it to imply, gender identity, gender expression, sex assigned at birth, or orientation — address is not identity; and avoid making it functional, since it is a co-equal facet (Principle 9)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/coequalFacet> "true"^^xsd:boolean ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Attach a seeded or freshly-minted gmeow:PronounSet to a person with gmeow:hasPronounSet (non-functional); keep it orthogonal to the gender/orientation axes."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the pronoun set a person goes by — a form of address, contextual and possibly multiple; scope a context-specific set with gmeow:validFrom/validUntil on the statement."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasRecurrenceRule
<https://blackcatinformatics.ca/gmeow/hasRecurrenceRule> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/EventSeries> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/RecurrenceRule> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                         rdfs:label "has recurrence rule"@x-gmeow-english ;
                                                         skos:definition "Relates an event series to the recurrence rule by which it repeats."@x-gmeow-english ;
                                                         skos:example "ex:standup gmeow:hasRecurrenceRule ex:weeklyMon ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid attaching it to a single occurrence (the rule scopes the series, not one event)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:EventSeries at a gmeow:RecurrenceRule via gmeow:hasRecurrenceRule; the rule carries its RRULE string on gmeow:recurrenceRuleText."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach a gmeow:RecurrenceRule to the gmeow:EventSeries it governs."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasReferenceFrame
<https://blackcatinformatics.ca/gmeow/hasReferenceFrame> rdf:type owl:ObjectProperty ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                         owl:propertyChainAxiom ( <https://blackcatinformatics.ca/gmeow/isResultOf>
                                                                                  <https://blackcatinformatics.ca/gmeow/hasReferenceFrame>
                                                                                ) ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "has reference frame"@x-gmeow-english ;
                                                         skos:definition "Relates an entity or value to the reference frame in which it is expressed."@x-gmeow-english ;
                                                         skos:example "ex:pos gmeow:hasReferenceFrame gmeow:referenceFrameWGS84 ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it directly when a typed subproperty exists (gmeow:coordinateFrame, gmeow:poseFrame, gmeow:networkAddressFrame, gmeow:inReferenceAssembly) — assert the specific one and read this by inheritance."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/docsConcern> <https://blackcatinformatics.ca/gmeow/concernFrames> ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Prefer the most specific frame subproperty and let gmeow:hasReferenceFrame follow; generic consumers query the spine."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the universal spine relating any entity or value to the reference frame it is expressed in (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasReferencePosition
<https://blackcatinformatics.ca/gmeow/hasReferencePosition> rdf:type owl:ObjectProperty ,
                                                                     owl:FunctionalProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                            rdfs:range <https://blackcatinformatics.ca/gmeow/CelestialReferenceOrigin> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                            rdfs:label "has reference position"@x-gmeow-english ;
                                                            skos:definition "The origin position of a celestial reference frame (topocentric, geocentric, barycentric, heliocentric). Functional: a frame has exactly one reference position."@x-gmeow-english ;
                                                            skos:example "ex:icrsFrame gmeow:hasReferencePosition gmeow:refOriginBarycentric ."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for terrestrial frame origins and avoid more than one position per frame."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Set one gmeow:CelestialReferenceOrigin individual (aligned to IVOA refposition)."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the origin of a celestial reference frame (topocentric, geocentric, barycentric, heliocentric); functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasRegion
<https://blackcatinformatics.ca/gmeow/hasRegion> rdf:type owl:ObjectProperty ;
                                                 owl:inverseOf <https://blackcatinformatics.ca/gmeow/regionOf> ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/MediaObject> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/ImageRegion> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                 rdfs:label "has region"@x-gmeow-english ;
                                                 skos:definition "Relates an image to a region within it. Non-functional: an image may have many regions. Inverse of gmeow:regionOf."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasRelayHop
<https://blackcatinformatics.ca/gmeow/hasRelayHop> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Message> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/RelayHop> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                   rdfs:label "has relay hop"@x-gmeow-english ;
                                                   skos:definition "Relates a message to a hop in its delivery path."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasRelease
<https://blackcatinformatics.ca/gmeow/hasRelease> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Project> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Release> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                  rdfs:label "has release"@x-gmeow-english ;
                                                  skos:definition "Relates a project to one of its releases. Non-functional: a project has many releases over time."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasReply
<https://blackcatinformatics.ca/gmeow/hasReply> rdf:type owl:ObjectProperty ,
                                                         owl:TransitiveProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/Comment> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notes> ;
                                                rdfs:label "has reply"@x-gmeow-english ;
                                                skos:definition "Relates an annotation or comment to a reply comment. Transitive: the full reply tree is reachable. Superproperty of hasDirectReply. Intentionally kept free of OWL cardinality so that deep thread trees remain DL-regular (no cardinality explosion)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasRepository
<https://blackcatinformatics.ca/gmeow/hasRepository> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Project> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Repository> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                     rdfs:label "has repository"@x-gmeow-english ;
                                                     skos:definition "Relates a project to a version-control repository that hosts its codebase. Non-functional: a project may have several repositories (monorepo, mirrors, forks)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasRightsStatement
<https://blackcatinformatics.ca/gmeow/hasRightsStatement> rdf:type owl:ObjectProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/RightsStatement> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                          rdfs:label "has rights statement"@x-gmeow-english ;
                                                          skos:definition "Relates an entity (typically a gmeow:CreativeWork or gmeow:InformationObject) to a machine-readable rights statement that governs it — the GMEOW analogue of odrl:hasPolicy."@x-gmeow-english ;
                                                          skos:example "ex:photo gmeow:hasRightsStatement ex:photoRights ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the flat case (an asset that simply bears a licence or copyright — use gmeow:hasLicense / gmeow:hasCopyright) and avoid pointing it at anything but the governed asset; the inverse direction is gmeow:statementAbout."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Assert one gmeow:hasRightsStatement per governing statement; mirror it on the relator with gmeow:statementAbout so the statement is self-contained."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach a reified gmeow:RightsStatement to the asset it governs when permissions, prohibitions, or duties are expressed; the rights-bearing analogue of odrl:hasPolicy."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasRole
<https://blackcatinformatics.ca/gmeow/hasRole> rdf:type owl:ObjectProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/Membership> ;
                                               rdfs:range <https://blackcatinformatics.ca/gmeow/Role> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                               rdfs:label "has role"@x-gmeow-english ;
                                               skos:definition "Relates a membership to the role the member plays. Domain is gmeow:Membership so the role is borne by the relator, not the agent — a person plays a role THROUGH a membership, never as a subclass of themselves (Principle 9). Non-functional: a membership may carry several roles."@x-gmeow-english ;
                                               skos:example "ex:emp gmeow:hasRole ex:cfoRole ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid attaching it to the agent directly (the role rides the membership relator, not the person) and avoid using it for the holder-independent seat — that is gmeow:fillsPost pointing at a gmeow:Post."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Add one or more gmeow:hasRole triples to a gmeow:Membership referencing gmeow:Role individuals; pair with gmeow:fillsPost when the role is a named, holder-independent seat."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind a gmeow:Role to a gmeow:Membership — the function the member plays within the organization for the duration of that membership."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasRomanticOrientation
<https://blackcatinformatics.ca/gmeow/hasRomanticOrientation> rdf:type owl:ObjectProperty ;
                                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/Person> ;
                                                              rdfs:range <https://blackcatinformatics.ca/gmeow/RomanticOrientation> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sexuality> ;
                                                              rdfs:label "has romantic orientation"@x-gmeow-english ;
                                                              skos:definition "Relates a person to a self-asserted romantic-orientation facet. Non-functional and contextual; a superseded one is kept with gmeow:displayable false, never deleted. MUST NOT be inferred from gmeow:hasSexualOrientation, gmeow:hasGenderIdentity, gmeow:sexAssignedAtBirth, pronouns or honorifics."@x-gmeow-english ;
                                                              skos:example "ex:lillith gmeow:hasRomanticOrientation ex:lillithRomOrient ."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerFoafExport> ,
                                                                                                                      <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                                      <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ,
                                                                                                                      <https://blackcatinformatics.ca/gmeow/consumerWikidata> ,
                                                                                                                      <https://blackcatinformatics.ca/gmeow/consumerWikipedia> ;
                                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid making this functional or deleting a superseded value (mark it gmeow:displayable false instead), and avoid asserting it from sexual orientation or any other co-equal axis — neither derives the other under split-attraction."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/coequalFacet> "true"^^xsd:boolean ;
                                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Link the person to a gmeow:RomanticOrientation facet rather than a bare value, so determinacy, sensitivity, and standpoint ride on the facet; keep prior assertions with gmeow:displayable false and let self-assertion override any attributed claim on the statement layer."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                                    <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ;
                                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach one or more self-asserted romantic-orientation facets to a person — non-functional by design, so concurrent or time-scoped orientations and a superseded prior orientation all coexist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasRoute
<https://blackcatinformatics.ca/gmeow/hasRoute> rdf:type owl:ObjectProperty ;
                                                rdfs:domain owl:Thing ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/Route> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/connectivity> ;
                                                rdfs:label "has route"@x-gmeow-english ;
                                                skos:definition "Relates a thing to a route that starts from, ends at, or passes through it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasRouteSegment
<https://blackcatinformatics.ca/gmeow/hasRouteSegment> rdf:type owl:ObjectProperty ;
                                                       rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasPart> ;
                                                       rdf:type owl:TransitiveProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Route> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/Route> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/connectivity> ;
                                                       rdfs:label "has route segment"@x-gmeow-english ;
                                                       skos:definition "A sub-route that is part of a larger route. A specialization of the universal gmeow:hasPart spine."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasSLSALevel
<https://blackcatinformatics.ca/gmeow/hasSLSALevel> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Attestation> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/SLSALevel> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                    rdfs:label "has SLSA level"@x-gmeow-english ;
                                                    skos:definition "The SLSA supply-chain integrity level (1–4) asserted by an attestation. Non-functional: competing assessments from different verifiers coexist (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasScoreAnchor
<https://blackcatinformatics.ca/gmeow/hasScoreAnchor> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Criterion> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/ScoreAnchor> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                      rdfs:label "has score anchor"@x-gmeow-english ;
                                                      skos:definition "Relates a criterion to one of its calibration anchors. NOT functional: high / medium / low anchors coexist."@x-gmeow-english ;
                                                      skos:example "ex:agency gmeow:hasScoreAnchor ex:a1 ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid forcing a single anchor (it is non-functional) and avoid using it outside a criterion."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:hasScoreAnchor from the gmeow:Criterion to each gmeow:ScoreAnchor; several anchors calibrate one axis."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach a calibration anchor to a criterion — high, medium, and low anchors coexist on one axis."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasSegment
<https://blackcatinformatics.ca/gmeow/hasSegment> rdf:type owl:ObjectProperty ;
                                                  rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasPart> ;
                                                  owl:inverseOf <https://blackcatinformatics.ca/gmeow/segmentOf> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/ContentSegment> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                  rdfs:label "has segment"@x-gmeow-english ;
                                                  skos:definition "Relates a whole (work, release, installment, or another segment) to a structural part. Non-functional: a work may have many segments. Inverse of gmeow:segmentOf."@x-gmeow-english ;
                                                  skos:example "ex:novel gmeow:hasSegment ex:chapter1, ex:chapter2 ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for non-structural membership (a feed's items ride the generic gmeow:hasPart) and prefer asserting gmeow:segmentOf, reading gmeow:hasSegment as its inverse, except in whole-rooted projections."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Attach each gmeow:ContentSegment to its whole; gmeow:hasSegment specializes gmeow:hasPart so generic part queries still see it, and gmeow:segmentOf is its transitive inverse."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach a structural gmeow:ContentSegment to its containing whole from the whole's side — a work, release, installment, or parent segment to its chapters/scenes; non-functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasSensitivity
<https://blackcatinformatics.ca/gmeow/hasSensitivity> rdf:type owl:ObjectProperty ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/SensitivityLevel> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                      rdfs:label "has sensitivity"@x-gmeow-english ;
                                                      skos:definition "Relates a value, entity, or claim to its privacy-sensitivity level — the explicit facet that drives disclosure-control decisions (coarsenTo / displayable) at projection time under a consent guard. Domain-free (universal, like hasGranularity and hasDeterminacy). NOT functional: in a multi-source merge sources may state different sensitivity levels, and those claims coexist rather than force the reasoner to collapse distinct levels. Distinct from gmeow:confidence (epistemic certainty) and from gmeow:hasDeterminacy (ontic model)."@x-gmeow-english ;
                                                      skos:example "ex:homeAddress gmeow:hasSensitivity gmeow:sensitivitySensitivePersonal ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for epistemic certainty (gmeow:confidence) or ontic determinacy (gmeow:hasDeterminacy), and avoid collapsing competing source classifications — keep it non-functional."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/docsConcern> <https://blackcatinformatics.ca/gmeow/concernDisclosure> ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Point the value at a gmeow:SensitivityLevel; combine with gmeow:hasDisclosurePolicy and gmeow:coarsenTo so the solver can resolve the conditional release decision under a consent guard."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to classify how sensitive a value, entity, or claim is, so the projection layer can decide whether to coarsen or withhold it for a given consumer."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasSensoryObservation
<https://blackcatinformatics.ca/gmeow/hasSensoryObservation> rdf:type owl:ObjectProperty ;
                                                             owl:inverseOf <https://blackcatinformatics.ca/gmeow/sensoryObservationOf> ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                             rdfs:range <https://blackcatinformatics.ca/gmeow/SensoryObservation> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory> ;
                                                             rdfs:label "has sensory observation"@x-gmeow-english ;
                                                             skos:definition "Links an entity to a sensory observation that measured one of its properties. Non-functional: multiple sensors may observe the same property of the same entity, and those readings coexist without collapse (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasSensoryQuantity
<https://blackcatinformatics.ca/gmeow/hasSensoryQuantity> rdf:type owl:ObjectProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/SensoryQuantity> ;
                                                          owl:propertyChainAxiom ( <https://blackcatinformatics.ca/gmeow/hasSensoryObservation>
                                                                                   <https://blackcatinformatics.ca/gmeow/sensoryResult>
                                                                                 ) ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory> ;
                                                          rdfs:label "has sensory quantity"@x-gmeow-english ;
                                                          skos:definition "Flat shortcut linking an entity to the scalar quantity result of a sensory observation of its property. Derived via property chain from the reified observation path (hasSensoryObservation ∘ sensoryResult). Non-simple: kept out of cardinality axioms."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasSequenceCoordinates
<https://blackcatinformatics.ca/gmeow/hasSequenceCoordinates> rdf:type owl:ObjectProperty ;
                                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/SequenceFeature> ;
                                                              rdfs:range <https://blackcatinformatics.ca/gmeow/SequenceCoordinates> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                              rdfs:label "has sequence coordinates"@x-gmeow-english ;
                                                              skos:definition "Links a sequence feature to its frame-relative coordinates. Non-functional: competing coordinate claims from different assemblies or alignment methods coexist as evidence (Principle 9)."@x-gmeow-english ;
                                                              skos:example "ex:brca1 gmeow:hasSequenceCoordinates ex:brca1Coords ."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid forcing one assembly's coordinates as canonical (Principle 9)."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:hasSequenceCoordinates at a SequenceCoordinates carrying start, end, strand, and gmeow:inReferenceAssembly."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link a sequence feature to its frame-relative coordinates; non-functional, so claims from different assemblies coexist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasSequenceFeature
<https://blackcatinformatics.ca/gmeow/hasSequenceFeature> rdf:type owl:ObjectProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/BiologicalSequenceLocation> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/SequenceFeature> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "has sequence feature"@x-gmeow-english ;
                                                          skos:definition "Links a biological sequence location to a feature annotation on that sequence. Non-functional: a single location may carry multiple features (overlapping genes, nested exons, multiple SNPs)."@x-gmeow-english ;
                                                          skos:example "ex:chr7 gmeow:hasSequenceFeature ex:brca1 ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid attaching coordinates here (they live on the feature's gmeow:hasSequenceCoordinates)."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Attach gmeow:SequenceFeature instances via gmeow:hasSequenceFeature; each carries its own coordinates and type."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link a biological sequence location to a feature annotation on it; non-functional, so overlapping/nested features coexist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasSexualOrientation
<https://blackcatinformatics.ca/gmeow/hasSexualOrientation> rdf:type owl:ObjectProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/Person> ;
                                                            rdfs:range <https://blackcatinformatics.ca/gmeow/SexualOrientation> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sexuality> ;
                                                            rdfs:label "has sexual orientation"@x-gmeow-english ;
                                                            skos:definition "Relates a person to a self-asserted sexual-orientation facet. Non-functional and contextual; a superseded one is kept with gmeow:displayable false, never deleted. MUST NOT be inferred from gmeow:hasRomanticOrientation, gmeow:hasGenderIdentity, gmeow:sexAssignedAtBirth, pronouns or honorifics."@x-gmeow-english ;
                                                            skos:example "ex:lillith gmeow:hasSexualOrientation ex:lillithSexOrient ."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerFoafExport> ,
                                                                                                                    <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                                    <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ,
                                                                                                                    <https://blackcatinformatics.ca/gmeow/consumerWikidata> ,
                                                                                                                    <https://blackcatinformatics.ca/gmeow/consumerWikipedia> ;
                                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid making this functional or deleting a superseded value (mark it gmeow:displayable false instead), and avoid asserting it from any other axis — romantic orientation, gender identity, sex assigned at birth, pronouns, or honorifics are co-equal and never derive it."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/coequalFacet> "true"^^xsd:boolean ;
                                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Link the person to a gmeow:SexualOrientation facet rather than a bare value, so determinacy, sensitivity, and standpoint ride on the facet; keep prior assertions with gmeow:displayable false and let self-assertion override any attributed claim on the statement layer."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                                  <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ;
                                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach one or more self-asserted sexual-orientation facets to a person — non-functional by design, so concurrent or time-scoped orientations and a superseded prior orientation all coexist on the same person."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasSibling
<https://blackcatinformatics.ca/gmeow/hasSibling> rdf:type owl:ObjectProperty ;
                                                  rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/connectsTo> ;
                                                  rdf:type owl:SymmetricProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Person> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Person> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/genealogy> ;
                                                  rdfs:label "has sibling"@x-gmeow-english ;
                                                  skos:definition "Relates a person to a sibling; symmetric."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasSignature
<https://blackcatinformatics.ca/gmeow/hasSignature> rdf:type owl:ObjectProperty ;
                                                    owl:inverseOf <https://blackcatinformatics.ca/gmeow/signatureOf> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/CryptographicSignature> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                    rdfs:label "has signature"@x-gmeow-english ;
                                                    skos:definition "Relates an entity, attestation, or artifact to a cryptographic signature over it. Domain-free (universal spine): anything may carry a signature. The message-specific convenience property with domain gmeow:Message lives in the messaging-trust module as a historical subproperty."@x-gmeow-english ;
                                                    skos:example "ex:inTotoJson gmeow:hasSignature ex:sig1 ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid treating the presence of a signature as proof the signed claim is true — a valid signature proves integrity and signer key control only, not correctness (module boundaries); the truth question stays on the claim's standpoint."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a gmeow:CryptographicSignature individual carrying gmeow:signedBy / gmeow:signingKey / gmeow:signatureAlgorithm; the actual signature check is a gmeow:VerificationActivity in the solver layer, recorded as a gmeow:VerificationResult, never asserted as truth."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach a gmeow:CryptographicSignature to anything that is signed — an attestation, its carrier artifact, a release, a message — the universal domain-free signature spine."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasSite
<https://blackcatinformatics.ca/gmeow/hasSite> rdf:type owl:ObjectProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/Organization> ;
                                               rdfs:range <https://blackcatinformatics.ca/gmeow/Location> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                               rdfs:label "has site"@x-gmeow-english ;
                                               skos:definition "Relates an organization to a location it occupies or operates from — a headquarters, branch, or registered office. Reuses the places module's gmeow:Location. Non-functional: an organization may have several sites, and competing standpoint-indexed location claims coexist."@x-gmeow-english ;
                                               skos:example "ex:acme gmeow:hasSite ex:torontoOffice ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid carrying the site's purpose here (that is gmeow:siteType on the location) and avoid a flat address literal — point at a structured gmeow:Location; competing location claims coexist via gmeow:accordingTo (Principle 9)."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Assert one gmeow:hasSite triple per site referencing a gmeow:Location, and tag each location's role with gmeow:siteType; carry sensitive precise coordinates with gmeow:coarsenTo for public projection."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use to relate an organization to a gmeow:Location it operates from — a headquarters, branch, or registered office — reusing the places-module location rather than minting an organization-local place."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasSkill
<https://blackcatinformatics.ca/gmeow/hasSkill> rdf:type owl:ObjectProperty ;
                                                rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/knowsAbout> ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/Skill> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/expertise> ;
                                                rdfs:label "has skill"@x-gmeow-english ;
                                                skos:definition "Relates an agent to a skill it possesses. Non-functional — an agent may have many skills. The leveled, scaled detail is carried by the reified gmeow:SkillProficiency. Sub-property of gmeow:knowsAbout (cognition slice): having a skill in a subject entails knowing about it — the can-do axis touches the knows axis at this one rung, but not at understanding or mastery (Principle 9, the axes stay orthogonal)."@x-gmeow-english ;
                                                skos:example "ex:alice gmeow:hasSkill ex:welding ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the attained level or its scale matters (promote to gmeow:SkillProficiency, the paired reified form) and avoid reading it as a mastery or understanding claim — it touches gmeow:knowsAbout only at the can-do rung (Principle 9)."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Assert the flat triple agent → skill; when level, scale, interval, or a contested standpoint appears, mint a gmeow:SkillProficiency for the same (agent, skill) and let generic consumers still read gmeow:knowsAbout by inheritance."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the flat 80% shortcut stating that an agent possesses a skill, when the level, scale, temporal scope, and standpoint do not need to be first-class."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasSoftwareName
<https://blackcatinformatics.ca/gmeow/hasSoftwareName> rdf:type owl:ObjectProperty ;
                                                       rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasAppellation> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/SoftwareName> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                       rdfs:label "has software name"@x-gmeow-english ;
                                                       skos:definition "Relates a project or product to a structured gmeow:SoftwareName it bears; the software-scoped specialization of gmeow:hasAppellation. Non-functional — a project may bear many co-equal names; none is primary."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasSpatialMeasurement
<https://blackcatinformatics.ca/gmeow/hasSpatialMeasurement> rdf:type owl:ObjectProperty ;
                                                             owl:inverseOf <https://blackcatinformatics.ca/gmeow/spatialMeasurementOf> ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                             rdfs:range <https://blackcatinformatics.ca/gmeow/SpatialMeasurement> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                             rdfs:label "has spatial measurement"@x-gmeow-english ;
                                                             skos:definition "Links an entity to a spatial measurement describing its coordinates, geometry, pose, or spatial extent. Flat form for the common case; promote to full reified SpatialMeasurement when vantage, confidence, temporal scope, or standpoint matter."@x-gmeow-english ;
                                                             skos:example "ex:edinburgh gmeow:hasSpatialMeasurement ex:m ."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it when vantage, confidence, or standpoint matter — read the reified measurement; promote rather than flatten."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Use gmeow:hasSpatialMeasurement (or the place-specific gmeow:hasCoordinateObservation) to reach the measurement carrying frame and provenance."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the flat inverse link from an entity to a spatial measurement about it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasSpouse
<https://blackcatinformatics.ca/gmeow/hasSpouse> rdf:type owl:ObjectProperty ;
                                                 rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/connectsTo> ;
                                                 rdf:type owl:SymmetricProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Person> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Person> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/genealogy> ;
                                                 rdfs:label "has spouse"@x-gmeow-english ;
                                                 skos:definition "Relates a person to a spouse; symmetric."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasStartInstant
<https://blackcatinformatics.ca/gmeow/hasStartInstant> rdf:type owl:ObjectProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/Instant> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                       rdfs:label "has start instant"@x-gmeow-english ;
                                                       skos:definition "The start instant of a time interval."@x-gmeow-english ;
                                                       skos:example "ex:tenureInterval gmeow:hasStartInstant ex:hireInstant ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when a bare crisp dateTime suffices (use gmeow:startedAtTime inline) and avoid asserting two start instants (functional — at most one)."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Point the interval at a single gmeow:Instant carrying its own gmeow:instantValue/gmeow:edtfValue and frame; pair with gmeow:hasEndInstant, or omit it for an open interval."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bound an interval's start with a full gmeow:Instant when that endpoint itself needs a frame, granularity, determinacy, or EDTF approximation — the reified counterpart of gmeow:startedAtTime."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasStream
<https://blackcatinformatics.ca/gmeow/hasStream> rdf:type owl:ObjectProperty ;
                                                 owl:inverseOf <https://blackcatinformatics.ca/gmeow/streamOf> ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Stream> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                 rdfs:label "has stream"@x-gmeow-english ;
                                                 skos:definition "Links an entity to a stream of observations or samples about it. Non-functional: an entity may have multiple co-existing streams from different platforms or sensors (Principle 9), and no stream is privileged."@x-gmeow-english ;
                                                 skos:example "ex:rover gmeow:hasStream ex:roverTrack ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it directly when you can state gmeow:streamOf instead (prefer the stream-rooted, functional direction and read this as its inverse), and avoid treating one stream as canonical — multiple coexist (Principle 9)."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:streamOf on the stream and read gmeow:hasStream by inversion; reach for it explicitly in entity-rooted projections that enumerate all sample runs about a subject."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use from an entity to reach the streams of observations about it — the entity-rooted inverse of gmeow:streamOf, when traversing from the tracked thing to its sample runs."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasSubEvent
<https://blackcatinformatics.ca/gmeow/hasSubEvent> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasPart> ;
                                                   owl:inverseOf <https://blackcatinformatics.ca/gmeow/subEventOf> ;
                                                   rdf:type owl:TransitiveProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                   rdfs:label "has sub-event"@x-gmeow-english ;
                                                   skos:definition "Relates an event to a constituent sub-event; the transitive inverse of gmeow:subEventOf."@x-gmeow-english ;
                                                   skos:example "ex:conference gmeow:hasSubEvent ex:session ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it directly when gmeow:subEventOf reads more naturally (prefer the part→whole direction and let the inverse follow), and avoid confusing it with the temporal gmeow:contains."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Prefer asserting gmeow:subEventOf and read gmeow:hasSubEvent as its transitive inverse; reach for it explicitly only in whole-rooted projections."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use when traversing or projecting from a whole event to its constituent sub-events — a conference rooted view listing its sessions and talks."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasSubProcedure
<https://blackcatinformatics.ca/gmeow/hasSubProcedure> rdf:type owl:ObjectProperty ;
                                                       rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasPart> ;
                                                       owl:inverseOf <https://blackcatinformatics.ca/gmeow/subProcedureOf> ;
                                                       rdf:type owl:TransitiveProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Procedure> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/Procedure> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                       rdfs:label "has sub-procedure"@x-gmeow-english ;
                                                       skos:definition "Relates a Procedure to a constituent subprocess Procedure; the transitive inverse of gmeow:subProcedureOf."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasTag
<https://blackcatinformatics.ca/gmeow/hasTag> rdf:type owl:ObjectProperty ;
                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                              rdfs:range <https://blackcatinformatics.ca/gmeow/Tag> ;
                                              owl:propertyDisjointWith <https://blackcatinformatics.ca/gmeow/isAbout> ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/tags> ;
                                              rdfs:label "has tag"@x-gmeow-english ;
                                              skos:definition "Relates an entity to a user-minted tag — the 80% flat shortcut. Non-functional: an entity may carry many co-equal tags. Period, confidence, tagger and suppression are carried via RDF-star statement annotations (gmeow:validFrom, gmeow:validUntil, gmeow:confidence, gmeow:displayable) on the shortcut; promote to a gmeow:Tagging relator when the act itself must be a node."@x-gmeow-english ;
                                              skos:example "ex:report gmeow:hasTag ex:tagUrgent ."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the act of tagging must be a first-class node with full provenance (promote to gmeow:Tagging) and avoid using it for subject-matter (gmeow:isAbout) or classification (rdf:type); the three axes are disjoint."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Assert ex:entity gmeow:hasTag ex:tag; annotate the statement with gmeow:validFrom/validUntil, gmeow:confidence, or gmeow:displayable for lightweight metadata, and reify to gmeow:Tagging (which it pairsWith) when those must be queryable nodes."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/pairsWith> <https://blackcatinformatics.ca/gmeow/Tagging> ;
                                              <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                    <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ;
                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the default, flat way to attach an informal label to any entity; carry period, confidence, tagger, or suppression as RDF-star annotations on the statement when the simple metadata is enough."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasTempoMapSegment
<https://blackcatinformatics.ca/gmeow/hasTempoMapSegment> rdf:type owl:ObjectProperty ;
                                                          owl:inverseOf <https://blackcatinformatics.ca/gmeow/tempoMapSegmentOf> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                          rdfs:label "has tempo map segment"@x-gmeow-english ;
                                                          skos:definition "Links a TempoMap to one of its piecewise segments."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasTemporalFrame
<https://blackcatinformatics.ca/gmeow/hasTemporalFrame> rdf:type owl:ObjectProperty ;
                                                        rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasReferenceFrame> ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/TemporalFrame> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                        rdfs:label "has temporal frame"@x-gmeow-english ;
                                                        skos:definition "Relates a time interval to the temporal frame in which its bounds are expressed."@x-gmeow-english ;
                                                        skos:example "ex:tenureInterval gmeow:hasTemporalFrame gmeow:temporalFrameUTCGregorian ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid on an instant (use gmeow:inTemporalFrame, the parallel edge for points) and avoid leaving a crisp interval frameless — a value asserted without its frame is ill-formed (P11)."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Point the interval at one gmeow:TemporalFrame; it specializes gmeow:hasReferenceFrame so generic frame consumers read it uniformly across the spatial and temporal frame profiles."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to declare the gmeow:TemporalFrame interpreting a gmeow:TimeInterval's bounds — the frame edge that satisfies the interval's frame-relativity requirement (P11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasTemporalMeasurement
<https://blackcatinformatics.ca/gmeow/hasTemporalMeasurement> rdf:type owl:ObjectProperty ;
                                                              rdfs:range <https://blackcatinformatics.ca/gmeow/TemporalMeasurement> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                              rdfs:label "has temporal measurement"@x-gmeow-english ;
                                                              skos:definition "Relates an entity (event, artifact, place, sample) to a temporal measurement assigned to it."@x-gmeow-english ;
                                                              skos:example "ex:hearthSample gmeow:hasTemporalMeasurement ex:charcoalDate ."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for stating a plain known date (assert a gmeow:Instant directly) and avoid using it to carry the result value; the measurement relator holds method, age, and uncertainty, this edge only links to it."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Point the dated entity at one or more gmeow:TemporalMeasurement relators; on a gmeow:NamedPeriod, a measurement whose gmeow:measuredDate is an Instant feeds the gmeow:periodStart property chain."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach a gmeow:TemporalMeasurement to the thing it dates — an artifact, sample, place, or named period — making the dating claim discoverable from the dated entity."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasTimeScale
<https://blackcatinformatics.ca/gmeow/hasTimeScale> rdf:type owl:ObjectProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/TimeScale> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                    rdfs:label "has time scale"@x-gmeow-english ;
                                                    skos:definition "The time standard associated with a celestial reference frame. Functional: a frame uses exactly one time scale."@x-gmeow-english ;
                                                    skos:example "ex:icrsFrame gmeow:hasTimeScale ex:timeScaleTDB ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for civil time zones (that is gmeow:timezone / a civil-time-zone overlay)."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Set one gmeow:TimeScale individual on the celestial frame."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the time standard associated with a celestial reference frame; functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasTitle
<https://blackcatinformatics.ca/gmeow/hasTitle> rdf:type owl:ObjectProperty ;
                                                rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasAppellation> ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/CreativeWorkTitle> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                rdfs:label "has title"@x-gmeow-english ;
                                                skos:definition "Relates a creative work to a structured gmeow:CreativeWorkTitle it bears; the creative-work-scoped specialization of gmeow:hasAppellation. Non-functional — a work bears many co-equal titles (original, translated, transliterated, regional); none is primary, and superseded ones set gmeow:displayable false. The structured replacement for the flat gmeow:title literal when multilingual or statement-level metadata is needed."@x-gmeow-english ;
                                                skos:example "ex:work gmeow:hasTitle ex:titleEn, ex:titleZh ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for the 80% case of a single plain title (use the flat gmeow:title literal) and avoid marking any title primary — co-equal titles coexist, and a superseded one sets gmeow:displayable false rather than being deleted."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:CreativeWork at each gmeow:CreativeWorkTitle via gmeow:hasTitle (a gmeow:hasAppellation specialization); the flat/structured pairing lets gmeow describe render the promotion path from gmeow:title."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link a creative work to a structured gmeow:CreativeWorkTitle when title metadata (language, script, evidence, supersession) matters; non-functional, a work bears many co-equal titles."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasTrademark
<https://blackcatinformatics.ca/gmeow/hasTrademark> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Trademark> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                    rdfs:label "has trademark"@x-gmeow-english ;
                                                    skos:definition "Relates an entity (a mark, product or organization) to a trademark right over it."@x-gmeow-english ;
                                                    skos:example "ex:blackcat gmeow:hasTrademark ex:blackcatTM ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid pointing it at the sign itself in place of the protected entity (the mark is bound on the relator via gmeow:trademarkMark) and avoid using it for copyright or licence links."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Assert one gmeow:hasTrademark per held right pointing at a gmeow:Trademark relator that carries the mark, holder, registration, and status."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                          <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link an entity — a mark, product, or organization — to the gmeow:Trademark right held over it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasTrajectorySample
<https://blackcatinformatics.ca/gmeow/hasTrajectorySample> rdf:type owl:ObjectProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/Trajectory> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/LocationState> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                           rdfs:label "has trajectory sample"@x-gmeow-english ;
                                                           skos:definition "A discrete location-state sample composing this trajectory. Non-functional: a trajectory typically has many samples, and multiple sampling strategies (e.g. GPS every second vs. radar every minute) may coexist for the same trajectory (Principle 9)."@x-gmeow-english ;
                                                           skos:example "ex:path gmeow:hasTrajectorySample ex:s1, ex:s2 ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid forcing one sampling rate as canonical (GPS-per-second and radar-per-minute coexist, Principle 9)."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Attach LocationStates via gmeow:hasTrajectorySample; each sample carries its own instant/interval and frame."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach discrete LocationState samples to a trajectory; non-functional, so several sampling strategies coexist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasTranslator
<https://blackcatinformatics.ca/gmeow/hasTranslator> rdf:type owl:ObjectProperty ;
                                                     rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasContributor> ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                     rdfs:label "has translator"@x-gmeow-english ;
                                                     skos:definition "Relates a creative work to an agent that translated it into another language or notation. A flat shortcut subproperty of gmeow:hasContributor."@x-gmeow-english ;
                                                     skos:example "ex:hamletGermanTranslation gmeow:hasTranslator ex:schlegel ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the translation's period, degree, confidence, or source-text must be first-class (promote to a gmeow:Contribution with gmeow:roleTranslator), and avoid attaching it to the language-neutral Work."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Assert from the translated Expression to the agent; promote to a gmeow:Contribution carrying gmeow:roleTranslator when metadata is needed."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the flat 80% case of naming a translator; typically attaches at the gmeow:Expression tier, since a translation is a distinct Expression of the Work."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasTuningFrame
<https://blackcatinformatics.ca/gmeow/hasTuningFrame> rdf:type owl:ObjectProperty ;
                                                      rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasReferenceFrame> ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/PitchExpression> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/TuningSystem> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                      rdfs:label "has tuning frame"@x-gmeow-english ;
                                                      skos:definition "The tuning system relative to which this pitch value or interval is expressed. Non-functional globally so that higher-level musical entities may carry multiple coexisting tuning frames (e.g., a detuned guitar over a 12-EDO synth); each PitchValue/PitchInterval is constrained to exactly one frame by SHACL (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasUnit
<https://blackcatinformatics.ca/gmeow/hasUnit> rdf:type owl:ObjectProperty ,
                                                        owl:FunctionalProperty ;
                                               rdfs:range <http://qudt.org/schema/qudt/Unit> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                               rdfs:label "has unit"@x-gmeow-english ;
                                               skos:definition "Relates a quantitative value or measurement to its QUDT unit (by reference, never imported). Domain-free: used by temporal measurements, spatial measurements, and any other quantified claim."@x-gmeow-english ;
                                               skos:example "ex:duration gmeow:hasUnit qudt:SEC ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid inventing local unit individuals or importing QUDT axioms; reference QUDT units by IRI (Principle 5). Functional by design — one unit per value — so avoid asserting conflicting units on the same node."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/docsConcern> <https://blackcatinformatics.ca/gmeow/concernFrames> ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Point the value at the QUDT unit IRI; keep the numeric magnitude on its own datatype property and let consumers read magnitude and unit together."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the unit of any quantitative value — duration, distance, angle, mass — so a magnitude is never published or compared without its unit (no silent units)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasUsed
<https://blackcatinformatics.ca/gmeow/hasUsed> rdf:type owl:ObjectProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                               rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                               rdfs:label "has used"@x-gmeow-english ;
                                               skos:definition "Records that an agent has used some entity (a tool, service, or work). The period is carried with gmeow:validFrom/validUntil on the statement."@x-gmeow-english ;
                                               skos:example "ex:lillith gmeow:hasUsed ex:someTool ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it when the usage is itself an occurrent that needs participants, instruments, or outcome — model that as an event — and do not treat it as symmetric (the agent uses the entity, not vice versa)."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Assert the directed edge from the gmeow:Agent to the used gmeow:Entity; carry the period with gmeow:validFrom/validUntil on the statement."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the flat shortcut to record that an agent has used a tool, service, or work, when the bare directed fact (optionally with a period on the statement) is enough."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasUtilization
<https://blackcatinformatics.ca/gmeow/hasUtilization> rdf:type owl:ObjectProperty ;
                                                      owl:inverseOf <https://blackcatinformatics.ca/gmeow/utilizationOf> ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Location> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Utilization> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                      rdfs:label "has utilization"@x-gmeow-english ;
                                                      skos:definition "Links a location to a utilization measurement describing the ratio of occupancy to capacity. Flat form for the common case; promote to full reified Utilization when vantage, confidence, temporal scope, or standpoint matter."@x-gmeow-english ;
                                                      skos:example "ex:hall gmeow:hasUtilization ex:util ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it when vantage, confidence, or standpoint matter — read the reified Utilization."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Use gmeow:hasUtilization for the common case; the ratio is solver-derived from capacity and occupancy."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the flat inverse link from a location to a utilization measurement."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasVerificationStatus
<https://blackcatinformatics.ca/gmeow/hasVerificationStatus> rdf:type owl:ObjectProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/VerificationResult> ;
                                                             rdfs:range <https://blackcatinformatics.ca/gmeow/VerificationStatus> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                             rdfs:label "has verification status"@x-gmeow-english ;
                                                             skos:definition "The categorical outcome of a verification result. Non-functional: a single result may carry multiple status interpretations (e.g. 'verified but expired')."@x-gmeow-english ;
                                                             skos:example "ex:verifyOutcome gmeow:hasVerificationStatus gmeow:verificationStatusVerified ."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the ledger settlement state (that is gmeow:finalityStatus / gmeow:LedgerFinalityStatus) and avoid forcing one status — a result may be both verified and expired, so it is non-functional."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Reference one or more gmeow:VerificationStatus individuals; combine 'verified' with 'expired' or 'finality pending' on a single result when both apply rather than picking one."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach the categorical verdict — verified, failed, expired, revoked, policy-failed, finality-pending — to a gmeow:VerificationResult, naming one or more gmeow:VerificationStatus individuals."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasVersion
<https://blackcatinformatics.ca/gmeow/hasVersion> rdf:type owl:ObjectProperty ;
                                                  owl:inverseOf <https://blackcatinformatics.ca/gmeow/versionOf> ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                  rdfs:label "has version"@x-gmeow-english ;
                                                  skos:definition "A related resource that is a version, edition, or adaptation of the described resource. Inverse of gmeow:versionOf."@x-gmeow-english ;
                                                  skos:example "ex:hamletFolio gmeow:hasVersion ex:hamletQuarto ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the relationship is properly a WEMI realization/embodiment (use gmeow:realizes/gmeow:embodies) or a tracked version lineage (use the generic VersionSet/VersionMembership machinery); avoid it for derivation (gmeow:wasDerivedFrom subproperties)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Assert from the base resource to its version and read the inverse gmeow:versionOf; promote to VersionSet/VersionMembership when ordered or set-membership lineage is needed."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the lightweight dcterms:hasVersion bridge between two resources where one is a version/edition/adaptation of the other and the WEMI tiers are not being modelled explicitly."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasVoice
<https://blackcatinformatics.ca/gmeow/hasVoice> rdf:type owl:ObjectProperty ;
                                                owl:inverseOf <https://blackcatinformatics.ca/gmeow/voiceOf> ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/Voice> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                rdfs:label "has voice"@x-gmeow-english ;
                                                skos:definition "Relates a musical work, expression, or segment to one of its voices. Non-functional: a work may have many voices, and a voice may participate in many works."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasWebPage
<https://blackcatinformatics.ca/gmeow/hasWebPage> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/WebPage> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/entities> ;
                                                  rdfs:label "has web page"@x-gmeow-english ;
                                                  skos:definition "Relates an entity to a web page representing it — a homepage, a profile page, a project site. The structured form of a 'website / URL' field: the page is a first-class gmeow:WebPage (documents module) whose IRI is its URL, so it can itself carry a title, language, and rights. Non-functional — an entity may have several pages."@x-gmeow-english ;
                                                  skos:example "ex:blackcat gmeow:hasWebPage <https://blackcatinformatics.ca> ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid storing a website as a bare string literal (mint the page as a gmeow:WebPage whose IRI is its URL) and avoid it for a contact channel that is not a web page (use gmeow:ContactPoint); it is non-functional, so multiple pages coexist."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Point the entity at a gmeow:WebPage (documents module) whose IRI is the URL, then hang the page's own title, language, and rights on that resource rather than on the entity."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link an entity to a web page that represents it — a homepage, profile, or project site — when the page should be a first-class resource that can itself bear a title, language, or rights."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasWikilink
<https://blackcatinformatics.ca/gmeow/hasWikilink> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Note> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Note> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notes> ;
                                                   rdfs:label "has wikilink"@x-gmeow-english ;
                                                   skos:definition "A directed wikilink edge projected from mentions or relatedNote for Markdown / PKM round-trip. Not asserted in the canonical graph; materialized by the markdown projection (queries/projections/markdown.rq)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasWorkedWith
<https://blackcatinformatics.ca/gmeow/hasWorkedWith> rdf:type owl:ObjectProperty ,
                                                              owl:SymmetricProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                     rdfs:label "has worked with"@x-gmeow-english ;
                                                     skos:definition "Records that two agents have worked together; symmetric. The period is carried with gmeow:validFrom/validUntil on the statement, or reified as a gmeow:ProfessionalRelationship."@x-gmeow-english ;
                                                     skos:example "ex:lillith gmeow:hasWorkedWith ex:morgan ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it when the collaboration must bear its own interval, confidence, or evidence — reify it as a gmeow:ProfessionalRelationship — and avoid asserting it in both directions (it is symmetric)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Assert the symmetric edge between two gmeow:Agent instances; carry the period with gmeow:validFrom/validUntil on the statement, or promote to gmeow:ProfessionalRelationship when first-class structure is needed."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the flat shortcut to record that two agents have worked together, when the bare symmetric fact (optionally with a period on the statement) suffices."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hazardBearer
<https://blackcatinformatics.ca/gmeow/hazardBearer> rdf:type owl:ObjectProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Hazard> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                    rdfs:label "hazard bearer"@x-gmeow-english ;
                                                    skos:definition "The entity in which this hazard inheres. Functional and mandatory (SHACL): a disposition has exactly one bearer (gUFO inherence, asserted with GMEOW's own property — Principle 5). The same danger borne by two systems is two hazards."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hazardSeverity
<https://blackcatinformatics.ca/gmeow/hazardSeverity> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Hazard> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/SeverityLevel> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                      rdfs:label "hazard severity"@x-gmeow-english ;
                                                      skos:definition "The hazard's graded severity, when graded standalone (a hazard feeding a cascade usually inherits attention from the cascade's grade). NOT functional (design review — evaluative, source-variable; the hasAuthorityLevel convention); optional, at most one per base graph (SHACL)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/heldStandpoint
<https://blackcatinformatics.ca/gmeow/heldStandpoint> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/StandpointClaim> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                      rdfs:label "held standpoint"@x-gmeow-english ;
                                                      skos:definition "The standpoint claim that the deceiver actually holds to be true — the private belief or position that contrasts with the projected standpoint in a deception event. Non-functional: a complex deception may involve multiple held standpoints."@x-gmeow-english ;
                                                      skos:example "ex:lie gmeow:heldStandpoint ex:heldClaim ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the communicated position the deceiver presents to the victim (that is gmeow:projectedStandpoint) and avoid using it to flag a proposition false — a falsehood is a refuted StandpointClaim (claimModality gmeow:refuted), never an isFalse flag."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Mint a gmeow:StandpointClaim with the deceiver as gmeow:vantage, attach it via gmeow:heldStandpoint, and pair it with a divergent gmeow:projectedStandpoint; the gap between the two is the deception, asserted without any global truth verdict (Principle 9)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the private belief a deceiver actually holds in a deception event — the inner half of the held≠projected divergence that IS the deceptive act, modelled as an ordinary gmeow:StandpointClaim."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/holdingAgent
<https://blackcatinformatics.ca/gmeow/holdingAgent> rdf:type owl:ObjectProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Holding> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                    rdfs:label "holding agent"@x-gmeow-english ;
                                                    skos:definition "The agent that holds the asset. Functional: a holding is held by exactly one agent."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/holdingAsset
<https://blackcatinformatics.ca/gmeow/holdingAsset> rdf:type owl:ObjectProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Holding> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Asset> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                    rdfs:label "holding asset"@x-gmeow-english ;
                                                    skos:definition "The financial asset that is held. Functional: a holding is of exactly one asset."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/holdingCostBasis
<https://blackcatinformatics.ca/gmeow/holdingCostBasis> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Holding> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/MonetaryAmount> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                        rdfs:label "holding cost basis"@x-gmeow-english ;
                                                        skos:definition "The cost basis of the holding — the original monetary amount paid to acquire the asset. Functional: a holding has one canonical cost basis (disputed values are standpoint-indexed claims)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/holdingPeriod
<https://blackcatinformatics.ca/gmeow/holdingPeriod> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Holding> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                     rdfs:label "holding period"@x-gmeow-english ;
                                                     skos:definition "The time interval over which the holding is valid. Optional: omit for point-in-time holdings."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/holdsAccount
<https://blackcatinformatics.ca/gmeow/holdsAccount> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/OnlineAccount> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accounts> ;
                                                    rdfs:label "holds account"@x-gmeow-english ;
                                                    skos:definition "Relates an agent to an online account it holds."@x-gmeow-english ;
                                                    skos:example "ex:lillith gmeow:holdsAccount ex:lillithMastodon ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the account-to-service link (use gmeow:accountService) and for mere authorship or mention of an account; reserve it for genuine holdership by the controlling agent."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:holdsAccount from the agent to a gmeow:OnlineAccount; when the holding is time-scoped or contested, carry the period or standpoint on the statement layer rather than on this flat link."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach an online account to the agent who holds it — the holder-to-account link that anchors handles, profiles, and decentralized identities to a person, organization, or software agent."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/holdsCredential
<https://blackcatinformatics.ca/gmeow/holdsCredential> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/Credential> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/expertise> ;
                                                       rdfs:label "holds credential"@x-gmeow-english ;
                                                       skos:definition "Relates an agent to a credential it holds. Non-functional — an agent may hold many credentials, and a single credential may be held by many agents (shared license, group certification)."@x-gmeow-english ;
                                                       skos:example "ex:alice gmeow:holdsCredential ex:rnLicense ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the issuing organization (gmeow:credentialIssuer) or the certified subject matter (gmeow:credentialFor), and avoid treating it as proof of validity — verification is a gmeow:Attestation over the credential (Principle 4)."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Assert the agent → credential triple; many-to-many is allowed (shared licenses, group certifications), and a signed gmeow:Attestation carries whether the holding is verified rather than this property asserting it."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to state that an agent holds a credential — a degree, certification, badge, or license — when the bare holding relation is what matters."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/holdsKey
<https://blackcatinformatics.ca/gmeow/holdsKey> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/CryptographicKey> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                                rdfs:label "holds key"@x-gmeow-english ;
                                                skos:definition "Relates an agent to a cryptographic key it holds. The period over which the agent held the key may be carried with gmeow:validFrom/validUntil on this statement."@x-gmeow-english ;
                                                skos:example "ex:lillith gmeow:holdsKey ex:lillithKey ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the attested binding of a key to an identity (that is gmeow:Certification, which is perspectival and dated) and for an account's key (use gmeow:accountKey); holding is possession, not third-party vouching."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:holdsKey from the agent to the key, and carry the holding period with gmeow:validFrom / gmeow:validUntil on the statement when a key is rotated or retired."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record that an agent holds a cryptographic key — the holder-to-key edge that a signature's gmeow:signingKey and a certification's gmeow:certifiedKey both reference."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/honorific
<https://blackcatinformatics.ca/gmeow/honorific> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Person> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Honorific> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                 rdfs:label "honorific"@x-gmeow-english ;
                                                 skos:definition "An honorific/title of address for a person (a gmeow:Honorific value). Non-functional and contextual. A form of ADDRESS, sex/gender-independent — MUST NOT be inferred from gender identity/expression, sex-assigned-at-birth or orientation."@x-gmeow-english ;
                                                 skos:example "ex:person gmeow:honorific gmeow:honorificDr ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid inferring it from, or asserting it to imply, gender identity, gender expression, sex assigned at birth, or orientation — address is not identity; and avoid making it functional, since it is a co-equal facet (Principle 9)."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/coequalFacet> "true"^^xsd:boolean ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Attach a gmeow:Honorific value to a person with gmeow:honorific (non-functional); the title's render placement and domain come from gmeow:honorificPosition and gmeow:honorificClass on the value."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record an honorific or title of address a person goes by — a form of address, contextual and possibly multiple (gmeow:honorificMx, gmeow:honorificDr, gmeow:honorificSayyid, …)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/honorificClass
<https://blackcatinformatics.ca/gmeow/honorificClass> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Honorific> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/HonorificClass> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                      rdfs:label "honorific class"@x-gmeow-english ;
                                                      skos:definition "The domain/class of an honorific (academic, clerical, noble, military, judicial, social)."@x-gmeow-english ;
                                                      skos:example "gmeow:honorificDr gmeow:honorificClass gmeow:honorificClassAcademic ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for render placement (that is gmeow:honorificPosition) and avoid a free-text class — reference a gmeow:HonorificClass individual."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:honorificClass on a gmeow:Honorific to a gmeow:HonorificClass individual; mint a new class individual rather than a subclass when a new domain of address appears."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the social/institutional domain a gmeow:Honorific is drawn from — academic, clerical, noble, military, judicial, or social."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/honorificPosition
<https://blackcatinformatics.ca/gmeow/honorificPosition> rdf:type owl:ObjectProperty ,
                                                                  owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/Honorific> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/HonorificPosition> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                         rdfs:label "honorific position"@x-gmeow-english ;
                                                         skos:definition "Whether an honorific is rendered before (prefix) or after (suffix) the name."@x-gmeow-english ;
                                                         skos:example "gmeow:honorificSan gmeow:honorificPosition gmeow:honorificPositionSuffix ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for the honorific's social domain (that is gmeow:honorificClass) and avoid a free-text position — reference gmeow:honorificPositionPrefix or gmeow:honorificPositionSuffix."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:honorificPosition once per gmeow:Honorific (functional) to a gmeow:HonorificPosition individual; renderers read it to place the title around the name."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record whether a gmeow:Honorific is rendered before (prefix) or after (suffix) the name — so the projection layer places the title correctly (Dr before, -san after)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hostedAt
<https://blackcatinformatics.ca/gmeow/hostedAt> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Repository> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/ForgePlatform> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                rdfs:label "hosted at"@x-gmeow-english ;
                                                skos:definition "The forge or hosting platform where a repository is hosted. Non-functional: a repository may be mirrored on multiple platforms."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/identifierUrl
<https://blackcatinformatics.ca/gmeow/identifierUrl> rdf:type owl:ObjectProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Identifier> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                     rdfs:label "identifier url"@x-gmeow-english ;
                                                     skos:definition "The authority URL that resolves an identifier record — e.g. the geni profile page, the ORCID record URL, the ROR landing page. The resolvable counterpart of the scheme-local gmeow:identifierValue; projects to schema:PropertyValue/url. Range is intentionally open (an IRI)."@x-gmeow-english ;
                                                     skos:example "ex:acmeRor gmeow:identifierUrl <https://ror.org/05a0gmj94> ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid putting the scheme-local code here (that is gmeow:identifierValue) and avoid more than one resolving URL per identifier — it is functional; mint a separate gmeow:Identifier for a distinct code."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:identifierUrl once per gmeow:Identifier (functional) to the resolving IRI, alongside gmeow:identifierScheme and gmeow:identifierValue; the schema:PropertyValue projection reads it as url."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the resolvable authority URL of a gmeow:Identifier — the landing page that dereferences the scheme-local code."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/implicates
<https://blackcatinformatics.ca/gmeow/implicates> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                  rdfs:label "implicates"@x-gmeow-english ;
                                                  skos:definition "Relates a deceptive event to a proposition or entity that it conversationally or contextually implicates — the paltering mechanism, where a literally true statement misleadingly implies a false conclusion. No reasoner semantics: implicature is a solver-layer computation (Principle 12), not an OWL entailment."@x-gmeow-english ;
                                                  skos:example "ex:palter gmeow:implicates ex:falseConclusion ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the literal projected claim itself (that is gmeow:projectedStandpoint) and avoid expecting the reasoner to derive the implicature — it carries no OWL entailment; the implicature computation stays in the solver layer (Principle 12)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "On a paltering event, set the technically-true gmeow:projectedStandpoint and link the misleading conclusion via gmeow:implicates; let a solver score the implicature against the held standpoint rather than asserting it logically."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the false conclusion a literally-true projected claim misleadingly implies — the paltering hook (gmeow:eventTypePaltering), where the gap is between literal content and pragmatic implicature, not between literal claim and held belief."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/inReferenceAssembly
<https://blackcatinformatics.ca/gmeow/inReferenceAssembly> rdf:type owl:ObjectProperty ;
                                                           rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasReferenceFrame> ;
                                                           rdf:type owl:FunctionalProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/SequenceCoordinates> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                           rdfs:label "in reference assembly"@x-gmeow-english ;
                                                           skos:definition "The reference assembly (e.g. GRCh38) in which these sequence coordinates are expressed. Functional: a coordinate tuple is expressed in exactly one assembly; coordinates in another assembly are a different SequenceCoordinates instance (Principle 11)."@x-gmeow-english ;
                                                           skos:example "ex:brca1Coords gmeow:inReferenceAssembly gmeow:referenceFrameGRCh38 ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid omitting it and avoid reusing one SequenceCoordinates across assemblies — coordinates in another assembly are a different instance (Principle 11)."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:inReferenceAssembly; liftover to another assembly is a solver computation via gmeow:transformsTo."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use to declare the single reference assembly sequence coordinates are expressed in; functional, a subproperty of gmeow:hasReferenceFrame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/inReplyTo
<https://blackcatinformatics.ca/gmeow/inReplyTo> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Message> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Message> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                 rdfs:label "in reply to"@x-gmeow-english ;
                                                 skos:definition "Relates a message to the message it directly replies to (RFC 5322 In-Reply-To)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/inTemporalFrame
<https://blackcatinformatics.ca/gmeow/inTemporalFrame> rdf:type owl:ObjectProperty ;
                                                       rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasReferenceFrame> ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Instant> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/TemporalFrame> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                       rdfs:label "in temporal frame"@x-gmeow-english ;
                                                       skos:definition "Relates an instant to the temporal frame in which its value is expressed."@x-gmeow-english ;
                                                       skos:example "ex:birthInstant gmeow:inTemporalFrame gmeow:temporalFrameUTCGregorian ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid on an interval (use gmeow:hasTemporalFrame, the parallel edge for spans) and avoid leaving a crisp instant frameless — a value asserted without its frame is ill-formed (P11)."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Point the instant at one gmeow:TemporalFrame; it specializes gmeow:hasReferenceFrame so generic frame consumers read instants and intervals uniformly."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to declare the gmeow:TemporalFrame interpreting a gmeow:Instant's value — the frame edge for points that satisfies the instant's frame-relativity requirement (P11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/indexAlgorithm
<https://blackcatinformatics.ca/gmeow/indexAlgorithm> rdf:type owl:ObjectProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/VectorIndex> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/IndexAlgorithm> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                                      rdfs:label "index algorithm"@x-gmeow-english ;
                                                      skos:definition "The approximate-nearest-neighbour structure this index uses (open vocabulary)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/indexesCorpus
<https://blackcatinformatics.ca/gmeow/indexesCorpus> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/VectorIndex> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Corpus> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                                     rdfs:label "indexes corpus"@x-gmeow-english ;
                                                     skos:definition "The corpus whose embeddings this index serves. Non-functional: a federated index may span corpora."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/industryClassification
<https://blackcatinformatics.ca/gmeow/industryClassification> rdf:type owl:ObjectProperty ;
                                                              rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasIdentifier> ;
                                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/Organization> ;
                                                              rdfs:range <https://blackcatinformatics.ca/gmeow/Identifier> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                              rdfs:label "industry classification"@x-gmeow-english ;
                                                              skos:definition "Relates an organization to an industry-classification identifier — a NAICS, ISIC, or schema.org industry code. The scheme is declared via gmeow:identifierScheme on the Identifier node. Non-functional: multiple classifications may coexist."@x-gmeow-english ;
                                                              skos:example "ex:acme gmeow:industryClassification ex:acmeNaics ."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for legal-registration codes (use gmeow:legalIdentifier) and avoid expressing the sector as an Organization subclass — the code is a reified gmeow:Identifier value, not a class (Principle 9)."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Mint a gmeow:Identifier, set its gmeow:identifierScheme (e.g. \"naics\") and gmeow:identifierValue, then attach with gmeow:industryClassification and let gmeow:hasIdentifier follow by subsumption."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach an industry-code gmeow:Identifier to an organization — a NAICS, ISIC, or schema.org industry code — the org-scoped specialization of gmeow:hasIdentifier for sector classification."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/inferenceMode
<https://blackcatinformatics.ca/gmeow/inferenceMode> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/StandpointClaim> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/InferenceMode> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                                     rdfs:label "inference mode"@x-gmeow-english ;
                                                     skos:definition "The Peircean mode by which a gmeow:StandpointClaim was reached — a gmeow:InferenceMode value (gmeow:modeDeduction / modeInduction / modeAbduction / modeAnalogical). NOT functional: a claim independently reached by parallel modes carries several. The flat counterpart of gmeow:inferenceModeOf on the reified commitment."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/inferenceModeOf
<https://blackcatinformatics.ca/gmeow/inferenceModeOf> rdf:type owl:ObjectProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/InferenceCommitment> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/InferenceMode> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                                       rdfs:label "inference mode of"@x-gmeow-english ;
                                                       skos:definition "The Peircean mode of a reified gmeow:InferenceCommitment — a gmeow:InferenceMode value. Functional: a commitment has exactly one mode (a step that is both inductive and abductive is two commitments). The reified counterpart of the flat gmeow:inferenceMode; the value scopes the abduction / analogy SHACL shapes."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/inferredFrom
<https://blackcatinformatics.ca/gmeow/inferredFrom> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/StandpointClaim> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                                    rdfs:label "inferred from"@x-gmeow-english ;
                                                    skos:definition "Relates a concluded gmeow:StandpointClaim to a premise it was inferred from — the flat, reification-free shortcut (the 80% case). NOT functional: a conclusion may rest on several premises. When the full argument structure matters, reify with a gmeow:InferenceCommitment (gmeow:pairsWith) whose gmeow:premise / gmeow:conclusion carry the same content."@x-gmeow-english ;
                                                    skos:scopeNote "Range is intentionally OPEN: a premise may be another gmeow:StandpointClaim, a gmeow:Proposition, an observation, or any reified statement. Mirrors the open-range precedent of gmeow:observedFeature / gmeow:realizesMoment."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/pairsWith> <https://blackcatinformatics.ca/gmeow/InferenceCommitment> .


###  https://blackcatinformatics.ca/gmeow/inquirySource
<https://blackcatinformatics.ca/gmeow/inquirySource> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Procedure> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                     rdfs:label "inquiry source"@x-gmeow-english ;
                                                     skos:definition "The source that prompted the research inquiry — a document, observation, or tip. Applies to Procedures of type researchPlan. Reuses the sources module."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/inquiryStatus
<https://blackcatinformatics.ca/gmeow/inquiryStatus> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Procedure> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/ExecutionStatus> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                     rdfs:label "inquiry status"@x-gmeow-english ;
                                                     skos:definition "The status of a research inquiry, drawn from the gmeow:ExecutionStatus value vocabulary. Applies to Procedures of type researchPlan. Non-functional: competing assessments coexist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/inscriptionCarrier
<https://blackcatinformatics.ca/gmeow/inscriptionCarrier> rdf:type owl:ObjectProperty ,
                                                                   owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/Inscription> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/PhysicalObject> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                          rdfs:label "inscription carrier"@x-gmeow-english ;
                                                          skos:definition "The physical object that bears an inscription. Functional: an inscription is borne by exactly one carrier (if a copy exists on another carrier, it is a distinct Inscription instance)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/intentBearer
<https://blackcatinformatics.ca/gmeow/intentBearer> rdf:type owl:ObjectProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/IntentionalMode> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/teleology> ;
                                                    rdfs:label "intent bearer"@x-gmeow-english ;
                                                    skos:definition "The agent in whom a desire or intention inheres. Functional: an intrinsic mode has exactly one bearer (gUFO inherence, asserted with GMEOW's own property by Principle 5 — gufo:inheresIn is the alignment target, not the asserted axiom). Two agents wanting the same goal are two modes sharing one gmeow:intentionGoal."@x-gmeow-english ;
                                                    skos:example "ex:wishForRain gmeow:intentBearer ex:lillith ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the social branch (a Commitment binds its agent with gmeow:committedAgent) and avoid asserting two bearers; the property is functional, so two agents wanting the same goal are two modes sharing one gmeow:intentionGoal."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Point the IntentionalMode at exactly one gmeow:Agent; read gufo:inheresIn as the alignment target rather than asserting it (Principle 5)."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the single agent in whom a Desire or Intention inheres — the bearer side of the intrinsic branch."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/intentionGoal
<https://blackcatinformatics.ca/gmeow/intentionGoal> rdf:type owl:ObjectProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/IntentionalMoment> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Goal> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/teleology> ;
                                                     rdfs:label "intention goal"@x-gmeow-english ;
                                                     skos:definition "The goal at which a desire, intention, or commitment aims — its propositional content. Functional: one mode, one goal; an agent pursuing five goals bears five modes. Sharing is at the Goal: two agents committed to the same outcome hold distinct modes aiming at one Goal individual."@x-gmeow-english ;
                                                     skos:example "ex:planToShip gmeow:intentionGoal ex:reachOrbit ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid aiming one moment at several goals (it is functional — an agent pursuing five goals bears five modes) and avoid duplicating the Goal per agent; sharing happens at one Goal individual."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Point each moment at exactly one gmeow:Goal and let multiple agents' modes converge on the same Goal individual; decompose composite goals as separate Goals linked by the mereology spine rather than overloading this property."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind any intentional moment — Desire, Intention, or Commitment — to the single Goal it aims at; the property whose named domain (gmeow:IntentionalMoment) spans both branches."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/interestedIn
<https://blackcatinformatics.ca/gmeow/interestedIn> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/cognition> ;
                                                    rdfs:label "interested in"@x-gmeow-english ;
                                                    skos:definition "A motivational orientation of an agent toward a subject — sustained interest that makes the subject worth attending to. An attentional/affective pull, NOT a teleology:Desire (a wanted goal); the boundary is documented, never an axiom (Principle 9). Whose interest it is rides gmeow:accordingTo on the statement."@x-gmeow-english ;
                                                    skos:example "ex:lillith gmeow:interestedIn ex:ontologyEngineering ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerFoafExport> ,
                                                                                                            <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for a wanted goal (that is the teleology slice — interest is an affective pull, not a conative mode, never bridged by axiom, Principle 9); when the interest is specifically knowledge-seeking, use the narrower gmeow:curiousAbout."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:interestedIn from agent to subject (gmeow:curiousAbout specializes it for epistemic appetite); carry whose-interest on the statement layer via gmeow:accordingTo, and keep the boundary with teleology desire by review."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                          <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use for an agent's sustained motivational orientation toward a subject — durable interest that makes the subject worth attending to, broader than the momentary focus of gmeow:attendsTo."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/interpolationKind
<https://blackcatinformatics.ca/gmeow/interpolationKind> rdf:type owl:ObjectProperty ,
                                                                  owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/PitchTrajectory> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/PitchTrajectoryInterpolationKind> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "interpolation kind"@x-gmeow-english ;
                                                         skos:definition "The interpolation mode between control points (linearCents, exponential, stochasticByReference)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/intervalAfter
<https://blackcatinformatics.ca/gmeow/intervalAfter> rdf:type owl:ObjectProperty ;
                                                     owl:inverseOf <https://blackcatinformatics.ca/gmeow/intervalBefore> ;
                                                     rdf:type owl:TransitiveProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                     rdfs:label "interval after"@x-gmeow-english ;
                                                     skos:definition "Allen AFTER: this interval begins strictly after the related interval ends. Transitive inverse of gmeow:intervalBefore. (= time:intervalAfter)"@x-gmeow-english ;
                                                     skos:example "ex:cretaceous gmeow:intervalAfter ex:jurassic ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it directly when gmeow:intervalBefore already states the ordering; prefer one authoritative direction and read this as its inverse."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Let it follow by inversion from gmeow:intervalBefore; transitive, so it chains across a sequence of intervals (= time:intervalAfter)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use in projections rooted on the later interval to state that it begins strictly after another ends — the natural direction when the succeeding span is the subject."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/intervalBefore
<https://blackcatinformatics.ca/gmeow/intervalBefore> rdf:type owl:ObjectProperty ,
                                                               owl:TransitiveProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                      rdfs:label "interval before"@x-gmeow-english ;
                                                      skos:definition "Allen BEFORE: this interval ends strictly before the related interval begins. Transitive. Inverse of gmeow:intervalAfter. (= time:intervalBefore)"@x-gmeow-english ;
                                                      skos:example "ex:jurassic gmeow:intervalBefore ex:cretaceous ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the intervals touch with no gap (use gmeow:intervalMeets) and avoid using it as a substitute for crisp bounds that are actually known; assert the dateTimes and let comparison follow."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Assert between two gmeow:TimeInterval individuals; transitivity chains the ordering, and the inverse gmeow:intervalAfter follows automatically (= time:intervalBefore)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to assert that one gmeow:TimeInterval ends strictly before another begins with a gap between — the qualitative ordering when exact dateTimes are unknown or beside the point."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/intervalCoincidesWith
<https://blackcatinformatics.ca/gmeow/intervalCoincidesWith> rdf:type owl:ObjectProperty ,
                                                                      owl:SymmetricProperty ,
                                                                      owl:TransitiveProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                             rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                             rdfs:label "interval coincides with"@x-gmeow-english ;
                                                             skos:definition "Allen EQUALS: this interval and the related interval share the same temporal extent. Symmetric and transitive. TEMPORAL simultaneity only, never identity of the intervals themselves. (= time:intervalEquals)"@x-gmeow-english ;
                                                             skos:example "ex:fiscalYear2024 gmeow:intervalCoincidesWith ex:auditPeriod ."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid reading it as identity of the intervals — it asserts temporal simultaneity only, never owl:sameAs (Principle 5); two coinciding intervals remain distinct individuals."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Assert between the two co-extensive gmeow:TimeInterval individuals; symmetric and transitive, so the reverse and any chained equalities follow (= time:intervalEquals)."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use when two distinct intervals share exactly the same start and end — co-extensive spans such as a fiscal year and an audit window that are temporally simultaneous but ontologically different things."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/intervalContains
<https://blackcatinformatics.ca/gmeow/intervalContains> rdf:type owl:ObjectProperty ;
                                                        owl:inverseOf <https://blackcatinformatics.ca/gmeow/intervalDuring> ;
                                                        rdf:type owl:TransitiveProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                        rdfs:label "interval contains"@x-gmeow-english ;
                                                        skos:definition "Allen CONTAINS: this interval's extent strictly contains the related interval's extent. Transitive inverse of gmeow:intervalDuring. (= time:intervalContains)"@x-gmeow-english ;
                                                        skos:example "ex:workday gmeow:intervalContains ex:lunchBreak ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it directly when gmeow:intervalDuring already states the nesting; prefer the inner→outer direction and read this as its inverse."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Let it follow by inversion from gmeow:intervalDuring; transitive, so it chains across nested intervals (= time:intervalContains)."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use in projections rooted on the enclosing interval to state it strictly contains a shorter one — the natural direction when the outer span is the subject."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/intervalDuring
<https://blackcatinformatics.ca/gmeow/intervalDuring> rdf:type owl:ObjectProperty ,
                                                               owl:TransitiveProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                      rdfs:label "interval during"@x-gmeow-english ;
                                                      skos:definition "Allen DURING: this interval's extent falls strictly within the related interval's extent. Transitive. Inverse of gmeow:intervalContains. (= time:intervalDuring)"@x-gmeow-english ;
                                                      skos:example "ex:lunchBreak gmeow:intervalDuring ex:workday ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the intervals share a start (use gmeow:intervalStarts) or end (use gmeow:intervalFinishes); DURING requires both endpoints strictly inside. Distinct from gmeow:periodPartOf, which nests NamedPeriods, not intervals."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Assert from the inner interval to the enclosing one; transitive, so it chains through nested intervals, and the inverse gmeow:intervalContains follows (= time:intervalDuring)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use when one interval falls strictly inside another with both endpoints interior — a break within a workday, an episode within an era, with no shared boundary."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/intervalFinishedBy
<https://blackcatinformatics.ca/gmeow/intervalFinishedBy> rdf:type owl:ObjectProperty ;
                                                          owl:inverseOf <https://blackcatinformatics.ca/gmeow/intervalFinishes> ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                          rdfs:label "interval finished by"@x-gmeow-english ;
                                                          skos:definition "Allen FINISHED-BY: inverse of gmeow:intervalFinishes. (= time:intervalFinishedBy)"@x-gmeow-english ;
                                                          skos:example "ex:project gmeow:intervalFinishedBy ex:finalSprint ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it directly when gmeow:intervalFinishes already states the relation; prefer the forward direction and read this as its inverse."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Let it follow by inversion from gmeow:intervalFinishes; NOT transitive (= time:intervalFinishedBy)."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use in projections rooted on the longer interval to state a shorter co-finishing interval ends with it — the inverse view of a shared end."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/intervalFinishes
<https://blackcatinformatics.ca/gmeow/intervalFinishes> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                        rdfs:label "interval finishes"@x-gmeow-english ;
                                                        skos:definition "Allen FINISHES: this interval and the related interval end together, and this one began later. NOT transitive. Inverse of gmeow:intervalFinishedBy. (= time:intervalFinishes)"@x-gmeow-english ;
                                                        skos:example "ex:finalSprint gmeow:intervalFinishes ex:project ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the intervals also share their start (use gmeow:intervalStarts) or are fully co-extensive (use gmeow:intervalCoincidesWith); FINISHES is the shared-end-only case and is NOT transitive."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Assert from the shorter, co-finishing interval to the longer one; the inverse gmeow:intervalFinishedBy follows automatically (= time:intervalFinishes)."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use when two intervals share an end instant but the subject began later — a closing sub-span (final sprint, last act) that ends with its enclosing span."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/intervalMeets
<https://blackcatinformatics.ca/gmeow/intervalMeets> rdf:type owl:ObjectProperty ;
                                                     owl:inverseOf <https://blackcatinformatics.ca/gmeow/intervalMetBy> ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                     rdfs:label "interval meets"@x-gmeow-english ;
                                                     skos:definition "Allen MEETS: this interval ends exactly when the related interval begins. NOT transitive. Inverse of gmeow:intervalMetBy. (= time:intervalMeets)"@x-gmeow-english ;
                                                     skos:example "ex:pleistocene gmeow:intervalMeets ex:holocene ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when there is a gap (use gmeow:intervalBefore) or any overlap (use gmeow:intervalOverlaps); MEETS is the exact-touch case only, and it is NOT transitive."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Assert between two abutting gmeow:TimeInterval individuals; the inverse gmeow:intervalMetBy follows automatically (= time:intervalMeets)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use when one interval ends exactly where the next begins with no gap and no overlap — adjacent reigns, consecutive epochs sharing a boundary instant."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/intervalMetBy
<https://blackcatinformatics.ca/gmeow/intervalMetBy> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                     rdfs:label "interval met by"@x-gmeow-english ;
                                                     skos:definition "Allen MET-BY: inverse of gmeow:intervalMeets. (= time:intervalMetBy)"@x-gmeow-english ;
                                                     skos:example "ex:holocene gmeow:intervalMetBy ex:pleistocene ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it directly when gmeow:intervalMeets already states the adjacency; prefer the forward direction and read this as its inverse."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Let it follow by inversion from gmeow:intervalMeets; NOT transitive (= time:intervalMetBy)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use in projections rooted on the later interval to state it begins exactly where another ends — the inverse view of an exact-touch boundary."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/intervalOverlappedBy
<https://blackcatinformatics.ca/gmeow/intervalOverlappedBy> rdf:type owl:ObjectProperty ;
                                                            owl:inverseOf <https://blackcatinformatics.ca/gmeow/intervalOverlaps> ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                            rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                            rdfs:label "interval overlapped by"@x-gmeow-english ;
                                                            skos:definition "Allen OVERLAPPED-BY: inverse of gmeow:intervalOverlaps. (= time:intervalOverlappedBy)"@x-gmeow-english ;
                                                            skos:example "ex:secondReign gmeow:intervalOverlappedBy ex:firstReign ."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it directly when gmeow:intervalOverlaps already states the overlap; prefer the forward direction and read this as its inverse."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Let it follow by inversion from gmeow:intervalOverlaps; NOT transitive (= time:intervalOverlappedBy)."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use in projections rooted on the later-starting interval to state it is partially overlapped from before — the inverse view of partial overlap."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/intervalOverlaps
<https://blackcatinformatics.ca/gmeow/intervalOverlaps> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                        rdfs:label "interval overlaps"@x-gmeow-english ;
                                                        skos:definition "Allen OVERLAPS: this interval begins before and ends during the related interval. NOT transitive. Inverse of gmeow:intervalOverlappedBy. (= time:intervalOverlaps)"@x-gmeow-english ;
                                                        skos:example "ex:firstReign gmeow:intervalOverlaps ex:secondReign ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when one interval wholly contains the other (use gmeow:intervalContains/gmeow:intervalDuring) or they merely touch (use gmeow:intervalMeets); OVERLAPS is the proper-partial case and is NOT transitive."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Assert from the earlier-starting interval to the later one; the inverse gmeow:intervalOverlappedBy follows automatically (= time:intervalOverlaps)."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use when one interval starts before another and ends partway into it — partial overlap with a shared middle stretch but distinct start and end."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/intervalStartedBy
<https://blackcatinformatics.ca/gmeow/intervalStartedBy> rdf:type owl:ObjectProperty ;
                                                         owl:inverseOf <https://blackcatinformatics.ca/gmeow/intervalStarts> ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                         rdfs:label "interval started by"@x-gmeow-english ;
                                                         skos:definition "Allen STARTED-BY: inverse of gmeow:intervalStarts. (= time:intervalStartedBy)"@x-gmeow-english ;
                                                         skos:example "ex:employment gmeow:intervalStartedBy ex:probation ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it directly when gmeow:intervalStarts already states the relation; prefer the forward direction and read this as its inverse."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Let it follow by inversion from gmeow:intervalStarts; NOT transitive (= time:intervalStartedBy)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use in projections rooted on the longer interval to state a shorter co-starting interval begins with it — the inverse view of a shared start."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/intervalStarts
<https://blackcatinformatics.ca/gmeow/intervalStarts> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                      rdfs:label "interval starts"@x-gmeow-english ;
                                                      skos:definition "Allen STARTS: this interval and the related interval begin together, and this one ends first. NOT transitive. Inverse of gmeow:intervalStartedBy. (= time:intervalStarts)"@x-gmeow-english ;
                                                      skos:example "ex:probation gmeow:intervalStarts ex:employment ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the intervals also share their end (use gmeow:intervalFinishes) or are fully co-extensive (use gmeow:intervalCoincidesWith); STARTS is the shared-start-only case and is NOT transitive."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Assert from the shorter, co-starting interval to the longer one; the inverse gmeow:intervalStartedBy follows automatically (= time:intervalStarts)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use when two intervals share a start instant but the subject ends first — an initial sub-span (probation, trial period) that begins with its enclosing span."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/invitationEvent
<https://blackcatinformatics.ca/gmeow/invitationEvent> rdf:type owl:ObjectProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/EventInvitation> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                       rdfs:label "invitation event"@x-gmeow-english ;
                                                       skos:definition "The event being invited to."@x-gmeow-english ;
                                                       skos:example "ex:standupInvite gmeow:invitationEvent ex:standupEvent ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting more than one (it is functional — one event per invitation) and avoid pointing it at a schedule; an invitation is to a concrete occurrence, not to a recurrence generator."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:Event; pair with gmeow:invitationInvitee for the recipients and the status properties for the response state."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the one gmeow:Event a reified invitation concerns — the target the invitee is being asked to attend."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/invitationInvitee
<https://blackcatinformatics.ca/gmeow/invitationInvitee> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/EventInvitation> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                         rdfs:label "invitation invitee"@x-gmeow-english ;
                                                         skos:definition "An agent invited to the event. Non-functional: a joint invitation may name several invitees."@x-gmeow-english ;
                                                         skos:example "ex:standupInvite gmeow:invitationInvitee ex:lillith ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for the organizer (model that as the inviting party / agreement role) and avoid forcing one value — a joint invitation may list several invitees, so it is non-functional."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Attach one or more gmeow:Agent invitees; each invitee's own response lives on gmeow:rsvpStatus, distinct from the organizer's gmeow:invitationStatus."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name an agent on the receiving end of an invitation — the invitee whose gmeow:rsvpStatus records their response."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/invitationStatus
<https://blackcatinformatics.ca/gmeow/invitationStatus> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/EventInvitation> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/InvitationStatus> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                        rdfs:label "invitation status"@x-gmeow-english ;
                                                        skos:definition "The current status of the invitation as set by the organizer — needs-action, accepted, declined, tentative."@x-gmeow-english ;
                                                        skos:example "ex:standupInvite gmeow:invitationStatus gmeow:invitationStatusAccepted ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for the invitee's own response (that is gmeow:rsvpStatus) — the two views may disagree and both coexist; never collapse them onto one property."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Set a gmeow:InvitationStatus value for the organizer's record; carry the invitee's parallel claim on gmeow:rsvpStatus and standpoint-index either when contested."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the ORGANIZER's view of an invitation's state — the iTIP PARTSTAT the calendar owner tracks for each invitee."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/invoiceAmount
<https://blackcatinformatics.ca/gmeow/invoiceAmount> rdf:type owl:ObjectProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Invoice> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/MonetaryAmount> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                     rdfs:label "invoice amount"@x-gmeow-english ;
                                                     skos:definition "The total monetary amount requested by the invoice, expressed as a MonetaryAmount. Functional: an invoice has one canonical total amount."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/invoiceIssuer
<https://blackcatinformatics.ca/gmeow/invoiceIssuer> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Invoice> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                     rdfs:label "invoice issuer"@x-gmeow-english ;
                                                     skos:definition "The agent that issued the invoice. Non-functional: a jointly issued invoice has several co-equal issuers."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/invoiceRecipient
<https://blackcatinformatics.ca/gmeow/invoiceRecipient> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Invoice> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                        rdfs:label "invoice recipient"@x-gmeow-english ;
                                                        skos:definition "The agent that is being billed. Non-functional: a jointly billed party has several recipients."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/invoiceStatus
<https://blackcatinformatics.ca/gmeow/invoiceStatus> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Invoice> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/InvoiceStatus> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                     rdfs:label "invoice status"@x-gmeow-english ;
                                                     skos:definition "The status of an invoice, drawn from the open InvoiceStatus value vocabulary. Non-functional: an invoice may progress through several statuses over time."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/isAbout
<https://blackcatinformatics.ca/gmeow/isAbout> rdf:type owl:ObjectProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                               rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/tags> ;
                                               rdfs:label "is about"@x-gmeow-english ;
                                               skos:definition "Aboutness — a resource is about another resource. Distinct from typing (rdf:type) and from tagging (gmeow:hasTag): aboutness is a semantic subject-matter relation, tagging is a user-applied label, and typing is an ontological classification. Non-functional."@x-gmeow-english ;
                                               skos:example "ex:report gmeow:isAbout ex:climateChange ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the link is an informal keyword (use gmeow:hasTag, which is disjoint with this) or an ontological classification (use rdf:type); aboutness is subject-matter, not a folksonomy label."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:isAbout from the carrier to its subject entity; keep tagging on gmeow:hasTag and typing on rdf:type so the three axes stay orthogonal, with the trichotomy enforced in SHACL and tests."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record what a resource is genuinely about — its subject matter — when that is a semantic relation to another entity rather than an informal label or a classification."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/isAwareOf
<https://blackcatinformatics.ca/gmeow/isAwareOf> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/cognition> ;
                                                 rdfs:label "is aware of"@x-gmeow-english ;
                                                 skos:definition "Faintest level of the knowledge spectrum: the agent has encountered the subject and knows it exists, without necessarily knowing facts about it. Entailed by every deeper level (knowsAbout, understands, hasMastered) and by gmeow:hasSkill."@x-gmeow-english ;
                                                 skos:example "ex:lillith gmeow:isAwareOf ex:quantumComputing ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it directly when a deeper level holds (assert that level and let it entail this one), avoid it for propositional belief about a claim (that is the epistemics slice), and avoid it for the 'can do' axis (that is gmeow:hasSkill)."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Assert the deepest level that truly holds and read the shallower ones by subproperty entailment; carry whose-knowledge and how-deep as a vantage-indexed claim on the statement layer when it is contested or attributed."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/pairsWith> <https://blackcatinformatics.ca/gmeow/KnowledgeProficiency> ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the shallowest objectual knowledge relation — the agent has merely encountered a subject and knows it exists — or to query every agent at that depth or deeper, since the deeper levels entail it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/isHostedBy
<https://blackcatinformatics.ca/gmeow/isHostedBy> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                  rdfs:label "is hosted by"@x-gmeow-english ;
                                                  skos:definition "Relates a reference frame to the entity that hosts it — the entity whose existence bounds the frame's existence. A local grid is hosted by its building; a robot base frame by its robot; a mental reference frame by its perceiver (person, animal, or AI agent). When the host ceases to exist, the hosted frame deactivates (destruction event or existenceInterval end). Non-functional: contested authorship or multi-agent shared frames may have multiple host claims that coexist (Principle 9)."@x-gmeow-english ;
                                                  skos:example "ex:siteGrid gmeow:isHostedBy ex:building ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it merely to flag that a host is required (that is gmeow:requiresHost) and avoid forcing a single host for shared frames (Principle 9)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:isHostedBy at the hosting Entity; when the host ceases to exist the frame deactivates via its lifecycle interval."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to relate a reference frame to the entity whose existence bounds it — a building, robot, or perceiver; non-functional, so shared/contested host claims coexist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/isReferencedBy
<https://blackcatinformatics.ca/gmeow/isReferencedBy> rdf:type owl:ObjectProperty ;
                                                      owl:inverseOf <https://blackcatinformatics.ca/gmeow/references> ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/citations> ;
                                                      rdfs:label "is referenced by"@x-gmeow-english ;
                                                      skos:definition "A related resource that references, cites, or otherwise points to the described resource. Inverse of gmeow:references."@x-gmeow-english ;
                                                      skos:example "ex:originalMessage gmeow:isReferencedBy ex:reply ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it directly when gmeow:references already states the forward link (let it follow by inversion) and avoid using it for typed citations, where a gmeow:CitationAct carries the intent and locus."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Prefer asserting gmeow:references and read gmeow:isReferencedBy as its inverse; state it explicitly only in target-rooted projections where the inverse direction is the natural one to write."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use when traversing or projecting from a resource to the things that point at it — back-references in a message thread or citation graph — reading the inverse direction of gmeow:references."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/isRequiredBy
<https://blackcatinformatics.ca/gmeow/isRequiredBy> rdf:type owl:ObjectProperty ;
                                                    owl:inverseOf <https://blackcatinformatics.ca/gmeow/requires> ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                    rdfs:label "is required by"@x-gmeow-english ;
                                                    skos:definition "A related resource that requires the described resource to support its function, delivery, or coherence. Inverse of gmeow:requires."@x-gmeow-english ;
                                                    skos:example "ex:runtimeLibrary gmeow:isRequiredBy ex:userGuide ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it directly when modelling from the dependent side — prefer gmeow:requires and read this inverse."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Prefer asserting gmeow:requires from the dependent work and read gmeow:isRequiredBy by inversion."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the reverse direction — naming what depends on this resource to function or be delivered."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/isResultOf
<https://blackcatinformatics.ca/gmeow/isResultOf> rdf:type owl:ObjectProperty ;
                                                  owl:inverseOf <https://blackcatinformatics.ca/gmeow/observationResult> ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Observation> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                  rdfs:label "is result of"@x-gmeow-english ;
                                                  skos:definition "Relates an entity (typically an observation result such as a quantity, coordinate set, or quality value) back to the Observation that produced it — the explicit provenance axis of the value×unit/frame×determinacy×provenance bundle (ScalarQuantity alias precedent). Domain is gmeow:Entity (universal, matching the range of observationResult) so any result type can carry provenance. Non-functional: a result entity may be produced by multiple observations (e.g. a consensus value derived from several readings), and those claims coexist rather than collapse."@x-gmeow-english ;
                                                  skos:example "ex:temp22 gmeow:isResultOf ex:reading ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it where you can state gmeow:observationResult instead (prefer the observation-rooted direction and read this as its inverse), and avoid forcing one producer — a consensus value legitimately is the result of several observations."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Reach for it in result-rooted projections; the isResultOf∘hasReferenceFrame property chain then propagates the observation's frame onto the result, so a frame engine can query all values in a given frame without re-framing each one."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use from a result value (quantity, coordinate set, quality value) to name the Observation that produced it — the result-rooted direction of the provenance edge, and the chain that lets a result inherit its observation's reference frame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/itemOffered
<https://blackcatinformatics.ca/gmeow/itemOffered> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Offering> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                   rdfs:label "item offered"@x-gmeow-english ;
                                                   skos:definition "The item an offering provides — a gmeow:ServiceOffering, a product, or any entity. Projects to schema:itemOffered."@x-gmeow-english ;
                                                   skos:example "ex:hostingOffer gmeow:itemOffered ex:hostingService ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid attaching it to the provider (the provider is gmeow:offeringProvider) and avoid using it as the offer node itself — the item is the thing the gmeow:Offering wraps."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:itemOffered on the gmeow:Offering to the offered entity, pairing it with gmeow:offeringProvider; a service item is a gmeow:ServiceOffering carrying gmeow:serviceType."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name what a gmeow:Offering provides — a gmeow:ServiceOffering, a product, or any entity being offered."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/journalEntryPostings
<https://blackcatinformatics.ca/gmeow/journalEntryPostings> rdf:type owl:ObjectProperty ;
                                                            owl:inverseOf <https://blackcatinformatics.ca/gmeow/postingJournalEntry> ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/JournalEntry> ;
                                                            rdfs:range <https://blackcatinformatics.ca/gmeow/Posting> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                            rdfs:label "journal entry postings"@x-gmeow-english ;
                                                            skos:definition "The postings that compose a journal entry. Non-functional: a journal entry has at least two postings (SHACL-enforced)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/jurisdiction
<https://blackcatinformatics.ca/gmeow/jurisdiction> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Identifier> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Location> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                    rdfs:label "jurisdiction"@x-gmeow-english ;
                                                    skos:definition "The legal or regulatory jurisdiction of a specific identifier (e.g., company registration jurisdiction) — a country, state, province, or other gmeow:Location. Non-functional: different identifiers may carry different jurisdictions."@x-gmeow-english ;
                                                    skos:example "ex:acmeRegistration gmeow:jurisdiction ex:ontario ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid carrying jurisdiction on the organization itself (it qualifies the specific identifier, since different codes have different jurisdictions) and avoid a flat place name — point at a structured gmeow:Location."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:jurisdiction on the gmeow:Identifier node referencing a gmeow:Location, alongside gmeow:identifierScheme and gmeow:identifierValue."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the legal or regulatory jurisdiction a gmeow:Identifier was issued under — the country, state, or province governing a company-registration code."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/jurisdictionDeterminacy
<https://blackcatinformatics.ca/gmeow/jurisdictionDeterminacy> rdf:type owl:ObjectProperty ;
                                                               rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasDeterminacy> ;
                                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/JurisdictionTenure> ;
                                                               rdfs:range <https://blackcatinformatics.ca/gmeow/Determinacy> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                               rdfs:label "jurisdiction determinacy"@x-gmeow-english ;
                                                               skos:definition "The ontic determinacy model of this jurisdiction claim — crisp (well-defined border), vague (approximate boundary), fuzzy (probabilistic membership), or disputed (competing claims). Non-functional: sources may disagree on determinacy, and those claims coexist."@x-gmeow-english ;
                                                               skos:example "ex:jt gmeow:jurisdictionDeterminacy gmeow:determinacyDisputed ."@x-gmeow-english ;
                                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating it with epistemic confidence (a separate axis) — this records the nature of the boundary/claim."@x-gmeow-english ;
                                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:jurisdictionDeterminacy to a gmeow:Determinacy individual; sources may disagree and those claims coexist."@x-gmeow-english ;
                                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the ontic determinacy model of a jurisdiction claim — crisp, vague, fuzzy, or disputed; a subproperty of gmeow:hasDeterminacy, non-functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/jurisdictionPlace
<https://blackcatinformatics.ca/gmeow/jurisdictionPlace> rdf:type owl:ObjectProperty ,
                                                                  owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/JurisdictionTenure> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/Place> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "jurisdiction place"@x-gmeow-english ;
                                                         skos:definition "The place whose governance is recorded by this JurisdictionTenure. Functional: a tenure concerns exactly one place (constitutive of the situation's identity)."@x-gmeow-english ;
                                                         skos:example "ex:jt gmeow:jurisdictionPlace ex:crimea ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid governing several places in one tenure (mint one per place)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:jurisdictionPlace per JurisdictionTenure."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the single place a jurisdiction tenure governs; functional, constitutive of the situation's identity."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/jurisdictionPolity
<https://blackcatinformatics.ca/gmeow/jurisdictionPolity> rdf:type owl:ObjectProperty ,
                                                                   owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/JurisdictionTenure> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "jurisdiction polity"@x-gmeow-english ;
                                                          skos:definition "The governing polity (state, administrative body, or organization) that held jurisdiction over the place during this tenure. Functional: a single tenure has exactly one governing polity."@x-gmeow-english ;
                                                          skos:example "ex:jt gmeow:jurisdictionPolity ex:stateA ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid multiple polities on one tenure — competing sovereignty is multiple standpoint-indexed tenures (Principle 9)."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:jurisdictionPolity per JurisdictionTenure (an Agent)."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the single governing polity (state, administrative body, organization) of a jurisdiction tenure; functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/keyScheme
<https://blackcatinformatics.ca/gmeow/keyScheme> rdf:type owl:ObjectProperty ,
                                                          owl:FunctionalProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/CryptographicKey> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/KeyScheme> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                                 rdfs:label "key scheme"@x-gmeow-english ;
                                                 skos:definition "The scheme/format of a cryptographic key (one of the gmeow:KeyScheme individuals). Functional: a key has exactly one scheme — a key of a different scheme is a different key."@x-gmeow-english ;
                                                 skos:example "ex:lillithKey gmeow:keyScheme gmeow:keySchemePGP ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the signing algorithm (use the literal gmeow:keyAlgorithm) and avoid asserting two schemes on one key — it is functional, so a key in a different scheme is a different key."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Point the key at exactly one seeded gmeow:KeyScheme individual; carry the source-variable algorithm and material on their own non-functional literal properties."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name a key's format — OpenPGP, X.509, SSH, Nostr — by pointing it at a gmeow:KeyScheme individual so consumers can route or align it by scheme."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/knowledgeProficiencyAgent
<https://blackcatinformatics.ca/gmeow/knowledgeProficiencyAgent> rdf:type owl:ObjectProperty ,
                                                                          owl:FunctionalProperty ;
                                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/KnowledgeProficiency> ;
                                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/cognition> ;
                                                                 rdfs:label "knowledge proficiency agent"@x-gmeow-english ;
                                                                 skos:definition "The agent whose depth of knowledge a knowledge-proficiency expresses. Functional — constitutive of the proficiency."@x-gmeow-english ;
                                                                 skos:example "ex:lillithPythonKP gmeow:knowledgeProficiencyAgent ex:lillith ."@x-gmeow-english ;
                                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it as a generic agent link (the flat spectrum's domain is already the agent) and avoid attaching it to anything but a gmeow:KnowledgeProficiency; it names a relator player, not a direct fact."@x-gmeow-english ;
                                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:knowledgeProficiencyAgent once per relator (functional, constitutive), pairing it with gmeow:knowledgeProficiencySubject to fix the two essential players of the knowing relation."@x-gmeow-english ;
                                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind the agent player of a gmeow:KnowledgeProficiency relator — whose knowing the proficiency reifies."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/knowledgeProficiencyInterval
<https://blackcatinformatics.ca/gmeow/knowledgeProficiencyInterval> rdf:type owl:ObjectProperty ;
                                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/KnowledgeProficiency> ;
                                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/cognition> ;
                                                                    rdfs:label "knowledge proficiency interval"@x-gmeow-english ;
                                                                    skos:definition "The interval over which a knowledge-proficiency held; closing it (rather than deleting) records lapsed knowledge (Principle 10). Non-functional. Lighter cases use gmeow:validFrom/validUntil on the statement."@x-gmeow-english ;
                                                                    skos:example "ex:lillithPythonKP gmeow:knowledgeProficiencyInterval ex:2020to2024 ."@x-gmeow-english ;
                                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for the lighter case where a single validity span suffices (use gmeow:validFrom / gmeow:validUntil on the statement instead) and avoid ever deleting a relator to express forgetting — close the interval or set gmeow:displayable false."@x-gmeow-english ;
                                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:knowledgeProficiencyInterval at a gmeow:TimeInterval (non-functional — several spans may attach); close the interval to suppress lapsed knowledge while keeping what the agent knew when as a query (Principle 10)."@x-gmeow-english ;
                                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind the temporal-scope player of a gmeow:KnowledgeProficiency relator when the period a depth held is itself first-class — and to record lapsed knowledge by CLOSING the interval rather than deleting the proficiency (Principle 10)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/knowledgeProficiencyLevel
<https://blackcatinformatics.ca/gmeow/knowledgeProficiencyLevel> rdf:type owl:ObjectProperty ,
                                                                          owl:FunctionalProperty ;
                                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/KnowledgeProficiency> ;
                                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/KnowledgeLevel> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/cognition> ;
                                                                 rdfs:label "knowledge proficiency level"@x-gmeow-english ;
                                                                 skos:definition "The attained ordinal depth of a knowledge-proficiency (a gmeow:KnowledgeLevel: knowledgeAware ≺ knowledgeKnowsAbout ≺ knowledgeUnderstands ≺ knowledgeMastered). Functional."@x-gmeow-english ;
                                                                 skos:example "ex:lillithPythonKP gmeow:knowledgeProficiencyLevel gmeow:knowledgeUnderstands ."@x-gmeow-english ;
                                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid pointing it at a gmeow:ProficiencyScale (that is the scale role) and avoid ordering relators by it; only the gmeow:KnowledgeLevel values are ordered, by gmeow:deeperThan — relators are never ordered by it."@x-gmeow-english ;
                                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:knowledgeProficiencyLevel once per relator (functional) to a gmeow:KnowledgeLevel individual, and pair it with gmeow:knowledgeProficiencyScale so the level is read against the right framework (native, Bloom's, SOLO, Dreyfus)."@x-gmeow-english ;
                                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind the attained-depth player of a gmeow:KnowledgeProficiency relator — a gmeow:KnowledgeLevel value on whichever gmeow:knowledgeProficiencyScale the relator cites."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/knowledgeProficiencyScale
<https://blackcatinformatics.ca/gmeow/knowledgeProficiencyScale> rdf:type owl:ObjectProperty ,
                                                                          owl:FunctionalProperty ;
                                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/KnowledgeProficiency> ;
                                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/ProficiencyScale> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/cognition> ;
                                                                 rdfs:label "knowledge proficiency scale"@x-gmeow-english ;
                                                                 skos:definition "The framework a knowledge-proficiency level is measured on (the native gmeow:KnowledgeLevel scale, or Bloom's revised / SOLO / Dreyfus as alternates) — a gmeow:ProficiencyScale value (kernel). Functional."@x-gmeow-english ;
                                                                 skos:example "ex:lillithPythonKP gmeow:knowledgeProficiencyScale gmeow:scaleKnowledgeDepth ."@x-gmeow-english ;
                                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid pointing it at a gmeow:KnowledgeLevel (that is the level role) and avoid enforcing one canonical framework; no taxonomy is privileged (Principle 6), and cross-framework correspondence is a soft ledger, not an axiom (Principle 12)."@x-gmeow-english ;
                                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:knowledgeProficiencyScale once per relator (functional) to a gmeow:ProficiencyScale individual; pair it with gmeow:knowledgeProficiencyLevel and read the level against this scale — the alignment ledger handles any cross-scale reading solver-side."@x-gmeow-english ;
                                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind the rating-framework player of a gmeow:KnowledgeProficiency relator — the gmeow:ProficiencyScale (kernel) its level is read against, defaulting to the native gmeow:scaleKnowledgeDepth and switching to Bloom's revised / SOLO / Dreyfus when a stated taxonomy is cited."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/knowledgeProficiencySubject
<https://blackcatinformatics.ca/gmeow/knowledgeProficiencySubject> rdf:type owl:ObjectProperty ,
                                                                            owl:FunctionalProperty ;
                                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/KnowledgeProficiency> ;
                                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/cognition> ;
                                                                   rdfs:label "knowledge proficiency subject"@x-gmeow-english ;
                                                                   skos:definition "The subject a knowledge-proficiency concerns (open range gmeow:Entity: a topic, person, place, or event). Functional — constitutive."@x-gmeow-english ;
                                                                   skos:example "ex:lillithPythonKP gmeow:knowledgeProficiencySubject ex:python ."@x-gmeow-english ;
                                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for a proposition the agent believes (that is the epistemics slice — cognition is objectual, not propositional) and avoid attaching it outside a gmeow:KnowledgeProficiency relator."@x-gmeow-english ;
                                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:knowledgeProficiencySubject once per relator (functional), pairing it with gmeow:knowledgeProficiencyAgent; keep the subject a distinct entity, never a claim about it."@x-gmeow-english ;
                                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind the subject player of a gmeow:KnowledgeProficiency relator — the topic, person, place, or event the knowing is directed at (open range gmeow:Entity)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/knowsAbout
<https://blackcatinformatics.ca/gmeow/knowsAbout> rdf:type owl:ObjectProperty ;
                                                  rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/isAwareOf> ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/cognition> ;
                                                  rdfs:label "knows about"@x-gmeow-english ;
                                                  skos:definition "Second level of the knowledge spectrum: the agent knows facts about the subject and can describe it — familiarity, not yet working comprehension. The exactMatch anchor for schema:knowsAbout. Entails gmeow:isAwareOf; entailed by gmeow:understands, gmeow:hasMastered and gmeow:hasSkill."@x-gmeow-english ;
                                                  skos:example "ex:lillith gmeow:knowsAbout ex:rdfSemantics ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the agent genuinely comprehends and can apply the subject (use gmeow:understands) and avoid conflating descriptive familiarity with the 'can do' competence axis (gmeow:hasSkill)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:knowsAbout from the agent to the subject; it entails gmeow:isAwareOf automatically, and is itself entailed when a deeper level or a skill is asserted."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/pairsWith> <https://blackcatinformatics.ca/gmeow/KnowledgeProficiency> ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use when the agent knows facts about a subject and can describe it — familiarity beyond mere awareness — and as the schema:knowsAbout export anchor."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/knowsLanguage
<https://blackcatinformatics.ca/gmeow/knowsLanguage> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Language> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                     rdfs:label "knows language"@x-gmeow-english ;
                                                     skos:definition "Relates an agent to a language it knows. Non-functional. The leveled, per-skill detail is carried by the reified gmeow:LanguageProficiency."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/knowsThat
<https://blackcatinformatics.ca/gmeow/knowsThat> rdf:type owl:ObjectProperty ;
                                                 rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/believes> ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/epistemics> ;
                                                 rdfs:label "knows that"@x-gmeow-english ;
                                                 skos:definition "An agent knows that a proposition holds — justified, standpoint-true belief held from a vantage. THE KEYSTONE: gmeow:knowsThat rdfs:subPropertyOf gmeow:believes, so asserting knowsThat materialises believes (knowledge entails belief); the reverse never holds. knowsThat is NON-FACTIVE: it carries no truth commitment and no isTrue axiom — it is a vantage-indexed CLAIM that (belief and truth-per-frame and justification) holds, never a global verdict. The reasoner never promotes justified-true-belief to knowledge; that judgement, and any Gettier defeater, is solver work (Principle 12). Range OPEN, like gmeow:believes. Justification grounds land in a sibling child."@x-gmeow-english ;
                                                 skos:example "ex:alice gmeow:knowsThat ex:earthIsRound ."@x-gmeow-english ;
                                                 skos:scopeNote "No factive knows: unlike SUMO/CYC knows, asserting gmeow:knowsThat commits the proposition true in NO global model — truth is per-frame (gmeow:standpointModality / gmeow:claimModality, standpoint slice). The only entailment is the safe one: knowsThat implies believes."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid reading it as a factive 'knows X is true' verdict — it is NON-FACTIVE, a vantage-indexed claim with no isTrue axiom; promotion of justified-true-belief to knowledge and any Gettier defeater is solver work (Principle 12), never a reasoner entailment, and truth stays per-frame on gmeow:standpointModality / gmeow:claimModality."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Point the agent at the proposition or reified statement; carry truth-per-frame on gmeow:standpointModality / gmeow:accordingTo of the holding statement, leave the justification grounds to a sibling child, and rely only on the safe entailment knowsThat ⊑ believes — never on a global truth bit."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record justified, standpoint-true belief held from a vantage — the keystone knowledge-that attitude; asserting it materialises gmeow:believes (knowledge entails belief), so reach for it only when the holding is justified, not merely held."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/languageModality
<https://blackcatinformatics.ca/gmeow/languageModality> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Language> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/LanguageModality> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                        rdfs:label "language modality"@x-gmeow-english ;
                                                        skos:definition "The sensory/transmission modality/modalities of a language (gmeow:LanguageModality individuals). Non-functional — many languages are multimodal (spoken and written)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/languageOrigin
<https://blackcatinformatics.ca/gmeow/languageOrigin> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Language> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/LanguageOrigin> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                      rdfs:label "language origin"@x-gmeow-english ;
                                                      skos:definition "The origin kind(s) of a language (gmeow:LanguageOrigin individuals). Non-functional — a contact language may be both creole and mixed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/languageStatus
<https://blackcatinformatics.ca/gmeow/languageStatus> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Language> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/LanguageStatus> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                      rdfs:label "language status"@x-gmeow-english ;
                                                      skos:definition "The vitality status of a language (a gmeow:LanguageStatus value). Non-functional: source classifications coexist; period carried with gmeow:validFrom/validUntil on the statement."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/ledgerAccountCurrency
<https://blackcatinformatics.ca/gmeow/ledgerAccountCurrency> rdf:type owl:ObjectProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/LedgerAccount> ;
                                                             rdfs:range <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                             rdfs:label "ledger account currency"@x-gmeow-english ;
                                                             skos:definition "The currency(ies) in which the ledger account tracks balances. Non-functional: a single logical ledger account may track several currency buckets (multi-currency bookkeeping). The functional constraint moves to individual Posting relators."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/ledgerAccountHolder
<https://blackcatinformatics.ca/gmeow/ledgerAccountHolder> rdf:type owl:ObjectProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/LedgerAccount> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                           rdfs:label "ledger account holder"@x-gmeow-english ;
                                                           skos:definition "The agent that holds the ledger account. Non-functional: a jointly maintained ledger account has several co-equal holders."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/ledgerAccountType
<https://blackcatinformatics.ca/gmeow/ledgerAccountType> rdf:type owl:ObjectProperty ,
                                                                  owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/LedgerAccount> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/LedgerAccountType> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                         rdfs:label "ledger account type"@x-gmeow-english ;
                                                         skos:definition "The kind of ledger account — one of the open LedgerAccountType values (asset, liability, equity, revenue, expense). Functional: a ledger account has one canonical type."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOperand
<https://blackcatinformatics.ca/gmeow/leftOperand> rdf:type owl:ObjectProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/AtomicConstraint> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                   rdfs:label "left operand"@x-gmeow-english ;
                                                   skos:definition "The dimension an atomic constraint tests — one of the gmeow:LeftOperand values (odrl:leftOperand). Functional."@x-gmeow-english ;
                                                   skos:example "ex:until2030 gmeow:leftOperand gmeow:leftOpDateTime ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid giving one atomic constraint several operands (it is functional) and avoid a free-text dimension; reference a gmeow:LeftOperand value."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:leftOperand once per AtomicConstraint (functional) to a gmeow:LeftOperand value, paired with gmeow:constraintOperator and gmeow:rightOperand."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the dimension an atomic constraint tests (the odrl:leftOperand) — dateTime, spatial, count, purpose, recipient, … — by referencing a gmeow:LeftOperand value."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/legalIdentifier
<https://blackcatinformatics.ca/gmeow/legalIdentifier> rdf:type owl:ObjectProperty ;
                                                       rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasIdentifier> ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Organization> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/Identifier> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                       rdfs:label "legal identifier"@x-gmeow-english ;
                                                       skos:definition "Relates an organization to a legal identifier — a LEI, ROR ID, company-registration number, or other scheme-specific code. The scheme is declared via gmeow:identifierScheme on the Identifier node. Non-functional: an organization may have several legal identifiers."@x-gmeow-english ;
                                                       skos:example "ex:acme gmeow:legalIdentifier ex:acmeLei ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for non-legal codes (use gmeow:industryClassification for NAICS/ISIC, or the generic gmeow:hasIdentifier) and avoid declaring the scheme on the organization — it belongs on the gmeow:Identifier node."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Mint a gmeow:Identifier, set its gmeow:identifierScheme (e.g. \"lei\") and gmeow:identifierValue, optionally gmeow:jurisdiction, then attach with gmeow:legalIdentifier and let gmeow:hasIdentifier follow by subsumption."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach a legal-registration gmeow:Identifier to an organization — a LEI, ROR ID, or company-registration number — the org-scoped specialization of gmeow:hasIdentifier."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/levelScale
<https://blackcatinformatics.ca/gmeow/levelScale> rdf:type owl:ObjectProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/ProficiencyLevel> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/ProficiencyScale> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                  rdfs:label "level scale"@x-gmeow-english ;
                                                  skos:definition "The scale a proficiency-level individual belongs to (e.g. cefrB2 levelScale scaleCEFR). Functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/lexicalItemLanguage
<https://blackcatinformatics.ca/gmeow/lexicalItemLanguage> rdf:type owl:ObjectProperty ,
                                                                    owl:FunctionalProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/LexicalItem> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/Language> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                           rdfs:label "lexical item language"@x-gmeow-english ;
                                                           skos:definition "The primary language of a lexical item. Functional: one language per item (polyglot items are modeled as separate items linked by translation)."@x-gmeow-english ;
                                                           skos:example "ex:wordWater gmeow:lexicalItemLanguage ex:english ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting more than one language (it is functional) — model a polyglot or borrowed item as separate items per language linked by an EtymologicalDerivation or translation."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:lexicalItemLanguage once from the item to a gmeow:Language individual from the languages slice; mint a distinct item for each language a form belongs to."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use to fix the single primary language, variety, or state of a lexical item."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/licenseFamily
<https://blackcatinformatics.ca/gmeow/licenseFamily> rdf:type owl:ObjectProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/License> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/LicenseFamily> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                     rdfs:label "license family"@x-gmeow-english ;
                                                     skos:definition "The family a licence belongs to — one of the gmeow:LicenseFamily values. Functional."@x-gmeow-english ;
                                                     skos:example "ex:gplLicense gmeow:licenseFamily gmeow:licenseFamilyCopyleft ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it as the precise licence identity (that is gmeow:spdxLicenseId) and avoid a free-text family; reference a gmeow:LicenseFamily value, which mirrors but never duplicates the config.py import policy."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:licenseFamily once per License (functional) to a gmeow:LicenseFamily value alongside the precise gmeow:spdxLicenseId."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to classify a licence into its family — public-domain, Creative Commons, permissive, copyleft, proprietary, or dual — for coarse-grained filtering and policy decisions."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/licensedWork
<https://blackcatinformatics.ca/gmeow/licensedWork> rdf:type owl:ObjectProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/License> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/InformationObject> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                    rdfs:label "licensed work"@x-gmeow-english ;
                                                    skos:definition "The work a licence grants rights in. Functional."@x-gmeow-english ;
                                                    skos:example "ex:ccByLicense gmeow:licensedWork ex:dataset ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid binding several works to one licence (it is functional — each licensed work has its own License relator, or one shared SPDX-identified licence is referenced per work) and avoid using it as the asset-to-licence link, which is gmeow:hasLicense."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:licensedWork once per License (functional) to the gmeow:InformationObject it covers, mirroring the work's gmeow:hasLicense."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind the work a licence grants rights in to the gmeow:License relator — the work-side player of the licence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/licensee
<https://blackcatinformatics.ca/gmeow/licensee> rdf:type owl:ObjectProperty ;
                                                rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasParty> ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/License> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                rdfs:label "licensee"@x-gmeow-english ;
                                                skos:definition "The party receiving a licence (odrl:assignee). A specialisation of gmeow:hasParty. Absent on an open / public licence offered to everyone."@x-gmeow-english ;
                                                skos:example "ex:enterpriseLicense gmeow:licensee ex:acmeCorp ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid setting it for an open public licence offered to everyone (leave it absent) and avoid minting a separate receiving-party model; this specialises gmeow:hasParty."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Add one or more gmeow:licensee agents to a License (non-functional) for a party-specific grant; omit it for a public CC/open-source offer that anyone may accept."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the party receiving a licence (the odrl:assignee) when a grant is to a specific agent — the licence-scoped specialisation of gmeow:hasParty."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/licensor
<https://blackcatinformatics.ca/gmeow/licensor> rdf:type owl:ObjectProperty ;
                                                rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasParty> ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/License> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                rdfs:label "licensor"@x-gmeow-english ;
                                                skos:definition "The party granting a licence (odrl:assigner). A specialisation of gmeow:hasParty. Non-functional: a licence may be granted jointly."@x-gmeow-english ;
                                                skos:example "ex:ccByLicense gmeow:licensor ex:blackcat ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting a separate granting-party model (this specialises gmeow:hasParty) and avoid conflating the licensor with the copyright holder; a licensor may grant on a holder's behalf."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Add one or more gmeow:licensor agents to a License (non-functional for joint grants); pair with gmeow:licensee for a named recipient, or omit the licensee for an open public offer."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the party granting a licence (the odrl:assigner) — the licence-scoped specialisation of gmeow:hasParty."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/linkAntecedent
<https://blackcatinformatics.ca/gmeow/linkAntecedent> rdf:type owl:ObjectProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/CausalLink> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                      rdfs:label "link antecedent"@x-gmeow-english ;
                                                      skos:definition "The causing kind. Functional and mandatory (SHACL); distinct from the consequent (SHACL — nothing type-causes itself)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/linkConsequent
<https://blackcatinformatics.ca/gmeow/linkConsequent> rdf:type owl:ObjectProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/CausalLink> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                      rdfs:label "link consequent"@x-gmeow-english ;
                                                      skos:definition "The caused kind. Functional and mandatory (SHACL)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/linkNext
<https://blackcatinformatics.ca/gmeow/linkNext> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/CausalLink> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/CausalLink> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                rdfs:label "link next"@x-gmeow-english ;
                                                skos:definition "The next link in a cascade walk. NOT functional (a link may feed branches; a branching failure tree is one cascade entry with diverging walks) and NOT transitive — reachability is solver work. Acyclic (SHACL): no link reaches itself through linkNext."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/listArchive
<https://blackcatinformatics.ca/gmeow/listArchive> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                   rdfs:range owl:Thing ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                   rdfs:label "list archive"@x-gmeow-english ;
                                                   skos:definition "An archive URI for the mailing list this message was distributed through (RFC 2369 List-Archive). Non-functional: multiple URIs may be listed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/listHelp
<https://blackcatinformatics.ca/gmeow/listHelp> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                rdfs:range owl:Thing ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                rdfs:label "list help"@x-gmeow-english ;
                                                skos:definition "A help URI for the mailing list this message was distributed through (RFC 2369 List-Help). Non-functional: multiple URIs may be listed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/listOwner
<https://blackcatinformatics.ca/gmeow/listOwner> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/EmailAddress> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                 rdfs:label "list owner"@x-gmeow-english ;
                                                 skos:definition "The owner or administrator email address of the mailing list this message was distributed through (RFC 2369 List-Owner). Non-functional: multiple addresses may be listed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/listSubscribe
<https://blackcatinformatics.ca/gmeow/listSubscribe> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                     rdfs:range owl:Thing ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                     rdfs:label "list subscribe"@x-gmeow-english ;
                                                     skos:definition "A subscription URI for the mailing list this message was distributed through (RFC 2369 List-Subscribe). Non-functional: multiple URIs may be listed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/listUnsubscribe
<https://blackcatinformatics.ca/gmeow/listUnsubscribe> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                       rdfs:range owl:Thing ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                       rdfs:label "list unsubscribe"@x-gmeow-english ;
                                                       skos:definition "An unsubscription URI for the mailing list this message was distributed through (RFC 2369 List-Unsubscribe). Non-functional: multiple URIs may be listed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/locatedAt
<https://blackcatinformatics.ca/gmeow/locatedAt> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Location> ;
                                                 owl:propertyChainAxiom ( <https://blackcatinformatics.ca/gmeow/locatedAt>
                                                                          <https://blackcatinformatics.ca/gmeow/containedInLocation>
                                                                        ) ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                 rdfs:label "located at"@x-gmeow-english ;
                                                 skos:definition "Relates an entity to a location it is situated at, resides in, or occurs at — geographic, virtual, or storage."@x-gmeow-english ;
                                                 skos:example "ex:lillith gmeow:locatedAt ex:office ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for digital bytes resting in a store (use the narrower gmeow:storedIn) and avoid for mereological place-in-place containment (use gmeow:containedInPlace)."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:locatedAt to the most specific Location; enclosing locations are derived by the property chain, so do not also assert every ancestor by hand."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to situate any entity at a geographic, virtual, or storage location; location propagates up the containment ladder via the locatedAt ∘ containedInLocation chain."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/logicConstraintMember
<https://blackcatinformatics.ca/gmeow/logicConstraintMember> rdf:type owl:ObjectProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/LogicalConstraint> ;
                                                             rdfs:range <https://blackcatinformatics.ca/gmeow/Constraint> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                             rdfs:label "logic constraint member"@x-gmeow-english ;
                                                             skos:definition "A member constraint combined by a logical constraint (odrl:operand). Non-functional: a logical constraint combines two or more."@x-gmeow-english ;
                                                             skos:example "ex:euAndUntil2030 gmeow:logicConstraintMember ex:inEu, ex:until2030 ."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it to condition a rule (that is gmeow:ruleConstraint) and avoid a single-member logical constraint; a combination has two or more members."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Add two or more gmeow:logicConstraintMember links from a LogicalConstraint to its parts (non-functional), under a single gmeow:constraintLogic operator."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use to add a member constraint to a boolean combination (the odrl:operand) — each member is itself a gmeow:AtomicConstraint or a nested gmeow:LogicalConstraint."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mailboxOfAccount
<https://blackcatinformatics.ca/gmeow/mailboxOfAccount> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Mailbox> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/OnlineAccount> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                        rdfs:label "mailbox of account"@x-gmeow-english ;
                                                        skos:definition "Relates a mailbox to the online account that holds it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/maintenanceStatus
<https://blackcatinformatics.ca/gmeow/maintenanceStatus> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/Project> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/MaintenanceStatus> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                         rdfs:label "maintenance status"@x-gmeow-english ;
                                                         skos:definition "The maintenance status of a project — a value from the open gmeow:MaintenanceStatus vocabulary. Non-functional: competing assessments coexist (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/makesOffer
<https://blackcatinformatics.ca/gmeow/makesOffer> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Offering> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                  rdfs:label "makes offer"@x-gmeow-english ;
                                                  skos:definition "Relates an agent to an offering it makes. Non-functional. Projects to schema:makesOffer."@x-gmeow-english ;
                                                  skos:example "ex:acme gmeow:makesOffer ex:hostingOffer ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid pointing it at a raw item (the item is the gmeow:itemOffered inside the gmeow:Offering) and avoid carrying provider on it — the provider is gmeow:offeringProvider on the Offering."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Assert one gmeow:makesOffer triple per gmeow:Offering the agent makes; the Offering then names its gmeow:itemOffered and gmeow:offeringProvider."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to relate an agent to a gmeow:Offering it makes — the entry point into the offerings surface."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/manifestedAsType
<https://blackcatinformatics.ca/gmeow/manifestedAsType> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Hazard> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                        rdfs:label "manifested as type"@x-gmeow-english ;
                                                        skos:definition "The feared kind of event — what this hazard's manifestation would BE, were it to occur. Range is gmeow:EventType, never gmeow:Event: the type level is where counterfactuals live without machinery. NOT functional, at least one (SHACL): a hazard may threaten several manifestation kinds."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mapsFrame
<https://blackcatinformatics.ca/gmeow/mapsFrame> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/TimeMapping> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                 rdfs:label "maps frame"@x-gmeow-english ;
                                                 skos:definition "The source ReferenceFrame that a TimeMapping maps from."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mapsFromSpan
<https://blackcatinformatics.ca/gmeow/mapsFromSpan> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/TimeMapping> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/MusicalTimeSpan> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                    rdfs:label "maps from span"@x-gmeow-english ;
                                                    skos:definition "An optional source MusicalTimeSpan when the mapping is scoped to a specific span rather than the whole frame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mapsToFrame
<https://blackcatinformatics.ca/gmeow/mapsToFrame> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/TimeMapping> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                   rdfs:label "maps to frame"@x-gmeow-english ;
                                                   skos:definition "The target ReferenceFrame that a TimeMapping maps to."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mapsToSpan
<https://blackcatinformatics.ca/gmeow/mapsToSpan> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/TimeMapping> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/MusicalTimeSpan> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                  rdfs:label "maps to span"@x-gmeow-english ;
                                                  skos:definition "An optional target MusicalTimeSpan when the mapping is scoped to a specific span rather than the whole frame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/maximViolationType
<https://blackcatinformatics.ca/gmeow/maximViolationType> rdf:type owl:ObjectProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/MaximViolationType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                          rdfs:label "maxim violation type"@x-gmeow-english ;
                                                          skos:definition "The type of conversational maxim violated in a deceptive event (quality, quantity, relation, manner). Solver-layer classification (Principle 12)."@x-gmeow-english ;
                                                          skos:example "ex:palter gmeow:maximViolationType gmeow:maximViolationQuantity ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid expecting the reasoner to derive the violation (it is a solver-layer classification, Principle 12) and avoid forcing one value — paltering legitimately violates both Quantity and Relation."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Attach one or more gmeow:MaximViolationType individuals to the deceptive event; let a solver assign them from the held/projected divergence rather than asserting the maxim violation as an entailed fact."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to classify which Gricean maxim a deceptive gmeow:Event breaches — naming a gmeow:MaximViolationType individual; non-functional, so an event that violates several maxims carries each."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mayFollow
<https://blackcatinformatics.ca/gmeow/mayFollow> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/MusicalSegment> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/MusicalSegment> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                 rdfs:label "may follow"@x-gmeow-english ;
                                                 skos:definition "A directed allowed-successor link between mobile-form fragments. The fragment graph is data interpreted by fnTraverseMobileForm; no transitive, symmetric, or chain axiom is asserted (Principle 12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/measuredDate
<https://blackcatinformatics.ca/gmeow/measuredDate> rdf:type owl:ObjectProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/TemporalMeasurement> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Instant> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                    rdfs:label "measured date"@x-gmeow-english ;
                                                    skos:definition "The absolute date instant yielded by a temporal measurement. Semantically plays the observationResult role for TemporalMeasurement, but is NOT asserted as rdfs:subPropertyOf gmeow:observationResult because gmeow:Instant (gufo:AbstractIndividual) is not a subclass of gmeow:Entity (gufo:Endurant), the range of gmeow:observationResult. Projection-layer alignment to time:hasTime lives in the mapping DSL."@x-gmeow-english ;
                                                    skos:example "ex:strataDate gmeow:measuredDate ex:boundaryInstant ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for elapsed-time results (use gmeow:measuredAge) and do not expect it to behave as gmeow:observationResult — it deliberately is not a subproperty, since gmeow:Instant is disjoint from gmeow:Entity under gUFO."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Point it at a single gmeow:Instant (its frame and granularity ride the Instant); on a period measurement this lets the periodStart chain infer the period's start without an explicit assertion."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use when a measurement yields an absolute calendar instant rather than an elapsed age — and, on a gmeow:NamedPeriod's measurement, to drive the gmeow:periodStart property chain."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/measurementDeterminacy
<https://blackcatinformatics.ca/gmeow/measurementDeterminacy> rdf:type owl:ObjectProperty ;
                                                              rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasDeterminacy> ;
                                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/TemporalMeasurement> ;
                                                              rdfs:range <https://blackcatinformatics.ca/gmeow/Determinacy> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                              rdfs:label "measurement determinacy"@x-gmeow-english ;
                                                              skos:definition "The ontic determinacy model of a temporal measurement — crisp, vague, fuzzy, probabilistic, or disputed. Bridges to gmeow:hasDeterminacy (rdfs:subPropertyOf) so generic consumers can query determinacy uniformly across all domains."@x-gmeow-english ;
                                                              skos:example "ex:charcoalDate gmeow:measurementDeterminacy gmeow:determinacyProbabilistic ."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating it with the numeric error bar (gmeow:measurementUncertainty) or with epistemic confidence; determinacy is the nature of the value, an axis orthogonal to how large the uncertainty is (P9)."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Reference one gmeow:Determinacy individual; the rdfs:subPropertyOf gmeow:hasDeterminacy bridge exposes it to generic determinacy queries, while the solver layer does the fuzzy/probabilistic math (P12)."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use to declare the ontic determinacy model of a dating result — a radiocarbon date is probabilistic, a stratigraphic boundary often vague — queryable through the gmeow:hasDeterminacy bridge."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/measurementMethod
<https://blackcatinformatics.ca/gmeow/measurementMethod> rdf:type owl:ObjectProperty ;
                                                         rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observationMethod> ;
                                                         rdf:type owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/TemporalMeasurement> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/DatingMethod> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                         rdfs:label "measurement method"@x-gmeow-english ;
                                                         skos:definition "The dating method used for a temporal measurement. Bridges to gmeow:observationMethod (rdfs:subPropertyOf) so generic consumers can query all observations by method without knowing the domain."@x-gmeow-english ;
                                                         skos:example "ex:charcoalDate gmeow:measurementMethod gmeow:datingMethodRadiocarbon ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting two methods on one measurement (functional — exactly one) and avoid using a free-text method name; reference a seeded gmeow:DatingMethod individual."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Set one gmeow:DatingMethod individual; the rdfs:subPropertyOf gmeow:observationMethod bridge lets domain-neutral consumers query every observation by method without knowing it is a dating method."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record which gmeow:DatingMethod produced a gmeow:TemporalMeasurement — the technique behind the age, queryable through the gmeow:observationMethod bridge."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/medium
<https://blackcatinformatics.ca/gmeow/medium> rdf:type owl:ObjectProperty ;
                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                              rdfs:range <https://blackcatinformatics.ca/gmeow/CarrierMedium> ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                              rdfs:label "medium"@x-gmeow-english ;
                                              skos:definition "The material or physical carrier of a creative work. A value from the open gmeow:CarrierMedium vocabulary."@x-gmeow-english ;
                                              skos:example "ex:myCopy gmeow:medium gmeow:mediumPrint ."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid confusing it with the publishable format (gmeow:hasManifestationFormat — 'paperback' vs its 'print' medium) and avoid using it to climb the WEMI spine."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Point the work or carrier at a gmeow:CarrierMedium individual; for a single copy, pair with gmeow:hasCarrier on the gmeow:Item."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the material substrate of a creative work or copy — print, e-ink, optical disc, server object; the dcterms:medium bridge."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/meets
<https://blackcatinformatics.ca/gmeow/meets> rdf:type owl:ObjectProperty ;
                                             owl:inverseOf <https://blackcatinformatics.ca/gmeow/metBy> ;
                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                             rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                             rdfs:label "meets"@x-gmeow-english ;
                                             skos:definition "Allen MEETS: this event ends exactly when the related event begins (no gap, no overlap). NOT transitive. Inverse of gmeow:metBy. (= time:intervalMeets; TimeML IBEFORE / immediately-before; TEO meets.)"@x-gmeow-english ;
                                             skos:example "ex:ceremony gmeow:meets ex:reception ."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it when there is a gap (use gmeow:before) or an overlap (gmeow:overlaps); meets is NOT transitive, so do not expect a derived chain across three abutting events."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:meets between the abutting gmeow:Event occurrences and read gmeow:metBy as its inverse; no transitive closure follows by design."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use when one event ends exactly when the next begins, with no gap and no overlap — a ceremony abutting its reception (the Allen MEETS link)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/memberOf
<https://blackcatinformatics.ca/gmeow/memberOf> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/Organization> ;
                                                owl:propertyChainAxiom ( <https://blackcatinformatics.ca/gmeow/memberOf>
                                                                         <https://blackcatinformatics.ca/gmeow/subOrganizationOf>
                                                                       ) ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                rdfs:label "member of"@x-gmeow-english ;
                                                skos:definition "Relates an agent to an organization it belongs to. The flat shortcut (Principle 4); membership propagates up the organizational part/whole hierarchy via the property chain with gmeow:subOrganizationOf, so a department member is a member of the containing organization. Non-functional and standpoint-indexable — contested memberships coexist (Principle 9). Projects to schema:memberOf / org:memberOf."@x-gmeow-english ;
                                                skos:example "ex:alice gmeow:memberOf ex:acme ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it where role or period matter (promote to a gmeow:Membership relator) and avoid asserting the department-to-parent membership by hand — the property chain with gmeow:subOrganizationOf infers it."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Assert one gmeow:memberOf triple per affiliation; carry contested claims with gmeow:accordingTo on the statement, and promote to gmeow:Membership when the membership itself must bear role, post, or interval."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the direct, flat fact that an agent belongs to an organization when role, post, period, and evidence need not be first-class."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipAuthority
<https://blackcatinformatics.ca/gmeow/membershipAuthority> rdf:type owl:ObjectProperty ;
                                                           rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/vantage> ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/VersionMembership> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/versions> ;
                                                           rdfs:label "membership authority"@x-gmeow-english ;
                                                           skos:definition "The agent or standpoint that asserts this version membership and its role — a project maintainer, a package registry, a publisher, a curator, or a self-asserting individual. NON-FUNCTIONAL: competing authority claims coexist without privilege (Principle 9). When the claim is promoted from a flat statement annotation, gmeow:accordingTo becomes the membershipAuthority of the relator."@x-gmeow-english ;
                                                           skos:example "ex:m1 gmeow:membershipAuthority ex:pypi ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid privileging one authority's claim over another (Principle 9); model each authority's view as its own membership rather than overwriting, and keep this property non-functional."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Set the asserting gmeow:Agent here; when promoting a flat statement, carry its gmeow:accordingTo onto this property as the relator's authority."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the agent or standpoint that vouches for a membership and its role — the registry, maintainer, publisher, or curator whose claim it is, so that rival authorities can be told apart."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipCollection
<https://blackcatinformatics.ca/gmeow/membershipCollection> rdf:type owl:ObjectProperty ,
                                                                     owl:FunctionalProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                            rdfs:range <https://blackcatinformatics.ca/gmeow/PitchCollection> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                            rdfs:label "membership collection"@x-gmeow-english ;
                                                            skos:definition "The pitch collection that this membership relator belongs to. Functional per relator: one collection per membership."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipContext
<https://blackcatinformatics.ca/gmeow/membershipContext> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "membership context"@x-gmeow-english ;
                                                         skos:definition "An optional context or standpoint that scopes this membership — e.g. an ascent/descent passage, a theoretical tradition, or an analytical framework. Non-functional: a membership may be asserted in multiple contexts."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipInterval
<https://blackcatinformatics.ca/gmeow/membershipInterval> rdf:type owl:ObjectProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/VersionMembership> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/versions> ;
                                                          rdfs:label "membership interval"@x-gmeow-english ;
                                                          skos:definition "The time interval over which this version membership / role claim holds. A relator carries its period this way (matching gmeow:usageInterval, gmeow:taggingInterval, gmeow:relationshipInterval) rather than via gmeow:duringInterval, which is reserved for gufo:Situation-based time-scoped relations."@x-gmeow-english ;
                                                          skos:example "ex:m1 gmeow:membershipInterval ex:y2024to2025 ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid gmeow:duringInterval here (that is reserved for gufo:Situation-based relations) and avoid mutating an interval to flip a role; close the old membership and mint a fresh one (Principle 10)."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Point it at a gmeow:TimeInterval; when a role changes, leave the old membership with its closed interval and add a new membership for the new period."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bound a membership / role claim in time — the window over which a version held 'latest', 'stable', or 'deprecated' according to its authority."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipMember
<https://blackcatinformatics.ca/gmeow/membershipMember> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Membership> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                        rdfs:label "membership member"@x-gmeow-english ;
                                                        skos:definition "The agent whose membership a gmeow:Membership reifies. Functional — a membership concerns one member (the relator's member role); the flat gmeow:memberOf is the agent→organization shortcut, this connects the reified relator to its member so role and period can be carried."@x-gmeow-english ;
                                                        skos:example "ex:emp gmeow:membershipMember ex:alice ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it as the flat affiliation edge (that is gmeow:memberOf) and avoid attaching it to anything but a gmeow:Membership; it names a relator player, not a direct fact."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:membershipMember once per Membership (functional) to the agent, pairing it with gmeow:membershipOrganization; add gmeow:hasRole, gmeow:fillsPost, and the period on the same relator."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind the member player of a gmeow:Membership — the agent whose affiliation the relator reifies, so role and period can be carried on it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipOrganization
<https://blackcatinformatics.ca/gmeow/membershipOrganization> rdf:type owl:ObjectProperty ,
                                                                       owl:FunctionalProperty ;
                                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/Membership> ;
                                                              rdfs:range <https://blackcatinformatics.ca/gmeow/Organization> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                              rdfs:label "membership organization"@x-gmeow-english ;
                                                              skos:definition "The organization a gmeow:Membership is in. Functional — a membership concerns one organization (which may be a department, i.e. a gmeow:subOrganizationOf a larger org)."@x-gmeow-english ;
                                                              skos:example "ex:emp gmeow:membershipOrganization ex:acmeFinance ."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it as the flat affiliation edge (that is gmeow:memberOf) and avoid attaching it to anything but a gmeow:Membership; point it at a department directly when the membership is departmental."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:membershipOrganization once per Membership (functional), pairing it with gmeow:membershipMember; target a gmeow:subOrganizationOf department directly so the property chain infers membership in the parent organization."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind the organization player of a gmeow:Membership — which organization (or department) the reified affiliation is in."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipPitch
<https://blackcatinformatics.ca/gmeow/membershipPitch> rdf:type owl:ObjectProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/PitchValue> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "membership pitch"@x-gmeow-english ;
                                                       skos:definition "The pitch value that is a member of the collection in this membership. Functional per relator: one pitch per membership."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipRole
<https://blackcatinformatics.ca/gmeow/membershipRole> rdf:type owl:ObjectProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/CollectionMemberRole> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                      rdfs:label "membership role"@x-gmeow-english ;
                                                      skos:definition "The role the pitch plays in this collection (tonic/finalis, vādī, samvādī, ghammāz, ascent-only, descent-only, ornamental, or generic member). Functional per relator: one role per membership."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/memoryKind
<https://blackcatinformatics.ca/gmeow/memoryKind> rdf:type owl:ObjectProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/MemoryItem> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/MemoryKind> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                  rdfs:label "memory kind"@x-gmeow-english ;
                                                  skos:definition "The cognitive register of this memory item (open vocabulary): episodic, semantic, working, procedural."@x-gmeow-english ;
                                                  skos:example "ex:m1 gmeow:memoryKind gmeow:memoryKindSemantic ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting several registers on one item (it is functional — one item, one register) and avoid using it for salience or recency (those ride the statement-level gmeow:importanceLevel and the statement clocks, not a second property)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Assert exactly one gmeow:memoryKind per MemoryItem at a gmeow:MemoryKind individual; mint a fresh register if a needed one is not seeded, since the vocabulary is open."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to classify the cognitive register of a gmeow:MemoryItem — episodic, semantic, working, or procedural — from the gmeow:MemoryKind vocabulary."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/memoryOf
<https://blackcatinformatics.ca/gmeow/memoryOf> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/MemoryItem> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                rdfs:label "memory of"@x-gmeow-english ;
                                                skos:definition "The agent whose memory holds this item."@x-gmeow-english ;
                                                skos:example "ex:m1 gmeow:memoryOf ex:lillith ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for the claim's own subject or vantage (memoryOf is the rememberer, not what the claim is about); the same claim may be one agent's memory and another's input."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:memoryOf at the remembering gmeow:Agent alongside gmeow:memoryKind; a claim remembered by several agents is several MemoryItem roles, one per rememberer."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind a gmeow:MemoryItem to the gmeow:Agent whose memory holds it — the remembering subject of the memory role."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mentalProcessType
<https://blackcatinformatics.ca/gmeow/mentalProcessType> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/MentalProcess> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/MentalProcessType> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/mentation> ;
                                                         rdfs:label "mental process type"@x-gmeow-english ;
                                                         skos:definition "The kind of a mental process — a gmeow:MentalProcessType value (gmeow:processPerception, gmeow:processReasoning, gmeow:processDreaming, …). NOT functional: a single occurrence may carry several type values (a reverie that is both imagining and mind-wandering). Mirrors gmeow:eventType."@x-gmeow-english ;
                                                         skos:example "ex:morningReasoning gmeow:mentalProcessType gmeow:processReasoning, gmeow:processDeliberation ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid expecting it to be single-valued (it is NOT functional — a reverie may be both imagining and mind-wandering) and avoid encoding the kind as a subclass of gmeow:MentalProcess (Principle 9, no overtyping)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Attach one or more gmeow:MentalProcessType individuals to the process; combine several values when an episode genuinely spans kinds, and reserve true subclassing for gmeow:Experience and own-slice reparents."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to tag the kind(s) of a gmeow:MentalProcess with gmeow:MentalProcessType values — the value-vocabulary alternative to subclassing, mirroring gmeow:eventType."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mentionedIn
<https://blackcatinformatics.ca/gmeow/mentionedIn> rdf:type owl:ObjectProperty ;
                                                   owl:inverseOf <https://blackcatinformatics.ca/gmeow/mentions> ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Note> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notes> ;
                                                   rdfs:label "mentioned in"@x-gmeow-english ;
                                                   skos:definition "The inverse of mentions: an entity is mentioned in a note — the backlink view. Materialized by projection or inference, never hand-maintained."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mentions
<https://blackcatinformatics.ca/gmeow/mentions> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Note> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notes> ;
                                                rdfs:label "mentions"@x-gmeow-english ;
                                                skos:definition "A note mentions another entity (typically another note or a resource) — the source of a directed backlink edge. Non-functional: a note may mention many entities. Kept cardinality-free for DL regularity; the inverse mentionedIn provides the backlink view."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mergeBase
<https://blackcatinformatics.ca/gmeow/mergeBase> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Merge> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Commit> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                 rdfs:label "merge base"@x-gmeow-english ;
                                                 skos:definition "The common ancestor commit from which a merge operation derives — the best common ancestor of the source and target branches. Non-functional: in complex merge scenarios there may be multiple candidates."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mergeSource
<https://blackcatinformatics.ca/gmeow/mergeSource> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Merge> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Ref> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                   rdfs:label "merge source"@x-gmeow-english ;
                                                   skos:definition "The source ref (branch or tag) being merged in a merge event. Non-functional: octopus merges may have multiple sources."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mergeTarget
<https://blackcatinformatics.ca/gmeow/mergeTarget> rdf:type owl:ObjectProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Merge> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Ref> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                   rdfs:label "merge target"@x-gmeow-english ;
                                                   skos:definition "The target ref (branch or tag) into which a merge event merges the source. Functional: a merge has exactly one target ref."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/metBy
<https://blackcatinformatics.ca/gmeow/metBy> rdf:type owl:ObjectProperty ;
                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                             rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                             rdfs:label "met by"@x-gmeow-english ;
                                             skos:definition "Allen MET-BY: this event begins exactly when the related event ends; inverse of gmeow:meets. (= time:intervalMetBy; TimeML IAFTER; TEO metBy.)"@x-gmeow-english ;
                                             skos:example "ex:reception gmeow:metBy ex:ceremony ."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it when there is a gap (gmeow:after) or overlap (gmeow:overlappedBy); prefer asserting gmeow:meets and reading this as its inverse. Not transitive."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:meets in the natural direction and read gmeow:metBy as its inverse; no closure is derived."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use when one event begins exactly when the prior event ends — the Allen MET-BY link, the inverse view of gmeow:meets."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/meterCarrier
<https://blackcatinformatics.ca/gmeow/meterCarrier> rdf:type owl:ObjectProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/MeterAssignment> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                    rdfs:label "meter carrier"@x-gmeow-english ;
                                                    skos:definition "The entity (voice, performer, or part) that carries the assigned meter."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/metricStructureOf
<https://blackcatinformatics.ca/gmeow/metricStructureOf> rdf:type owl:ObjectProperty ,
                                                                  owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/MetricStructure> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "metric structure of"@x-gmeow-english ;
                                                         skos:definition "The entity (a work, section, or voice) whose metric cycle this MetricStructure defines."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mitigationCounters
<https://blackcatinformatics.ca/gmeow/mitigationCounters> rdf:type owl:ObjectProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/Mitigation> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/RiskFactor> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                          rdfs:label "mitigation counters"@x-gmeow-english ;
                                                          skos:definition "What the measure is set against — a gmeow:RiskFactor: a CausalLink (a bowtie barrier on the chain) or a Hazard (a control at the source). NOT functional, at least one (SHACL)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mitigationMeasure
<https://blackcatinformatics.ca/gmeow/mitigationMeasure> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/Mitigation> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                         rdfs:label "mitigation measure"@x-gmeow-english ;
                                                         skos:definition "The countermeasure — a norm that forbids the antecedent conduct, a procedure that interrupts the chain, a design control. Range intentionally open across extension worlds. NOT functional, at least one (SHACL)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mitigationStatus
<https://blackcatinformatics.ca/gmeow/mitigationStatus> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Mitigation> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/MitigationStatus> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                        rdfs:label "mitigation status"@x-gmeow-english ;
                                                        skos:definition "The mitigation's lifecycle status. NOT functional design review: lifecycle is mutable and source-variable — status-over-time rides validFrom/validUntil on the statement, and single-valuedness per base graph is SHACL's job. Open vocabulary (sh:nodeKind sh:IRI, never sh:in)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/modulationFromFrame
<https://blackcatinformatics.ca/gmeow/modulationFromFrame> rdf:type owl:ObjectProperty ,
                                                                    owl:FunctionalProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/MetricModulation> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/MusicalTimeFrame> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "modulation from frame"@x-gmeow-english ;
                                                           skos:definition "The source MusicalTimeFrame of a MetricModulation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/modulationToFrame
<https://blackcatinformatics.ca/gmeow/modulationToFrame> rdf:type owl:ObjectProperty ,
                                                                  owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/MetricModulation> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/MusicalTimeFrame> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "modulation to frame"@x-gmeow-english ;
                                                         skos:definition "The target MusicalTimeFrame of a MetricModulation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/moreSevereThan
<https://blackcatinformatics.ca/gmeow/moreSevereThan> rdf:type owl:ObjectProperty ,
                                                               owl:TransitiveProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/SeverityLevel> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/SeverityLevel> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                      rdfs:label "more severe than"@x-gmeow-english ;
                                                      skos:definition "Orders severity levels. Transitive ON LEVELS ONLY (the gmeow:coarserThan / gmeow:strongerThan pattern) — cascades themselves are never ordered transitively."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/motifKind
<https://blackcatinformatics.ca/gmeow/motifKind> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Motif> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/MotifKind> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                 rdfs:label "motif kind"@x-gmeow-english ;
                                                 skos:definition "The motif's kind(s). NOT functional — readings coexist (Principle 9). Open vocabulary (sh:nodeKind sh:IRI)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/motifOccursIn
<https://blackcatinformatics.ca/gmeow/motifOccursIn> rdf:type owl:ObjectProperty ;
                                                     rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/narratedIn> ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Motif> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/ContentSegment> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                     rdfs:label "motif occurs in"@x-gmeow-english ;
                                                     skos:definition "An occurrence of the motif in a carrying segment — the narration seam reused (⊑ gmeow:narratedIn, narration seam), inheriting the efficiency discipline: flat by default, promoted to a NarrationUsage only when a vantage disputes the occurrence or a mode matters. NOT functional: 16,002 corpus tag-instances become occurrence edges."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/pairsWith> <https://blackcatinformatics.ca/gmeow/NarrationUsage> .


###  https://blackcatinformatics.ca/gmeow/motivates
<https://blackcatinformatics.ca/gmeow/motivates> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/IntentionalMoment> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/teleology> ;
                                                 rdfs:label "motivates"@x-gmeow-english ;
                                                 skos:definition "Relates a desire, intention, or commitment to an event the agent undertook (at least in part) because of it — the teleological reading of action. NOT functional, and an attributed-motive claim like any other: whose reading of the motive it is rides gmeow:accordingTo on the statement (Principle 9; the deception module's deceptiveIntentClaim is the adversarial special case). Grounds cn:MotivatedByGoal and atomic:xIntent at alignment time."@x-gmeow-english ;
                                                 skos:example "ex:planToShip gmeow:motivates ex:launchPrep ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ,
                                                                                                         <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid stating a motive as a global fact when it is attributed rather than avowed; carry the reading's owner on gmeow:accordingTo (the deception module's deceptiveIntentClaim is the adversarial case), and never make it functional — an event may have several motives."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Link the moment to one or more gmeow:Event individuals and, where the motive is anyone's reading rather than ground truth, attach gmeow:accordingTo on the statement; leave plan search and means-end inference to the solver layer (Principle 12)."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                       <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ,
                                                                                                       <https://blackcatinformatics.ca/gmeow/consumerResearchQueue> ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the teleological reading of an action — the desire, intention, or commitment that (at least partly) explains why an agent undertook an event."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mythFrame
<https://blackcatinformatics.ca/gmeow/mythFrame> rdf:type owl:ObjectProperty ,
                                                          owl:FunctionalProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Myth> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/NarrativeReferenceFrame> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                 rdfs:label "myth frame"@x-gmeow-english ;
                                                 skos:definition "The narrative reference frame under which in-myth claims hold true. Functional: one frame per Myth. In-myth claims are scoped accordingTo this frame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/nameLanguage
<https://blackcatinformatics.ca/gmeow/nameLanguage> rdf:type owl:ObjectProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Appellation> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Language> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                    rdfs:label "name language"@x-gmeow-english ;
                                                    skos:closeMatch <http://www.w3.org/ns/lemon/lime#language> ;
                                                    skos:definition "The first-class gmeow:Language an appellation's surface form is in. Language is ALWAYS a first-class gmeow:Language (registry-INDEPENDENT, self-minted IRI) — never a bare BCP-47 literal; codes (e.g. \"ja\", \"zh\") live on the Language via gmeow:languageCode, so a code-less conlang or AI-minted language names co-equally. FUNCTIONAL — exactly one language per appellation: co-equal multilingual names are modelled as SEPARATE co-equal gmeow:Appellation instances (one per language), never by multi-tagging a single name (that is what keeps naming anti-colonial and symmetric). Drives locale-relative, symmetric display selection — never a ranking of one name above another. The script the form is written in is gmeow:nameScript (bridging to a first-class gmeow:WritingSystem)."@x-gmeow-english ;
                                                    skos:example "ex:yamadaName gmeow:nameLanguage ex:japanese ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid a bare BCP-47 literal (language is always a first-class gmeow:Language carrying its own code) and avoid multi-tagging one appellation with several languages — it is functional, so co-equal multilingual names are separate appellations."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:nameLanguage once per appellation (functional) to a gmeow:Language individual; carry the script with gmeow:nameScript, and never use the language to rank one name above another."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the single first-class gmeow:Language an appellation's surface form is in — driving locale-relative, symmetric display selection."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartType
<https://blackcatinformatics.ca/gmeow/namePartType> rdf:type owl:ObjectProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/NamePart> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                    rdfs:label "name part type"@x-gmeow-english ;
                                                    skos:definition "The kind of a name part (a gmeow:NamePartType value). Functional: a single part has one kind — a part that is both a surname and a patronymic is modelled as two parts."@x-gmeow-english ;
                                                    skos:example "ex:audleySurname gmeow:namePartType gmeow:namePartSurname ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid giving one part two kinds (it is functional — model a part that is both surname and patronymic as two separate parts) and avoid free-text kinds; reference or mint a gmeow:NamePartType individual."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:namePartType once per gmeow:NamePart (functional) to a gmeow:NamePartType individual; if a culture's kind is missing, mint a new value individual rather than reusing an ill-fitting one."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to type a gmeow:NamePart — name which kind of component it is (given, surname, patronymic, nisba, extension, …) by referencing a gmeow:NamePartType value."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePurpose
<https://blackcatinformatics.ca/gmeow/namePurpose> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Appellation> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/NamePurpose> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                   rdfs:label "name purpose"@x-gmeow-english ;
                                                   skos:definition "The intrinsic kind/purpose(s) of an appellation (legal, birth, chosen, professional, deadname, …) — a gmeow:NamePurpose value. Non-functional: a name may be both legal and chosen."@x-gmeow-english ;
                                                   skos:example "ex:chosenName gmeow:namePurpose gmeow:namePurposeChosen, gmeow:namePurposeLegal ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using purpose to rank names (endonym and exonym are co-equal, not preferred-vs-alternate) and avoid the USAGE register here — purpose is intrinsic to the name, register is a fact of the use (gmeow:usageRegister)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Attach one or more gmeow:NamePurpose individuals to an appellation (non-functional — a name may be both legal and chosen); pair a deadname purpose with gmeow:displayable false for suppression."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to tag the intrinsic kind(s) of an appellation — legal, birth, chosen, professional, endonym, exonym, deadname — referencing gmeow:NamePurpose value individuals."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/narratedIn
<https://blackcatinformatics.ca/gmeow/narratedIn> rdf:type owl:ObjectProperty ;
                                                  rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/narrationLink> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/ContentSegment> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                  rdfs:label "narrated in"@x-gmeow-english ;
                                                  skos:definition "Flat 80% seam link, content-side orientation: the diegetic entity or event appears in the segment. The projection-friendly direction — Wikidata P1441 'present in work' is exactly this edge (SSSOM row deferred to the alignment window). Domain intentionally open. NOT the inverse-axiom twin of gmeow:narrates: no owl:inverseOf is asserted, so EL stays clean and either orientation can be used without entailing the other; consumers query both (the connectsTo convention)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/narrates
<https://blackcatinformatics.ca/gmeow/narrates> rdf:type owl:ObjectProperty ;
                                                rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/narrationLink> ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/ContentSegment> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                rdfs:label "narrates"@x-gmeow-english ;
                                                skos:definition "Flat 80% seam link: the segment shows, narrates, or mentions the diegetic entity, event, or situation. Range intentionally open (entities, events, situations, motifs). NOT functional: a chapter narrates many things. Promote to a gmeow:NarrationUsage relator ONLY when mode, vantage, or confidence rides on the link (the efficiency doctrine — flat is the default at corpus scale)."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/pairsWith> <https://blackcatinformatics.ca/gmeow/NarrationUsage> .


###  https://blackcatinformatics.ca/gmeow/narrationLink
<https://blackcatinformatics.ca/gmeow/narrationLink> rdf:type owl:ObjectProperty ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                     rdfs:label "narration link"@x-gmeow-english ;
                                                     skos:definition "The abstract ancestor of the narration seam — any link between carrying text (an InformationObject side: segment, document, panel) and diegetic content (an entity, event, or situation in the story). Never asserted directly: use gmeow:narrates (segment → content) or gmeow:narratedIn (content → segment). Domain- and range-free at this level so media-specific seams (panel, shot, verse) can specialize without re-plumbing."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/narrationMode
<https://blackcatinformatics.ca/gmeow/narrationMode> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/NarrationUsage> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/NarrationMode> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                     rdfs:label "narration mode"@x-gmeow-english ;
                                                     skos:definition "The mode(s) of this narration usage. At least one (SHACL): if you reified, you had a reason. NOT functional: a flashback can also be a dream; coexisting critical readings ride the statement layer (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/narrationSegment
<https://blackcatinformatics.ca/gmeow/narrationSegment> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/NarrationUsage> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/ContentSegment> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                        rdfs:label "narration segment"@x-gmeow-english ;
                                                        skos:definition "The carrying segment. Functional and mandatory (SHACL)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/narrationSubject
<https://blackcatinformatics.ca/gmeow/narrationSubject> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/NarrationUsage> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                        rdfs:label "narration subject"@x-gmeow-english ;
                                                        skos:definition "The narrated diegetic entity, event, or situation. Range intentionally open (the narrates convention). Functional and mandatory (SHACL): one relator per (segment, subject) pair — a chapter narrating four events with modes is four NarrationUsages."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/narrativeFrameLinkRelation
<https://blackcatinformatics.ca/gmeow/narrativeFrameLinkRelation> rdf:type owl:ObjectProperty ,
                                                                           owl:FunctionalProperty ;
                                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/NarrativeFrameLink> ;
                                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/NarrativeFrameRelation> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                                  rdfs:label "narrative frame link relation"@x-gmeow-english ;
                                                                  skos:definition "The relation type (canon, adaptation, crossover, etc.) that holds between the source and target frames in this link. Functional per relator: one relation type per NarrativeFrameLink."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/narrativeFrameLinkSource
<https://blackcatinformatics.ca/gmeow/narrativeFrameLinkSource> rdf:type owl:ObjectProperty ,
                                                                         owl:FunctionalProperty ;
                                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/NarrativeFrameLink> ;
                                                                rdfs:range <https://blackcatinformatics.ca/gmeow/NarrativeReferenceFrame> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                                rdfs:label "narrative frame link source"@x-gmeow-english ;
                                                                skos:definition "The source narrative reference frame in a link. Functional per relator: one source per NarrativeFrameLink."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/narrativeFrameLinkTarget
<https://blackcatinformatics.ca/gmeow/narrativeFrameLinkTarget> rdf:type owl:ObjectProperty ,
                                                                         owl:FunctionalProperty ;
                                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/NarrativeFrameLink> ;
                                                                rdfs:range <https://blackcatinformatics.ca/gmeow/NarrativeReferenceFrame> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                                rdfs:label "narrative frame link target"@x-gmeow-english ;
                                                                skos:definition "The target narrative reference frame in a link. Functional per relator: one target per NarrativeFrameLink."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/narrativeRoleBearer
<https://blackcatinformatics.ca/gmeow/narrativeRoleBearer> rdf:type owl:ObjectProperty ,
                                                                    owl:FunctionalProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/RoleInNarrative> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                           rdfs:label "narrative role bearer"@x-gmeow-english ;
                                                           skos:definition "The frame-scoped character bearing the role. Functional and mandatory (SHACL)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/narrativeRoleScope
<https://blackcatinformatics.ca/gmeow/narrativeRoleScope> rdf:type owl:ObjectProperty ,
                                                                   owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/RoleInNarrative> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/NarrativeScope> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                          rdfs:label "narrative role scope"@x-gmeow-english ;
                                                          skos:definition "What the role is relative to — a CreativeWork, a NarrativeReferenceFrame, or a ContentSegment (grafted under NarrativeScope below). Functional and mandatory (SHACL): protagonist-of-what is half the claim."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/narrativeRoleValue
<https://blackcatinformatics.ca/gmeow/narrativeRoleValue> rdf:type owl:ObjectProperty ,
                                                                   owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/RoleInNarrative> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/NarrativeRole> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                          rdfs:label "narrative role value"@x-gmeow-english ;
                                                          skos:definition "The role borne. Functional: one relator, one role — a character who is both mentor and foil within one scope bears two relators. Open vocabulary (sh:nodeKind sh:IRI, never sh:in)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/narrativeTimeAxis
<https://blackcatinformatics.ca/gmeow/narrativeTimeAxis> rdf:type owl:ObjectProperty ,
                                                                  owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/NarrativeTimeFrame> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/NarrativeTimeAxis> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                         rdfs:label "narrative time axis"@x-gmeow-english ;
                                                         skos:definition "The axis kind of this narrative time frame — discourse time or story time. Functional: a frame measures exactly one axis; a work and its fabula are two frames, not one frame with two moods."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/narrowerTag
<https://blackcatinformatics.ca/gmeow/narrowerTag> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Tag> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Tag> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/tags> ;
                                                   rdfs:label "narrower tag"@x-gmeow-english ;
                                                   skos:definition "A narrower, more specific tag. Inverse of gmeow:broaderTag. Optional."@x-gmeow-english ;
                                                   skos:example "ex:tagAnimal gmeow:narrowerTag ex:tagMammal ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it directly when gmeow:broaderTag (its inverse) is the more natural statement; prefer asserting broader and reading narrower by inversion, and avoid it for associative links (gmeow:relatedTag)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Read it as the inverse of gmeow:broaderTag; assert explicitly only when the broader-to-narrower direction is the one being authored, and let the reasoner mirror the other direction."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use in whole-rooted traversals where stating the narrowing direction is the natural one — a broader tag pointing down to its more specific children."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/nationality
<https://blackcatinformatics.ca/gmeow/nationality> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Person> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Place> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/entities> ;
                                                   rdfs:label "nationality"@x-gmeow-english ;
                                                   skos:definition "The country of a person's nationality (schema:nationality) — a gmeow:Place. The legal/national-identity bond, distinct from where a person currently lives. Non-functional: a person may hold several nationalities; contested cases are standpoint-indexed claims (Principle 9)."@x-gmeow-english ;
                                                   skos:example "ex:lillith gmeow:nationality ex:canada ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for where a person currently lives or is located (model residence/location separately); nationality is the legal bond, not the dwelling place."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Point the person at a country gmeow:Place; it is non-functional, so multiple nationalities coexist, and a contested nationality is carried as a gmeow:accordingTo-indexed standpoint claim rather than a single asserted fact (Principle 9)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record a person's legal national-identity bond to a country — the schema:nationality relation, pointing at a gmeow:Place."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/nativeLanguage
<https://blackcatinformatics.ca/gmeow/nativeLanguage> rdf:type owl:ObjectProperty ;
                                                      rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/knowsLanguage> ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Language> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                      rdfs:label "native language"@x-gmeow-english ;
                                                      skos:definition "Relates an agent to a native (mother-tongue / first) language — a specialization of gmeow:knowsLanguage. Non-functional: a person may have several native languages."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/networkAddressFrame
<https://blackcatinformatics.ca/gmeow/networkAddressFrame> rdf:type owl:ObjectProperty ;
                                                           rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasReferenceFrame> ;
                                                           rdf:type owl:FunctionalProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/NetworkAddress> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                           rdfs:label "network address frame"@x-gmeow-english ;
                                                           skos:definition "The network reference frame in which this address is expressed. Functional: an address is expressed in exactly one frame."@x-gmeow-english ;
                                                           skos:example "ex:siteAddr gmeow:networkAddressFrame gmeow:referenceFrameIPv4 ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid leaving it absent on a promoted NetworkAddress (the frame gate warns) and avoid giving two frames."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Set one gmeow:networkAddressFrame nested under gmeow:referenceFrameInternet via gmeow:parentFrame."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use to declare the single network reference frame in which an address is expressed; functional, a subproperty of gmeow:hasReferenceFrame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/networkAddressType
<https://blackcatinformatics.ca/gmeow/networkAddressType> rdf:type owl:ObjectProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/NetworkAddress> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/NetworkAddressType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "network address type"@x-gmeow-english ;
                                                          skos:definition "The kind of a network address (a gmeow:NetworkAddressType individual). Non-functional: competing classifications coexist (Principle 9)."@x-gmeow-english ;
                                                          skos:example "ex:siteAddr gmeow:networkAddressType gmeow:networkAddressTypeIPv4 ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid encoding the scheme as a NetworkAddress subclass; competing classifications coexist (Principle 9)."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Attach a gmeow:NetworkAddressType individual to the NetworkAddress alongside its gmeow:networkAddressValue."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to classify a network address by its scheme (a gmeow:NetworkAddressType value)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/normBearer
<https://blackcatinformatics.ca/gmeow/normBearer> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Norm> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                  rdfs:label "norm bearer"@x-gmeow-english ;
                                                  skos:definition "An agent the norm binds. NOT functional: a norm may bind several named bearers. ABSENT means the norm binds everyone in its issuer's scope — the gmeow:ruleAssignee convention (rights module), preserved by the graft."@x-gmeow-english ;
                                                  skos:example "ex:n1 gmeow:normBearer ex:dataController ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it when the norm binds everyone (leave it absent — absence means universal scope) and avoid forcing one bearer, since a norm may bind several."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:normBearer to each bound gmeow:Agent; the rights graft's gmeow:ruleAssignee specializes it, so rights-side assignees surface here by inheritance."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name a specific agent a norm binds when the norm targets named bearers rather than everyone in the issuer's scope."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/normCondition
<https://blackcatinformatics.ca/gmeow/normCondition> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Norm> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Condition> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                     rdfs:label "norm condition"@x-gmeow-english ;
                                                     skos:definition "The condition under which this norm applies. NOT functional: several conditions on one norm are an implicit conjunction; use a gmeow:ConditionGroup when the combination logic matters."@x-gmeow-english ;
                                                     skos:example "ex:n1 gmeow:normCondition ex:c1 ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid relying on multiple bare conditions when the combination logic matters (several conditions are an implicit conjunction — use a gmeow:ConditionGroup for any/none/nested trees)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:normCondition from the norm to one or more gmeow:Condition nodes; wrap them in a gmeow:ConditionGroup when you need explicit and/or/not."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the condition(s) under which a norm applies."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/normIssuer
<https://blackcatinformatics.ca/gmeow/normIssuer> rdf:type owl:ObjectProperty ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                  rdfs:label "norm issuer"@x-gmeow-english ;
                                                  skos:definition "The agent or standpoint according to which this norm holds — the constitutional keystone: there is no ought, only ought-according-to. DOMAIN-FREE on purpose: gmeow:systemIssuer specializes this property for NormativeSystems, and a domain of Norm would leak gmeow:Norm typing onto every system through the subproperty design review; issuance applies to norms, systems, and future deontic carriers alike. The range is intentionally open (a gmeow:Agent or a gmeow:Standpoint individual, the accordingTo convention). normIssuer ⊑ gmeow:accordingTo is documented, not axiomatised (accordingTo is an AnnotationProperty; the vantage precedent). NOT functional: co-issued norms (a treaty, a joint policy) carry several issuers, and those claims coexist (Principle 9)."@x-gmeow-english ;
                                                  skos:example "ex:n1 gmeow:normIssuer ex:gdpr ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid omitting it on any modality-bearing norm (SHACL forbids anonymous oughts) and avoid forcing a single issuer — co-issued treaties and joint policies carry several, so keep it non-functional."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:normIssuer at a gmeow:Agent or gmeow:Standpoint individual; it is documented as ⊑ gmeow:accordingTo, so generic standpoint queries see it. For a whole normative system, use the specialization gmeow:systemIssuer."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the agent or standpoint according to which a norm (or system, or future deontic carrier) holds — the constitutional keystone that turns an ought into an ought-according-to."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationSystemFor
<https://blackcatinformatics.ca/gmeow/notationSystemFor> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/NotationSystem> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/Language> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                         rdfs:label "notation system for"@x-gmeow-english ;
                                                         skos:definition "The language(s) a notation system is used for or parasitic on. NON-FUNCTIONAL: a notation may serve multiple languages (e.g. IPA), and domain-specific notations (mathematical, musical) may have no single language target."@x-gmeow-english ;
                                                         skos:example "ex:ipa gmeow:notationSystemFor ex:english, ex:french ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for domain-specific notations (mathematical, musical) that have no single language target — leave it unasserted there — and avoid making it functional, since one notation may serve many languages."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Assert notation gmeow:notationSystemFor language; this is the language-targeted complement of gmeow:hasNotationSystem, used when the notation is the natural subject of the statement."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record which language(s) a notation system encodes or is parasitic on — the notation-rooted inverse direction, natural when describing the notation rather than the language."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationSystemKind
<https://blackcatinformatics.ca/gmeow/notationSystemKind> rdf:type owl:ObjectProperty ;
                                                          rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/symbolicSystemKind> ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/NotationSystem> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/SymbolicSystemKind> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                          rdfs:label "notation system kind"@x-gmeow-english ;
                                                          skos:definition "The kind(s) of a notation system (gmeow:SymbolicSystemKind values). Subproperty of symbolicSystemKind for convenience; non-functional."@x-gmeow-english ;
                                                          skos:example "ex:ipa gmeow:notationSystemKind gmeow:symbolicKindTranscription ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid on a plain gmeow:SymbolicSystem that is not a notation system (use gmeow:symbolicSystemKind there) and avoid treating it as functional; multiple domains are stated as multiple values."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Point the notation system at one or more seeded gmeow:SymbolicSystemKind individuals; the generic gmeow:symbolicSystemKind follows by inheritance for consumers that query the broader axis."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to tag a thing already typed gmeow:NotationSystem with its domain kind(s) — the narrower, intent-revealing form of gmeow:symbolicSystemKind for the structured-notation subkind."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationSystemOf
<https://blackcatinformatics.ca/gmeow/notationSystemOf> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/NotationProjectionProfile> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/NotationSystem> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                        rdfs:label "notation system of"@x-gmeow-english ;
                                                        skos:definition "The notation system that this projection profile describes. Functional: one notation system per projection profile."@x-gmeow-english ;
                                                        skos:example "ex:staffProfile gmeow:notationSystemOf ex:westernStaff ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting more than one notation system per profile (it is functional — a different system needs its own profile) and avoid pointing it at the canonical content being projected."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:notationSystemOf on each profile; read the reverse direction through its inverse gmeow:hasNotationProjectionProfile when starting from the notation system."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the single notation system a gmeow:NotationProjectionProfile describes — the anchor that ties a loss/parameter ledger to the concrete surface form it characterizes."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationUsageInterval
<https://blackcatinformatics.ca/gmeow/notationUsageInterval> rdf:type owl:ObjectProperty ,
                                                                      owl:FunctionalProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/NotationSystemUsage> ;
                                                             rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                             rdfs:label "notation usage interval"@x-gmeow-english ;
                                                             skos:definition "The time interval over which the notation usage is asserted to hold. Functional per relator: one interval per NotationSystemUsage."@x-gmeow-english ;
                                                             skos:example "ex:u gmeow:notationUsageInterval ex:since1888 ."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting more than one interval per relator (it is functional — a changed period is a new usage) and avoid putting raw dates here; point at a gmeow:TimeInterval."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:notationUsageInterval on each usage relator, pointing at a gmeow:TimeInterval, alongside the target, notation-system, and role roles."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use inside a gmeow:NotationSystemUsage relator to scope the single period over which the notation usage is asserted to hold — the temporal frame of this observation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationUsageNotationSystem
<https://blackcatinformatics.ca/gmeow/notationUsageNotationSystem> rdf:type owl:ObjectProperty ,
                                                                            owl:FunctionalProperty ;
                                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/NotationSystemUsage> ;
                                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/NotationSystem> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                                   rdfs:label "notation usage notation system"@x-gmeow-english ;
                                                                   skos:definition "The notation system being used. Functional per relator: one notation system per NotationSystemUsage."@x-gmeow-english ;
                                                                   skos:example "ex:u gmeow:notationUsageNotationSystem ex:ipa ."@x-gmeow-english ;
                                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting more than one notation system per relator (it is functional — a second notation means a second usage) and avoid using it outside a NotationSystemUsage relator."@x-gmeow-english ;
                                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:notationUsageNotationSystem on each usage relator, pointing at the gmeow:NotationSystem, alongside the target, role, and interval roles."@x-gmeow-english ;
                                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use inside a gmeow:NotationSystemUsage relator to name the single notation system being used in this scoped, standpointed binding."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationUsageRole
<https://blackcatinformatics.ca/gmeow/notationUsageRole> rdf:type owl:ObjectProperty ,
                                                                  owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/NotationSystemUsage> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/NotationUsageRole> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                         rdfs:label "notation usage role"@x-gmeow-english ;
                                                         skos:definition "The role the notation plays in this usage — transcription, encoding, representation, communication, expression, shorthand, cipher. Functional per relator: one role per NotationSystemUsage."@x-gmeow-english ;
                                                         skos:example "ex:u gmeow:notationUsageRole gmeow:notationRoleTranscription ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting more than one role per relator (it is functional — distinct roles are distinct usages) and avoid confusing the role with the system's domain kind (gmeow:notationSystemKind)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:notationUsageRole on each usage relator, pointing at a seeded gmeow:NotationUsageRole individual, alongside the target, notation-system, and interval roles."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use inside a gmeow:NotationSystemUsage relator to name the single function the notation serves here — transcription, encoding, cipher, and so on — drawn from gmeow:NotationUsageRole."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationUsageTarget
<https://blackcatinformatics.ca/gmeow/notationUsageTarget> rdf:type owl:ObjectProperty ;
                                                           rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                           rdf:type owl:FunctionalProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/NotationSystemUsage> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                           rdfs:label "notation usage target"@x-gmeow-english ;
                                                           skos:definition "The entity that uses the notation system — a language, lexical form, expression, work, or information object. Functional per relator: one target per NotationSystemUsage."@x-gmeow-english ;
                                                           skos:example "ex:u gmeow:notationUsageTarget ex:english ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting more than one target per relator (it is functional — mint a second usage instead) and avoid using it outside a NotationSystemUsage; for the unscoped language case use the flat gmeow:hasNotationSystem."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:notationUsageTarget on each usage relator alongside its notation-system, role, and interval roles; the observation spine reads it as the observed feature."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use inside a gmeow:NotationSystemUsage relator to name the single entity doing the using — the observed feature of this notation observation, subsumed under gmeow:observedFeature."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/noteAuthor
<https://blackcatinformatics.ca/gmeow/noteAuthor> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Note> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notes> ;
                                                  rdfs:label "note author"@x-gmeow-english ;
                                                  skos:definition "The agent who authored a note — the flat 80% shortcut. Non-functional: a note may have multiple co-authors. Promote to a reified gmeow:Participation or prov:wasAttributedTo when the authorship act itself must carry period, confidence, or standpoint (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/observationEvent
<https://blackcatinformatics.ca/gmeow/observationEvent> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Observation> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                        rdfs:label "observation event"@x-gmeow-english ;
                                                        skos:definition "The event during which the observation was made — a survey, a census, an excavation, a clinical trial. Links an observation to the temporal occurrence that produced it. For the generating activity (provenance), use gmeow:wasGeneratedBy; this property is the *event* perspective (when did it happen)."@x-gmeow-english ;
                                                        skos:example "ex:reading gmeow:observationEvent ex:census2026 ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when you need the full generating-activity provenance with inputs, outputs, and agents (use gmeow:wasGeneratedBy / an ObservingActivity instead); this is the event view, not the activity view."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Point the observation at the gmeow:Event; reach for gmeow:wasGeneratedBy when the heavy provenance form is needed, and let the event's own temporal extent supply the timing rather than restating it on the observation."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link an Observation to the gufo:Event during which it was made — the survey, census, excavation, or trial — when the lightweight 'when did it happen' perspective is enough."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/observationMethod
<https://blackcatinformatics.ca/gmeow/observationMethod> rdf:type owl:ObjectProperty ,
                                                                  owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/Observation> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/ObservationMethod> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                         rdfs:label "observation method"@x-gmeow-english ;
                                                         skos:definition "The method or protocol used to produce the observation. Functional: one method per observation (compound protocols are modelled as a single fused method individual, e.g. 'GPS-RTK survey with ground control'). Distinct from gmeow:vantage: the method is *how* it was done, the vantage is *who* did it."@x-gmeow-english ;
                                                         skos:example "ex:reading gmeow:observationMethod gmeow:methodInstrumentalReading ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for WHO made it (gmeow:vantage) or WHAT KIND of claim it is (gmeow:observationType); and because it is functional, model a compound protocol as one fused method individual rather than asserting several methods on one observation."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Point the observation at a single gmeow:ObservationMethod (generic methods are seeded here; domain ladders such as gmeow:DatingMethod live in their own slices); changing the method is a different observation, since the method is constitutive of its identity."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record HOW an observation was produced — the protocol, technique, or instrument — naming a gmeow:ObservationMethod individual so consumers can filter by method and weigh readings accordingly."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/observationResult
<https://blackcatinformatics.ca/gmeow/observationResult> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/Observation> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                         rdfs:label "observation result"@x-gmeow-english ;
                                                         skos:definition "The entity-valued result of an observation — a coordinate set, an instant, a quality value, a quantity, or another entity. For literal scalar readings (e.g. 22.5°C), the observationResult entity carries the literal via a datatype property (e.g. qudt:quantityValue or a module-specific scalar property). Non-functional: a single observation may yield several results in different frames or granularities, and competing result claims coexist rather than collapse."@x-gmeow-english ;
                                                         skos:example "ex:reading gmeow:observationResult ex:temp22 ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid hanging a raw literal here (the range is gmeow:Entity — wrap scalars in a gmeow:ScalarQuantity instead) and avoid forcing a single result in a multi-frame or multi-source merge; it is non-functional so competing results coexist."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Point the Observation at an entity-valued result; for scalar readings make the result a gmeow:ScalarQuantity carrying gmeow:quantityValue, gmeow:hasUnit, and gmeow:hasDeterminacy. The result inherits the observation's reference frame via the isResultOf∘hasReferenceFrame chain."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the value an Observation produces — a coordinate set, instant, quality value, modality, appellation, or a gmeow:ScalarQuantity wrapping a literal reading."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/observationType
<https://blackcatinformatics.ca/gmeow/observationType> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Observation> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/ObservationType> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                       rdfs:label "observation type"@x-gmeow-english ;
                                                       skos:definition "The kind(s) of observation being made — measurement, sensory reading, standpoint claim, derived inference, etc. Non-functional: an observation may be both a measurement and a derived inference (e.g. a calibrated sensor reading that is also machine-learned), and competing type classifications coexist."@x-gmeow-english ;
                                                       skos:example "ex:reading gmeow:observationType gmeow:observationTypeMeasurement ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the specific discipline or instrument (that is gmeow:observationMethod, e.g. radiocarbon dating, GPS survey) and for the producer (gmeow:vantage); the type is the broad category, not the protocol."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Attach one or more gmeow:ObservationType individuals; let the finer sub-discipline ride on gmeow:observationMethod and the typed-claim distinction ride on the Observation subclass (Measurement, StandpointClaim, NameUsage)."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to classify the KIND of observation — measurement, sensory reading, standpoint claim, derived inference, simulation — naming a gmeow:ObservationType individual; non-functional, so a reading that is both measured and machine-derived carries both."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/observedFeature
<https://blackcatinformatics.ca/gmeow/observedFeature> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Observation> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                       rdfs:label "observed feature"@x-gmeow-english ;
                                                       skos:definition "The individual whose property or state is being observed — the feature of interest. The range is intentionally open (owl:Thing) because anything can be observed: a place, a person, an event, a document, a quality value, or a situation. SHACL shapes enforce closed-world constraints per observation kind."@x-gmeow-english ;
                                                       skos:example "ex:reading gmeow:observedFeature ex:room ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for the produced value (that is gmeow:observationResult) or the observer (gmeow:vantage); and prefer the domain subproperty when one exists rather than asserting the bare super-role, so the feature keeps its local range."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Point the Observation at its subject; for typed claims assert the bridging subproperty (facetSubject, usageNamed, statementAbout, versionMember) and read gmeow:observedFeature by inheritance. Keep the range open — do not constrain it in the core; per-kind narrowing is SHACL's job."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name what an Observation is about — its subject of interest — including from a specialized claim where the local subject property (gmeow:facetSubject, gmeow:usageNamed, gmeow:statementAbout, gmeow:versionMember) bridges here so generic consumers find every observation about X."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/occupancyOf
<https://blackcatinformatics.ca/gmeow/occupancyOf> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                   rdf:type owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Occupancy> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Location> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                   rdfs:label "occupancy of"@x-gmeow-english ;
                                                   skos:definition "The location whose occupancy is measured. Functional: an occupancy measurement concerns exactly one location (constitutive of the measurement's identity)."@x-gmeow-english ;
                                                   skos:example "ex:occ gmeow:occupancyOf ex:hall ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid several locations per measurement."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:occupancyOf per Occupancy."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the single location an occupancy measurement concerns; functional, a subproperty of gmeow:observedFeature."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/occurrenceOfSeries
<https://blackcatinformatics.ca/gmeow/occurrenceOfSeries> rdf:type owl:ObjectProperty ;
                                                          owl:inverseOf <https://blackcatinformatics.ca/gmeow/seriesOccurrence> ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/EventSeries> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                          rdfs:label "occurrence of series"@x-gmeow-english ;
                                                          skos:definition "Relates a concrete event occurrence to the series that issued it; the inverse of gmeow:seriesOccurrence."@x-gmeow-english ;
                                                          skos:example "ex:standup20240603 gmeow:occurrenceOfSeries ex:standup ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it when gmeow:seriesOccurrence reads more naturally (the series-rooted inverse)."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:occurrenceOfSeries from the occurrence, or its inverse gmeow:seriesOccurrence from the series; read both ways."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link a concrete gmeow:Event back to the gmeow:EventSeries that issued it — the occurrence-rooted direction of the planned/actual relation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/offeringProvider
<https://blackcatinformatics.ca/gmeow/offeringProvider> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Offering> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                        rdfs:label "offering provider"@x-gmeow-english ;
                                                        skos:definition "The agent that provides an offering or service. Projects to schema:provider."@x-gmeow-english ;
                                                        skos:example "ex:hostingOffer gmeow:offeringProvider ex:acme ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid pointing it at the offered item (that is gmeow:itemOffered) and avoid duplicating gmeow:makesOffer's bearer — provider rides the Offering, makesOffer rides the agent."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:offeringProvider on the gmeow:Offering to the providing agent; it usually equals the agent that gmeow:makesOffer it, projecting to schema:provider."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the agent that provides a gmeow:Offering — the provider behind the offered item."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/opacityReason
<https://blackcatinformatics.ca/gmeow/opacityReason> rdf:type owl:ObjectProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/OpaqueFrame> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/OpacityReason> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                     rdfs:label "opacity reason"@x-gmeow-english ;
                                                     skos:definition "Why a frame is opaque to the describing reader (spec §7.6): an encrypt-class codec without a key, a codec the reader lacks, or damage. Functional and REQUIRED (see shapes): opacity without a stated reason is indistinguishable from data loss."@x-gmeow-english ;
                                                     skos:example "ex:frame7 gmeow:opacityReason gmeow:opacityMissingKey ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid omitting it on any opaque frame and avoid stacking several reasons (it is functional — one reason per reader-frame pair); the reason is relative to the describing reader, not a property of the bytes."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:OpaqueFrame at exactly one gmeow:OpacityReason; for missing-key opacity, pair it with gmeow:sealedRecipient to name the agents for whom the frame is not opaque at all."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use whenever a frame is surfaced as opaque — it is required, because a stated reason (missing key, unknown codec, damage) is what distinguishes a deliberately sealed or unreadable frame from silent data loss."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/opaqueFrameIn
<https://blackcatinformatics.ca/gmeow/opaqueFrameIn> rdf:type owl:ObjectProperty ;
                                                     rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/partOf> ;
                                                     rdf:type owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/OpaqueFrame> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/GTSSegment> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                     rdfs:label "opaque frame in"@x-gmeow-english ;
                                                     skos:definition "The GTS segment an opaque frame belongs to. Functional: a frame occupies one position in one segment's chain."@x-gmeow-english ;
                                                     skos:example "ex:frame7 gmeow:opaqueFrameIn ex:seg0 ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid pointing one frame at several segments (it is functional — a frame holds one position in one chain) and avoid using it for transparent frames, which need no opacity record."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:OpaqueFrame at its segment; as a subproperty of gmeow:partOf the frame is part of the segment for generic consumers, and you then state its required gmeow:opacityReason."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to anchor an opaque frame to the single segment whose chain it occupies — so the undecodable region is located within transport structure rather than floating free."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/openingDay
<https://blackcatinformatics.ca/gmeow/openingDay> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/OpeningHoursSpecification> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/DayOfWeek> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                  rdfs:label "opening day"@x-gmeow-english ;
                                                  skos:definition "A day this opening-hours window applies to — a gmeow:DayOfWeek value. Non-functional (a window may span several days). Projects to schema:dayOfWeek."@x-gmeow-english ;
                                                  skos:example "ex:weekdayHours gmeow:openingDay gmeow:dayMonday ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid a free-text day name (reference a gmeow:DayOfWeek individual) and avoid splitting one window across days with incompatible open/close times — mint a separate window."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Attach one or more gmeow:openingDay triples to a gmeow:OpeningHoursSpecification referencing gmeow:DayOfWeek individuals, alongside gmeow:opensAt and gmeow:closesAt; projects to schema:dayOfWeek."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record which day(s) a gmeow:OpeningHoursSpecification window applies to, referencing gmeow:DayOfWeek value individuals."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/orderAmount
<https://blackcatinformatics.ca/gmeow/orderAmount> rdf:type owl:ObjectProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Order> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/MonetaryAmount> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                   rdfs:label "order amount"@x-gmeow-english ;
                                                   skos:definition "The total monetary amount of the order, expressed as a MonetaryAmount. Functional: an order has one canonical total amount."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/orderBuyer
<https://blackcatinformatics.ca/gmeow/orderBuyer> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Order> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                  rdfs:label "order buyer"@x-gmeow-english ;
                                                  skos:definition "The agent placing the order. Non-functional: a joint purchase has several buyers."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/orderSeller
<https://blackcatinformatics.ca/gmeow/orderSeller> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Order> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                   rdfs:label "order seller"@x-gmeow-english ;
                                                   skos:definition "The agent fulfilling the order. Non-functional: a jointly fulfilled order has several sellers."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/orderStatus
<https://blackcatinformatics.ca/gmeow/orderStatus> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Order> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/OrderStatus> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                   rdfs:label "order status"@x-gmeow-english ;
                                                   skos:definition "The status of an order, drawn from the open OrderStatus value vocabulary. Non-functional: an order may progress through several statuses."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/organizationType
<https://blackcatinformatics.ca/gmeow/organizationType> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Organization> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/OrganizationType> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                        rdfs:label "organization type"@x-gmeow-english ;
                                                        skos:definition "The kind(s) of an organization (one or more gmeow:OrganizationType individuals). Non-functional: a single organization may be both a company and an educational institution, and competing classifications coexist as standpoint-indexed claims (Principle 9)."@x-gmeow-english ;
                                                        skos:example "ex:acme gmeow:organizationType gmeow:organizationTypeCompany ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid expressing the kind as an rdfs:type subclass (it is a value, not a class — Principle 9) and avoid forcing one kind — multiple and competing classifications coexist as standpoint-indexed claims."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Attach one or more gmeow:organizationType triples referencing gmeow:OrganizationType individuals; carry competing classifications with gmeow:accordingTo on the statement."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to tag the kind(s) of an organization by referencing gmeow:OrganizationType value individuals — company, nonprofit, government body, association, collaboration."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/ornamentProfileKind
<https://blackcatinformatics.ca/gmeow/ornamentProfileKind> rdf:type owl:ObjectProperty ,
                                                                    owl:FunctionalProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/OrnamentProfile> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/OrnamentProfileKind> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "ornament profile kind"@x-gmeow-english ;
                                                           skos:definition "The kind of ornament profile (gamaka family, baroque agrément, etc.)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/ornamentReferenceFrame
<https://blackcatinformatics.ca/gmeow/ornamentReferenceFrame> rdf:type owl:ObjectProperty ,
                                                                       owl:FunctionalProperty ;
                                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/OrnamentProfile> ;
                                                              rdfs:range <https://blackcatinformatics.ca/gmeow/TuningSystem> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "ornament reference frame"@x-gmeow-english ;
                                                              skos:definition "The tuning system relative to which the ornament profile's pitch gestures are expressed (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlappedBy
<https://blackcatinformatics.ca/gmeow/overlappedBy> rdf:type owl:ObjectProperty ;
                                                    owl:inverseOf <https://blackcatinformatics.ca/gmeow/overlaps> ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                    rdfs:label "overlapped by"@x-gmeow-english ;
                                                    skos:definition "Allen OVERLAPPED-BY: inverse of gmeow:overlaps. (= time:intervalOverlappedBy; TEO overlappedBy.)"@x-gmeow-english ;
                                                    skos:example "ex:curfew gmeow:overlappedBy ex:protest ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it when one extent contains the other (gmeow:during / gmeow:contains); prefer asserting gmeow:overlaps and reading this as its inverse. Not transitive."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:overlaps in the natural direction and read gmeow:overlappedBy as its inverse."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the inverse view of gmeow:overlaps — when an event begins during, and ends after, the related event."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlaps
<https://blackcatinformatics.ca/gmeow/overlaps> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                rdfs:label "overlaps"@x-gmeow-english ;
                                                skos:definition "Allen OVERLAPS: this event begins before, and ends during, the related event (their extents partially overlap). NOT transitive. Inverse of gmeow:overlappedBy. (= time:intervalOverlaps; TEO overlaps.)"@x-gmeow-english ;
                                                skos:example "ex:protest gmeow:overlaps ex:curfew ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it when one extent fully contains the other (use gmeow:during / gmeow:contains) or they merely abut (gmeow:meets); overlaps is NOT transitive."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:overlaps between the partially-overlapping gmeow:Event occurrences and read gmeow:overlappedBy as its inverse; no closure follows."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use when one event begins before and ends during another so their extents partially overlap — the Allen OVERLAPS link."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayAuthority
<https://blackcatinformatics.ca/gmeow/overlayAuthority> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/RegulatoryOverlay> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                        rdfs:label "overlay authority"@x-gmeow-english ;
                                                        skos:definition "The authority (government body, international organization, regulatory agency, or indigenous council) that imposed this regulatory overlay. Functional: a single overlay has exactly one imposing authority."@x-gmeow-english ;
                                                        skos:example "ex:ov gmeow:overlayAuthority ex:caa ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid multiple authorities on one overlay (overlapping claims are separate standpoint-indexed overlays, Principle 9)."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:overlayAuthority (an Agent) per RegulatoryOverlay."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the single authority that imposed a regulatory overlay; functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayDeterminacy
<https://blackcatinformatics.ca/gmeow/overlayDeterminacy> rdf:type owl:ObjectProperty ;
                                                          rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasDeterminacy> ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/RegulatoryOverlay> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/Determinacy> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "overlay determinacy"@x-gmeow-english ;
                                                          skos:definition "The ontic determinacy model of this regulatory overlay's boundary — crisp (surveyed), vague (approximate), fuzzy (probabilistic), or disputed. Non-functional: sources may disagree on determinacy, and those claims coexist."@x-gmeow-english ;
                                                          skos:example "ex:ov gmeow:overlayDeterminacy gmeow:determinacyVague ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating it with confidence; this records the boundary's nature."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:overlayDeterminacy to a gmeow:Determinacy individual; sources may disagree and those claims coexist."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the ontic determinacy of an overlay's boundary — crisp, vague, fuzzy, or disputed; a subproperty of gmeow:hasDeterminacy, non-functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayLowerBound
<https://blackcatinformatics.ca/gmeow/overlayLowerBound> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/RegulatoryOverlay> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/ScalarQuantity> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "overlay lower bound"@x-gmeow-english ;
                                                         skos:definition "The lower bound of this regulatory overlay in a vertical dimension (altitude, depth, elevation), expressed as a ScalarQuantity with unit (QUDT) and reference frame. Optional: absent for purely 2D overlays. Frame-relative per Principle 11 (e.g. altitude above MSL, flight level, depth below sea level)."@x-gmeow-english ;
                                                         skos:example "ex:ov gmeow:overlayLowerBound ex:fl100 ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for purely 2D overlays (leave absent) and avoid a bare number without unit and vertical frame (Principle 11)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:overlayLowerBound at a ScalarQuantity with QUDT unit in an altitude/depth reference frame; pair with gmeow:overlayUpperBound."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the lower vertical bound of an overlay (altitude/depth/elevation) as a frame-relative ScalarQuantity."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayPlace
<https://blackcatinformatics.ca/gmeow/overlayPlace> rdf:type owl:ObjectProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/RegulatoryOverlay> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Place> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                    rdfs:label "overlay place"@x-gmeow-english ;
                                                    skos:definition "The place over which this regulatory overlay applies. Functional: an overlay concerns exactly one place (constitutive of the situation's identity). The place carries the geographic geometry; the overlay carries the regulation and temporal scope."@x-gmeow-english ;
                                                    skos:example "ex:ov gmeow:overlayPlace ex:zoneArea ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid carrying the geometry here (the place carries it) and avoid multiple places per overlay."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:overlayPlace; the place holds the geometry, the overlay holds the regulation and temporal scope."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the single place a regulatory overlay applies over; functional, constitutive of identity."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayRegulation
<https://blackcatinformatics.ca/gmeow/overlayRegulation> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/RegulatoryOverlay> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/RightsStatement> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "overlay regulation"@x-gmeow-english ;
                                                         skos:definition "The machine-readable rights statement (permissions, prohibitions, duties) that governs activity within this overlay. Links to the rights facility rights facility by reference. Non-functional: multiple legal instruments may apply to the same overlay (e.g. national law + international treaty + local ordinance)."@x-gmeow-english ;
                                                         skos:example "ex:ov gmeow:overlayRegulation ex:rights ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid inlining the deontic rules as ad-hoc literals — reference a RightsStatement from the rights slice."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:overlayRegulation at one or more gmeow:RightsStatement instances; multiple legal instruments may apply."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link a regulatory overlay to the machine-readable rights statement (permissions, prohibitions, duties) governing it; non-functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayType
<https://blackcatinformatics.ca/gmeow/overlayType> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/RegulatoryOverlay> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/RegulatoryOverlayType> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                   rdfs:label "overlay type"@x-gmeow-english ;
                                                   skos:definition "The kind(s) of regulatory overlay (a gmeow:RegulatoryOverlayType individual). Non-functional: a single overlay may be classified by multiple sources as different types (e.g. a zone that is both a protected area and an indigenous territory), and those claims coexist as evidence (Principle 9)."@x-gmeow-english ;
                                                   skos:example "ex:ov gmeow:overlayType gmeow:overlayTypeProtectedArea ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid encoding the kind as a subclass (Principle 9)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Attach one or more gmeow:RegulatoryOverlayType individuals; competing classifications coexist as evidence."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to classify a regulatory overlay by one or more gmeow:RegulatoryOverlayType values; non-functional, so multi-source classifications coexist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayUpperBound
<https://blackcatinformatics.ca/gmeow/overlayUpperBound> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/RegulatoryOverlay> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/ScalarQuantity> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "overlay upper bound"@x-gmeow-english ;
                                                         skos:definition "The upper bound of this regulatory overlay in a vertical dimension (altitude, depth, elevation), expressed as a ScalarQuantity with unit (QUDT) and reference frame. Optional: absent for purely 2D overlays. Frame-relative per Principle 11."@x-gmeow-english ;
                                                         skos:example "ex:ov gmeow:overlayUpperBound ex:fl200 ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for purely 2D overlays and avoid omitting the vertical frame (Principle 11)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:overlayUpperBound at a ScalarQuantity with QUDT unit in an explicit vertical frame; pair with gmeow:overlayLowerBound."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the upper vertical bound of an overlay as a frame-relative ScalarQuantity."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overrides
<https://blackcatinformatics.ca/gmeow/overrides> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Norm> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Norm> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                 rdfs:label "overrides"@x-gmeow-english ;
                                                 skos:definition "Pairwise defeasible precedence: when both norms apply, the subject prevails over the object — according to whoever asserts this claim (statement-layer indexed like everything else). DELIBERATELY NOT TRANSITIVE: lex-superior chains, specificity reasoning, and cycle handling are solver inferences over the recorded pairs, never reasoner entailments (Principle 12). Irreflexive by SHACL. The flat 80% case; promote to gmeow:PrecedenceTenure when the precedence held over an interval is itself the fact of interest."@x-gmeow-english ;
                                                 skos:example "ex:constitutionN gmeow:overrides ex:bylawN ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid relying on transitivity (it is deliberately non-transitive — chains are solver inferences, never entailments) and avoid it when the precedence held over an interval is itself the fact (promote to gmeow:PrecedenceTenure)."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:overrides from the prevailing norm to the yielding one; the solver builds lex-superior chains and handles cycles over the recorded pairs. Reify to gmeow:PrecedenceTenure when adoption/withdrawal matters."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/pairsWith> <https://blackcatinformatics.ca/gmeow/PrecedenceTenure> ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the flat case — recording that one norm prevails over another when both apply, as a pairwise claim indexed to whoever asserts it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/ownedBy
<https://blackcatinformatics.ca/gmeow/ownedBy> rdf:type owl:ObjectProperty ;
                                               owl:inverseOf <https://blackcatinformatics.ca/gmeow/ownerOf> ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                               rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                               rdfs:label "owned by"@x-gmeow-english ;
                                               skos:definition "Relates something to an agent that owns it. Inverse of gmeow:ownerOf. Non-functional — an entity may have several owners."@x-gmeow-english ;
                                               skos:example "ex:acme gmeow:ownedBy ex:alice ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting gmeow:ownedBy directly when the owner's perspective is natural — assert gmeow:ownerOf and read this as its inverse — and avoid it where share or period matter (use an ownership relator)."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Prefer asserting gmeow:ownerOf and let gmeow:ownedBy follow by inversion; reach for it explicitly only in asset-rooted projections."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use when traversing or projecting from an owned entity to its owners — the asset-rooted direction."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/ownerOf
<https://blackcatinformatics.ca/gmeow/ownerOf> rdf:type owl:ObjectProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                               rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                               rdfs:label "owner of"@x-gmeow-english ;
                                               skos:definition "Relates an agent to something it owns — an organization, an asset, a work. Non-functional and standpoint-indexable (contested ownership coexists, P9). The flat shortcut; promote to an ownership relator (with share, period, jurisdiction) when those matter. Projects to schema:owns."@x-gmeow-english ;
                                               skos:example "ex:alice gmeow:ownerOf ex:acme ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it when share, period, or jurisdiction matter (promote to an ownership relator) and avoid forcing one owner — contested and fractional ownership coexist as standpoint-indexed claims (Principle 9)."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Assert one gmeow:ownerOf triple per ownership; carry contested claims with gmeow:accordingTo, and reify to an ownership relator when share, interval, or jurisdiction must be borne."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the flat fact that an agent owns an entity — an organization, asset, or work — when share, period, and jurisdiction need not be first-class."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/packageOf
<https://blackcatinformatics.ca/gmeow/packageOf> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Package> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/SoftwareProduct> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                 rdfs:label "package of"@x-gmeow-english ;
                                                 skos:definition "Relates a package to the software product it distributes."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pageOfSite
<https://blackcatinformatics.ca/gmeow/pageOfSite> rdf:type owl:ObjectProperty ;
                                                  rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/partOf> ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/WebPage> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/WebSite> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                  rdfs:label "page of site"@x-gmeow-english ;
                                                  skos:definition "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."@x-gmeow-english ;
                                                  skos:example "ex:aboutPage gmeow:pageOfSite ex:site ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting a bare gmeow:partOf when site membership is meant (assert this specialization so generic consumers still read partOf by inheritance) and avoid using it for the page's subject (that is gmeow:pagePrincipalSubject)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:WebPage at its gmeow:WebSite via gmeow:pageOfSite; the projection walks this hierarchy to render breadcrumbs and schema:isPartOf."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record that a web page belongs to a web site — the page→site membership a breadcrumb trail walks; rides the universal gmeow:partOf spine."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pagePrincipalSubject
<https://blackcatinformatics.ca/gmeow/pagePrincipalSubject> rdf:type owl:ObjectProperty ;
                                                            rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/isAbout> ;
                                                            rdf:type owl:FunctionalProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/WebPage> ;
                                                            rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                            rdfs:label "page main entity"@x-gmeow-english ;
                                                            skos:definition "The principal subject a web page is primarily about — the one entity it represents (a person's profile page, an organization's about page). A functional specialisation of gmeow:isAbout (a page has at most one principal subject, though it may mention many). When the principal subject is an Agent the page is inferred a gmeow:ProfilePage."@x-gmeow-english ;
                                                            skos:example "ex:aboutPage gmeow:pagePrincipalSubject ex:lillith ."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for every entity merely mentioned on the page (use the broader gmeow:isAbout for incidental mentions) and avoid asserting two principal subjects (it is functional)."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:WebPage at its principal subject via gmeow:pagePrincipalSubject (a functional gmeow:isAbout specialization); when the subject is a gmeow:Agent the page is automatically inferred a gmeow:ProfilePage and projects to schema:mainEntityOfPage."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the one entity a web page is primarily about — the subject of a profile or about page; functional, a page has at most one principal subject."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/parameterEntity
<https://blackcatinformatics.ca/gmeow/parameterEntity> rdf:type owl:ObjectProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/ConditionParameter> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                       rdfs:label "parameter entity"@x-gmeow-english ;
                                                       skos:definition "The bound entity for IRI-valued bindings. Range intentionally open. A parameter carries exactly one of parameterValue / parameterEntity (SHACL)."@x-gmeow-english ;
                                                       skos:example "ex:p2 gmeow:parameterEntity ex:canada ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for a literal binding (that is gmeow:parameterValue) and avoid carrying both — a parameter holds exactly one of the two (SHACL)."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:parameterEntity once per entity-valued gmeow:ConditionParameter; switch to gmeow:parameterValue when the binding is a literal."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind a parameter to an entity for IRI-valued bindings — 'jurisdiction = ex:canada'."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/parentCommit
<https://blackcatinformatics.ca/gmeow/parentCommit> rdf:type owl:ObjectProperty ;
                                                    rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/commitAncestor> ,
                                                                       <https://blackcatinformatics.ca/gmeow/wasDerivedFrom> ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Commit> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Commit> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                    rdfs:label "parent commit"@x-gmeow-english ;
                                                    skos:definition "A parent commit from which this commit was derived — the provenance spine of the commit DAG. Non-functional: a merge commit has multiple parents; the initial commit has none."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/parentFrame
<https://blackcatinformatics.ca/gmeow/parentFrame> rdf:type owl:ObjectProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                   rdfs:label "parent frame"@x-gmeow-english ;
                                                   skos:definition "Relates a reference frame to its parent frame in a hierarchy."@x-gmeow-english ;
                                                   skos:example "gmeow:referenceFrameIPv4 gmeow:parentFrame gmeow:referenceFrameInternet ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting the homogeneous-transform math here (that is solver-layer, Principle 12) and avoid multiple parents."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Set one gmeow:parentFrame; static-vs-dynamic transforms are distinguished by statement-level temporal metadata, not new properties."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to nest a reference frame under its parent in a frame hierarchy (TF tree, Internet topology); functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/parentMailbox
<https://blackcatinformatics.ca/gmeow/parentMailbox> rdf:type owl:ObjectProperty ;
                                                     rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/partOf> ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Mailbox> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Mailbox> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                     rdfs:label "parent mailbox"@x-gmeow-english ;
                                                     skos:definition "The parent mailbox in a folder hierarchy. A specialization of the universal gmeow:partOf spine for mailbox containment."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/partOf
<https://blackcatinformatics.ca/gmeow/partOf> rdf:type owl:ObjectProperty ,
                                                       owl:TransitiveProperty ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                              rdfs:label "part of"@x-gmeow-english ;
                                              skos:definition "Universal part-to-whole relation: relates any GMEOW thing to a larger whole it is part of. Transitive and intentionally broad; use specialized subproperties such as gmeow:containedInLocation, gmeow:subOrganizationOf, gmeow:subEventOf, gmeow:partOfThread or module-specific component properties when the kind of parthood matters. No domain/range is asserted so event, location, information-object and endurant parthood all remain possible in OWL 2 DL."@x-gmeow-english ;
                                              skos:example "ex:engine gmeow:partOf ex:car ."@x-gmeow-english ;
                                              skos:scopeNote "No cardinality, functionality, asymmetry or irreflexivity is asserted on this transitive property. Proper-part, direct-part and time-scoped mutable parthood must be modelled with narrower simple properties or relators when needed."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the kind of parthood matters — use a narrower subproperty (gmeow:containedInLocation, gmeow:subOrganizationOf, gmeow:subEventOf, gmeow:partOfThread) — and avoid relying on proper-part, direct-part, or asymmetry semantics, none of which are asserted here."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Assert the most specific part/whole subproperty for the domain; generic consumers then read gmeow:partOf by inheritance. Model time-scoped or role-bearing parthood as a relator rather than on this simple transitive spine."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use when a generic consumer needs to ask whether one thing is part of a larger whole across domains, or to query the transitive part/whole closure without committing to a specific kind of parthood."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/partOfThread
<https://blackcatinformatics.ca/gmeow/partOfThread> rdf:type owl:ObjectProperty ;
                                                    rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/partOf> ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Message> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Thread> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                    rdfs:label "part of thread"@x-gmeow-english ;
                                                    skos:definition "Relates a message to the thread (conversation) it belongs to. A conversation-thread specialization of the universal gmeow:partOf spine."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/participantAddress
<https://blackcatinformatics.ca/gmeow/participantAddress> rdf:type owl:ObjectProperty ,
                                                                   owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/MessageParticipant> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/EmailAddress> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                          rdfs:label "participant address"@x-gmeow-english ;
                                                          skos:definition "The normalized email address that appears in this participant occurrence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/participantHeader
<https://blackcatinformatics.ca/gmeow/participantHeader> rdf:type owl:ObjectProperty ,
                                                                  owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/MessageParticipant> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/MessageHeader> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                         rdfs:label "participant header"@x-gmeow-english ;
                                                         skos:definition "The RFC 5322 header field from which this occurrence was parsed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/participantMessage
<https://blackcatinformatics.ca/gmeow/participantMessage> rdf:type owl:ObjectProperty ,
                                                                   owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/MessageParticipant> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                          rdfs:label "participant message"@x-gmeow-english ;
                                                          skos:definition "The message a participant occurrence belongs to."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/participantRole
<https://blackcatinformatics.ca/gmeow/participantRole> rdf:type owl:ObjectProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/MessageParticipant> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/MessageParticipantRole> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                       rdfs:label "participant role"@x-gmeow-english ;
                                                       skos:definition "The header or envelope role of this address occurrence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/participationConfiguration
<https://blackcatinformatics.ca/gmeow/participationConfiguration> rdf:type owl:ObjectProperty ,
                                                                           owl:FunctionalProperty ;
                                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/PerformanceParticipation> ;
                                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/InstrumentConfiguration> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                  rdfs:label "participation configuration"@x-gmeow-english ;
                                                                  skos:definition "The instrument configuration used in this participation. Functional per relator. Range elaborated in instruments and configurations."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/participationEvent
<https://blackcatinformatics.ca/gmeow/participationEvent> rdf:type owl:ObjectProperty ,
                                                                   owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/Participation> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                          rdfs:label "participation event"@x-gmeow-english ;
                                                          skos:definition "The event a participation is part of (functional — one event per participation)."@x-gmeow-english ;
                                                          skos:example "ex:p1 gmeow:participationEvent ex:wedding ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid pointing it at a non-event, and avoid splitting one participation across two events — it is functional, so a participant in two events is two Participations."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Assert exactly one gmeow:participationEvent per Participation alongside gmeow:participationParticipant; the SHACL closure shape checks both players are present."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind a gmeow:Participation to the single gmeow:Event it is about — the mandatory event player of the relator."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/participationInstrument
<https://blackcatinformatics.ca/gmeow/participationInstrument> rdf:type owl:ObjectProperty ;
                                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/PerformanceParticipation> ;
                                                               rdfs:range <https://blackcatinformatics.ca/gmeow/InstrumentType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "participation instrument"@x-gmeow-english ;
                                                               skos:definition "The kind of instrument involved in this performance participation. One instrument type per PerformanceParticipation is recommended; mint one participation per instrument (SHACL advisory)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/participationInstrumentItem
<https://blackcatinformatics.ca/gmeow/participationInstrumentItem> rdf:type owl:ObjectProperty ,
                                                                            owl:FunctionalProperty ;
                                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/PerformanceParticipation> ;
                                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                   rdfs:label "participation instrument item"@x-gmeow-english ;
                                                                   skos:definition "The specific instrument item used in this participation — the particular 1959 Les Paul (a PhysicalObject), a synth plugin (an InformationObject), the named drum kit, etc. Ranges over Entity so that any item-kind can be named without minting a new class (instruments and configurations; Principle 9). Functional per relator."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/participationInterval
<https://blackcatinformatics.ca/gmeow/participationInterval> rdf:type owl:ObjectProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/Participation> ;
                                                             rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                             rdfs:label "participation interval"@x-gmeow-english ;
                                                             skos:definition "The time interval over which the participation held. (A relator carries its period this way — matching usageInterval / relationshipInterval — rather than via duringInterval.)"@x-gmeow-english ;
                                                             skos:example "ex:p1 gmeow:participationInterval ex:tour1992to1995 ."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using the event's own gmeow:eventInterval for a participation whose span differs from the event's, and avoid gmeow:during (that orders two events, not a participation's period)."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:Participation at a gmeow:TimeInterval via gmeow:participationInterval, matching the usageInterval / relationshipInterval relator idiom rather than duringInterval."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use when a participation held over a bounded period — a multi-year employment, a tour of duty — and that span belongs on the relator itself."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/participationPart
<https://blackcatinformatics.ca/gmeow/participationPart> rdf:type owl:ObjectProperty ,
                                                                  owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/PerformanceParticipation> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "participation part"@x-gmeow-english ;
                                                         skos:definition "The musical part or role the participant performed — e.g. bass line, lead vocal, first violin. Range intentionally open (the tenurePosition precedent) so a part may be a segment, a voice, a named chair, or any other entity. Functional per relator."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/participationParticipant
<https://blackcatinformatics.ca/gmeow/participationParticipant> rdf:type owl:ObjectProperty ;
                                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Participation> ;
                                                                rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                                rdfs:label "participation participant"@x-gmeow-english ;
                                                                skos:definition "The entity that took part in the event in this participation. Range is gmeow:Entity (not only Agent) to admit non-agent participants — a document signed, a place visited. Non-functional: a joint role may be borne by several participants."@x-gmeow-english ;
                                                                skos:example "ex:p1 gmeow:participationParticipant ex:priest ."@x-gmeow-english ;
                                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid the flat gmeow:hasParticipant when you have already reified to a Participation (state the player here instead), and avoid restricting it to agents — non-agent participants are admitted by design."@x-gmeow-english ;
                                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Assert one or more gmeow:participationParticipant per Participation (non-functional, so joint roles are several players); pair with gmeow:participationEvent and gmeow:participationRole."@x-gmeow-english ;
                                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind a gmeow:Participation to the entity that took part — an agent OR a non-agent (a document signed, a place visited), since the range is gmeow:Entity."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/participationRole
<https://blackcatinformatics.ca/gmeow/participationRole> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/Participation> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/ParticipantRole> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                         rdfs:label "participation role"@x-gmeow-english ;
                                                         skos:definition "The role(s) the participant played, drawn from the open gmeow:ParticipantRole value vocabulary. NON-FUNCTIONAL — mirroring gmeow:eventType: a participation may bear several roles, and competing standpoint-indexed role claims coexist (accordingTo) rather than contradict (Principle 9). Generalizes the former hasPrincipal / hasWitness / hasOfficiant subproperties."@x-gmeow-english ;
                                                         skos:example "ex:p1 gmeow:participationRole gmeow:roleOfficiant, gmeow:roleWitness ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid reviving a per-role subproperty (gmeow:hasWitness and kin were refactored into role values, Principle 6) and avoid collapsing disputed roles — keep it non-functional so standpoint-indexed roles coexist via gmeow:accordingTo."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:Participation at one or more gmeow:ParticipantRole individuals; carry a contested role on its own statement with gmeow:accordingTo + gmeow:confidence rather than choosing a primary."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record which gmeow:ParticipantRole value(s) a participant played in an event — officiant, witness, performer — assigning several when the part is genuinely several roles at once."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/participationTechnique
<https://blackcatinformatics.ca/gmeow/participationTechnique> rdf:type owl:ObjectProperty ,
                                                                       owl:FunctionalProperty ;
                                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/PerformanceParticipation> ;
                                                              rdfs:range <https://blackcatinformatics.ca/gmeow/PlayingTechnique> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "participation technique"@x-gmeow-english ;
                                                              skos:definition "The playing technique used in this participation. Functional per relator."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/paymentMethod
<https://blackcatinformatics.ca/gmeow/paymentMethod> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Payment> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/PaymentMethod> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                     rdfs:label "payment method"@x-gmeow-english ;
                                                     skos:definition "The method of payment — cash, cheque, credit card, bank transfer, cryptocurrency, etc. Non-functional: a single payment may involve several methods (e.g. split payment)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/penaltyPole
<https://blackcatinformatics.ca/gmeow/penaltyPole> rdf:type owl:ObjectProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Criterion> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/CriterionPole> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                   rdfs:label "penalty pole"@x-gmeow-english ;
                                                   skos:definition "The named pole this criterion penalizes. Functional and mandatory (SHACL — no poles is no axis); must differ from the reward pole (SHACL)."@x-gmeow-english ;
                                                   skos:example "ex:agency gmeow:penaltyPole ex:passiveVictimhood ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid omitting it or giving more than one (it is functional and mandatory — no poles is no axis) and avoid pointing it at the same pole as gmeow:rewardPole (they must differ — SHACL)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:penaltyPole once from the criterion to a gmeow:CriterionPole, paired with a distinct gmeow:rewardPole."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the single pole a criterion penalizes — what its low end is for."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/perceptionEnvironment
<https://blackcatinformatics.ca/gmeow/perceptionEnvironment> rdf:type owl:ObjectProperty ;
                                                             rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                             rdf:type owl:FunctionalProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/Observation> ;
                                                             rdfs:range <https://blackcatinformatics.ca/gmeow/SensoryEnvironment> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory-environment> ;
                                                             rdfs:label "perception environment"@x-gmeow-english ;
                                                             skos:definition "The SensoryEnvironment that a SensoryPerception is about — the observedFeature of the claim. Domain is gmeow:Observation so it applies to any observation subclass; the shape narrows to SensoryPerception instances."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/perceptionModality
<https://blackcatinformatics.ca/gmeow/perceptionModality> rdf:type owl:ObjectProperty ,
                                                                   owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/SensoryPerception> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/SensoryModality> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory-environment> ;
                                                          rdfs:label "perception modality"@x-gmeow-english ;
                                                          skos:definition "The sensory modality of a SensoryPerception — the channel through which the perception was made."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/performanceOf
<https://blackcatinformatics.ca/gmeow/performanceOf> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                     rdfs:label "performance of"@x-gmeow-english ;
                                                     skos:definition "Relates a musical performance event to the creative work it performs — typically an Expression interpreting a known version, or a Work directly for an improvised or oral rendition with no mediating fixed Expression. Non-functional: a medley may perform several works, and a work may be performed by many events."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/periodContainsPeriod
<https://blackcatinformatics.ca/gmeow/periodContainsPeriod> rdf:type owl:ObjectProperty ;
                                                            rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasPart> ;
                                                            owl:inverseOf <https://blackcatinformatics.ca/gmeow/periodPartOf> ;
                                                            rdf:type owl:TransitiveProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/NamedPeriod> ;
                                                            rdfs:range <https://blackcatinformatics.ca/gmeow/NamedPeriod> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                            rdfs:label "period contains period"@x-gmeow-english ;
                                                            skos:definition "The transitive inverse of gmeow:periodPartOf."@x-gmeow-english ;
                                                            skos:example "ex:quaternary gmeow:periodContainsPeriod ex:holocene ."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it directly when gmeow:periodPartOf already states the nesting; prefer the part→whole direction and read this as its inverse to keep one authoritative assertion."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Let it follow by inversion from gmeow:periodPartOf; it specializes gmeow:hasPart so generic whole-to-part consumers see period decomposition uniformly."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use in whole-rooted projections that traverse from a larger period down to its constituents — the natural direction when the enclosing era is the subject."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/periodEnd
<https://blackcatinformatics.ca/gmeow/periodEnd> rdf:type owl:ObjectProperty ,
                                                          owl:FunctionalProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/NamedPeriod> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Instant> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                 rdfs:label "period end"@x-gmeow-english ;
                                                 skos:definition "The instant at which a named period ends."@x-gmeow-english ;
                                                 skos:example "ex:victorianEra gmeow:periodEnd ex:victorianEndInstant ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid pointing it at a bare dateTime (the range is gmeow:Instant, which carries its own frame) and avoid asserting two ends (functional — exactly one)."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Point it at a single gmeow:Instant carrying its value, frame, and granularity; pair with gmeow:periodStart to delimit a closed period."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to state the close boundary of a gmeow:NamedPeriod as a gmeow:Instant; omit it for an ongoing period (e.g. the current geologic epoch)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/periodPartOf
<https://blackcatinformatics.ca/gmeow/periodPartOf> rdf:type owl:ObjectProperty ;
                                                    rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/partOf> ;
                                                    rdf:type owl:TransitiveProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/NamedPeriod> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/NamedPeriod> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                    rdfs:label "period part of"@x-gmeow-english ;
                                                    skos:definition "Relates a named period to a larger named period that contains it (e.g. Holocene ⊂ Quaternary ⊂ Cenozoic). Transitive."@x-gmeow-english ;
                                                    skos:example "ex:holocene gmeow:periodPartOf ex:quaternary ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for relating intervals or instants (those use Allen relations) and for whole-to-part direction (use gmeow:periodContainsPeriod, its inverse)."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Assert from the smaller period to the larger; transitivity builds the full nesting and the rdfs:subPropertyOf gmeow:partOf bridge lets domain-neutral consumers query period containment without knowing the temporal vocabulary."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to nest a gmeow:NamedPeriod inside a larger one — epoch within period within era — building the transitive containment ladder that generic consumers read through gmeow:partOf."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/periodStart
<https://blackcatinformatics.ca/gmeow/periodStart> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/NamedPeriod> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Instant> ;
                                                   owl:propertyChainAxiom ( <https://blackcatinformatics.ca/gmeow/hasTemporalMeasurement>
                                                                            <https://blackcatinformatics.ca/gmeow/measuredDate>
                                                                          ) ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                   rdfs:label "period start"@x-gmeow-english ;
                                                   skos:definition "The instant at which a named period begins. Functional nature removed because the property chain below makes periodStart non-simple, and OWL 2 DL forbids non-simple properties in functional axioms (Principle 8). Closed-world single-valuedness lives in SHACL (NamedPeriodShape)."@x-gmeow-english ;
                                                   skos:example "ex:holocene gmeow:periodStart ex:holoceneStartInstant ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it as functional in OWL (the chain makes it non-simple, P8 — single-valuedness is a SHACL concern) and avoid pointing it at an age measurement (gmeow:measuredAge needs solver-layer conversion, P12)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Either assert a gmeow:Instant directly, or attach a gmeow:TemporalMeasurement with a gmeow:measuredDate and let the propertyChainAxiom derive the start; the NamedPeriodShape enforces a single value at validation time."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to state the start boundary of a gmeow:NamedPeriod as a gmeow:Instant, or let it be inferred from a gmeow:hasTemporalMeasurement whose gmeow:measuredDate is an Instant via the property chain."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/periodType
<https://blackcatinformatics.ca/gmeow/periodType> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/NamedPeriod> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/PeriodType> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                  rdfs:label "period type"@x-gmeow-english ;
                                                  skos:definition "The kind(s) of a named period. Non-functional: competing classifications coexist."@x-gmeow-english ;
                                                  skos:example "ex:holocene gmeow:periodType gmeow:periodTypeGeologicEpoch ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid forcing a single classification in a merge — competing source classifications coexist (non-functional, P9) — and avoid using it to carry the period's bounds."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Attach one or more seeded gmeow:PeriodType individuals; conflicting classifications from different vantages stay side by side rather than collapsing to one."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to classify a gmeow:NamedPeriod by one or more gmeow:PeriodType values — a period may legitimately be both a geologic epoch and a culturally named era."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/personaBearer
<https://blackcatinformatics.ca/gmeow/personaBearer> rdf:type owl:ObjectProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Persona> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                     rdfs:label "persona bearer"@x-gmeow-english ;
                                                     skos:definition "The agent whose expression policy this persona is. Functional and mandatory (SHACL): one persona, one bearer; an agent bears many co-equal personas."@x-gmeow-english ;
                                                     skos:example "ex:drChen gmeow:personaBearer ex:chen ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid more than one bearer per persona (it is functional and mandatory) and avoid implying a bearer's personas are ranked — an agent bears many co-equal personas."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:personaBearer once from the persona to its gmeow:Agent; the same agent may bear PRIMARY, PRIVATE, and other co-equal personas."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a Persona to name the single agent whose expression policy it is."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/personaRegister
<https://blackcatinformatics.ca/gmeow/personaRegister> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Persona> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/Register> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                       rdfs:label "persona register"@x-gmeow-english ;
                                                       skos:definition "A register this persona expresses in — drawn from the names-core gmeow:Register spine (a name register IS a register; persona and address registers share one vocabulary). NOT functional, at least one (SHACL): a persona may span registers (public-formal sliding to public-wry), and the vocabulary is OPEN (sh:nodeKind sh:IRI, never sh:in — Principle 9)."@x-gmeow-english ;
                                                       skos:example "ex:drChen gmeow:personaRegister gmeow:registerClinical ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid omitting it (at least one is required — SHACL) and avoid treating the register set as closed — a persona may span registers and the vocabulary is open (Principle 9)."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:personaRegister at one or more gmeow:Register individuals; persona and address registers share one open vocabulary."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a Persona to name the register(s) it expresses in, drawn from the shared names-core gmeow:Register spine."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/physicalPlace
<https://blackcatinformatics.ca/gmeow/physicalPlace> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/StorageLocation> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Place> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                     rdfs:label "physical place"@x-gmeow-english ;
                                                     skos:definition "The geographic place where a storage location's device physically sits (e.g. the room holding a disk). Absent for purely cloud storage."@x-gmeow-english ;
                                                     skos:example "ex:disk gmeow:physicalPlace ex:serverRoom ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for purely cloud storage (leave it absent) and avoid pointing it at a virtual or storage location; its range is Place."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:physicalPlace at the Place holding the device, then chain that place's geography via gmeow:containedInPlace."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the geographic Place where a storage location's device physically sits."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchAnchorOf
<https://blackcatinformatics.ca/gmeow/pitchAnchorOf> rdf:type owl:ObjectProperty ;
                                                     owl:inverseOf <https://blackcatinformatics.ca/gmeow/tuningAnchor> ;
                                                     rdf:type owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/PitchAnchor> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/TuningSystem> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                     rdfs:label "pitch anchor of"@x-gmeow-english ;
                                                     skos:definition "The TuningSystem that this PitchAnchor belongs to. Functional: an anchor is defined for exactly one TuningSystem."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/placeDeterminacy
<https://blackcatinformatics.ca/gmeow/placeDeterminacy> rdf:type owl:ObjectProperty ;
                                                        rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasDeterminacy> ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Place> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/Determinacy> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                        rdfs:label "place determinacy"@x-gmeow-english ;
                                                        skos:definition "The ontic determinacy model of a place's existence or boundary — crisp, vague, fuzzy, probabilistic, or disputed. Non-functional: in a multi-source merge, sources may state different determinacy models, and those claims coexist."@x-gmeow-english ;
                                                        skos:example "ex:edinburgh gmeow:placeDeterminacy gmeow:determinacyCrisp ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating it with confidence; this records the place's nature, not certainty."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:placeDeterminacy to a gmeow:Determinacy individual; competing source models coexist."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the ontic determinacy of a place's existence or boundary; a subproperty of gmeow:hasDeterminacy, non-functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/placeSupersededBy
<https://blackcatinformatics.ca/gmeow/placeSupersededBy> rdf:type owl:ObjectProperty ;
                                                         rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/supersededBy> ;
                                                         owl:inverseOf <https://blackcatinformatics.ca/gmeow/placeSupersedes> ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/Place> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/Place> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "place superseded by"@x-gmeow-english ;
                                                         skos:definition "Links a place to the place that replaced it — Constantinople placeSupersededBy Istanbul, a merged municipality placeSupersededBy its successor. Directional. The superseded place is retained (never deleted) and may carry gmeow:displayable false."@x-gmeow-english ;
                                                         skos:example "ex:constantinople gmeow:placeSupersededBy ex:istanbul ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid deleting the superseded place — retain it, optionally with gmeow:displayable false (Principle 10); avoid using it for a mere alternate name (that is a PlaceName via the names slice)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:placeSupersededBy from the old place to the new; read the inverse via gmeow:placeSupersedes."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link a place to the place that replaced it (renaming, merger); directional, a subproperty of gmeow:supersededBy."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/placeSupersedes
<https://blackcatinformatics.ca/gmeow/placeSupersedes> rdf:type owl:ObjectProperty ;
                                                       rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/supersedes> ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Place> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/Place> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                       rdfs:label "place supersedes"@x-gmeow-english ;
                                                       skos:definition "Links a newer place to a prior one it supersedes. Inverse of gmeow:placeSupersededBy. Non-functional: one successor may consolidate several predecessors."@x-gmeow-english ;
                                                       skos:example "ex:istanbul gmeow:placeSupersedes ex:constantinople ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for naming variants (names slice) and avoid deleting predecessors."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:placeSupersedes from the successor; merged municipalities point to all predecessors."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link a newer place to a prior one it supersedes; inverse of gmeow:placeSupersededBy, non-functional, so one successor may consolidate several predecessors."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/placeType
<https://blackcatinformatics.ca/gmeow/placeType> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Place> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/PlaceType> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                 rdfs:label "place type"@x-gmeow-english ;
                                                 skos:definition "The kind(s) of a place (one or more gmeow:PlaceType individuals). Non-functional: multi-source classifications may differ (a place that is both 'city' and 'administrative area') and must coexist as evidence."@x-gmeow-english ;
                                                 skos:example "ex:edinburgh gmeow:placeType gmeow:placeTypeCity, gmeow:placeTypeAdministrativeArea ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid treating it as a single constitutive kind (it is descriptive, unlike the functional gmeow:storageMedium) and avoid encoding the kind as a Place subclass."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Attach one or more gmeow:PlaceType individuals; competing source classifications coexist rather than collapse (Principle 9)."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to classify a place by one or more gmeow:PlaceType values; non-functional, so multi-source classifications coexist as evidence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/platformLocation
<https://blackcatinformatics.ca/gmeow/platformLocation> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/SensorPlatform> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/Place> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory> ;
                                                        rdfs:label "platform location"@x-gmeow-english ;
                                                        skos:definition "The geographic place where a sensor platform is situated. A platform typically has one location at a time; historical locations are modelled as past SensoryObservations or LocationStates, not by changing this property (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pointsToCommit
<https://blackcatinformatics.ca/gmeow/pointsToCommit> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Ref> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Commit> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                      rdfs:label "points to commit"@x-gmeow-english ;
                                                      skos:definition "The commit that a ref (branch, tag, or other pointer) currently points to. Non-functional: a ref may point to one commit at a time, but that commit changes as the ref advances."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/poseFrame
<https://blackcatinformatics.ca/gmeow/poseFrame> rdf:type owl:ObjectProperty ;
                                                 rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasReferenceFrame> ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Pose> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                 rdfs:label "pose frame"@x-gmeow-english ;
                                                 skos:definition "The coordinate reference frame in which the pose position and orientation are expressed."@x-gmeow-english ;
                                                 skos:example "ex:roverPose gmeow:poseFrame ex:siteGrid ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid omitting it (Pose requires exactly one frame) and avoid a frame that differs from the position's frame."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Set one gmeow:poseFrame matching the gmeow:hasPosePosition coordinate frame."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to declare the frame in which a pose's position and orientation are expressed; a subproperty of gmeow:hasReferenceFrame, exactly-one per Pose."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/positionFrame
<https://blackcatinformatics.ca/gmeow/positionFrame> rdf:type owl:ObjectProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/NarrativePosition> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/NarrativeTimeFrame> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                     rdfs:label "position frame"@x-gmeow-english ;
                                                     skos:definition "The narrative time frame in which this position is expressed. Functional and mandatory (SHACL): every narrative position names its frame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/postIn
<https://blackcatinformatics.ca/gmeow/postIn> rdf:type owl:ObjectProperty ,
                                                       owl:FunctionalProperty ;
                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/Post> ;
                                              rdfs:range <https://blackcatinformatics.ca/gmeow/Organization> ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                              rdfs:label "post in"@x-gmeow-english ;
                                              skos:definition "The organization a post belongs to. Functional — a post concerns exactly one organization."@x-gmeow-english ;
                                              skos:example "ex:cfoPost gmeow:postIn ex:acme ."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid pointing it at a person (a post's organization is not its incumbent) and avoid more than one organization per post — it is functional; a seat that spans organizations is a different Post in each."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:postIn once per gmeow:Post (functional) to the gmeow:Organization, pairing it with gmeow:hasRole; an EL restriction already guarantees every Post mediates at least one organization."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind a gmeow:Post to the one organization whose seat it is."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/postalAddressFrame
<https://blackcatinformatics.ca/gmeow/postalAddressFrame> rdf:type owl:ObjectProperty ;
                                                          rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasReferenceFrame> ;
                                                          rdf:type owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/PostalAddress> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                          rdfs:label "postal address frame"@x-gmeow-english ;
                                                          skos:definition "The postal/administrative reference frame in which this address is expressed. Functional: an address is expressed in exactly one frame. The default is gmeow:referenceFramePostalAddress."@x-gmeow-english ;
                                                          skos:example "ex:home gmeow:postalAddressFrame gmeow:referenceFramePostalAddress ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting more than one frame per address (it is functional) and avoid using it for the resolved geographic place (that is gmeow:addressPlace)."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Point the address at its frame individual (default gmeow:referenceFramePostalAddress) so the component coordinate properties have a well-defined axis system to be interpreted along."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to declare which postal/administrative frame an address's coordinate values are read against — required because a value asserted without its frame is ill-formed (CONSTITUTION P11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/postingAccount
<https://blackcatinformatics.ca/gmeow/postingAccount> rdf:type owl:ObjectProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Posting> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/LedgerAccount> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                      rdfs:label "posting account"@x-gmeow-english ;
                                                      skos:definition "The ledger account this posting affects. Functional: a posting affects exactly one ledger account."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/postingAmount
<https://blackcatinformatics.ca/gmeow/postingAmount> rdf:type owl:ObjectProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Posting> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/MonetaryAmount> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                     rdfs:label "posting amount"@x-gmeow-english ;
                                                     skos:definition "The monetary amount of this posting, expressed as a MonetaryAmount with explicit currency frame. Functional: a posting has exactly one amount."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/postingDirection
<https://blackcatinformatics.ca/gmeow/postingDirection> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Posting> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/PostingDirection> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                        rdfs:label "posting direction"@x-gmeow-english ;
                                                        skos:definition "The direction of this posting — debit or credit. Functional: a posting is exactly one direction."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/postingJournalEntry
<https://blackcatinformatics.ca/gmeow/postingJournalEntry> rdf:type owl:ObjectProperty ,
                                                                    owl:FunctionalProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/Posting> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/JournalEntry> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                           rdfs:label "posting journal entry"@x-gmeow-english ;
                                                           skos:definition "The journal entry this posting belongs to. Functional: a posting belongs to exactly one journal entry."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/precedenceHigher
<https://blackcatinformatics.ca/gmeow/precedenceHigher> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/PrecedenceTenure> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/Norm> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                        rdfs:label "precedence higher"@x-gmeow-english ;
                                                        skos:definition "The norm that prevails during this tenure. Functional."@x-gmeow-english ;
                                                        skos:example "ex:pt1 gmeow:precedenceHigher ex:tier2 ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid more than one prevailing norm (it is functional) and avoid pointing it at the yielding norm (that is gmeow:precedenceLower, which must differ by SHACL)."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:precedenceHigher once from the tenure to the prevailing norm, paired with a distinct gmeow:precedenceLower and a gmeow:precedenceScope."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a PrecedenceTenure to name the single norm that prevails during the tenure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/precedenceLower
<https://blackcatinformatics.ca/gmeow/precedenceLower> rdf:type owl:ObjectProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/PrecedenceTenure> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/Norm> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                       rdfs:label "precedence lower"@x-gmeow-english ;
                                                       skos:definition "The norm that yields during this tenure. Functional, and distinct from precedenceHigher (SHACL)."@x-gmeow-english ;
                                                       skos:example "ex:pt1 gmeow:precedenceLower ex:xN ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid more than one yielding norm (it is functional) and avoid pointing it at the prevailing norm — it must differ from gmeow:precedenceHigher (SHACL)."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:precedenceLower once from the tenure to the yielding norm, paired with a distinct gmeow:precedenceHigher and a gmeow:precedenceScope."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a PrecedenceTenure to name the single norm that yields during the tenure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/precedenceScope
<https://blackcatinformatics.ca/gmeow/precedenceScope> rdf:type owl:ObjectProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/PrecedenceTenure> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/NormativeSystem> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                       rdfs:label "precedence scope"@x-gmeow-english ;
                                                       skos:definition "The normative system within which this precedence holds. Functional and mandatory (SHACL): precedence is always scoped — a system orders its own norms; it cannot order the world's."@x-gmeow-english ;
                                                       skos:example "ex:pt1 gmeow:precedenceScope ex:gdpr ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid omitting it (it is mandatory by SHACL) and avoid implying a system can order norms outside its own — a system orders only the norms it issues."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:precedenceScope once from the tenure to its gmeow:NormativeSystem; the solver reads precedence claims only within their scope."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a PrecedenceTenure to name the normative system within which the precedence holds — precedence is always scoped to a system."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/predecessorOrganization
<https://blackcatinformatics.ca/gmeow/predecessorOrganization> rdf:type owl:ObjectProperty ;
                                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                               rdfs:range <https://blackcatinformatics.ca/gmeow/Organization> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                               rdfs:label "predecessor organization"@x-gmeow-english ;
                                                               skos:definition "An organization that ceases or transforms in a multi-organization change event — a merger, split, spin-off, acquisition, or rename. Non-functional: a merger has several predecessors, and competing standpoint-indexed predecessor claims coexist."@x-gmeow-english ;
                                                               skos:example "ex:merger gmeow:predecessorOrganization ex:oldcoA, ex:oldcoB ."@x-gmeow-english ;
                                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting a direct organization-to-organization succession edge (the change is mediated by an gmeow:Event) and avoid forcing one predecessor — a merger has several, and contested succession claims coexist via gmeow:accordingTo (Principle 9)."@x-gmeow-english ;
                                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Reify the change as a gmeow:Event, attach each prior organization with gmeow:predecessorOrganization and each resulting one with gmeow:successorOrganization; carry contested succession with gmeow:accordingTo on the statements."@x-gmeow-english ;
                                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a multi-organization change gmeow:Event (merger, split, acquisition, rename) to name an organization that ceased or transformed in it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/premise
<https://blackcatinformatics.ca/gmeow/premise> rdf:type owl:ObjectProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/InferenceCommitment> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                               rdfs:label "premise"@x-gmeow-english ;
                                               skos:definition "A premise of a reified gmeow:InferenceCommitment — an input from which its conclusion is drawn. NOT functional: an argument has one or more premises (SHACL requires at least one, and that no premise equals the conclusion)."@x-gmeow-english ;
                                               skos:scopeNote "Range is intentionally OPEN (a premise may be a claim, a proposition, or any reified statement), mirroring gmeow:inferredFrom."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/prescribedConduct
<https://blackcatinformatics.ca/gmeow/prescribedConduct> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/Norm> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                         rdfs:label "prescribed conduct"@x-gmeow-english ;
                                                         skos:definition "The conduct the norm is about — an event type, a goal (teleology design), a situation, or a rights action (via the rights graft). The range is intentionally open (the tenurePosition precedent): asserting a closed range union would either dangle across module boundaries or vanish from the generated schema surface, and the graft would force dual-typing of the RightsAction vocabulary. NOT functional: one norm may govern several conducts jointly."@x-gmeow-english ;
                                                         skos:example "ex:n1 gmeow:prescribedConduct ex:eraseOnRequest ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting a closed range union here (the range is intentionally open across modules) and avoid forcing one conduct, since a norm may govern several jointly."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:prescribedConduct at the governed conduct (an EventType, a Goal, a Situation, or a RightsAction via the graft's gmeow:ruleAction specialization); list several when one norm governs them jointly."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name what a norm is about — an event type, a teleology goal, a situation, or a rights action — the deontic force ranging over the teleology and event spines."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/procedureStepOf
<https://blackcatinformatics.ca/gmeow/procedureStepOf> rdf:type owl:ObjectProperty ;
                                                       rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/partOf> ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/ProcedureStep> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/Procedure> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                       rdfs:label "procedure step of"@x-gmeow-english ;
                                                       skos:definition "Relates a ProcedureStep to the Procedure it is part of; the inverse of gmeow:hasProcedureStep."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/procedureStepType
<https://blackcatinformatics.ca/gmeow/procedureStepType> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/ProcedureStep> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/StepType> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                         rdfs:label "procedure step type"@x-gmeow-english ;
                                                         skos:definition "The kind(s) of a procedure step, drawn from the open gmeow:StepType value vocabulary. Non-functional: a step may serve several purposes, and competing standpoint-indexed type claims coexist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/procedureType
<https://blackcatinformatics.ca/gmeow/procedureType> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Procedure> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/ProcedureType> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                     rdfs:label "procedure type"@x-gmeow-english ;
                                                     skos:definition "The kind(s) of a procedure, drawn from the open gmeow:ProcedureType value vocabulary. Non-functional: a procedure may serve several purposes (a research plan that is also a data pipeline), and competing standpoint-indexed type claims coexist rather than contradict."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/processFunction
<https://blackcatinformatics.ca/gmeow/processFunction> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/GenerativeProcess> ;
                                                       rdfs:range <https://w3id.org/function/ontology#Function> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "process function"@x-gmeow-english ;
                                                       skos:definition "An FnO function reference that realizes the process, e.g. fnRealizePhasing or fnRealizeStochasticProcess (Principle 12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/processKind
<https://blackcatinformatics.ca/gmeow/processKind> rdf:type owl:ObjectProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/GenerativeProcess> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/GenerativeProcessKind> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                   rdfs:label "process kind"@x-gmeow-english ;
                                                   skos:definition "The kind of generative process (phasing, stochastic, verbal score, rule-based, algorithmic)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/processParameter
<https://blackcatinformatics.ca/gmeow/processParameter> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/GenerativeProcess> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "process parameter"@x-gmeow-english ;
                                                        skos:definition "An input parameter to the generative process — a PitchInterval, TimeMapping, distribution description, or other entity. Non-functional: a process may have many parameters."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/proficiencyAgent
<https://blackcatinformatics.ca/gmeow/proficiencyAgent> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/LanguageProficiency> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                        rdfs:label "proficiency agent"@x-gmeow-english ;
                                                        skos:definition "The agent whose proficiency a language-proficiency expresses. Functional — constitutive of the proficiency."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/proficiencyInterval
<https://blackcatinformatics.ca/gmeow/proficiencyInterval> rdf:type owl:ObjectProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/LanguageProficiency> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                           rdfs:label "proficiency interval"@x-gmeow-english ;
                                                           skos:definition "The interval over which a language-proficiency held (proficiency changes over a life). Lighter cases use gmeow:validFrom/validUntil on the statement."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/proficiencyLanguage
<https://blackcatinformatics.ca/gmeow/proficiencyLanguage> rdf:type owl:ObjectProperty ,
                                                                    owl:FunctionalProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/LanguageProficiency> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/Language> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                           rdfs:label "proficiency language"@x-gmeow-english ;
                                                           skos:definition "The language a language-proficiency concerns. Functional — constitutive."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/proficiencyLevel
<https://blackcatinformatics.ca/gmeow/proficiencyLevel> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/LanguageProficiency> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/ProficiencyLevel> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                        rdfs:label "proficiency level"@x-gmeow-english ;
                                                        skos:definition "The attained level of a language-proficiency (a gmeow:ProficiencyLevel value, e.g. cefrB2, levelNative). Functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/proficiencyModality
<https://blackcatinformatics.ca/gmeow/proficiencyModality> rdf:type owl:ObjectProperty ,
                                                                    owl:FunctionalProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/LanguageProficiency> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/ProficiencyModality> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                           rdfs:label "proficiency modality"@x-gmeow-english ;
                                                           skos:definition "The skill modality a language-proficiency rates (speaking, listening, reading, writing, signing, comprehension, overall) — a gmeow:ProficiencyModality value. Functional: mint one proficiency per (agent, language, modality) so per-skill levels coexist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/proficiencyScale
<https://blackcatinformatics.ca/gmeow/proficiencyScale> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/LanguageProficiency> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/ProficiencyScale> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                        rdfs:label "proficiency scale"@x-gmeow-english ;
                                                        skos:definition "The framework/scale a proficiency level is measured on (CEFR, ILR, ACTFL, self-reported) — a gmeow:ProficiencyScale value. Functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/profileAppliesTo
<https://blackcatinformatics.ca/gmeow/profileAppliesTo> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Profile> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/profiles> ;
                                                        rdfs:label "profile applies to"@x-gmeow-english ;
                                                        skos:definition "The class of entities to which this Profile applies."@x-gmeow-english ;
                                                        skos:example "gmeow:profileReferenceFrame gmeow:profileAppliesTo gmeow:ReferenceFrame ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it on the instances themselves (it is a Profile-level statement) and avoid using it for the per-instance link (that is gmeow:hasProfile)."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:profileAppliesTo from the Profile to the target class; an instance of that class then claims conformance with gmeow:hasProfile."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a Profile to name the class whose instances its descriptor schema governs."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/profileOpenValue
<https://blackcatinformatics.ca/gmeow/profileOpenValue> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Profile> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/profiles> ;
                                                        rdfs:label "profile open value"@x-gmeow-english ;
                                                        skos:definition "An open value-vocabulary class (instances are individuals, never subclasses) used by this Profile."@x-gmeow-english ;
                                                        skos:example "gmeow:profileReferenceFrame gmeow:profileOpenValue gmeow:FrameRealm ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a descriptor property itself (that is gmeow:profileDescriptor) and avoid pointing it at a class meant to be extended by subclassing rather than by minting individuals."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:profileOpenValue from the Profile to each open value class; extension then happens by adding individuals to those classes, never by altering the closed descriptor schema."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a Profile to name an open value-vocabulary class (instances are individuals) whose members supply values for one of the Profile's descriptor properties."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/programmingLanguage
<https://blackcatinformatics.ca/gmeow/programmingLanguage> rdf:type owl:ObjectProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/Project> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/Language> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                           rdfs:label "programming language"@x-gmeow-english ;
                                                           skos:definition "A programming language a software project is implemented in — a gmeow:Language (the language slice's ProgrammingLanguage). Non-functional: a project uses several. Projects to doap:programming-language / schema:programmingLanguage."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/projectHomepage
<https://blackcatinformatics.ca/gmeow/projectHomepage> rdf:type owl:ObjectProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Project> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                       rdfs:label "project homepage"@x-gmeow-english ;
                                                       skos:definition "The homepage of a project (project homepage and language) — the doap:homepage / schema:url of a software project. Functional; range open (an IRI)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/projectLicense
<https://blackcatinformatics.ca/gmeow/projectLicense> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Project> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/License> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                      rdfs:label "project license"@x-gmeow-english ;
                                                      skos:definition "The license under which a project releases its software. Non-functional: dual-licensing and license transitions over time are valid."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/projectableExpression
<https://blackcatinformatics.ca/gmeow/projectableExpression> rdf:type owl:ObjectProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/NotationProjectionProfile> ;
                                                             rdfs:range owl:Thing ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                             rdfs:label "projectable expression"@x-gmeow-english ;
                                                             skos:definition "A solver-bound input property: the entity being projected through a NotationProjectionProfile. Used by FnO projection functions to declare their input type; not asserted as canonical data (Principle 12). Range is open in core; domain slices restrict it."@x-gmeow-english ;
                                                             skos:example "ex:staffProfile gmeow:projectableExpression ex:musicalExpression ."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it as canonical content (it is a solver-layer input declaration, P12) and avoid confusing it with the parameters a profile represents or loses; this names the whole projected expression, not its parameters."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Declare the input type on the profile via gmeow:projectableExpression so the gmeow:projectionFunction knows what it consumes; domain slices restrict its open range to their expression types."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a projection profile to declare the type of canonical entity the FnO projection function takes as input — the solver-bound hook that names what gets rendered, without asserting the input as stored data."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/projectedStandpoint
<https://blackcatinformatics.ca/gmeow/projectedStandpoint> rdf:type owl:ObjectProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/StandpointClaim> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                           rdfs:label "projected standpoint"@x-gmeow-english ;
                                                           skos:definition "The standpoint claim that the deceiver projects to the deceived party — the public or communicated position that diverges from the held standpoint in a deception event. Non-functional: a complex deception may project several standpoints to different audiences."@x-gmeow-english ;
                                                           skos:example "ex:lie gmeow:projectedStandpoint ex:projectedClaim ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the deceiver's private belief (that is gmeow:heldStandpoint) and avoid treating projection as a truth verdict on the proposition — refutation belongs on a StandpointClaim's modality, not here, and competing standpoints coexist (Principle 9)."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Mint a gmeow:StandpointClaim communicated to the victim, attach it via gmeow:projectedStandpoint, and contrast it with the divergent gmeow:heldStandpoint; for an omission leave the projected standpoint absent and let the gap itself carry the mechanism."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the position a deceiver communicates to the victim — the outer half of the held≠projected divergence; for paltering the projected claim is literally true yet conversationally misleading (pair with gmeow:implicates)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/projectionFunction
<https://blackcatinformatics.ca/gmeow/projectionFunction> rdf:type owl:ObjectProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/NotationProjectionProfile> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/ProjectionFunction> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                          rdfs:label "projection function"@x-gmeow-english ;
                                                          skos:definition "An FnO function reference that renders canonical content to this notation system (Principle 12)."@x-gmeow-english ;
                                                          skos:example "ex:staffProfile gmeow:projectionFunction ex:renderStaff ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid encoding the render logic in the ontology or treating the function's output as canonical data; this property references a solver-layer function, it does not execute or store its result."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Point the profile at a gmeow:ProjectionFunction via gmeow:projectionFunction and declare the function's input through gmeow:projectableExpression; the solver supplies the implementation."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a projection profile to bind the FnO function that actually performs the render from canonical content to this notation's surface form — the executable hook the solver layer invokes (P12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/promptRole
<https://blackcatinformatics.ca/gmeow/promptRole> rdf:type owl:ObjectProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Prompt> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/PromptRole> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                  rdfs:label "prompt role"@x-gmeow-english ;
                                                  skos:definition "The conversational role this prompt occupies (open vocabulary: system, user, assistant, tool)."@x-gmeow-english ;
                                                  skos:example "ex:sysPrompt gmeow:promptRole gmeow:promptRoleSystem ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting several roles on one prompt (it is functional — one prompt, one role; a multi-role turn is several prompts) and avoid minting a per-role subproperty (the role is a value)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Assert exactly one gmeow:promptRole per Prompt at a gmeow:PromptRole individual; mint a fresh individual if a needed conversational role is not seeded, since the vocabulary is open."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to tag a gmeow:Prompt with the conversational role it occupies — system, user, assistant, or tool — drawn from the gmeow:PromptRole vocabulary."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/propagatesFrom
<https://blackcatinformatics.ca/gmeow/propagatesFrom> rdf:type owl:ObjectProperty ;
                                                      rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/wasDerivedFrom> ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                      rdfs:label "propagates from"@x-gmeow-english ;
                                                      skos:definition "The propagation edge linking one myth telling to the telling it was derived from — reusing the PROV-O lineage spine so myth-spread is not a parallel graph (Principle 4). The propagating agent is a gmeow:Participation with roleDupe (unwitting) or roleDeceiver (knowing)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/proximity
<https://blackcatinformatics.ca/gmeow/proximity> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/ProximityMeasurement> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                 rdfs:label "proximity"@x-gmeow-english ;
                                                 skos:definition "Links an entity to a proximity measurement describing its distance or dissimilarity to another entity. The measurement carries the scalar value (via observationResult → ScalarQuantity), the reference frame (via hasReferenceFrame), and the target entity (via proximityTo). Flat form for the common case; promote to full reified Measurement when vantage, confidence, temporal scope, or standpoint matter."@x-gmeow-english ;
                                                 skos:example "ex:a gmeow:proximity ex:dist ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it when vantage, confidence, temporal scope, or standpoint matter — read the reified Measurement directly."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Use flat gmeow:proximity for the common case; the measurement still carries gmeow:proximityTo, the frame, and the result scalar."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the flat link from an entity to a proximity measurement about its distance/dissimilarity to another."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/proximityTo
<https://blackcatinformatics.ca/gmeow/proximityTo> rdf:type owl:ObjectProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/ProximityMeasurement> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                   rdfs:label "proximity to"@x-gmeow-english ;
                                                   skos:definition "The target entity to which proximity is measured. Functional: a different target entity is a different proximity measurement (constitutive of the relator's identity)."@x-gmeow-english ;
                                                   skos:example "ex:dist gmeow:proximityTo ex:b ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid measuring to several targets on one measurement (mint one per target)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:proximityTo per ProximityMeasurement."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the single target entity a proximity is measured to; functional, constitutive of the measurement's identity."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pushTarget
<https://blackcatinformatics.ca/gmeow/pushTarget> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Push> ;
                                                  rdfs:range [ rdf:type owl:Class ;
                                                               owl:unionOf ( <https://blackcatinformatics.ca/gmeow/Ref>
                                                                             <https://blackcatinformatics.ca/gmeow/Repository>
                                                                           )
                                                             ] ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                  rdfs:label "push target"@x-gmeow-english ;
                                                  skos:definition "The repository or ref that a push event targets. Non-functional: a single push operation may target multiple refs in the same repository."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/qualityDimension
<https://blackcatinformatics.ca/gmeow/qualityDimension> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/QualityAssessment> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/QualityDimension> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/quality> ;
                                                        rdfs:label "quality dimension"@x-gmeow-english ;
                                                        skos:definition "The quality dimension under which this assessment is made. Non-functional: a single assessment may cover several dimensions (e.g. a report that evaluates both positional accuracy and completeness), and competing dimension classifications coexist rather than collapse (Principle 9)."@x-gmeow-english ;
                                                        skos:example "ex:posAcc gmeow:qualityDimension gmeow:qualityDimensionCompleteness ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting a new dimension class for an unlisted axis (add a gmeow:QualityDimension individual instead) and avoid forcing a single dimension when an assessment genuinely spans several — keep it non-functional."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:qualityDimension at one or more gmeow:QualityDimension individuals; multiple dimensions on one assessment coexist, matching a report that grades several axes at once."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a QualityAssessment to name the ISO 19157 dimension(s) it evaluates — positional, temporal, or thematic accuracy, completeness, consistency, or lineage."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/quotesContent
<https://blackcatinformatics.ca/gmeow/quotesContent> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Work> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                     rdfs:label "quotes content"@x-gmeow-english ;
                                                     skos:definition "Relates a work (a posting, an article) to content it quotes — another posting, a passage, an external resource. Non-functional: a work may quote several sources. Projects to schema:Quotation / schema:citation. The quoted passage's text rides gmeow:quotedText when inline."@x-gmeow-english ;
                                                     skos:example "ex:post gmeow:quotesContent ex:original ; gmeow:quotedText \"the relevant passage\" ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for a repost/boost that carries the original wholesale (that is gmeow:sharesContent) and avoid it for a formal scholarly reference (use gmeow:bibliographicCitation)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:Work at the quoted resource via gmeow:quotesContent; when the quote is an inline passage rather than a linkable resource, carry the text on gmeow:quotedText. Projects to schema:Quotation / citation."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link a work to another resource it quotes — a quoted post, cited passage, or external page; non-functional, so a work may quote several sources."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/quotesWork
<https://blackcatinformatics.ca/gmeow/quotesWork> rdf:type owl:ObjectProperty ;
                                                  rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/wasDerivedFrom> ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                  rdfs:label "quotes work"@x-gmeow-english ;
                                                  skos:definition "A flat shortcut asserting that a creative work includes a quotation derived from another creative work. The reified form is a gmeow:CreativeDerivation with gmeow:derivationType gmeow:derivationTypeQuotation."@x-gmeow-english ;
                                                  skos:example "ex:symphony gmeow:quotesWork ex:folkTune ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the quoted segment, period, or provenance must be first-class (promote to a gmeow:CreativeDerivation with gmeow:derivationTypeQuotation) and avoid it for citing a source bibliographically (that is the citations slice's gmeow:cites)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Assert from the quoting work to the quoted work; it pairsWith gmeow:CreativeDerivation — promote when metadata is required."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the flat 80% case of asserting one work quotes material from another, when the quoted segment and provenance need not be recorded."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rcc8dc
<https://blackcatinformatics.ca/gmeow/rcc8dc> rdf:type owl:ObjectProperty ,
                                                       owl:SymmetricProperty ;
                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/Location> ;
                                              rdfs:range <https://blackcatinformatics.ca/gmeow/Location> ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                              rdfs:label "rcc8 dc"@x-gmeow-english ;
                                              skos:definition "RCC-8: Disconnected (DC) — regions are disjoint and do not share any point."@x-gmeow-english ;
                                              skos:example "ex:a gmeow:rcc8dc ex:b ."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid mixing RCC-8 relations for one region pair (the set is pairwise-disjoint; exactly one holds) and avoid it where touching (EC) or containment is meant."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Assert one RCC-8 relation per region pair; the gmeow:rcc8* relations are declared pairwise-disjoint."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use to assert RCC-8 Disconnected — two regions share no point; symmetric."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rcc8ec
<https://blackcatinformatics.ca/gmeow/rcc8ec> rdf:type owl:ObjectProperty ,
                                                       owl:SymmetricProperty ;
                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/Location> ;
                                              rdfs:range <https://blackcatinformatics.ca/gmeow/Location> ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                              rdfs:label "rcc8 ec"@x-gmeow-english ;
                                              skos:definition "RCC-8: Externally Connected (EC) — regions share only boundary points."@x-gmeow-english ;
                                              skos:example "ex:a gmeow:rcc8ec ex:b ."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for traversable connection (gmeow:spatiallyConnectsTo) or partial overlap (gmeow:rcc8po)."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Assert exactly one RCC-8 relation per region pair from the pairwise-disjoint set."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use to assert RCC-8 Externally Connected — regions share only boundary points; symmetric."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rcc8eq
<https://blackcatinformatics.ca/gmeow/rcc8eq> rdf:type owl:ObjectProperty ,
                                                       owl:SymmetricProperty ;
                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/Location> ;
                                              rdfs:range <https://blackcatinformatics.ca/gmeow/Location> ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                              rdfs:label "rcc8 eq"@x-gmeow-english ;
                                              skos:definition "RCC-8: Equal (EQ) — regions are identical."@x-gmeow-english ;
                                              skos:example "ex:a gmeow:rcc8eq ex:b ."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it as identity of the places themselves (use coreference) — it asserts spatial coincidence, not sameAs."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Assert exactly one RCC-8 relation per region pair; EQ states coincident extent only."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use to assert RCC-8 Equal — two regions are spatially identical; symmetric."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rcc8ntpp
<https://blackcatinformatics.ca/gmeow/rcc8ntpp> rdf:type owl:ObjectProperty ;
                                                rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/containedInLocation> ,
                                                                   <https://blackcatinformatics.ca/gmeow/partOf> ;
                                                owl:inverseOf <https://blackcatinformatics.ca/gmeow/rcc8ntppi> ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Location> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/Location> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                rdfs:label "rcc8 ntpp"@x-gmeow-english ;
                                                skos:definition "RCC-8: Non-Tangential Proper Part (NTPP) — region is a proper part of another, entirely within its interior."@x-gmeow-english ;
                                                skos:example "ex:a gmeow:rcc8ntpp ex:b ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for tangential containment (gmeow:rcc8tpp)."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Assert exactly one RCC-8 relation per region pair; NTPP feeds the containment/part spine."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to assert RCC-8 Non-Tangential Proper Part — a region lies entirely within another's interior; a specialization of gmeow:containedInLocation / gmeow:partOf, inverse of gmeow:rcc8ntppi."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rcc8ntppi
<https://blackcatinformatics.ca/gmeow/rcc8ntppi> rdf:type owl:ObjectProperty ;
                                                 rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasPart> ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Location> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Location> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                 rdfs:label "rcc8 ntppi"@x-gmeow-english ;
                                                 skos:definition "RCC-8: Non-Tangential Proper Part Inverse (NTPPi) — inverse of NTPP."@x-gmeow-english ;
                                                 skos:example "ex:b gmeow:rcc8ntppi ex:a ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it when the part-rooted gmeow:rcc8ntpp is natural."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Assert exactly one RCC-8 relation per region pair; NTPPi feeds the has-part spine."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to assert RCC-8 Non-Tangential Proper Part Inverse — the inverse of gmeow:rcc8ntpp; a specialization of gmeow:hasPart."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rcc8po
<https://blackcatinformatics.ca/gmeow/rcc8po> rdf:type owl:ObjectProperty ,
                                                       owl:SymmetricProperty ;
                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/Location> ;
                                              rdfs:range <https://blackcatinformatics.ca/gmeow/Location> ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                              rdfs:label "rcc8 po"@x-gmeow-english ;
                                              skos:definition "RCC-8: Partial Overlap (PO) — regions overlap but neither is part of the other."@x-gmeow-english ;
                                              skos:example "ex:a gmeow:rcc8po ex:b ."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it where one region is a proper part of the other (use gmeow:rcc8tpp / gmeow:rcc8ntpp)."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Assert exactly one RCC-8 relation per region pair."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use to assert RCC-8 Partial Overlap — regions overlap but neither is part of the other; symmetric."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rcc8tpp
<https://blackcatinformatics.ca/gmeow/rcc8tpp> rdf:type owl:ObjectProperty ;
                                               rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/containedInLocation> ,
                                                                  <https://blackcatinformatics.ca/gmeow/partOf> ;
                                               owl:inverseOf <https://blackcatinformatics.ca/gmeow/rcc8tppi> ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/Location> ;
                                               rdfs:range <https://blackcatinformatics.ca/gmeow/Location> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                               rdfs:label "rcc8 tpp"@x-gmeow-english ;
                                               skos:definition "RCC-8: Tangential Proper Part (TPP) — region is a proper part of another, sharing part of its boundary."@x-gmeow-english ;
                                               skos:example "ex:a gmeow:rcc8tpp ex:b ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for non-tangential containment (gmeow:rcc8ntpp) or equality (gmeow:rcc8eq)."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Assert exactly one RCC-8 relation per region pair; TPP feeds the containment/part spine."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use to assert RCC-8 Tangential Proper Part — a region is a proper part sharing boundary; a specialization of gmeow:containedInLocation / gmeow:partOf, inverse of gmeow:rcc8tppi."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rcc8tppi
<https://blackcatinformatics.ca/gmeow/rcc8tppi> rdf:type owl:ObjectProperty ;
                                                rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasPart> ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Location> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/Location> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                rdfs:label "rcc8 tppi"@x-gmeow-english ;
                                                skos:definition "RCC-8: Tangential Proper Part Inverse (TPPi) — inverse of TPP."@x-gmeow-english ;
                                                skos:example "ex:b gmeow:rcc8tppi ex:a ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it when the part-rooted gmeow:rcc8tpp is the natural direction."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Assert exactly one RCC-8 relation per region pair; TPPi feeds the has-part spine."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to assert RCC-8 Tangential Proper Part Inverse — the whole-to-part inverse of gmeow:rcc8tpp; a specialization of gmeow:hasPart."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/readingOf
<https://blackcatinformatics.ca/gmeow/readingOf> rdf:type owl:ObjectProperty ;
                                                 rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                 rdf:type owl:FunctionalProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/InscriptionReading> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Inscription> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                 rdfs:label "reading of"@x-gmeow-english ;
                                                 skos:definition "The inscription that a reading observes. Functional per relator: one source inscription per InscriptionReading."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/readingResult
<https://blackcatinformatics.ca/gmeow/readingResult> rdf:type owl:ObjectProperty ;
                                                     rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observationResult> ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/InscriptionReading> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/InformationObject> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                     rdfs:label "reading result"@x-gmeow-english ;
                                                     skos:definition "The lexical form(s) produced by a reading. Non-functional: a single reading may yield multiple coexisting forms (e.g. ambiguous or damaged signs interpreted differently within the same analytical frame), and competing result claims from different readings coexist (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/realizationMode
<https://blackcatinformatics.ca/gmeow/realizationMode> rdf:type owl:ObjectProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Expression> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/RealizationMode> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                       rdfs:label "realization mode"@x-gmeow-english ;
                                                       skos:definition "The mode in which an Expression realizes its Work — notated, performed, improvised, orally transmitted, or machine-generated. A frame-carried, value-vocabulary fact at the Expression tier; no shape may require a Work to be notated (the oral-tradition guarantee)."@x-gmeow-english ;
                                                       skos:example "ex:eroicaNotatedExpr gmeow:realizationMode gmeow:realizationModeNotated ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it on a Work (the Work is mode-independent) and avoid any shape that requires a notated realization — the oral-tradition guarantee forbids it (Principle 9). Functional: one mode per Expression."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Point the Expression at one gmeow:RealizationMode individual; a notated and a performed rendition of the same Work are two Expressions, each with its own mode."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use at the gmeow:Expression tier to record HOW a musical Work is realized — notated, performed, improvised, oral, or machine-generated — as a frame-carried value rather than a subclass split."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/realizedThrough
<https://blackcatinformatics.ca/gmeow/realizedThrough> rdf:type owl:ObjectProperty ;
                                                       owl:inverseOf <https://blackcatinformatics.ca/gmeow/realizes> ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Work> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/Expression> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                       rdfs:label "realized through"@x-gmeow-english ;
                                                       skos:definition "Relates a Work to an Expression that realizes it. Non-functional: a Work may have many Expressions (translations, arrangements, narrations). Inverse of gmeow:realizes."@x-gmeow-english ;
                                                       skos:example "ex:hamlet gmeow:realizedThrough ex:hamletGermanTranslation ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting this directly when modelling from the Expression up — prefer gmeow:realizes and read this inverse — and avoid it for editions of an Expression (that is gmeow:embodiedIn)."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Prefer asserting gmeow:realizes from each Expression and read gmeow:realizedThrough by inversion; reach for it explicitly only in Work-rooted projections."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use for Work-rooted traversal down to its realizations — enumerating the translations, arrangements, and narrations of one abstract Work."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/realizes
<https://blackcatinformatics.ca/gmeow/realizes> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Expression> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/Work> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                rdfs:label "realizes"@x-gmeow-english ;
                                                skos:definition "Relates an Expression to the Work it realizes. Non-functional: an omnibus or aggregate Expression may realize multiple Works (e.g. an anthology). Inverse of gmeow:realizedThrough."@x-gmeow-english ;
                                                skos:example "ex:hamletGermanTranslation gmeow:realizes ex:hamlet ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the embodiment of an Expression in an edition (use gmeow:embodiedIn) and for derivation between distinct works (use gmeow:CreativeDerivation); a cover or arrangement is a new Work-or-Expression, not a re-realization."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Assert from the Expression to the Work; an anthology Expression may realize several Works (non-functional). Read the inverse gmeow:realizedThrough for Work-rooted traversal."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to climb from an Expression up to the abstract Work it realizes — the Expression→Work R-relation of the WEMI spine."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/realizesMoment
<https://blackcatinformatics.ca/gmeow/realizesMoment> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/MentalProcess> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/mentation> ;
                                                      rdfs:label "realizes moment"@x-gmeow-english ;
                                                      skos:definition "Relates a mental process to a mental moment it produces or updates — the occurrent-to-endurant bridge across the gUFO endurant/occurrent divide: a reasoning realizes a belief, a perceiving realizes a perceptual claim. NOT functional — one process may settle several moments."@x-gmeow-english ;
                                                      skos:example "ex:morningReasoning gmeow:realizesMoment ex:lillithKnowsPython ."@x-gmeow-english ;
                                                      skos:scopeNote "Range is intentionally OPEN at this tier (the doxastic-spine precedent): it will point at a gmeow:MentalMoment (subClassOf gufo:IntrinsicMode) once the endurant umbrella lands with kernel/cognition #556; until then it may point at any reified mode, belief-state, or claim the process produces. Renamed from the design's 'realizes' to avoid colliding with the WEMI gmeow:realizes (Expression to Work) in the creative-works slice — Principle 4, one canonical term per concept."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerFoafExport> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid confusing it with the creative-works gmeow:realizes (Expression to Work — it was renamed precisely to avoid that collision, Principle 4) and avoid expecting it to be functional; one process may settle several moments. Do not use it to type the process kind (that is gmeow:mentalProcessType)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:realizesMoment from the process to the gmeow:MentalMoment (or, at this open tier, any mode/belief-state/claim) it settles; pair it with gmeow:experiencer so the realized moment and the producing episode share a bearer."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                            <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ,
                                                                                                            <https://blackcatinformatics.ca/gmeow/consumerResearchQueue> ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link a gmeow:MentalProcess to the endurant mental moment it produces or updates — the occurrent-to-endurant bridge across the gUFO divide (a reasoning realizes a knowing or belief, a perceiving realizes a perceptual claim)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceAuthority
<https://blackcatinformatics.ca/gmeow/referenceAuthority> rdf:type owl:ObjectProperty ,
                                                                   owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/CadastralReference> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "reference authority"@x-gmeow-english ;
                                                          skos:definition "The cadastral registry, land titles office, or surveying authority that issued this reference. Functional: a single reference has exactly one issuing authority."@x-gmeow-english ;
                                                          skos:example "ex:cr gmeow:referenceAuthority ex:landRegistry ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid multiple authorities per reference."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:referenceAuthority (an Agent) per CadastralReference."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the single registry or surveying authority that issued a cadastral reference; functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceJurisdiction
<https://blackcatinformatics.ca/gmeow/referenceJurisdiction> rdf:type owl:ObjectProperty ,
                                                                      owl:FunctionalProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/CadastralReference> ;
                                                             rdfs:range <https://blackcatinformatics.ca/gmeow/Place> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                             rdfs:label "reference jurisdiction"@x-gmeow-english ;
                                                             skos:definition "The jurisdiction (country, state, province, or territory) under whose legal framework this cadastral reference is valid. Functional: a single reference has exactly one governing jurisdiction."@x-gmeow-english ;
                                                             skos:example "ex:cr gmeow:referenceJurisdiction ex:ontario ."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid multiple jurisdictions per reference."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:referenceJurisdiction (a Place) per CadastralReference."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the single jurisdiction under whose legal framework a cadastral reference is valid; functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceType
<https://blackcatinformatics.ca/gmeow/referenceType> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/CadastralReference> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/CadastralReferenceType> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                     rdfs:label "reference type"@x-gmeow-english ;
                                                     skos:definition "The kind of cadastral reference (parcel ID, folio number, title number, lot number, survey plan reference, etc.). Non-functional: a single reference may be classified by multiple sources as different types."@x-gmeow-english ;
                                                     skos:example "ex:cr gmeow:referenceType gmeow:referenceTypeFolio ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid encoding the kind as a CadastralReference subclass."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Attach a gmeow:CadastralReferenceType individual; competing source classifications coexist."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to classify a cadastral reference by its kind (parcel ID, folio, title, lot, survey plan); non-functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/references
<https://blackcatinformatics.ca/gmeow/references> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/citations> ;
                                                  rdfs:label "references"@x-gmeow-english ;
                                                  skos:definition "A related resource that is referenced, cited, or otherwise pointed to by the described resource. (RFC 5322 References for messages; bibliographic references for creative works.)"@x-gmeow-english ;
                                                  skos:example "ex:reply gmeow:references ex:originalMessage ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it when the link is specifically a citation with an intent or pinpoint (use gmeow:cites, or promote to a gmeow:CitationAct) and avoid asserting both directions — state gmeow:references and read gmeow:isReferencedBy as its inverse."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Assert one gmeow:references triple per pointed-to resource (non-functional); promote to the typed citation machinery (gmeow:cites / gmeow:CitationAct) when kind, locus, or standpoint matters."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the generic, flat-first pointer from one entity to a related resource it points to — a message-thread reference or a bibliographic reference — when the kind, locus, or standpoint of the link need not be typed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/regionOf
<https://blackcatinformatics.ca/gmeow/regionOf> rdf:type owl:ObjectProperty ,
                                                         owl:FunctionalProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/ImageRegion> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/MediaObject> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                rdfs:label "region of"@x-gmeow-english ;
                                                skos:definition "A region is part of exactly one image. Functional per region: one containing image per ImageRegion. Inverse of gmeow:hasRegion."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/regionSelector
<https://blackcatinformatics.ca/gmeow/regionSelector> rdf:type owl:ObjectProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/ImageRegion> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/RegionSelector> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                      rdfs:label "region selector"@x-gmeow-english ;
                                                      skos:definition "The selector that describes this region's boundaries. Functional per region: one selector per ImageRegion."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/relatedNote
<https://blackcatinformatics.ca/gmeow/relatedNote> rdf:type owl:ObjectProperty ,
                                                            owl:SymmetricProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Note> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Note> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notes> ;
                                                   rdfs:label "related note"@x-gmeow-english ;
                                                   skos:definition "An undirected associative link between two notes — the semantic sibling of relatedTag, applied to the note graph. Symmetric. Optional: the note graph stays flat-first."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/relatedTag
<https://blackcatinformatics.ca/gmeow/relatedTag> rdf:type owl:ObjectProperty ,
                                                           owl:SymmetricProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Tag> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Tag> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/tags> ;
                                                  rdfs:label "related tag"@x-gmeow-english ;
                                                  skos:definition "A tag related to this tag by an associative link. Symmetric. Optional."@x-gmeow-english ;
                                                  skos:example "ex:tagOcean gmeow:relatedTag ex:tagBeach ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for hierarchy (use gmeow:broaderTag / gmeow:narrowerTag) and avoid asserting both directions — the property is symmetric, so one assertion suffices."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:relatedTag once between the two tags; symmetry makes the reverse link hold automatically, keeping the associative web flat and optional."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link two tags by a non-hierarchical association — they travel together or co-occur — when neither is broader or narrower than the other (the counterpart of skos:related)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/relatesToFrame
<https://blackcatinformatics.ca/gmeow/relatesToFrame> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/NarrativeReferenceFrame> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/NarrativeReferenceFrame> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                      rdfs:label "relates to frame"@x-gmeow-english ;
                                                      skos:definition "Relates a narrative reference frame to another narrative reference frame with which it stands in a relationship (the nature of which is given by gmeow:hasNarrativeFrameRelation). Non-functional: a frame may relate to many others, and competing relation claims coexist. Flat shortcut; promote to gmeow:NarrativeFrameLink when the binding between source, target, and relation type must be explicit."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/pairsWith> <https://blackcatinformatics.ca/gmeow/NarrativeFrameLink> .


###  https://blackcatinformatics.ca/gmeow/relationshipChild
<https://blackcatinformatics.ca/gmeow/relationshipChild> rdf:type owl:ObjectProperty ;
                                                         rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                         rdf:type owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/ParentChildRelationship> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/Person> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/genealogy> ;
                                                         rdfs:label "relationship child"@x-gmeow-english ;
                                                         skos:definition "The child in a reified parent-child relationship."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/relationshipInterval
<https://blackcatinformatics.ca/gmeow/relationshipInterval> rdf:type owl:ObjectProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/InterpersonalRelationship> ;
                                                            rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                            rdfs:label "relationship interval"@x-gmeow-english ;
                                                            skos:definition "The time interval over which an interpersonal relationship held. (A relator carries its period this way rather than via duringInterval, which is reserved for gufo:Situation-based time-scoped relations.)"@x-gmeow-english ;
                                                            skos:example "ex:tie gmeow:relationshipInterval ex:collabInterval ."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using gmeow:duringInterval here (that is reserved for gufo:Situation-based time-scoped relations) and avoid putting the interval on the flat shortcut edges (use gmeow:validFrom/validUntil on those statements)."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Point the relator at its gmeow:TimeInterval; this is the relator-native way to carry a period, distinct from the situation-based duringInterval idiom."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use to scope an interpersonal-relationship relator in time — the span over which the tie held — as a first-class gmeow:TimeInterval."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/relationshipParent
<https://blackcatinformatics.ca/gmeow/relationshipParent> rdf:type owl:ObjectProperty ;
                                                          rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                          rdf:type owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/ParentChildRelationship> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/Person> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/genealogy> ;
                                                          rdfs:label "relationship parent"@x-gmeow-english ;
                                                          skos:definition "The parent in a reified parent-child relationship."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/relationshipParty
<https://blackcatinformatics.ca/gmeow/relationshipParty> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/InterpersonalRelationship> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                         rdfs:label "relationship party"@x-gmeow-english ;
                                                         skos:definition "An agent who is one of the parties to an interpersonal relationship. Non-functional: a relationship typically binds two parties (and is left open for group ties)."@x-gmeow-english ;
                                                         skos:example "ex:tie gmeow:relationshipParty ex:lillith ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid forcing exactly two parties at the OWL level (it is non-functional and left open for group ties; the two-party constraint is a SHACL closure concern) and avoid using it on the flat shortcut edges, which bind their agents directly."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Attach each participating gmeow:Agent to the relator with this property; pair with gmeow:relationshipInterval to scope the tie in time."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind each agent that takes part in an interpersonal-relationship relator; at least one party is required by axiom."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/relationshipSource
<https://blackcatinformatics.ca/gmeow/relationshipSource> rdf:type owl:ObjectProperty ,
                                                                   owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/ExtractedRelationship> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/ExtractedEntity> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                                          rdfs:label "relationship source"@x-gmeow-english ;
                                                          skos:definition "The extracted-entity description at the tail of this extracted relationship."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/relationshipTarget
<https://blackcatinformatics.ca/gmeow/relationshipTarget> rdf:type owl:ObjectProperty ,
                                                                   owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/ExtractedRelationship> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/ExtractedEntity> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                                          rdfs:label "relationship target"@x-gmeow-english ;
                                                          skos:definition "The extracted-entity description at the head of this extracted relationship."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/releaseOf
<https://blackcatinformatics.ca/gmeow/releaseOf> rdf:type owl:ObjectProperty ,
                                                          owl:FunctionalProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Release> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Project> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                 rdfs:label "release of"@x-gmeow-english ;
                                                 skos:definition "The project that a release belongs to. Functional: one project per release event."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/releaseTag
<https://blackcatinformatics.ca/gmeow/releaseTag> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Release> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Tag> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                  rdfs:label "release tag"@x-gmeow-english ;
                                                  skos:definition "The tag associated with a release. Functional: a release is typically cut from exactly one tag."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/remembers
<https://blackcatinformatics.ca/gmeow/remembers> rdf:type owl:ObjectProperty ;
                                                 rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/isAwareOf> ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/cognition> ;
                                                 rdfs:label "remembers"@x-gmeow-english ;
                                                 skos:definition "Objectual memory-of: an agent remembers a SUBJECT (a person, place, topic, or event it has encountered). Sub-property of gmeow:isAwareOf — remembering a subject entails awareness of it. Distinct from gmeow:MemoryItem (the ai slice), which is a remembered CLAIM (propositional); this is remembering the thing, not a proposition about it. Bridge, documented NOT axiomatised (Principle 9): an agent's gmeow:remembers edges are typically backed by gmeow:MemoryItem observations about the subject and surfaced by the flagship's recall — see gmeow:memoryOf. Forgetting is suppression (gmeow:displayable false / closed scope), never deletion (Principle 10)."@x-gmeow-english ;
                                                 skos:example "ex:lillith gmeow:remembers ex:firstConference ."@x-gmeow-english ;
                                                 skos:scopeNote "Boundary: objectual gmeow:remembers (a remembered subject) ⊥ propositional gmeow:MemoryItem (a remembered claim, ai slice). The link is a documented bridge through gmeow:memoryOf, not an axiom; cognition asserts no dependency on the ai slice (Principle 9)."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerFoafExport> ,
                                                                                                         <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for a remembered CLAIM or proposition (that is gmeow:MemoryItem, the ai slice — this is remembering the thing, not a fact about it) and avoid DELETING a remembers edge to model forgetting; suppress it with gmeow:displayable false or a closed scope (Principle 10)."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:remembers from agent to subject (it entails gmeow:isAwareOf); bridge to backing gmeow:MemoryItem observations through gmeow:memoryOf as documentation (no axiom, no ai-slice dependency), and model forgetting as suppression, never deletion."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                       <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use for objectual memory — an agent remembering a SUBJECT (a person, place, topic, or event it has encountered), the recall surface the agent-memory flagship reads (Principle 15); it entails gmeow:isAwareOf by subproperty."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/reminderAction
<https://blackcatinformatics.ca/gmeow/reminderAction> rdf:type owl:ObjectProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Reminder> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/ReminderAction> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                      rdfs:label "reminder action"@x-gmeow-english ;
                                                      skos:definition "The action to take when the reminder fires — display, email, or audio."@x-gmeow-english ;
                                                      skos:example "ex:standupAlarm gmeow:reminderAction gmeow:reminderActionDisplay ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting two actions (it is functional — one per reminder) and avoid minting a subclass for the action; the values are gmeow:ReminderAction individuals."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Set one gmeow:ReminderAction value; pair with gmeow:reminderTrigger for the timing and gmeow:reminderTarget for the event."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to choose how a reminder notifies when it fires — the iCalendar ACTION (display, email, audio)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/reminderTarget
<https://blackcatinformatics.ca/gmeow/reminderTarget> rdf:type owl:ObjectProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Reminder> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                      rdfs:label "reminder target"@x-gmeow-english ;
                                                      skos:definition "The event this reminder is attached to."@x-gmeow-english ;
                                                      skos:example "ex:standupAlarm gmeow:reminderTarget ex:standupEvent ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting more than one (it is functional — one target per reminder) and avoid pointing it at a schedule; a reminder fires for a concrete occurrence."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:Event target; an xsd:duration gmeow:reminderTrigger is then resolved relative to that event's start."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind a reminder to the one gmeow:Event it alerts about — the target whose start an offset trigger is measured from."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/remixOf
<https://blackcatinformatics.ca/gmeow/remixOf> rdf:type owl:ObjectProperty ;
                                               rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/wasDerivedFrom> ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                               rdfs:range <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                               rdfs:label "remix of"@x-gmeow-english ;
                                               skos:definition "A flat shortcut asserting that a creative work is a remix derived from another creative work. The reified form is a gmeow:CreativeDerivation with gmeow:derivationType gmeow:derivationTypeRemix."@x-gmeow-english ;
                                               skos:example "ex:clubMix gmeow:remixOf ex:originalTrack ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the derivation's segments, combined types, or provenance must be first-class — promote to a gmeow:CreativeDerivation with gmeow:derivationTypeRemix."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Assert from the remix to the source recording; it pairsWith gmeow:CreativeDerivation — promote when metadata is required."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the flat 80% case of asserting one work is a remix of another, when no segment, period, or provenance needs recording."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/replyTo
<https://blackcatinformatics.ca/gmeow/replyTo> rdf:type owl:ObjectProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                               rdfs:range <https://blackcatinformatics.ca/gmeow/EmailAddress> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                               rdfs:label "reply to"@x-gmeow-english ;
                                               skos:definition "An address to which replies should be sent (RFC 5322 Reply-To)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/repositoryType
<https://blackcatinformatics.ca/gmeow/repositoryType> rdf:type owl:ObjectProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Repository> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/RepositoryType> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                      rdfs:label "repository type"@x-gmeow-english ;
                                                      skos:definition "The version-control system of a repository — a value from the open gmeow:RepositoryType vocabulary (git, hg, svn, fossil, …). Functional: a repository has exactly one VCS type."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/representableParameter
<https://blackcatinformatics.ca/gmeow/representableParameter> rdf:type owl:ObjectProperty ;
                                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/NotationProjectionProfile> ;
                                                              rdfs:range owl:Thing ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                              rdfs:label "representable parameter"@x-gmeow-english ;
                                                              skos:definition "A parameter that this notation system can represent without loss (e.g. pitch in a 12-EDO-aware staff notation). Range is kept open in the core framework; domain-specific slices restrict it to their parameter vocabularies."@x-gmeow-english ;
                                                              skos:example "ex:staffProfile gmeow:representableParameter ex:pitch ."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for a parameter the notation drops or approximates (that is gmeow:declaredLoss with gmeow:accountsForParameter) and avoid leaving a known parameter neither represented nor accounted-for — the gate flags that gap."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/howToUse> "List each losslessly-carried parameter on the profile via gmeow:representableParameter; domain slices restrict its open range to their own parameter vocabulary."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a projection profile to enumerate a canonical parameter the notation carries faithfully — pitch, duration, dynamics — so the completeness gate can confirm every parameter is either represented here or accounted for as a loss."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/requires
<https://blackcatinformatics.ca/gmeow/requires> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                rdfs:label "requires"@x-gmeow-english ;
                                                skos:definition "A related resource that is required by the described resource to support its function, delivery, or coherence."@x-gmeow-english ;
                                                skos:example "ex:userGuide gmeow:requires ex:runtimeLibrary ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for derivation lineage (use gmeow:wasDerivedFrom subproperties), for standards conformance (use gmeow:conformsTo), and for versions (use gmeow:hasVersion)."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Assert from the dependent work to the required one; read the inverse gmeow:isRequiredBy for the reverse direction."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use when one creative work depends on another to function, be delivered, or remain coherent (the dcterms:requires bridge — a manual that needs its runtime, a score that needs its parts)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/residenceMailbox
<https://blackcatinformatics.ca/gmeow/residenceMailbox> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/MailboxResidence> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/Mailbox> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                        rdfs:label "residence mailbox"@x-gmeow-english ;
                                                        skos:definition "The mailbox a mailbox-residence concerns."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/residentMessage
<https://blackcatinformatics.ca/gmeow/residentMessage> rdf:type owl:ObjectProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/MailboxResidence> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/Message> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                       rdfs:label "resident message"@x-gmeow-english ;
                                                       skos:definition "The message a mailbox-residence concerns."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/residesIn
<https://blackcatinformatics.ca/gmeow/residesIn> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Message> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Mailbox> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                 rdfs:label "resides in"@x-gmeow-english ;
                                                 skos:definition "Relates a message to a mailbox/label it currently resides in. Time-varying residence is reified as gmeow:MailboxResidence; on this convenience property the period may be carried with gmeow:validFrom/validUntil."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/resolvedByArtifact
<https://blackcatinformatics.ca/gmeow/resolvedByArtifact> rdf:type owl:ObjectProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/Procedure> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                          rdfs:label "resolved by artifact"@x-gmeow-english ;
                                                          skos:definition "The artifact — document, observation, claim, or other entity — that resolves the research inquiry. Applies to Procedures of type researchPlan. Non-functional: multiple resolution artifacts may coexist, and competing resolution claims are standpoint-indexed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/retrievedChunk
<https://blackcatinformatics.ca/gmeow/retrievedChunk> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/RetrievalEvent> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Chunk> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                                      rdfs:label "retrieved chunk"@x-gmeow-english ;
                                                      skos:definition "A chunk this retrieval returned. Score, rank, and re-ranker attribution ride RDF 1.2 statement annotations on each retrievedChunk triple (gmeow:retrievalScore + the existing provenance annotations)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/reviewCommit
<https://blackcatinformatics.ca/gmeow/reviewCommit> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/CodeReview> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Commit> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                    rdfs:label "review commit"@x-gmeow-english ;
                                                    skos:definition "The specific commit under review in a code review event. Non-functional: a review may span multiple commits."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/reviewOf
<https://blackcatinformatics.ca/gmeow/reviewOf> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/CodeReview> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/MergeRequest> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                rdfs:label "review of"@x-gmeow-english ;
                                                skos:definition "The merge request that a code review event is about. Non-functional: a review event may cover multiple related merge requests."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rewardPole
<https://blackcatinformatics.ca/gmeow/rewardPole> rdf:type owl:ObjectProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Criterion> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/CriterionPole> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                  rdfs:label "reward pole"@x-gmeow-english ;
                                                  skos:definition "The named pole this criterion rewards. Functional and mandatory (SHACL — no poles is no axis); must differ from the penalty pole (SHACL)."@x-gmeow-english ;
                                                  skos:example "ex:agency gmeow:rewardPole ex:powerFromBottom ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid omitting it or giving more than one (it is functional and mandatory — no poles is no axis) and avoid pointing it at the same pole as gmeow:penaltyPole (they must differ — SHACL)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:rewardPole once from the criterion to a gmeow:CriterionPole, paired with a distinct gmeow:penaltyPole."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the single pole a criterion rewards — what its high end is for."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rightOperandReference
<https://blackcatinformatics.ca/gmeow/rightOperandReference> rdf:type owl:ObjectProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/AtomicConstraint> ;
                                                             rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                             rdfs:label "right operand reference"@x-gmeow-english ;
                                                             skos:definition "An IRI-valued right operand (odrl:rightOperandReference) — e.g. a place, party, or vocabulary individual the constraint tests against."@x-gmeow-english ;
                                                             skos:example "ex:inEu gmeow:rightOperandReference ex:europeanUnion ."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for a literal value (use gmeow:rightOperand) and avoid carrying the operator or dimension here."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:rightOperandReference on an AtomicConstraint to the operand IRI instead of gmeow:rightOperand when the tested value is an identified resource."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry an IRI-valued tested value of an atomic constraint (the odrl:rightOperandReference) — a place, party, or vocabulary individual the constraint compares against."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rightsType
<https://blackcatinformatics.ca/gmeow/rightsType> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/RightsStatement> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/RightsType> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                  rdfs:label "rights type"@x-gmeow-english ;
                                                  skos:definition "The kind(s) of intellectual-property right a statement concerns — one of the open gmeow:RightsType values (copyright, trademark, patent, industrial design, trade secret, related rights, moral rights, database right, plant breeders' rights). Non-functional: a statement may span several."@x-gmeow-english ;
                                                  skos:example "ex:photoRights gmeow:rightsType gmeow:rightsTypeCopyright, gmeow:rightsTypeMoralRights ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for the copyright or trademark status (gmeow:copyrightStatus / gmeow:trademarkStatus) and avoid collapsing a multi-right statement to one type — it is non-functional, so several coexist."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Add one or more gmeow:rightsType values to a RightsStatement (non-functional); the values are aligned to Wikidata / WIPO by reference."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to tag the kind(s) of IP right a rights statement concerns — copyright, trademark, patent, trade secret, moral rights, database right, … — by referencing gmeow:RightsType values."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/romanticOrientationValue
<https://blackcatinformatics.ca/gmeow/romanticOrientationValue> rdf:type owl:ObjectProperty ,
                                                                         owl:FunctionalProperty ;
                                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/RomanticOrientation> ;
                                                                rdfs:range <https://blackcatinformatics.ca/gmeow/RomanticOrientationValue> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sexuality> ;
                                                                rdfs:label "romantic orientation value"@x-gmeow-english ;
                                                                skos:definition "The gmeow:RomanticOrientationValue a romantic-orientation facet asserts (functional per facet). A predefined individual or a fresh one with rdfs:label; the single path to the value."@x-gmeow-english ;
                                                                skos:example "ex:lillithRomOrient gmeow:romanticOrientationValue gmeow:romanticBiromantic ."@x-gmeow-english ;
                                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it as the sexual-orientation path (that is gmeow:sexualOrientationValue) and avoid forcing the long tail into the seed list; an orientation not seeded is a fresh gmeow:RomanticOrientationValue individual with its own rdfs:label."@x-gmeow-english ;
                                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded gmeow:RomanticOrientationValue or mint a fresh labelled individual, and let the facet carry the disclosure facets; when the value is held only loosely, record gmeow:hasDeterminacy gmeow:determinacyFuzzy on the facet rather than on this functional link."@x-gmeow-english ;
                                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to point a gmeow:RomanticOrientation facet at the one value it asserts — functional per facet, so a single facet names exactly one romantic-orientation value; model a change as a new facet, not a second value here."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/routeEnd
<https://blackcatinformatics.ca/gmeow/routeEnd> rdf:type owl:ObjectProperty ,
                                                         owl:FunctionalProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Route> ;
                                                rdfs:range owl:Thing ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/connectivity> ;
                                                rdfs:label "route end"@x-gmeow-english ;
                                                skos:definition "The end of a route."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/routeKind
<https://blackcatinformatics.ca/gmeow/routeKind> rdf:type owl:ObjectProperty ,
                                                          owl:FunctionalProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Route> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/RouteKind> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/connectivity> ;
                                                 rdfs:label "route kind"@x-gmeow-english ;
                                                 skos:definition "The kind of a route (a RouteKind individual)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/routeStart
<https://blackcatinformatics.ca/gmeow/routeStart> rdf:type owl:ObjectProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Route> ;
                                                  rdfs:range owl:Thing ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/connectivity> ;
                                                  rdfs:label "route start"@x-gmeow-english ;
                                                  skos:definition "The start of a route."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/routeVia
<https://blackcatinformatics.ca/gmeow/routeVia> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Route> ;
                                                rdfs:range owl:Thing ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/connectivity> ;
                                                rdfs:label "route via"@x-gmeow-english ;
                                                skos:definition "An intermediate point that a route passes through. The order of via points is computed by the solver layer (Principle 12), not asserted in the OWL core."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rsvpStatus
<https://blackcatinformatics.ca/gmeow/rsvpStatus> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/EventInvitation> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/RsvpStatus> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                  rdfs:label "RSVP status"@x-gmeow-english ;
                                                  skos:definition "The RSVP response status as asserted by the invitee — needs-action, accepted, declined, tentative. Distinct from invitationStatus: the organizer's view and the invitee's view may disagree, and both claims coexist (Principle 9)."@x-gmeow-english ;
                                                  skos:example "ex:standupInvite gmeow:rsvpStatus gmeow:rsvpStatusTentative ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for the organizer's record (that is gmeow:invitationStatus) and avoid forcing the two views to agree; they coexist as distinct claims (Principle 9)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Set a gmeow:RsvpStatus value for the invitee's reply; when organizer and invitee disagree, standpoint-index each via accordingTo rather than choosing a winner."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the INVITEE's own response to an invitation — the reply the recipient asserts, which may differ from the organizer's gmeow:invitationStatus."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/ruleAction
<https://blackcatinformatics.ca/gmeow/ruleAction> rdf:type owl:ObjectProperty ;
                                                  rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/prescribedConduct> ;
                                                  rdf:type owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Rule> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                  rdfs:label "rule action"@x-gmeow-english ;
                                                  skos:definition "The regulated action of a rule — one of the open gmeow:RightsAction values (odrl:action). Functional: a rule regulates exactly one action; several actions are several rules."@x-gmeow-english ;
                                                  skos:example "ex:mayReproduce gmeow:ruleAction gmeow:actionReproduce ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid giving one rule several actions (it is functional — model several regulated actions as several rules) and avoid a free-text action; reference or mint a gmeow:RightsAction individual."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:ruleAction once per rule (functional) to a gmeow:RightsAction; if the action is not among the seeds, mint a fresh value individual rather than reusing an ill-fitting one."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the single action a permission, prohibition, or duty regulates (the odrl:action) by pointing at a gmeow:RightsAction value."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/ruleAssignee
<https://blackcatinformatics.ca/gmeow/ruleAssignee> rdf:type owl:ObjectProperty ;
                                                    rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/normBearer> ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Rule> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                    rdfs:label "rule assignee"@x-gmeow-english ;
                                                    skos:definition "The party a rule applies to (odrl:assignee). Absent means the rule applies to everyone (an open offer to the public)."@x-gmeow-english ;
                                                    skos:example "ex:mayReproduce gmeow:ruleAssignee ex:acmeCorp ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid setting it for a public, open-offer rule (leave it absent — that means everyone) and avoid using it for the rights holder or licensor; those are gmeow:copyrightHolder / gmeow:licensor."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Add one or more gmeow:ruleAssignee agents to a rule (non-functional) when it is party-specific; omit it for an open offer to the public."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the party a rule binds (the odrl:assignee) when a permission, prohibition, or duty applies to a specific agent rather than to everyone."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/ruleConsequence
<https://blackcatinformatics.ca/gmeow/ruleConsequence> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Rule> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/Duty> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                       rdfs:label "rule consequence"@x-gmeow-english ;
                                                       skos:definition "A duty triggered when a rule is unfulfilled or violated — the ODRL consequence (on a duty) / remedy (on a prohibition). The deontic chaining that makes a policy enforceable."@x-gmeow-english ;
                                                       skos:example "ex:noCommercialUse gmeow:ruleConsequence ex:payPenalty ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for a permission's required duty (that is gmeow:hasDuty) and avoid pointing it at anything but a gmeow:Duty; the consequence is always itself a duty."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Add gmeow:ruleConsequence from the violated rule to the triggered gmeow:Duty; this deontic chaining is what makes a policy enforceable."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to chain a remedy or consequence duty to a rule — the gmeow:Duty triggered when a duty is unfulfilled (odrl:consequence) or a prohibition is violated (odrl:remedy)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/ruleConstraint
<https://blackcatinformatics.ca/gmeow/ruleConstraint> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Rule> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Constraint> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                      rdfs:label "rule constraint"@x-gmeow-english ;
                                                      skos:definition "Relates a rule to a constraint that conditions it (odrl:constraint). A permission/prohibition/duty holds only when all its constraints are satisfied."@x-gmeow-english ;
                                                      skos:example "ex:mayReproduce gmeow:ruleConstraint ex:until2030 ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it to combine constraints (membership of a boolean combination is gmeow:logicConstraintMember) and avoid attaching it to anything but a gmeow:Rule."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Add one or more gmeow:ruleConstraint links from a rule to its conditioning gmeow:Constraint; multiple constraints on one rule are conjunctive unless wrapped in a gmeow:LogicalConstraint."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to condition a rule on a constraint (the odrl:constraint link) — a permission, prohibition, or duty that holds only when the constraint is satisfied."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/ruleTarget
<https://blackcatinformatics.ca/gmeow/ruleTarget> rdf:type owl:ObjectProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Rule> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                  rdfs:label "rule target"@x-gmeow-english ;
                                                  skos:definition "The asset a rule regulates (odrl:target). Optional; absent when the rule inherits its target from the enclosing rights statement's gmeow:statementAbout."@x-gmeow-english ;
                                                  skos:example "ex:mayReproduce gmeow:ruleTarget ex:thumbnail ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid setting it when the rule simply covers the statement's whole subject (leave it absent — the rule inherits gmeow:statementAbout) and avoid using it as the statement-level subject, which is gmeow:statementAbout."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:ruleTarget on a rule only to override the inherited target; otherwise omit it and let the rule read gmeow:statementAbout from its rights statement."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to narrow a rule to a specific asset (the odrl:target) when it differs from the enclosing statement's overall subject — e.g. a permission that applies only to a thumbnail."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/samplePosition
<https://blackcatinformatics.ca/gmeow/samplePosition> rdf:type owl:ObjectProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/ArcSample> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/NarrativePosition> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                      rdfs:label "sample position"@x-gmeow-english ;
                                                      skos:definition "WHERE in the narrative this sample reads — a frame-carried NarrativePosition (narrative-position axis), never a bare index. Functional and mandatory (SHACL): a sample without a position is not a sample."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sampleState
<https://blackcatinformatics.ca/gmeow/sampleState> rdf:type owl:ObjectProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/ArcSample> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                   rdfs:label "sample state"@x-gmeow-english ;
                                                   skos:definition "The read state, by IRI — an affect-slice EmotionType when that slice is loaded, an EmotionML category IRI, or another tradition's term (range intentionally open: soft reference, never extension→extension dependency, P16). Functional: one cell, one state — a blended reading at one position is several samples sharing a vantage. The claimModality axiom pattern applies: this plays the observationResult role without the subproperty (QualityValue ⟂ Entity)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sampleSubject
<https://blackcatinformatics.ca/gmeow/sampleSubject> rdf:type owl:ObjectProperty ;
                                                     rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                     rdf:type owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/ArcSample> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                     rdfs:label "sample subject"@x-gmeow-english ;
                                                     skos:definition "The frame-scoped character (or other diegetic entity) this sample reads (⊑ observedFeature, the observation-spine bridge idiom). Range intentionally open. Functional: one sample, one subject."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/samples
<https://blackcatinformatics.ca/gmeow/samples> rdf:type owl:ObjectProperty ;
                                               rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/wasDerivedFrom> ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                               rdfs:range <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                               rdfs:label "samples"@x-gmeow-english ;
                                               skos:definition "A flat shortcut asserting that a creative work incorporates a sample derived from another creative work. The reified form is a gmeow:CreativeDerivation with gmeow:derivationType gmeow:derivationTypeSample."@x-gmeow-english ;
                                               skos:example "ex:hipHopTrack gmeow:samples ex:funkBreak ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the sampled segment, the source recording's tier, or clearance provenance must be first-class — promote to a gmeow:CreativeDerivation with gmeow:derivationTypeSample and segment pins."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Assert from the sampling work to the sampled recording; it pairsWith gmeow:CreativeDerivation — promote when the region or provenance is required."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the flat 80% case of asserting one work samples another, when the exact source region and provenance need not be recorded."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/satisfiedBy
<https://blackcatinformatics.ca/gmeow/satisfiedBy> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Goal> ;
                                                   rdfs:range <http://purl.org/nemo/gufo#Situation> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/teleology> ;
                                                   rdfs:label "satisfied by"@x-gmeow-english ;
                                                   skos:definition "Relates a goal to a situation that counts as achieving it. NOT functional: many situations may satisfy one goal, and disputed satisfaction is several coexisting vantage-indexed claims through the statement layer — never a global verdict (Principle 9)."@x-gmeow-english ;
                                                   skos:example "ex:reachOrbit gmeow:satisfiedBy ex:firstStableOrbit ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting a single canonical satisfaction when achievement is contested; carry each contested judgement on the statement with gmeow:accordingTo (Principle 9), and never make this functional — many situations may satisfy one goal."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Point the Goal at one or more gufo:Situation individuals; for disputed achievement, mint coexisting gmeow:accordingTo-annotated statements rather than forcing the reasoner to pick a winner, and leave means-end search to the solver layer (Principle 12)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record that a particular situation counts as achieving a goal — the achievement link a renderer or planner reads to ask whether a goal has been met."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sceneObject
<https://blackcatinformatics.ca/gmeow/sceneObject> rdf:type owl:ObjectProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/SceneGraphEdge> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/ImageRegion> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                   rdfs:label "scene object"@x-gmeow-english ;
                                                   skos:definition "The object region in a scene-graph edge — the region toward which the relation points. Functional per edge: one object per SceneGraphEdge."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sceneRelation
<https://blackcatinformatics.ca/gmeow/sceneRelation> rdf:type owl:ObjectProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/SceneGraphEdge> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/SceneRelationType> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                     rdfs:label "scene relation"@x-gmeow-english ;
                                                     skos:definition "The spatial or semantic relation of this edge — a gmeow:SceneRelationType value. Functional: one relation per edge."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sceneSubject
<https://blackcatinformatics.ca/gmeow/sceneSubject> rdf:type owl:ObjectProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/SceneGraphEdge> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/ImageRegion> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                    rdfs:label "scene subject"@x-gmeow-english ;
                                                    skos:definition "The subject region in a scene-graph edge — the region from which the relation originates. Functional per edge: one subject per SceneGraphEdge."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/scheduleOccurrence
<https://blackcatinformatics.ca/gmeow/scheduleOccurrence> rdf:type owl:ObjectProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/EventSchedule> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                          rdfs:label "schedule occurrence"@x-gmeow-english ;
                                                          skos:definition "A concrete event occurrence generated by this schedule. Non-functional: a schedule generates many occurrences."@x-gmeow-english ;
                                                          skos:example "ex:standupSchedule gmeow:scheduleOccurrence ex:standup0612 ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid pointing it at the template (that is gmeow:scheduleTemplateEvent) and avoid treating absence as cancellation — a skipped instance is a gmeow:ScheduleException, not a missing occurrence."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Attach each generated gmeow:Event; the occurrence inherits the template's content but carries its own dated temporal placement and time zone."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link a schedule to each concrete gmeow:Event it generated — the materialized instances a calendar view renders and Allen-relates."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/scheduleRecurrenceRule
<https://blackcatinformatics.ca/gmeow/scheduleRecurrenceRule> rdf:type owl:ObjectProperty ;
                                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/EventSchedule> ;
                                                              rdfs:range <https://blackcatinformatics.ca/gmeow/RecurrenceRule> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                              rdfs:label "schedule recurrence rule"@x-gmeow-english ;
                                                              skos:definition "The recurrence rule by which this schedule generates occurrences. Non-functional: a schedule may combine multiple rules (e.g. weekly + monthly exception)."@x-gmeow-english ;
                                                              skos:example "ex:standupSchedule gmeow:scheduleRecurrenceRule ex:everyWeekdayRule ."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid encoding a single-occurrence deviation here (use gmeow:ScheduleException) and avoid forcing one rule — a schedule may combine several, so it is non-functional."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Link one or more gmeow:RecurrenceRule; the engine expands them in the gmeow:scheduleTimeZone and emits a gmeow:scheduleOccurrence per generated instance."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach the recurrence pattern a schedule expands — the structured/RFC 5545 rule the occurrence engine iterates to produce the series."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/scheduleTemplateEvent
<https://blackcatinformatics.ca/gmeow/scheduleTemplateEvent> rdf:type owl:ObjectProperty ,
                                                                      owl:FunctionalProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/EventSchedule> ;
                                                             rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                             rdfs:label "schedule template event"@x-gmeow-english ;
                                                             skos:definition "The template event from which occurrences are generated — the anchor event carrying title, location, participants, and duration. Functional: one template per schedule."@x-gmeow-english ;
                                                             skos:example "ex:standupSchedule gmeow:scheduleTemplateEvent ex:standupTemplate ."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting more than one (it is functional — one template per schedule) and avoid pointing it at a generated occurrence; the template is the pattern, not an instance of the series."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one template gmeow:Event; the occurrence engine combines it with each gmeow:scheduleRecurrenceRule to mint the gmeow:scheduleOccurrence events."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the single anchor event a schedule clones — the carrier of the recurring title, location, participants, and duration that every occurrence inherits."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/scheduleTimeZone
<https://blackcatinformatics.ca/gmeow/scheduleTimeZone> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/EventSchedule> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/TimeZone> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                        rdfs:label "schedule time zone"@x-gmeow-english ;
                                                        skos:definition "The time zone in which this schedule's recurrence is expressed. The occurrence generation engine uses this zone when expanding the rule."@x-gmeow-english ;
                                                        skos:example "ex:standupSchedule gmeow:scheduleTimeZone ex:torontoZone ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting two zones (it is functional — one per schedule) and avoid omitting it for a wall-clock-anchored rule, since the expansion is ambiguous without the zone."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Set one gmeow:TimeZone; the engine reads it when turning the gmeow:scheduleRecurrenceRule into dated gmeow:scheduleOccurrence events."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to fix the IANA zone a recurrence rule expands in — the offset that decides where each occurrence's local wall-clock time falls across DST boundaries."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/scriptRole
<https://blackcatinformatics.ca/gmeow/scriptRole> rdf:type owl:ObjectProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/WritingSystemUsage> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/ScriptRole> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                  rdfs:label "script role"@x-gmeow-english ;
                                                  skos:definition "The functional role a writing system plays for a language in a usage (a gmeow:ScriptRole value). Functional: one role per usage — a script playing two roles is two usages."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/scriptUsageInterval
<https://blackcatinformatics.ca/gmeow/scriptUsageInterval> rdf:type owl:ObjectProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/WritingSystemUsage> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                           rdfs:label "script usage interval"@x-gmeow-english ;
                                                           skos:definition "The interval over which a writing-system-usage held — e.g. Turkish-in-Arabic-script until 1928. A relator carries its period this way (matching names' NameUsage); lighter cases use gmeow:validFrom/validUntil on the statement. (Distinct from the names module's gmeow:usageInterval, which scopes a NameUsage.)"@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sealedRecipient
<https://blackcatinformatics.ca/gmeow/sealedRecipient> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/OpaqueFrame> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                       rdfs:label "sealed recipient"@x-gmeow-english ;
                                                       skos:definition "An agent for whom a sealed (encrypted) opaque frame is decryptable — the frame's declared audience (spec §9.3 recipients). Non-functional: a frame may be sealed to several recipients. The vantage-relativity of opacity made explicit: for these agents the frame is not opaque at all."@x-gmeow-english ;
                                                       skos:example "ex:frame7 gmeow:sealedRecipient ex:lillith, ex:auditor ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for frames opaque through an unknown codec or damage (no recipient resolves those) and avoid treating it as an access-control grant; it describes who can decode, not a privacy-disclosure decision (that is the kernel sensitivity/disclosure axes)."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "List one or more gmeow:Agent recipients on a frame whose gmeow:opacityReason is gmeow:opacityMissingKey; the same frame stays opaque to every reader not on the list."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a sealed (encrypt-class) opaque frame to name the agents who hold a key and can decrypt it — making explicit that opacity is vantage-relative and the frame is transparent to them."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/segmentKind
<https://blackcatinformatics.ca/gmeow/segmentKind> rdf:type owl:ObjectProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/MusicalSegment> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/SegmentKind> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                   rdfs:label "segment kind"@x-gmeow-english ;
                                                   skos:definition "The granularity or functional role of this MusicalSegment (riff, motif, phrase, section, talea, color, ...). Functional: a segment is of exactly one kind; contested categorisations are coexisting standpoints (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/segmentOf
<https://blackcatinformatics.ca/gmeow/segmentOf> rdf:type owl:ObjectProperty ;
                                                 rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/partOf> ;
                                                 rdf:type owl:TransitiveProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/ContentSegment> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                 rdfs:label "segment of"@x-gmeow-english ;
                                                 skos:definition "A structural segment is part of a larger whole — a work, release, installment, or another segment. Transitive; inverse of gmeow:hasSegment."@x-gmeow-english ;
                                                 skos:example "ex:scene3 gmeow:segmentOf ex:chapter1 ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for generic non-structural parthood (use gmeow:partOf) and avoid asserting both directions redundantly — assert gmeow:segmentOf and read gmeow:hasSegment as its inverse."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:ContentSegment at its containing whole via gmeow:segmentOf; it specializes gmeow:partOf, so generic consumers read parthood by inheritance and transitivity assembles the nesting."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use from the part's side to say a gmeow:ContentSegment belongs to a larger whole — a scene in a chapter, a chapter in a work; transitive, so nested structure closes up the spine."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/segmentSpan
<https://blackcatinformatics.ca/gmeow/segmentSpan> rdf:type owl:ObjectProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/MusicalTimeSpan> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                   rdfs:label "segment span"@x-gmeow-english ;
                                                   skos:definition "The MusicalTimeSpan over which this segment applies — a TempoMapSegment or a MusicalSegment. The domain is deliberately left open so the same property serves both time and structure layers; each layer construres its use in SHACL (Principle 4)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/segmentTempoMapKind
<https://blackcatinformatics.ca/gmeow/segmentTempoMapKind> rdf:type owl:ObjectProperty ,
                                                                    owl:FunctionalProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/TempoMapSegment> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/TempoMapKind> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "segment tempo map kind"@x-gmeow-english ;
                                                           skos:definition "The curve kind of this TempoMapSegment (constant, linear ramp, curve, measured)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/segmentType
<https://blackcatinformatics.ca/gmeow/segmentType> rdf:type owl:ObjectProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/ContentSegment> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/ContentSegmentType> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                   rdfs:label "segment type"@x-gmeow-english ;
                                                   skos:definition "The structural type of this segment — chapter, section, scene, etc. A value from the open gmeow:ContentSegmentType vocabulary."@x-gmeow-english ;
                                                   skos:example "ex:chapter1 gmeow:segmentType gmeow:segmentTypeChapter ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid encoding the segment kind as a ContentSegment subclass (Principle 9) and avoid asserting two types on one segment (it is functional)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:ContentSegment at one gmeow:ContentSegmentType individual; pair with gmeow:segmentIndex for ordering and gmeow:segmentOf for containment."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to set a content segment's structural kind to one gmeow:ContentSegmentType value — chapter, section, scene; functional, one type per segment."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/selectorType
<https://blackcatinformatics.ca/gmeow/selectorType> rdf:type owl:ObjectProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/RegionSelector> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/SelectorType> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                    rdfs:label "selector type"@x-gmeow-english ;
                                                    skos:definition "The encoding kind of this selector — a gmeow:SelectorType value. Functional: one kind per selector."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sender
<https://blackcatinformatics.ca/gmeow/sender> rdf:type owl:ObjectProperty ;
                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                              rdfs:range <https://blackcatinformatics.ca/gmeow/EmailAddress> ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                              rdfs:label "sender"@x-gmeow-english ;
                                              skos:definition "The transmitting address of a message, where different from the author (RFC 5322 Sender)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sensoryModality
<https://blackcatinformatics.ca/gmeow/sensoryModality> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/SensoryEnvironment> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/SensoryModality> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory-environment> ;
                                                       rdfs:label "sensory modality"@x-gmeow-english ;
                                                       skos:definition "The sensory channel(s) through which this environment is measured or perceived. Non-functional: a single environment may span multiple modalities (e.g. a space that is both thermally and acoustically characterised), and competing modality classifications coexist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sensoryObservationOf
<https://blackcatinformatics.ca/gmeow/sensoryObservationOf> rdf:type owl:ObjectProperty ;
                                                            rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/SensoryObservation> ;
                                                            rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory> ;
                                                            rdfs:label "sensory observation of"@x-gmeow-english ;
                                                            skos:definition "The entity whose property is being observed — the observedFeature of a sensory observation. Subproperty of gmeow:observedFeature so generic consumers can query all observations without knowing the domain."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sensoryProperty
<https://blackcatinformatics.ca/gmeow/sensoryProperty> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/SensoryObservation> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/ObservableProperty> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory> ;
                                                       rdfs:label "sensory property"@x-gmeow-english ;
                                                       skos:definition "The observable property that a sensory observation measures — temperature, humidity, light intensity, etc. Distinct from gmeow:observationMethod (the procedure or protocol used); this names the property itself. A sensory observation concerns exactly one observable property per observation; multiple properties require multiple observations (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sensoryResult
<https://blackcatinformatics.ca/gmeow/sensoryResult> rdf:type owl:ObjectProperty ;
                                                     rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observationResult> ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/SensoryObservation> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/SensoryQuantity> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory> ;
                                                     rdfs:label "sensory result"@x-gmeow-english ;
                                                     skos:definition "The scalar quantity result of a sensory observation — a value with unit, determinacy, and granularity. Subproperty of gmeow:observationResult so generic consumers can query all observation results without knowing the domain. The reference frame in which the quantity is expressed is carried on the observation via gmeow:hasReferenceFrame and propagates to the result via the existing isResultOf ∘ hasReferenceFrame chain."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sentBySoftware
<https://blackcatinformatics.ca/gmeow/sentBySoftware> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/SoftwareAgent> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                      rdfs:label "sent by software"@x-gmeow-english ;
                                                      skos:definition "The software agent that sent a message, when parsed and identified from the User-Agent or X-Mailer header. The raw header value remains on gmeow:userAgent (Principle 4)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sequenceFeatureType
<https://blackcatinformatics.ca/gmeow/sequenceFeatureType> rdf:type owl:ObjectProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/SequenceFeature> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/SequenceFeatureType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                           rdfs:label "sequence feature type"@x-gmeow-english ;
                                                           skos:definition "The kind(s) of a sequence feature (one or more gmeow:SequenceFeatureType individuals). Non-functional: multi-source classifications may differ (a feature classified as both 'gene' and 'pseudogene' by different sources) and must coexist as evidence (Principle 9)."@x-gmeow-english ;
                                                           skos:example "ex:brca1 gmeow:sequenceFeatureType gmeow:sequenceFeatureTypeGene ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid encoding the type as a subclass (gene-vs-pseudogene disagreements coexist, Principle 9)."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Attach one or more gmeow:SequenceFeatureType individuals to the SequenceFeature."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use to classify a sequence feature by one or more gmeow:SequenceFeatureType values; non-functional, so multi-source classifications coexist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sequenceStrand
<https://blackcatinformatics.ca/gmeow/sequenceStrand> rdf:type owl:ObjectProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/SequenceCoordinates> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/StrandOrientation> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                      rdfs:label "sequence strand"@x-gmeow-english ;
                                                      skos:definition "The strand orientation of a feature on a double-stranded biological sequence."@x-gmeow-english ;
                                                      skos:example "ex:brca1Coords gmeow:sequenceStrand gmeow:strandForward ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid omitting strand for stranded features (it changes the read direction)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:sequenceStrand to a gmeow:StrandOrientation individual."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the strand orientation of a feature on a double-stranded sequence; functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/seriesOccurrence
<https://blackcatinformatics.ca/gmeow/seriesOccurrence> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/EventSeries> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                        rdfs:label "series occurrence"@x-gmeow-english ;
                                                        skos:definition "Relates an event series to one of the concrete event occurrences it issues."@x-gmeow-english ;
                                                        skos:example "ex:standup gmeow:seriesOccurrence ex:standup20240603 ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it when gmeow:occurrenceOfSeries reads more naturally (the occurrence-rooted inverse), and avoid using it to carry the recurrence rule (that is gmeow:hasRecurrenceRule)."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:seriesOccurrence from the series to each issued event, or its inverse gmeow:occurrenceOfSeries from the event; one direction suffices."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link a gmeow:EventSeries to a concrete gmeow:Event occurrence it issued — the series-rooted direction of the planned/actual relation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/serviceStatus
<https://blackcatinformatics.ca/gmeow/serviceStatus> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/OnlineService> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/ServiceStatus> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accounts> ;
                                                     rdfs:label "service status"@x-gmeow-english ;
                                                     skos:definition "The liveness status of a service — a gmeow:ServiceStatus value (live / shut-down)."@x-gmeow-english ;
                                                     skos:example "ex:fosstodon gmeow:serviceStatus gmeow:serviceStatusLive ."@x-gmeow-english ;
                                                     skos:scopeNote "Source-variable observation, deliberately NOT functional: competing source- or standpoint-asserted statuses coexist (P9). A functional object property would force the distinct ServiceStatus values to be owl:sameAs and could drive a global OWL inconsistency that halts reasoning."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for an account's own usage state (use gmeow:accountStatus) and avoid forcing a single value in a merge — competing source statuses coexist, so never make it functional."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Point the OnlineService at a gmeow:ServiceStatus individual; pair the shut-down value with gmeow:serviceShutdownDate, and carry conflicting source observations on the statement layer rather than collapsing them."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record whether an online service is currently live or has shut down — the service-liveness observation that keeps defunct platforms first-class."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/serviceType
<https://blackcatinformatics.ca/gmeow/serviceType> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/ServiceOffering> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/ServiceType> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                   rdfs:label "service type"@x-gmeow-english ;
                                                   skos:definition "The kind(s) of a service offering — open gmeow:ServiceType values. Non-functional. Projects to schema:serviceType."@x-gmeow-english ;
                                                   skos:example "ex:hostingService gmeow:serviceType ex:serviceTypeHosting ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid expressing the kind as a subclass (it is a value — Principle 9) and avoid forcing one kind; a service offering may carry several."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Attach one or more gmeow:serviceType triples to a gmeow:ServiceOffering referencing gmeow:ServiceType individuals; projects to schema:serviceType."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to tag the kind(s) of a gmeow:ServiceOffering by referencing gmeow:ServiceType value individuals — consulting, hosting, support."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sexAssignedAtBirth
<https://blackcatinformatics.ca/gmeow/sexAssignedAtBirth> rdf:type owl:ObjectProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/Person> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/SexAssignedAtBirth> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                                          rdfs:label "sex assigned at birth"@x-gmeow-english ;
                                                          skos:definition "The sex recorded for a person at birth (a gmeow:SexAssignedAtBirth value) — a RECORDED administrative datum, NOT a self-asserted identity and NOT a gufo IdentityFacet. Deliberately separate from gender identity/expression, which it never implies and is never implied by. Non-functional: a correction and a prior record coexist rather than contradict."@x-gmeow-english ;
                                                          skos:example "ex:lillith gmeow:sexAssignedAtBirth gmeow:saabFemale ; gmeow:hasSensitivity gmeow:sensitivitySensitivePersonal ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                                  <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                                  <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it as, or inferring it from, gender identity/expression, and avoid it for historical genealogical records (those keep external gedcom:sex); it is a co-equal axis, never a privileged gender selector."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/coequalFacet> "true"^^xsd:boolean ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Point the person at a gmeow:SexAssignedAtBirth value; leave it non-functional so a correction coexists with a prior record, and add a gmeow:intersexVariation note only where the coarse value is insufficient."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the administrative sex datum captured at a person's birth, as a value distinct from and never equated with their gender identity or expression."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sexualOrientationValue
<https://blackcatinformatics.ca/gmeow/sexualOrientationValue> rdf:type owl:ObjectProperty ,
                                                                       owl:FunctionalProperty ;
                                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/SexualOrientation> ;
                                                              rdfs:range <https://blackcatinformatics.ca/gmeow/SexualOrientationValue> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sexuality> ;
                                                              rdfs:label "sexual orientation value"@x-gmeow-english ;
                                                              skos:definition "The gmeow:SexualOrientationValue a sexual-orientation facet asserts (functional per facet). A predefined individual or a fresh one with rdfs:label; the single path to the value."@x-gmeow-english ;
                                                              skos:example "ex:lillithSexOrient gmeow:sexualOrientationValue gmeow:orientBisexual ."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it as the romantic-orientation path (that is gmeow:romanticOrientationValue) and avoid forcing the long tail into the seed list; an orientation not seeded is a fresh gmeow:SexualOrientationValue individual carrying its own rdfs:label."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded gmeow:SexualOrientationValue or mint a fresh labelled individual, and let the facet carry the disclosure facets; when the value is held only loosely, record gmeow:hasDeterminacy gmeow:determinacyFuzzy on the facet rather than on this functional link."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use to point a gmeow:SexualOrientation facet at the one value it asserts — functional per facet, so a single facet names exactly one orientation value; model a change of orientation as a new facet, not a second value here."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sharesContent
<https://blackcatinformatics.ca/gmeow/sharesContent> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/FeedPosting> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                     rdfs:label "shares content"@x-gmeow-english ;
                                                     skos:definition "Relates a posting to content it shares or reposts — another posting, an article, a media object. The repost/share/boost edge. Non-functional. Projects to schema:sharedContent."@x-gmeow-english ;
                                                     skos:example "ex:repost gmeow:sharesContent ex:originalPost ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for an inline quotation of selected text (use gmeow:quotesContent / gmeow:quotedText) and avoid it on non-posting works — its domain is gmeow:FeedPosting."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:FeedPosting at the shared resource via gmeow:sharesContent; it projects to schema:sharedContent. Pair with gmeow:quotesContent when the repost also adds quoted commentary."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the repost / boost / share edge — a posting that forwards another posting, article, or media object wholesale; non-functional, so a posting may share several items."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sharpens
<https://blackcatinformatics.ca/gmeow/sharpens> rdf:type owl:ObjectProperty ,
                                                         owl:TransitiveProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Standpoint> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/Standpoint> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/standpoint> ;
                                                rdfs:label "sharpens"@x-gmeow-english ;
                                                skos:definition "S1 sharpens S2: every precisification S1 admits is also admitted by S2, so S1 is the more specific frame (the standpoint ⊆ / refinement relation of Standpoint Logic; CKR's coverage relation). Transitive. Every standpoint sharpens gmeow:universalStandpoint."@x-gmeow-english ;
                                                skos:example "ex:cityCouncilView gmeow:sharpens ex:regionalView ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid reading it as a ranking that picks a winner — sharpening is containment, not preference, and the broader frame is not 'more true' than the sharper one; competing, incomparable standpoints simply both sharpen the universal standpoint (Principle 9)."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:sharpens from the more specific standpoint to the broader one and let transitivity build the poset; anchor every standpoint to gmeow:universalStandpoint at the top, and let a Standpoint-Logic reasoner read □/◊ entailments across the refinement order."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to order two standpoints by precisification — when one frame is a strict refinement of another (every precisification it admits is admitted by the broader frame), building the standpoint poset whose top is gmeow:universalStandpoint."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/signatureOf
<https://blackcatinformatics.ca/gmeow/signatureOf> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/CryptographicSignature> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                   rdfs:label "signature of"@x-gmeow-english ;
                                                   skos:definition "The entity, attestation, or artifact that a cryptographic signature is over — the inverse of gmeow:hasSignature."@x-gmeow-english ;
                                                   skos:example "ex:sig1 gmeow:signatureOf ex:inTotoJson ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it directly when you can state gmeow:hasSignature instead (prefer the payload-rooted direction and read this as its inverse), and avoid using it to imply the covered payload is true rather than merely intact."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:hasSignature on the payload and read gmeow:signatureOf by inversion; reach for it explicitly in signature-rooted projections that resolve what a given signature protects."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use from a gmeow:CryptographicSignature to name what it covers — the signature-rooted inverse of gmeow:hasSignature, when traversing from a signature back to its signed payload."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/signedBy
<https://blackcatinformatics.ca/gmeow/signedBy> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/CryptographicSignature> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                                rdfs:label "signed by"@x-gmeow-english ;
                                                skos:definition "The agent (or signing identity) that produced a signature."@x-gmeow-english ;
                                                skos:example "ex:sig1 gmeow:signedBy ex:lillith ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the key that made the signature (that is gmeow:signingKey) and for the certifier of a key↔identity binding (gmeow:certifier); signedBy is the claimed signer identity, which a gmeow:Certification may separately vouch for."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Bind the signing gmeow:Agent and pair it with gmeow:signingKey; the identity↔key pair signedBy/signingKey is exactly what a gmeow:Certification attests, so a relying party can cross-check the two."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the agent or signing identity that produced a signature — the WHO of the signing act, complementing the WHICH-KEY of gmeow:signingKey."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/signingKey
<https://blackcatinformatics.ca/gmeow/signingKey> rdf:type owl:ObjectProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/CryptographicSignature> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/CryptographicKey> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                                  rdfs:label "signing key"@x-gmeow-english ;
                                                  skos:definition "The cryptographic key that produced a signature (the trust module's CryptographicKey). Complements gmeow:signedBy: signedBy gives the identity, signingKey gives the key — the pair a gmeow:Certification attests."@x-gmeow-english ;
                                                  skos:example "ex:sig1 gmeow:signingKey ex:lillithKey ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the signer identity (that is gmeow:signedBy) and for an agent's general key possession (gmeow:holdsKey); signingKey names the specific key used for THIS signature. It is functional — one signing key per signature."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Bind exactly one gmeow:CryptographicKey and pair it with gmeow:signedBy; verify the signedBy/signingKey pair against a gmeow:Certification and record the outcome in gmeow:verificationStatus."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the cryptographic key that produced a signature — the WHICH-KEY half of the signing act, the key whose binding to the signer a certification vouches for."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/siteType
<https://blackcatinformatics.ca/gmeow/siteType> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Location> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/SiteType> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                rdfs:label "site type"@x-gmeow-english ;
                                                skos:definition "The purpose of a location when used as an organizational site — headquarters, branch, registered office. Non-functional: a single location may serve multiple purposes for the same or different organizations."@x-gmeow-english ;
                                                skos:example "ex:torontoOffice gmeow:siteType gmeow:siteTypeHeadquarters ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid subclassing the location by site purpose (it is a value — Principle 9) and avoid forcing one purpose; a single location may serve several purposes for the same or different organizations."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Attach one or more gmeow:siteType triples to a gmeow:Location referencing gmeow:SiteType individuals, pairing with gmeow:hasSite on the organization that occupies it."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to tag the purpose(s) a gmeow:Location serves as an organizational site — headquarters, branch, or registered office — by referencing gmeow:SiteType value individuals."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/skillProficiencyAgent
<https://blackcatinformatics.ca/gmeow/skillProficiencyAgent> rdf:type owl:ObjectProperty ,
                                                                      owl:FunctionalProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/SkillProficiency> ;
                                                             rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/expertise> ;
                                                             rdfs:label "skill proficiency agent"@x-gmeow-english ;
                                                             skos:definition "The agent whose proficiency a skill-proficiency expresses. Functional — constitutive of the proficiency."@x-gmeow-english ;
                                                             skos:example "ex:aliceWeldingProf gmeow:skillProficiencyAgent ex:alice ."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the skill itself (gmeow:skillProficiencyOf) and for the agent who attributes the rating when that differs (carry the asserter on the statement layer's gmeow:accordingTo); and avoid two agents — it is functional, one per relator."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Bind the bearer agent on the relator; for an avowed claim the agent and the gmeow:accordingTo standpoint coincide, while an attributed claim keeps the asserting standpoint distinct so avowed and attributed levels coexist (Principle 9)."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the single agent a gmeow:SkillProficiency relator is about — the person, organization, or software agent whose level in the skill it records."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/skillProficiencyInterval
<https://blackcatinformatics.ca/gmeow/skillProficiencyInterval> rdf:type owl:ObjectProperty ;
                                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/SkillProficiency> ;
                                                                rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/expertise> ;
                                                                rdfs:label "skill proficiency interval"@x-gmeow-english ;
                                                                skos:definition "The interval over which a skill-proficiency held (proficiency changes over a life). Lighter cases use gmeow:validFrom/validUntil on the statement."@x-gmeow-english ;
                                                                skos:example "ex:aliceWeldingProf gmeow:skillProficiencyInterval ex:apprenticeshipYears ."@x-gmeow-english ;
                                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the lighter case where a simple statement-layer gmeow:validFrom/validUntil is enough (reserve the reified interval for when the span needs its own identity) and for the attained level (gmeow:skillProficiencyLevel)."@x-gmeow-english ;
                                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Point the relator at a gmeow:TimeInterval covering the span the level held; model a rise from competent to expert as successive gmeow:SkillProficiency relators, each with its own interval, rather than mutating one."@x-gmeow-english ;
                                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bound a gmeow:SkillProficiency in time when the span over which a level held is itself a first-class gmeow:TimeInterval — a proficiency that rose and then lapsed over a career."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/skillProficiencyLevel
<https://blackcatinformatics.ca/gmeow/skillProficiencyLevel> rdf:type owl:ObjectProperty ,
                                                                      owl:FunctionalProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/SkillProficiency> ;
                                                             rdfs:range <https://blackcatinformatics.ca/gmeow/ProficiencyLevel> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/expertise> ;
                                                             rdfs:label "skill proficiency level"@x-gmeow-english ;
                                                             skos:definition "The attained level of a skill-proficiency (a gmeow:ProficiencyLevel value, e.g. dreyfusExpert, assessedCompetent). Functional."@x-gmeow-english ;
                                                             skos:example "ex:aliceWeldingProf gmeow:skillProficiencyLevel gmeow:dreyfusExpert ."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid naming a level without its scale (a Dreyfus level and an NIH level are not comparable bare — pair it with gmeow:skillProficiencyScale) and avoid minting per-level subclasses; levels are gmeow:ProficiencyLevel individuals (Principle 9). Functional, so one level per relator — a different level is a different proficiency."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Reference one seeded gmeow:ProficiencyLevel individual and always pair it with the gmeow:skillProficiencyScale it sits on; record contested levels as separate standpoint-indexed gmeow:SkillProficiency relators rather than overwriting one."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the attained level of a gmeow:SkillProficiency — a gmeow:ProficiencyLevel value such as dreyfusExpert or assessedCompetent — read against the scale named by gmeow:skillProficiencyScale."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/skillProficiencyOf
<https://blackcatinformatics.ca/gmeow/skillProficiencyOf> rdf:type owl:ObjectProperty ,
                                                                   owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/SkillProficiency> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/Skill> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/expertise> ;
                                                          rdfs:label "skill proficiency of"@x-gmeow-english ;
                                                          skos:definition "The skill a skill-proficiency concerns. Functional — constitutive."@x-gmeow-english ;
                                                          skos:example "ex:aliceWeldingProf gmeow:skillProficiencyOf ex:welding ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the bearing agent (gmeow:skillProficiencyAgent) or the attained level (gmeow:skillProficiencyLevel); and avoid binding two skills — it is functional, so a second skill is a second proficiency relator."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Point the relator at one gmeow:Skill; mint a separate gmeow:SkillProficiency per skill so an agent's per-skill levels each carry their own scale, interval, and standpoint."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the single gmeow:Skill a gmeow:SkillProficiency relator rates — the competency the level is attained in."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/skillProficiencyScale
<https://blackcatinformatics.ca/gmeow/skillProficiencyScale> rdf:type owl:ObjectProperty ,
                                                                      owl:FunctionalProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/SkillProficiency> ;
                                                             rdfs:range <https://blackcatinformatics.ca/gmeow/ProficiencyScale> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/expertise> ;
                                                             rdfs:label "skill proficiency scale"@x-gmeow-english ;
                                                             skos:definition "The framework/scale a skill-proficiency level is measured on (Dreyfus, NIH, assessed, self-reported) — a gmeow:ProficiencyScale value. Functional."@x-gmeow-english ;
                                                             skos:example "ex:aliceWeldingProf gmeow:skillProficiencyScale gmeow:scaleDreyfus ."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the attained level itself (gmeow:skillProficiencyLevel) and avoid comparing levels across scales without an explicit alignment; and avoid two scales on one relator — it is functional."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Reference one gmeow:ProficiencyScale individual and keep the level (gmeow:skillProficiencyLevel) consistent with it; for a self-reported versus assessed contrast, mint distinct standpoint-indexed relators each naming their own scale."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the rating framework a gmeow:SkillProficiency level is measured on — Dreyfus, NIH, assessed, self-reported — so the level read against it is meaningful and comparable only within that scale."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sourceFor
<https://blackcatinformatics.ca/gmeow/sourceFor> rdf:type owl:ObjectProperty ;
                                                 rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/contributesToFrame> ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/NarrativeReferenceFrame> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                 rdfs:label "source for"@x-gmeow-english ;
                                                 skos:definition "Relates a creative work (a BookRelease, SerialInstallment, film, game, or other out-of-universe artifact) to the narrative reference frame it contributes to, witnesses, revises, or serves as a source for. Non-functional: a work may source several frames, and a frame may have many sources. The specific role (source, witness, revision, adaptation) is carried by gmeow:accordingTo on the claim or by a reified relator when needed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sourceIndependence
<https://blackcatinformatics.ca/gmeow/sourceIndependence> rdf:type owl:ObjectProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/CitationAct> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/SourceIndependence> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                          rdfs:label "source independence"@x-gmeow-english ;
                                                          skos:definition "The independence status of the source referenced by a citation — independent or self/issuer originated. Non-functional: competing assessments by different standpoints coexist (Principle 9)."@x-gmeow-english ;
                                                          skos:example "ex:citation gmeow:sourceIndependence gmeow:sourceIndependenceIndependent ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it as a measure of evidential warrant (gmeow:hasEvidenceClass) — independence is a notability axis, not a truth axis (Principle 1) — and avoid forcing one assessment; competing standpoint judgements coexist, so it stays non-functional."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:CitationAct at a gmeow:SourceIndependence individual; the solver reads it together with the kernel disclosure policy to gate conditional public release, and competing assessments are kept as separate claims (Principle 9)."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record whether a cited source is editorially independent of its subject — the axis the kernel's gmeow:policyPublicOnlyWithIndependentSource disclosure policy resolves against in the solver layer (P12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sourceTier
<https://blackcatinformatics.ca/gmeow/sourceTier> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/CitationAct> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/SourceTier> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                  rdfs:label "source tier"@x-gmeow-english ;
                                                  skos:definition "The bibliographic tier of the source referenced by a citation — primary, secondary, or tertiary. Non-functional: competing tier assessments coexist (Principle 9)."@x-gmeow-english ;
                                                  skos:example "ex:citation gmeow:sourceTier gmeow:sourceTierSecondary ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for the source's independence (gmeow:sourceIndependence) or its coverage depth (gmeow:coverageDepth), and avoid using tier as a proxy for evidential warrant; the tier is orthogonal to how strongly the citation verifies the fact."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:CitationAct at a gmeow:SourceTier individual; combine it with gmeow:sourceIndependence and gmeow:coverageDepth so the solver can weigh notability, and keep competing tier assessments as coexisting claims (Principle 9)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the primary/secondary/tertiary bibliographic tier of a cited source as part of a notability assessment (Axis B)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/spanOfChunk
<https://blackcatinformatics.ca/gmeow/spanOfChunk> rdf:type owl:ObjectProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/EvidenceSpan> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Chunk> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                   rdfs:label "span of chunk"@x-gmeow-english ;
                                                   skos:definition "The retrieved chunk this evidence span pins into — the retrieval-substrate seam of the existing evidence layer. With gmeow:spanStart/spanEnd (and the citations slice's quote selectors), the exact evidentiary bytes are recoverable and re-anchorable."@x-gmeow-english ;
                                                   skos:example "ex:span1 gmeow:spanOfChunk ex:c1 ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid pointing it at the whole source (pin into the retrieved Chunk, then gmeow:chunkOf reaches the source) and avoid using it for the chunk-to-source parthood (that is gmeow:chunkOf); it is functional, one chunk per span."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Assert exactly one gmeow:spanOfChunk per EvidenceSpan and carry the offsets with gmeow:spanStart/spanEnd; the claim then reaches its evidence via gmeow:groundedIn → span → chunk → source."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to anchor an existing gmeow:EvidenceSpan into the retrieved gmeow:Chunk it cites — the seam that joins the evidence layer to the retrieval substrate so the exact bytes are recoverable."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/spatialCoverage
<https://blackcatinformatics.ca/gmeow/spatialCoverage> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/Place> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                       rdfs:label "spatial coverage"@x-gmeow-english ;
                                                       skos:definition "The spatial extent or scope of a creative work."@x-gmeow-english ;
                                                       skos:example "ex:work gmeow:spatialCoverage ex:scotland ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for where the work physically resides (use gmeow:locatedAt / gmeow:storedIn) — coverage is aboutness, not location."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:spatialCoverage at a Place; it projects to dcterms:spatial and schema:spatialCoverage."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the spatial extent or scope a creative work is about (Dublin Core spatial alignment)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/spatialMeasurementOf
<https://blackcatinformatics.ca/gmeow/spatialMeasurementOf> rdf:type owl:ObjectProperty ;
                                                            rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/SpatialMeasurement> ;
                                                            rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                            rdfs:label "spatial measurement of"@x-gmeow-english ;
                                                            skos:definition "The entity whose spatial property is being measured — the observedFeature of a spatial measurement. Subproperty of gmeow:observedFeature so generic consumers can query all observations without knowing the domain."@x-gmeow-english ;
                                                            skos:example "ex:m gmeow:spatialMeasurementOf ex:edinburgh ."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid bypassing the observedFeature spine — assert this so generic consumers can query all observations uniformly."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:spatialMeasurementOf on the SpatialMeasurement; gmeow:coordinateObservationOf specializes it for places."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the entity whose spatial property a measurement observes; a subproperty of gmeow:observedFeature."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/spatiallyConnectsTo
<https://blackcatinformatics.ca/gmeow/spatiallyConnectsTo> rdf:type owl:ObjectProperty ;
                                                           rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/connectsTo> ;
                                                           rdf:type owl:SymmetricProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/Location> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/Location> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                           rdfs:label "spatially connects to"@x-gmeow-english ;
                                                           skos:definition "Relates a location to another location it is spatially or topologically traversable to — a road segment, a network link, a portal, or a transit stop connection. Symmetric: the link can be traversed in either direction. A specialization of the universal gmeow:connectsTo spine. Distinct from gmeow:adjacentTo (RCC-8 EC: touching but not necessarily traversable) and from gmeow:containedInLocation (mereological containment)."@x-gmeow-english ;
                                                           skos:example "ex:stationA gmeow:spatiallyConnectsTo ex:stationB ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for mere touching without traversability (gmeow:adjacentTo / RCC-8 EC) and for containment (gmeow:containedInLocation)."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:spatiallyConnectsTo between Locations; it carries traversability, distinct from adjacency and containment."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use for locations that are traversable to one another — a road segment, network link, portal, or transit connection; symmetric, a specialization of gmeow:connectsTo."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/spellingPitch
<https://blackcatinformatics.ca/gmeow/spellingPitch> rdf:type owl:ObjectProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/PitchSpelling> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/PitchValue> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                     rdfs:label "spelling pitch"@x-gmeow-english ;
                                                     skos:definition "The frame-relative pitch value that this spelling names. Functional per relator: one pitch per spelling."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/spellingSystem
<https://blackcatinformatics.ca/gmeow/spellingSystem> rdf:type owl:ObjectProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/PitchSpelling> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/PitchSpellingSystem> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                      rdfs:label "spelling system"@x-gmeow-english ;
                                                      skos:definition "The pitch spelling system in which the name is expressed (e.g. CMN staff, sargam, Johnston). Functional per relator: one system per spelling."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/standpointClaim
<https://blackcatinformatics.ca/gmeow/standpointClaim> rdf:type owl:ObjectProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/StandpointTenure> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/StandpointClaim> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/standpoint> ;
                                                       rdfs:label "standpoint claim"@x-gmeow-english ;
                                                       skos:definition "The StandpointClaim observation that a StandpointTenure generates — the reified observation of the tenure's time-scoped fact. The tenure is the time-scoped situation; the claim is the observation of that fact. Functional: a tenure generates exactly one claim."@x-gmeow-english ;
                                                       skos:example "ex:recognition gmeow:standpointClaim ex:recognitionClaim ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting more than one claim per tenure — it is functional, exactly one observation per tenure — and avoid hanging a free-standing StandpointClaim here when no tenure exists; mint the claim as a bare gmeow:Observation instead."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Generate one gmeow:StandpointClaim from the tenure, mapping gmeow:tenureStandpoint to the claim's gmeow:vantage and gmeow:tenurePosition to its gmeow:observedFeature; carry the modality on the claim via gmeow:claimModality."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link a gmeow:StandpointTenure to the single gmeow:StandpointClaim observation it generates — the bridge from the time-scoped situation to its observation, so the tenure's position is queryable on the universal observation spine."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/startedBy
<https://blackcatinformatics.ca/gmeow/startedBy> rdf:type owl:ObjectProperty ;
                                                 owl:inverseOf <https://blackcatinformatics.ca/gmeow/starts> ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                 rdfs:label "started by"@x-gmeow-english ;
                                                 skos:definition "Allen STARTED-BY: inverse of gmeow:starts. (= time:intervalStartedBy; TimeML BEGUN_BY; TEO startedBy.)"@x-gmeow-english ;
                                                 skos:example "ex:festival gmeow:startedBy ex:openingAct ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid confusing it with gmeow:hasSubEvent (mereological, not temporal); prefer asserting gmeow:starts and reading this as its inverse. Not transitive."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:starts in the natural direction and read gmeow:startedBy as its inverse."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the inverse view of gmeow:starts — when this event and the related one begin together and this one ends last (it contains the initial sub-span)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/starts
<https://blackcatinformatics.ca/gmeow/starts> rdf:type owl:ObjectProperty ;
                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                              rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                              rdfs:label "starts"@x-gmeow-english ;
                                              skos:definition "Allen STARTS: this event and the related event begin together, and this one ends first (it is an initial sub-span). NOT transitive. Inverse of gmeow:startedBy. (= time:intervalStarts; TimeML BEGINS; TEO starts.)"@x-gmeow-english ;
                                              skos:example "ex:openingAct gmeow:starts ex:festival ."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid confusing it with mereological gmeow:subEventOf (this is a temporal extent relation, not part-of) and avoid expecting transitive closure; starts is non-transitive."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:starts between the co-beginning gmeow:Event occurrences and read gmeow:startedBy as its inverse."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use when two events begin together and this one ends first — an opening act that starts a festival (the Allen STARTS link, an initial sub-span)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/stateAtInstant
<https://blackcatinformatics.ca/gmeow/stateAtInstant> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/LocationState> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Instant> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                      rdfs:label "state at instant"@x-gmeow-english ;
                                                      skos:definition "The instant at which this point-like location state holds. For interval-scoped states, use gmeow:stateDuringInterval instead."@x-gmeow-english ;
                                                      skos:example "ex:s1 gmeow:stateAtInstant ex:t1 ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for an interval-scoped state (use gmeow:stateDuringInterval)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:stateAtInstant at an Instant; samples of a Trajectory typically use this."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to scope a point-like location state to a single instant."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/stateAuthority
<https://blackcatinformatics.ca/gmeow/stateAuthority> rdf:type owl:ObjectProperty ;
                                                      rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/vantage> ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/LanguageState> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                      rdfs:label "state authority"@x-gmeow-english ;
                                                      skos:definition "The agent or standpoint asserting this language state — a linguist, an institution, a historical reconstruction project. NON-FUNCTIONAL: competing authority claims coexist without privilege (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/stateDuringInterval
<https://blackcatinformatics.ca/gmeow/stateDuringInterval> rdf:type owl:ObjectProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/LocationState> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                           rdfs:label "state during interval"@x-gmeow-english ;
                                                           skos:definition "The time interval over which this location state holds. For point-like states (a single instant), use gmeow:stateAtInstant instead."@x-gmeow-english ;
                                                           skos:example "ex:s1 gmeow:stateDuringInterval ex:interval ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a point-like state at a single instant (use gmeow:stateAtInstant)."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:stateDuringInterval at a TimeInterval; choose interval-vs-instant per the state's temporal nature."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use to scope a location state to a time interval over which it holds."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/stateHasAngularVelocity
<https://blackcatinformatics.ca/gmeow/stateHasAngularVelocity> rdf:type owl:ObjectProperty ;
                                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/LocationState> ;
                                                               rdfs:range <https://blackcatinformatics.ca/gmeow/ScalarQuantity> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                               rdfs:label "state has angular velocity"@x-gmeow-english ;
                                                               skos:definition "The angular velocity of the entity at this location state, expressed as a scalar quantity (value + unit) in the state's reference frame. Non-functional: competing readings coexist (Principle 9)."@x-gmeow-english ;
                                                               skos:example "ex:s1 gmeow:stateHasAngularVelocity ex:omega ."@x-gmeow-english ;
                                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for linear velocity (use gmeow:stateHasVelocity) and avoid a bare number without unit and frame."@x-gmeow-english ;
                                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:stateHasAngularVelocity at a ScalarQuantity expressed in the gmeow:stateReferenceFrame."@x-gmeow-english ;
                                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the angular velocity at a location state, as a ScalarQuantity in the state's frame; non-functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/stateHasVelocity
<https://blackcatinformatics.ca/gmeow/stateHasVelocity> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/LocationState> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/ScalarQuantity> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                        rdfs:label "state has velocity"@x-gmeow-english ;
                                                        skos:definition "The linear velocity of the entity at this location state, expressed as a scalar quantity (value + unit) in the state's reference frame. Non-functional: competing velocity readings from different sensors coexist (Principle 9)."@x-gmeow-english ;
                                                        skos:example "ex:s1 gmeow:stateHasVelocity ex:vel ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for angular velocity (use gmeow:stateHasAngularVelocity) and avoid a bare number without unit and frame."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:stateHasVelocity at a ScalarQuantity (value + unit) expressed in the gmeow:stateReferenceFrame."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the linear velocity at a location state, as a ScalarQuantity in the state's frame; non-functional, so competing sensor readings coexist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/stateInterval
<https://blackcatinformatics.ca/gmeow/stateInterval> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/LanguageState> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                     rdfs:label "state interval"@x-gmeow-english ;
                                                     skos:definition "The time interval over which this language state is asserted to hold — e.g. Old English 450–1150 CE. A relator carries its period this way (matching VersionMembership's membershipInterval) rather than via statement-level validFrom/validUntil alone."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/stateLanguage
<https://blackcatinformatics.ca/gmeow/stateLanguage> rdf:type owl:ObjectProperty ;
                                                     rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                     rdf:type owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/LanguageState> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Language> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                     rdfs:label "state language"@x-gmeow-english ;
                                                     skos:definition "The language, variety, or version whose state is being described. Functional per relator: one subject language per LanguageState."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/stateOf
<https://blackcatinformatics.ca/gmeow/stateOf> rdf:type owl:ObjectProperty ,
                                                        owl:FunctionalProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/LocationState> ;
                                               rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                               rdfs:label "state of"@x-gmeow-english ;
                                               skos:definition "The entity whose location state this is — the moving feature whose presence, pose, and velocity are described by this state. Functional: a state belongs to exactly one entity."@x-gmeow-english ;
                                               skos:example "ex:s1 gmeow:stateOf ex:rover ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid attaching one LocationState to several entities (mint one per entity)."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:stateOf per LocationState; the inverse view is the entity's collection of states."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the single entity whose location state this is; functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/stateReferenceFrame
<https://blackcatinformatics.ca/gmeow/stateReferenceFrame> rdf:type owl:ObjectProperty ;
                                                           rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasReferenceFrame> ;
                                                           rdf:type owl:FunctionalProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/LocationState> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                           rdfs:label "state reference frame"@x-gmeow-english ;
                                                           skos:definition "The coordinate reference frame in which this location state's pose and velocity are expressed. Functional: a state is expressed in exactly one frame; nested-frame transformations (e.g. satellite relative to ship) are computed by the solver layer (Principle 12)."@x-gmeow-english ;
                                                           skos:example "ex:s1 gmeow:stateReferenceFrame ex:siteGrid ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid omitting it (the frame gate requires it) and avoid asserting nested-frame transforms as triples (solver-layer, Principle 12)."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:stateReferenceFrame; relative-frame transforms are computed by the solver."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use to declare the single frame in which a location state's pose and velocity are expressed; functional, a subproperty of gmeow:hasReferenceFrame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/stateStatusValue
<https://blackcatinformatics.ca/gmeow/stateStatusValue> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/LanguageState> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/LanguageStatus> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                        rdfs:label "state status value"@x-gmeow-english ;
                                                        skos:definition "The vitality status(es) asserted for the language during this state. NON-FUNCTIONAL: different authorities may assign different statuses for the same interval, and those claims coexist (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/statementAbout
<https://blackcatinformatics.ca/gmeow/statementAbout> rdf:type owl:ObjectProperty ;
                                                      rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/RightsStatement> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                      rdfs:label "statement about"@x-gmeow-english ;
                                                      skos:definition "The asset a rights statement governs — the ODRL target. Usually the inverse of gmeow:hasRightsStatement; asserted on the relator so the statement is self-contained."@x-gmeow-english ;
                                                      skos:example "ex:photoRights gmeow:statementAbout ex:photo ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it as the entity-to-statement link (that is gmeow:hasRightsStatement) and avoid attaching it to anything but a gmeow:RightsStatement; it names the relator's subject, not a direct fact."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:statementAbout to the governed asset once per RightsStatement, mirroring gmeow:hasRightsStatement; a rule may narrow it per-rule with gmeow:ruleTarget when several assets share one statement."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the governed asset on the gmeow:RightsStatement relator (the observedFeature) — the ODRL target — so the statement carries its own subject and can be projected standalone."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/stepEnactsProcedure
<https://blackcatinformatics.ca/gmeow/stepEnactsProcedure> rdf:type owl:ObjectProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/ProcedureStep> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/Procedure> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                           rdfs:label "step enacts procedure"@x-gmeow-english ;
                                                           skos:definition "Relates a ProcedureStep to the subprocess Procedure it enacts. Used when a step is a subprocess (gmeow:stepTypeSubprocess): the step references the Procedure that defines its internal steps. Non-functional: a step may reference multiple procedure variants."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/stepInput
<https://blackcatinformatics.ca/gmeow/stepInput> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/ProcedureStep> ;
                                                 rdfs:range owl:Thing ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                 rdfs:label "step input"@x-gmeow-english ;
                                                 skos:definition "An entity consumed by a procedure step — a dataset, ingredient, document, tool, or any other resource. Range is owl:Thing to admit any input type. Non-functional: a step may have multiple inputs, and competing input claims coexist (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/stepOutput
<https://blackcatinformatics.ca/gmeow/stepOutput> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/ProcedureStep> ;
                                                  rdfs:range owl:Thing ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                  rdfs:label "step output"@x-gmeow-english ;
                                                  skos:definition "An entity produced by a procedure step — a derived dataset, claim, event, observation, or artifact. Range is owl:Thing. Non-functional: a step may have multiple outputs, and competing output claims coexist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/stepParameter
<https://blackcatinformatics.ca/gmeow/stepParameter> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/ProcedureStep> ;
                                                     rdfs:range owl:Thing ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                     rdfs:label "step parameter"@x-gmeow-english ;
                                                     skos:definition "A configurable parameter of a procedure step — a setting, threshold, or variable that governs the step's behaviour without being consumed as input. Range is owl:Thing. Non-functional: a step may have multiple parameters."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/storageMedium
<https://blackcatinformatics.ca/gmeow/storageMedium> rdf:type owl:ObjectProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/StorageLocation> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/StorageMedium> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                     rdfs:label "storage medium"@x-gmeow-english ;
                                                     skos:definition "The medium of a storage location (a gmeow:StorageMedium individual). Functional: the medium is constitutive of the storage location (a different medium is a different store) — unlike the descriptive, multi-source gmeow:placeType."@x-gmeow-english ;
                                                     skos:example "ex:bucket gmeow:storageMedium gmeow:storageMediumObjectStore ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the descriptive, multi-source classification pattern (that is gmeow:placeType) — a store has exactly one medium."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:StorageMedium individual; a change of medium is a different StorageLocation, not a second value."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to declare the constitutive medium of a storage location; functional, because a different medium is a different store."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/storedIn
<https://blackcatinformatics.ca/gmeow/storedIn> rdf:type owl:ObjectProperty ;
                                                rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/locatedAt> ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/StorageLocation> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                rdfs:label "stored in"@x-gmeow-english ;
                                                skos:definition "Relates a digital object (e.g. a document or import source) to the storage location where its bytes reside — the structured form of a source's location."@x-gmeow-english ;
                                                skos:example "ex:report gmeow:storedIn ex:bucket ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a person or device being somewhere (use gmeow:locatedAt) and avoid pointing it at a geographic Place; its range is StorageLocation."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:storedIn from the digital object to a StorageLocation, and link that store's device site via gmeow:physicalPlace when geography matters."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record where a digital object's bytes reside — the structured form of a source's location — as a specialization of gmeow:locatedAt."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/storyTimeOf
<https://blackcatinformatics.ca/gmeow/storyTimeOf> rdf:type owl:ObjectProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/NarrativeTimeFrame> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/NarrativeReferenceFrame> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                   rdfs:label "story time of"@x-gmeow-english ;
                                                   skos:definition "Anchors a story-time frame to the narrative reference frame (canon, continuity) whose in-universe chronology it coordinatizes. Functional: one anchoring per frame; competing continuities carry their own story-time frames, and the same event may hold different story positions in each (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/streamInterval
<https://blackcatinformatics.ca/gmeow/streamInterval> rdf:type owl:ObjectProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Stream> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                      rdfs:label "stream interval"@x-gmeow-english ;
                                                      skos:definition "The time interval over which the stream was produced. Functional: the interval is constitutive of the stream's identity."@x-gmeow-english ;
                                                      skos:example "ex:roverTrack gmeow:streamInterval ex:morningRun ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a single sample's timestamp (that lives on the sample itself) and avoid asserting two intervals on one stream — it is functional, so a different interval is a different stream."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Point the stream at one gmeow:TimeInterval covering its samples; individual sample timestamps still carry the fine-grained ordering, while this interval gives the whole run its bounds."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bound a stream in time — the gmeow:TimeInterval over which its samples were produced — when the temporal extent is constitutive of which stream this is."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/streamOf
<https://blackcatinformatics.ca/gmeow/streamOf> rdf:type owl:ObjectProperty ,
                                                         owl:FunctionalProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Stream> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                rdfs:label "stream of"@x-gmeow-english ;
                                                skos:definition "The entity whose observations the stream contains — the moving feature, device, or thing being tracked. Functional: a stream belongs to exactly one entity."@x-gmeow-english ;
                                                skos:example "ex:roverTrack gmeow:streamOf ex:rover ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the platform or sensor that produces the stream (those are gmeow:streamPlatform / gmeow:streamSensor) and avoid assigning a stream to more than one subject — it is functional, exactly one entity per stream."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Point the stream at its subject entity; read the inverse gmeow:hasStream from the entity. Keep the producing platform and sensor on their own properties so a device handed between platforms keeps one stream-of subject."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the single entity a stream tracks — the moving feature, device, or thing whose samples it collects."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/streamPlatform
<https://blackcatinformatics.ca/gmeow/streamPlatform> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Stream> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                      rdfs:label "stream platform"@x-gmeow-english ;
                                                      skos:definition "The platform hosting the sensor(s) producing this stream — a vehicle, vessel, aircraft, buoy, or fixed station. Non-functional: a stream may migrate across platforms over its lifetime (e.g. a device handed from one drone to another)."@x-gmeow-english ;
                                                      skos:example "ex:roverTrack gmeow:streamPlatform ex:droneA ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating it with the sensor itself (gmeow:streamSensor) or the tracked subject (gmeow:streamOf); the platform is the host, distinct from the device that reads. Do not assume a single platform — a stream may migrate."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Bind the hosting platform agent; assert several across the stream's life when the device is handed between platforms (it is non-functional), keeping each platform claim alongside the others."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the platform hosting the sensor(s) of a stream — a vehicle, vessel, aircraft, buoy, or fixed station."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/streamSample
<https://blackcatinformatics.ca/gmeow/streamSample> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Stream> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                    rdfs:label "stream sample"@x-gmeow-english ;
                                                    skos:definition "Links a stream to an individual observation, location state, or other entity composing it. Non-functional: a stream typically has many samples, and multiple sampling strategies may coexist for the same stream (Principle 9). Ordering is implicit via sample timestamps, not asserted list structure (Principle 12)."@x-gmeow-english ;
                                                    skos:example "ex:roverTrack gmeow:streamSample ex:fix1 , ex:fix2 ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid encoding sample order as an RDF list or next-pointer chain; order is implicit via each sample's own timestamp (Principle 12). Avoid for the tracked subject (gmeow:streamOf) or the producing sensor (gmeow:streamSensor)."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Link each sample with gmeow:streamSample and give each its own timestamp; the solver layer interpolates a continuous trajectory from the timestamped samples rather than reading an asserted sequence."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach each individual sample — an observation, location state, or reading — to the stream it composes; a stream typically carries many."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/streamSensor
<https://blackcatinformatics.ca/gmeow/streamSensor> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Stream> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                    rdfs:label "stream sensor"@x-gmeow-english ;
                                                    skos:definition "The specific sensor or agent producing the stream. Non-functional: multiple sensors may contribute to one stream, and competing sensor claims coexist (Principle 9)."@x-gmeow-english ;
                                                    skos:example "ex:roverTrack gmeow:streamSensor ex:gnssReceiver ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the platform that carries the sensor (gmeow:streamPlatform) or the tracked subject (gmeow:streamOf); and avoid forcing one sensor — several may contribute, so it stays non-functional."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Bind the reading sensor agent; when multiple sensors fuse into one stream, assert each with gmeow:streamSensor and let competing sensor claims coexist (Principle 9)."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the specific sensor or agent that reads the samples of a stream — the device doing the measuring."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/strongerThan
<https://blackcatinformatics.ca/gmeow/strongerThan> rdf:type owl:ObjectProperty ,
                                                             owl:TransitiveProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/AuthorityLevel> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/AuthorityLevel> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                    rdfs:label "stronger than"@x-gmeow-english ;
                                                    skos:definition "Orders authority levels: the subject level carries more claimed authority than the object level. Transitive ON LEVELS ONLY (the gmeow:coarserThan pattern) — norms themselves are ordered by pairwise gmeow:overrides claims, never transitively."@x-gmeow-english ;
                                                    skos:example "gmeow:authorityAbsolute gmeow:strongerThan gmeow:authorityHigh ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it between norms (norms are ordered by pairwise gmeow:overrides, never by this level order) and avoid relying on it to entail which norm wins — that is solver work (Principle 12)."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:strongerThan from the stronger level to the weaker; transitivity builds the ladder on the levels only, mirroring the kernel gmeow:coarserThan pattern."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to order two gmeow:AuthorityLevel individuals so that 'at or above an authority grade' is well-defined for solver-side precedence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/styleGuideFor
<https://blackcatinformatics.ca/gmeow/styleGuideFor> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/StyleGuide> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                     rdfs:label "style guide for"@x-gmeow-english ;
                                                     skos:definition "What this guide voices — a gmeow:Persona or a gmeow:Register value. Range intentionally open across the two. NOT functional (one guide may voice a persona and its register); at least one (SHACL): a style guide for nothing is just a document."@x-gmeow-english ;
                                                     skos:example "ex:clinicalVoice gmeow:styleGuideFor ex:drChen ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid a guide that voices nothing (at least one target is required — a style guide for nothing is just a document) and avoid forcing one target; it may voice a persona and its register at once."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:styleGuideFor from the gmeow:StyleGuide to its gmeow:Persona and/or gmeow:Register; attach the voice payload via gmeow:exemplifiedBy."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a StyleGuide to name what it voices — a gmeow:Persona or a gmeow:Register."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/subEventOf
<https://blackcatinformatics.ca/gmeow/subEventOf> rdf:type owl:ObjectProperty ;
                                                  rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/partOf> ;
                                                  rdf:type owl:TransitiveProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Event> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                  rdfs:label "sub-event of"@x-gmeow-english ;
                                                  skos:definition "Relates an event to a larger event it is part of — a talk within a session within a conference. Transitive: a part of a part is a part (CIDOC-CRM P9 consists of). A specialization of the universal gmeow:partOf spine. Non-simple, so kept out of all cardinality axioms."@x-gmeow-english ;
                                                  skos:example "ex:talk gmeow:subEventOf ex:session ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid confusing it with the TEMPORAL gmeow:during (which only orders extents) or the SPATIAL gmeow:containedInLocation; sub-event-of is part-whole, not mere temporal nesting or co-location."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:subEventOf from the smaller event to the larger; transitivity builds the decomposition closure and generic consumers read gmeow:partOf by inheritance. Read gmeow:hasSubEvent as its inverse."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use for mereological event decomposition — a talk within a session within a conference — where one occurrence is genuinely PART OF a larger occurrence; the event-scoped specialization of gmeow:partOf."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/subOrganizationOf
<https://blackcatinformatics.ca/gmeow/subOrganizationOf> rdf:type owl:ObjectProperty ;
                                                         rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/partOf> ;
                                                         rdf:type owl:TransitiveProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/Organization> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/Organization> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                         rdfs:label "sub-organization of"@x-gmeow-english ;
                                                         skos:definition "Relates an organization to a larger organization it is part of — a department or division within a company, a team within a department. Transitive (a team is part of the company through its division). A specialization of the universal gmeow:partOf spine. A department is thus a first-class gmeow:Organization, and a gmeow:Membership may target it directly. The 'department' field is the sub-organization a person's membership is in."@x-gmeow-english ;
                                                         skos:example "ex:acmeFinance gmeow:subOrganizationOf ex:acme ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid the generic gmeow:partOf for organizational nesting (assert this and let gmeow:partOf follow) and avoid it for non-organizational containment (gmeow:containedInLocation for places); contested succession claims coexist via gmeow:accordingTo (Principle 9)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:subOrganizationOf from the sub-organization to its parent and let transitivity build the hierarchy; target a department directly with gmeow:membershipOrganization so the gmeow:memberOf property chain infers parent membership."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to nest one organization inside a larger one — a department in a company, a team in a department — so the organizational part/whole hierarchy and membership propagation hold."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/subProcedureOf
<https://blackcatinformatics.ca/gmeow/subProcedureOf> rdf:type owl:ObjectProperty ;
                                                      rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/partOf> ;
                                                      rdf:type owl:TransitiveProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Procedure> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Procedure> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                      rdfs:label "sub-procedure of"@x-gmeow-english ;
                                                      skos:definition "Relates a Procedure to a larger Procedure it is part of — subprocess composition. Transitive: a part of a part is a part. Specialisation of the universal gmeow:partOf spine. Non-simple, so kept out of all cardinality axioms."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/successorOrganization
<https://blackcatinformatics.ca/gmeow/successorOrganization> rdf:type owl:ObjectProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                             rdfs:range <https://blackcatinformatics.ca/gmeow/Organization> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                             rdfs:label "successor organization"@x-gmeow-english ;
                                                             skos:definition "An organization that begins or results from a multi-organization change event. Non-functional: a split has several successors, and competing standpoint-indexed successor claims coexist."@x-gmeow-english ;
                                                             skos:example "ex:merger gmeow:successorOrganization ex:newco ."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid a direct organization-to-organization edge (the change is mediated by an gmeow:Event) and avoid forcing one successor — a split has several, and competing succession claims coexist (Principle 9), never a preferredSuccessor."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Reify the change as a gmeow:Event and attach each resulting organization with gmeow:successorOrganization, pairing with gmeow:predecessorOrganization; carry contested claims with gmeow:accordingTo."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a multi-organization change gmeow:Event to name an organization that began or resulted from it — the surviving merged entity, a spun-off division, a renamed body."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/summarizesCommunity
<https://blackcatinformatics.ca/gmeow/summarizesCommunity> rdf:type owl:ObjectProperty ,
                                                                    owl:FunctionalProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/CommunitySummary> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/Community> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                                           rdfs:label "summarizes community"@x-gmeow-english ;
                                                           skos:definition "The community this summary condenses."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/supersededBy
<https://blackcatinformatics.ca/gmeow/supersededBy> rdf:type owl:ObjectProperty ;
                                                    owl:inverseOf <https://blackcatinformatics.ca/gmeow/supersedes> ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lifecycle> ;
                                                    rdfs:label "superseded by"@x-gmeow-english ;
                                                    skos:definition "Links an entity to the entity that replaced it — Constantinople supersededBy Istanbul, the Soviet Union supersededBy the Russian Federation, a deprecated software release supersededBy its successor. Directional, NOT symmetric. The superseded entity is retained (never deleted) and may carry gmeow:displayable false."@x-gmeow-english ;
                                                    skos:example "ex:constantinople gmeow:supersededBy ex:istanbul ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid treating it as symmetric (it is directional; the inverse is gmeow:supersedes) and avoid deleting the superseded entity — retain it, link it forward, and mark gmeow:displayable false if it should drop out of projections."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:supersededBy from predecessor to successor; optionally record the change itself as a gmeow:Event typed gmeow:eventTypeSupersession, and mark the predecessor gmeow:displayable false for forward-facing projections."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link a retired entity forward to the entity that replaced it — a renamed place, a successor state, a deprecated release — preserving the predecessor rather than deleting it (Principle 10)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/supersedes
<https://blackcatinformatics.ca/gmeow/supersedes> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/coreference> ;
                                                  rdfs:label "supersedes"@x-gmeow-english ;
                                                  skos:definition "Relates a newer entity, version, record, or claim-bearing artifact to a prior one it supersedes. Non-functional: one successor may consolidate several predecessors. Superseded entities remain first-class and usable; suppression from display is handled separately with gmeow:displayable false when appropriate."@x-gmeow-english ;
                                                  skos:example "ex:policyV2 gmeow:supersedes ex:policyV1 ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for lineage containment (use gmeow:versionOf or gmeow:editionOf) and for cross-realm equivalence (use gmeow:counterpartOf); never delete or owl:sameAs the predecessor — suppress it from display with gmeow:displayable false if it should no longer surface."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:supersedes from the successor to each predecessor (non-functional, so one successor may consolidate several); keep the superseded entities in the graph and mark them gmeow:displayable false when they should drop out of projections."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record that a newer entity, version, record, or claim replaces one or more prior ones — a revised policy over its draft, a merged record consolidating several predecessors — while the superseded items stay first-class and resolvable."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/supportPolarity
<https://blackcatinformatics.ca/gmeow/supportPolarity> rdf:type owl:ObjectProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/EvidenceSpan> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/SupportPolarity> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                       rdfs:label "support polarity"@x-gmeow-english ;
                                                       skos:definition "Whether this evidence span supports, refutes, or is neutral toward the claim it grounds — the NLI/AIS verdict as data, orthogonal to the citations slice's gmeow:citationIntent (which classifies a CitationAct between works, not a span-to-claim stance). A refuting span never deletes the claim; it feeds a gmeow:Contradiction and the audit queries (P9, P10)."@x-gmeow-english ;
                                                       skos:example "ex:span1 gmeow:supportPolarity gmeow:polarityRefutes ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid confusing it with the citations slice's gmeow:citationIntent (which classifies a CitationAct between works, not a span-to-claim stance), and never let a refuting polarity delete the claim — it feeds a gmeow:Contradiction instead (P10)."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Assert exactly one gmeow:supportPolarity per gmeow:EvidenceSpan from the closed gmeow:SupportPolarity vocabulary; a refuting span seeds a gmeow:Contradiction rather than overwriting the grounded claim."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the NLI/AIS stance of a grounding span toward its claim — supports, refutes, or neutral — so faithfulness and contradiction audits read the verdict as data."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/suspendsJudgementOn
<https://blackcatinformatics.ca/gmeow/suspendsJudgementOn> rdf:type owl:ObjectProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/epistemics> ;
                                                           rdfs:label "suspends judgement on"@x-gmeow-english ;
                                                           skos:definition "An agent neither believes nor disbelieves a proposition — a third, agnostic doxastic stance (withholding), distinct from doubt (a leaning) and from silence (no recorded attitude). Range OPEN. Non-functional."@x-gmeow-english ;
                                                           skos:example "ex:alice gmeow:suspendsJudgementOn ex:earthIsRound ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a directional leaning against the proposition (use gmeow:doubts) and for an unexamined gap where the agent simply has no recorded view; suspension is a held stance, never an absence and never a factive knowledge verdict about the proposition's truth."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Point the agent at the proposition or reified statement to assert the withholding explicitly; keep it distinct from doubt and from silence, and let it coexist with other agents' attitudes on the same proposition (it is non-functional)."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record an explicit agnostic stance — the agent has considered the proposition and withholds, neither believing nor disbelieving it — so suspension is distinguishable from mere silence (no recorded attitude)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/symbolicSystemKind
<https://blackcatinformatics.ca/gmeow/symbolicSystemKind> rdf:type owl:ObjectProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/SymbolicSystem> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/SymbolicSystemKind> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                          rdfs:label "symbolic system kind"@x-gmeow-english ;
                                                          skos:definition "The kind(s) of a symbolic system (gmeow:SymbolicSystemKind values). Non-functional — a system may serve multiple domains simultaneously."@x-gmeow-english ;
                                                          skos:example "ex:braille gmeow:symbolicSystemKind gmeow:symbolicKindTranscription, gmeow:symbolicKindEncoding ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for the role a notation plays in a particular use (that is gmeow:notationUsageRole) and avoid making it functional; a system serving multiple domains states multiple kinds rather than collapsing them."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Point the system at one or more seeded gmeow:SymbolicSystemKind individuals; for a system already typed gmeow:NotationSystem prefer the gmeow:notationSystemKind subproperty so the narrower domain is explicit."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to tag a symbolic system with the domain(s) it serves — mathematical, musical, stenographic, emoji, gesture — asserting as many as apply, since one system may span several."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/systemIssuer
<https://blackcatinformatics.ca/gmeow/systemIssuer> rdf:type owl:ObjectProperty ;
                                                    rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/normIssuer> ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/NormativeSystem> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                    rdfs:label "system issuer"@x-gmeow-english ;
                                                    skos:definition "The agent or standpoint that issues a normative system as a whole. ⊑ normIssuer: issuing the system is issuing its stance. Member norms may still carry their own issuers (an annex contributed by another party)."@x-gmeow-english ;
                                                    skos:example "ex:gdpr gmeow:systemIssuer ex:euParliament ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it on a single norm (use the general gmeow:normIssuer) and avoid assuming member norms inherit the system's issuer — an annex may carry its own."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:systemIssuer from the gmeow:NormativeSystem to its issuer; it specializes gmeow:normIssuer, so the system's issuance surfaces in generic issuer queries."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the agent or standpoint that issues a whole normative system."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tagInScheme
<https://blackcatinformatics.ca/gmeow/tagInScheme> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Tag> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/TagScheme> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/tags> ;
                                                   rdfs:label "tag in scheme"@x-gmeow-english ;
                                                   skos:definition "Relates a tag to a scheme it belongs to. Non-functional: a tag may reside in many schemes (cross-listing)."@x-gmeow-english ;
                                                   skos:example "ex:tagUrgent gmeow:tagInScheme ex:projectVocab ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid confusing it with the scheme a particular tagging act ran under (use gmeow:taggingScheme on the relator, which is functional); membership here is many-valued and lives on the tag itself."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:tagInScheme from the tag to each gmeow:TagScheme it belongs to; a tag with no scheme is a bare folksonomy term, and cross-listing is just several assertions."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to place a tag in one or more namespaced schemes — a personal bucket, a project vocabulary, or a controlled vocabulary — including cross-listing the same tag across several."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/taggingInterval
<https://blackcatinformatics.ca/gmeow/taggingInterval> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Tagging> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/tags> ;
                                                       rdfs:label "tagging interval"@x-gmeow-english ;
                                                       skos:definition "The time interval over which the tagging act holds. A relator carries its period this way (matching gmeow:usageInterval, gmeow:relationshipInterval) rather than via RDF-star annotations on the relator node."@x-gmeow-english ;
                                                       skos:example "ex:t1 gmeow:taggingInterval ex:q1Interval ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the flat case, where period rides as RDF-star gmeow:validFrom/validUntil annotations on gmeow:hasTag; reserve this for the relator form that carries its interval as a first-class node."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Point this role at a gmeow:TimeInterval on the Tagging node, matching the gmeow:usageInterval / gmeow:relationshipInterval idiom; to retract a tag without deleting it, set gmeow:displayable false on the relator instead of editing the interval."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to time-scope a reified gmeow:Tagging — the period over which the tag was held to apply, when validity has a beginning or end."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/taggingScheme
<https://blackcatinformatics.ca/gmeow/taggingScheme> rdf:type owl:ObjectProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Tagging> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/TagScheme> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/tags> ;
                                                     rdfs:label "tagging scheme"@x-gmeow-english ;
                                                     skos:definition "The tag scheme within which the tagging act is performed. Functional per relator: one scheme per Tagging (the tag itself may belong to multiple schemes)."@x-gmeow-english ;
                                                     skos:example "ex:t1 gmeow:taggingScheme ex:projectVocab ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid confusing it with a tag's scheme membership (use gmeow:tagInScheme, which is many-valued); the Tagging act names exactly one scheme even though the tag may belong to several."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Point this functional role at one gmeow:TagScheme on the Tagging node; record the tag's broader cross-listing separately via gmeow:tagInScheme."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the single scheme under which a reified gmeow:Tagging act was performed — the vocabulary context of this particular application."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/taggingTag
<https://blackcatinformatics.ca/gmeow/taggingTag> rdf:type owl:ObjectProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Tagging> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Tag> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/tags> ;
                                                  rdfs:label "tagging tag"@x-gmeow-english ;
                                                  skos:definition "The tag applied in a tagging act. Functional per relator: one tag per Tagging."@x-gmeow-english ;
                                                  skos:example "ex:t1 gmeow:taggingTag ex:tagUrgent ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid putting more than one tag on a single Tagging (it is functional per relator); mint a separate Tagging relator for each distinct tag applied to a resource."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Point this role at exactly one gmeow:Tag on the Tagging node; for multiple tags on one resource, use multiple relators (or the flat gmeow:hasTag for the simple case)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name which gmeow:Tag a reified gmeow:Tagging act applies — the label being attached in this particular tagging."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/taggingTagged
<https://blackcatinformatics.ca/gmeow/taggingTagged> rdf:type owl:ObjectProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Tagging> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/tags> ;
                                                     rdfs:label "tagging tagged"@x-gmeow-english ;
                                                     skos:definition "The entity that is tagged in a tagging act. Functional per relator: one tagged entity per Tagging."@x-gmeow-english ;
                                                     skos:example "ex:t1 gmeow:taggingTagged ex:report ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it outside a Tagging relator or pointing it at more than one entity (it is functional per relator); for the flat case, the tagged entity is the subject of gmeow:hasTag."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Fill this role on the Tagging node alongside gmeow:taggingTag and gmeow:taggingTagger; exactly one tagged entity per relator, with a fresh relator per distinct tagging act."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the tagged resource inside a reified gmeow:Tagging relator — the entity that the tagging act applies to."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/taggingTagger
<https://blackcatinformatics.ca/gmeow/taggingTagger> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Tagging> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/tags> ;
                                                     rdfs:label "tagging tagger"@x-gmeow-english ;
                                                     skos:definition "The agent who performed the tagging act. Non-functional: a tag may be co-asserted by multiple agents (e.g. a collaborative curation effort)."@x-gmeow-english ;
                                                     skos:example "ex:t1 gmeow:taggingTagger ex:lillith ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid collapsing co-taggers into one (it is non-functional — collaborative curation legitimately has several taggers) and avoid the relator at all when no agent provenance is needed (use flat gmeow:hasTag)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Attach one or more gmeow:Agent values to the Tagging node; pair with gmeow:wasAttributedTo and gmeow:taggingInterval to carry full provenance and period for the act."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record who applied the tag inside a reified gmeow:Tagging — the provenance of the act when authorship of the label matters."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/taskStatus
<https://blackcatinformatics.ca/gmeow/taskStatus> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Task> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/TaskStatus> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                  rdfs:label "task status"@x-gmeow-english ;
                                                  skos:definition "The status of the task — not-started, active, completed, or cancelled."@x-gmeow-english ;
                                                  skos:example "ex:fileReport gmeow:taskStatus gmeow:taskStatusInProgress ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting a Task subclass for the status (the values are gmeow:TaskStatus individuals) and avoid deleting a cancelled task — gmeow:taskStatusCancelled with displayable false retains it (Principle 10)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Set one gmeow:TaskStatus value; mark a cancelled task displayable false rather than removing it, preserving the record."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to track a task's state — the iCalendar VTODO STATUS (not-started, active, completed, cancelled)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tempoMapSegmentOf
<https://blackcatinformatics.ca/gmeow/tempoMapSegmentOf> rdf:type owl:ObjectProperty ,
                                                                  owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/TempoMapSegment> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/TempoMap> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "tempo map segment of"@x-gmeow-english ;
                                                         skos:definition "The TempoMap that this segment belongs to. Functional per segment: one parent TempoMap."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/temporalCoverage
<https://blackcatinformatics.ca/gmeow/temporalCoverage> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                        rdfs:label "temporal coverage"@x-gmeow-english ;
                                                        skos:definition "The temporal extent or scope a creative work is ABOUT — the period its content covers, distinct from when the work itself was made."@x-gmeow-english ;
                                                        skos:example "ex:documentary gmeow:temporalCoverage ex:ww2Period ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid confusing it with WHEN the work was created (that is a creation event's gmeow:eventInterval) or with an event's own dating; coverage is aboutness-of-time, not production time."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:CreativeWork at a gmeow:TimeInterval via gmeow:temporalCoverage; reuse the temporal module's interval rather than minting a parallel span."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the period a gmeow:CreativeWork is ABOUT — the era a documentary covers, the span a history book treats — the dcterms:temporal analogue scoped to creative works."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/temporalPrecision
<https://blackcatinformatics.ca/gmeow/temporalPrecision> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/TemporalPrecision> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                         rdfs:label "temporal precision"@x-gmeow-english ;
                                                         skos:definition "The granularity to which an event's time is known — a gmeow:TemporalPrecision value (day / month / year / decade / circa). Makes the determinacy of a date explicit instead of pretending every date is to-the-day."@x-gmeow-english ;
                                                         skos:example "ex:battle gmeow:temporalPrecision gmeow:precisionCirca ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid treating it as the date itself (the bounds are gmeow:earliestStart / gmeow:latestEnd) or as epistemic gmeow:confidence; precision is the ontic granularity of the dating, an orthogonal facet (Principle 9)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:Event at one gmeow:TemporalPrecision value alongside its date bounds; consumers read it to render 'c. 1850' rather than a spurious to-the-second figure."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to declare HOW PRECISELY an event's time is known — to the day, month, year, decade, or circa — making date determinacy explicit rather than pretending every date is to-the-day."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tenureAgent
<https://blackcatinformatics.ca/gmeow/tenureAgent> rdf:type owl:ObjectProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/IntentionTenure> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/teleology> ;
                                                   rdfs:label "tenure agent"@x-gmeow-english ;
                                                   skos:definition "The agent whose intentional mode an intention-tenure records. Functional: one tenure, one agent."@x-gmeow-english ;
                                                   skos:example "ex:resolveTenure gmeow:tenureAgent ex:lillith ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid on a bare mode (the bearer there is gmeow:intentBearer) and avoid more than one agent per tenure; it is functional — one tenure, one agent."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Point the tenure at exactly one gmeow:Agent, matching the gmeow:intentBearer of the mode named by gmeow:tenureIntention."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind an gmeow:IntentionTenure to the single agent whose holding-over-time it records."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tenureDeterminacy
<https://blackcatinformatics.ca/gmeow/tenureDeterminacy> rdf:type owl:ObjectProperty ;
                                                         rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasDeterminacy> ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/LandTenure> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/Determinacy> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "tenure determinacy"@x-gmeow-english ;
                                                         skos:definition "The ontic determinacy model of this land tenure's boundary or claim — crisp (surveyed), vague (approximate), fuzzy (probabilistic), or disputed. Non-functional: sources may disagree on determinacy, and those claims coexist."@x-gmeow-english ;
                                                         skos:example "ex:lt gmeow:tenureDeterminacy gmeow:determinacyDisputed ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating it with confidence; this records the claim's nature."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:tenureDeterminacy to a gmeow:Determinacy individual; sources may disagree and those claims coexist."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the ontic determinacy of a tenure's boundary or claim — crisp, vague, fuzzy, or disputed; a subproperty of gmeow:hasDeterminacy, non-functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tenureIntention
<https://blackcatinformatics.ca/gmeow/tenureIntention> rdf:type owl:ObjectProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/IntentionTenure> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/IntentionalMode> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/teleology> ;
                                                       rdfs:label "tenure intention"@x-gmeow-english ;
                                                       skos:definition "The desire or intention the tenure records the agent as holding over its interval. Functional: one tenure, one mode. Commitment tenure is carried by the Commitment relator's own temporal scope (relators are time-indexed by construction); the tenure class exists for the intrinsic modes, whose adoption and abandonment would otherwise be invisible."@x-gmeow-english ;
                                                       skos:example "ex:resolveTenure gmeow:tenureIntention ex:planToShip ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid pointing it at a gmeow:Commitment (a relator already carries its own temporal scope) and avoid more than one mode per tenure; it is functional."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Point the tenure at exactly one gmeow:IntentionalMode; open and close the surrounding gmeow:duringInterval to record adoption and abandonment rather than mutating or deleting the mode (Principle 10)."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind an gmeow:IntentionTenure to the single intrinsic mode (Desire or Intention) whose holding over the interval it records."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tenureOf
<https://blackcatinformatics.ca/gmeow/tenureOf> rdf:type owl:ObjectProperty ,
                                                         owl:FunctionalProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/InferenceTenure> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/InferenceCommitment> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                                rdfs:label "tenure of"@x-gmeow-english ;
                                                skos:definition "Relates a gmeow:InferenceTenure to the gmeow:InferenceCommitment whose conclusion it time-scopes — opened when the conclusion is accepted, closed (an gmeow:endedAtTime on its gmeow:duringInterval) when a defeater fires. Functional: one tenure tracks one commitment; the commitment survives the closing as audit (the gmeow:StandpointTenure → gmeow:standpointClaim idiom, applied to inference)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tenureParty
<https://blackcatinformatics.ca/gmeow/tenureParty> rdf:type owl:ObjectProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/LandTenure> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                   rdfs:label "tenure party"@x-gmeow-english ;
                                                   skos:definition "The party (person, corporation, indigenous community, or other agent) that holds the rights recorded by this LandTenure. Functional: a single tenure has exactly one party. Joint ownership is modelled as multiple co-equal LandTenure instances, none privileged (Principle 9)."@x-gmeow-english ;
                                                   skos:example "ex:lt gmeow:tenureParty ex:owner ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid encoding joint ownership as multiple values — model it as multiple co-equal LandTenure instances (Principle 9)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:tenureParty (an Agent) per LandTenure."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the single party holding the tenure's rights; functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tenurePlace
<https://blackcatinformatics.ca/gmeow/tenurePlace> rdf:type owl:ObjectProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/LandTenure> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Place> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                   rdfs:label "tenure place"@x-gmeow-english ;
                                                   skos:definition "The place (parcel, lot, or spatial unit) over which the rights of this LandTenure apply. Functional: a tenure concerns exactly one place (constitutive of the situation's identity)."@x-gmeow-english ;
                                                   skos:example "ex:lt gmeow:tenurePlace ex:parcel42 ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid multiple places per tenure (mint one per place)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:tenurePlace per LandTenure."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the single place (parcel, lot, spatial unit) a land tenure applies over; functional, constitutive of identity."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tenurePosition
<https://blackcatinformatics.ca/gmeow/tenurePosition> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/StandpointTenure> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/standpoint> ;
                                                      rdfs:label "tenure position"@x-gmeow-english ;
                                                      skos:definition "The standpoint-indexed claim the tenure says the standpoint held over its interval — a reified statement (a gmeow:StatementMetadata cell in the statement DSL). The range is intentionally left open: the statement-DSL spec layer is not part of the reasoned import closure, so asserting it as rdfs:range would dangle in the merged graph. When a StandpointTenure generates a StandpointClaim observation, the tenurePosition becomes the observedFeature of the claim."@x-gmeow-english ;
                                                      skos:example "ex:recognition gmeow:tenurePosition ex:statehoodClaim ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the holding frame (that is gmeow:tenureStandpoint) and avoid asserting the position as a fact of the universal standpoint — it is the proposition the frame held, one coexisting claim among competing tenures, never the resolved truth (Principle 9)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Point the tenure at the reified statement it held (a statement-DSL cell); the range is left open because that spec layer is outside the reasoned import closure. It surfaces as the gmeow:observedFeature of the generated gmeow:standpointClaim."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the standpoint-indexed claim a gmeow:StandpointTenure says the frame held over its interval — the reified statement that becomes the gmeow:observedFeature of the generated StandpointClaim."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tenureRights
<https://blackcatinformatics.ca/gmeow/tenureRights> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/LandTenure> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/RightsStatement> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                    rdfs:label "tenure rights"@x-gmeow-english ;
                                                    skos:definition "The machine-readable rights statement (permissions, prohibitions, duties) that governs this land tenure. Links to the rights facility rights facility by reference. Non-functional: multiple legal instruments may apply to the same tenure (e.g. national law + local ordinance + indigenous treaty)."@x-gmeow-english ;
                                                    skos:example "ex:lt gmeow:tenureRights ex:rights ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid inlining deontic rules — reference a RightsStatement from the rights slice."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:tenureRights at one or more gmeow:RightsStatement instances; multiple instruments may apply."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link a land tenure to the machine-readable rights statement governing it; non-functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tenureStandpoint
<https://blackcatinformatics.ca/gmeow/tenureStandpoint> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/StandpointTenure> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/Standpoint> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/standpoint> ;
                                                        rdfs:label "tenure standpoint"@x-gmeow-english ;
                                                        skos:definition "The standpoint whose position a standpoint-tenure records. When a StandpointTenure generates a StandpointClaim observation, the tenureStandpoint becomes the vantage of the claim."@x-gmeow-english ;
                                                        skos:example "ex:recognition gmeow:tenureStandpoint ex:stateA ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the position held (that is gmeow:tenurePosition) and avoid assigning two standpoints to one tenure — it is functional, exactly one frame per tenure; a different frame's position is a separate tenure, never a privileged primary one (Principle 9)."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Point the tenure at one gmeow:Standpoint; it surfaces as the gmeow:vantage of the generated gmeow:standpointClaim, so generic consumers read 'whose frame' uniformly across tenures and bare observations."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the single standpoint whose position a gmeow:StandpointTenure records — the frame that becomes the gmeow:vantage of the generated StandpointClaim."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tenureType
<https://blackcatinformatics.ca/gmeow/tenureType> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/LandTenure> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/LandTenureType> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                  rdfs:label "tenure type"@x-gmeow-english ;
                                                  skos:definition "The kind(s) of land tenure (a gmeow:LandTenureType individual). Non-functional: a single tenure may be classified by multiple sources as different types, and those claims coexist as evidence (Principle 9)."@x-gmeow-english ;
                                                  skos:example "ex:lt gmeow:tenureType gmeow:tenureTypeLeasehold ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid encoding the kind as a subclass (Principle 9)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Attach one or more gmeow:LandTenureType individuals; competing classifications coexist as evidence."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to classify a land tenure by one or more gmeow:LandTenureType values; non-functional, so multi-source classifications coexist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tenuredContactPoint
<https://blackcatinformatics.ca/gmeow/tenuredContactPoint> rdf:type owl:ObjectProperty ,
                                                                    owl:FunctionalProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/AddressTenure> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/ContactPoint> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                           rdfs:label "tenured contact point"@x-gmeow-english ;
                                                           skos:definition "The contact point an address-tenure concerns."@x-gmeow-english ;
                                                           skos:example "ex:tenure gmeow:tenuredContactPoint ex:oldEmail ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting more than one contact point per tenure (it is functional) and avoid using it for the agent who held it (that is gmeow:addressHolder)."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Point the tenure at its single gmeow:ContactPoint; pair with gmeow:addressHolder and the time-scoped interval to complete the situation."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the contact point a gmeow:AddressTenure is about — the channel held over the tenure's interval."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/textDirection
<https://blackcatinformatics.ca/gmeow/textDirection> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/WritingSystem> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/TextDirection> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                     rdfs:label "text direction"@x-gmeow-english ;
                                                     skos:definition "The writing direction(s) of a writing system (gmeow:TextDirection values). Non-functional — Japanese is both vertical-rtl and ltr."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/timbreObservationResult
<https://blackcatinformatics.ca/gmeow/timbreObservationResult> rdf:type owl:ObjectProperty ,
                                                                        owl:FunctionalProperty ;
                                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/Observation> ;
                                                               rdfs:range <https://blackcatinformatics.ca/gmeow/TimbreDescriptor> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "timbre observation result"@x-gmeow-english ;
                                                               skos:definition "The timbre descriptor assigned to an observed ToneEvent by this Observation. Semantically plays the gmeow:observationResult role, but it is NOT declared rdfs:subPropertyOf gmeow:observationResult because gmeow:TimbreDescriptor is a gufo:QualityValue (abstract individual) and therefore disjoint from gmeow:Entity, the range of gmeow:observationResult (the claimModality precedent, standpoint and norms modules)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/timeMappingKind
<https://blackcatinformatics.ca/gmeow/timeMappingKind> rdf:type owl:ObjectProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/TimeMapping> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/TimeMappingKind> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "time mapping kind"@x-gmeow-english ;
                                                       skos:definition "The kind of a TimeMapping (tuplet, tempo canon, metric modulation, groove, etc.). Functional: a TimeMapping is of exactly one kind."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/to
<https://blackcatinformatics.ca/gmeow/to> rdf:type owl:ObjectProperty ;
                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                          rdfs:range <https://blackcatinformatics.ca/gmeow/EmailAddress> ;
                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                          rdfs:label "to"@x-gmeow-english ;
                                          skos:definition "A primary recipient address of a message (RFC 5322 To)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/toneEventArticulation
<https://blackcatinformatics.ca/gmeow/toneEventArticulation> rdf:type owl:ObjectProperty ,
                                                                      owl:FunctionalProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/ToneEvent> ;
                                                             rdfs:range <https://blackcatinformatics.ca/gmeow/ArticulationKind> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "tone event articulation"@x-gmeow-english ;
                                                             skos:definition "The articulation or attack quality applied to this ToneEvent."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/toneEventDynamics
<https://blackcatinformatics.ca/gmeow/toneEventDynamics> rdf:type owl:ObjectProperty ,
                                                                  owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/ToneEvent> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/DynamicsValue> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "tone event dynamics"@x-gmeow-english ;
                                                         skos:definition "The symbolic dynamic level of this ToneEvent (ppp ... fff). Measured decibel observations use the observation layer, not this shortcut."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/toneEventPitchTrajectory
<https://blackcatinformatics.ca/gmeow/toneEventPitchTrajectory> rdf:type owl:ObjectProperty ,
                                                                         owl:FunctionalProperty ;
                                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/ToneEvent> ;
                                                                rdfs:range <https://blackcatinformatics.ca/gmeow/PitchTrajectory> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "tone event pitch trajectory"@x-gmeow-english ;
                                                                skos:definition "A continuous pitch trajectory sounded by this ToneEvent. Mutually exclusive with toneEventPitchValue and toneEventIsUnpitched."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/toneEventPitchValue
<https://blackcatinformatics.ca/gmeow/toneEventPitchValue> rdf:type owl:ObjectProperty ,
                                                                    owl:FunctionalProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/ToneEvent> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/PitchValue> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "tone event pitch value"@x-gmeow-english ;
                                                           skos:definition "A frame-relative pitch value sounded by this ToneEvent. Mutually exclusive with toneEventPitchTrajectory and toneEventIsUnpitched; SHACL enforces at most one pitch-content mode."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/toneEventTimbre
<https://blackcatinformatics.ca/gmeow/toneEventTimbre> rdf:type owl:ObjectProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/ToneEvent> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/TimbreDescriptor> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "tone event timbre"@x-gmeow-english ;
                                                       skos:definition "A timbre descriptor applied to this ToneEvent. This shortcut asserts one descriptor without provenance context; contested or attributed descriptors are modelled as coexisting observations (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/trademarkHolder
<https://blackcatinformatics.ca/gmeow/trademarkHolder> rdf:type owl:ObjectProperty ;
                                                       rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/wasAttributedTo> ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Trademark> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                       rdfs:label "trademark holder"@x-gmeow-english ;
                                                       skos:definition "The agent that holds a trademark (the proprietor). A specialisation of gmeow:wasAttributedTo. Non-functional: a mark may be jointly held."@x-gmeow-english ;
                                                       skos:example "ex:blackcatTM gmeow:trademarkHolder ex:blackcat ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting a parallel hasHolder property (this specialises gmeow:wasAttributedTo) and avoid collapsing joint proprietors into one — co-equal holders coexist, so it is non-functional."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Add one or more gmeow:trademarkHolder agents to a Trademark (non-functional for joint holdings), mirroring gmeow:copyrightHolder on the copyright side."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attribute a trademark to its proprietor agent(s) — the trademark-side rights-holder attribution, reusing gmeow:wasAttributedTo."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/trademarkMark
<https://blackcatinformatics.ca/gmeow/trademarkMark> rdf:type owl:ObjectProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Trademark> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Mark> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                     rdfs:label "trademark mark"@x-gmeow-english ;
                                                     skos:definition "The mark a trademark protects. Functional."@x-gmeow-english ;
                                                     skos:example "ex:blackcatTM gmeow:trademarkMark ex:blackcatMark ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid binding several marks to one trademark (it is functional — each protected mark has its own Trademark relator) and avoid using it as the entity-to-trademark link, which is gmeow:hasTrademark."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:trademarkMark once per Trademark (functional) to the gmeow:Mark it protects."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind the protected sign to its gmeow:Trademark relator — the mark-side player of the trademark."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/trademarkStatus
<https://blackcatinformatics.ca/gmeow/trademarkStatus> rdf:type owl:ObjectProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Trademark> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/TrademarkStatus> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                       rdfs:label "trademark status"@x-gmeow-english ;
                                                       skos:definition "The status of a trademark — one of the gmeow:TrademarkStatus values (unregistered ™ / registered ® / pending / expired / cancelled). Functional."@x-gmeow-english ;
                                                       skos:example "ex:blackcatTM gmeow:trademarkStatus gmeow:trademarkStatusRegistered ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for copyright or licence standing (gmeow:copyrightStatus / gmeow:licenseFamily) and avoid deleting a lapsed mark — set gmeow:trademarkStatusExpired and record gmeow:validUntil (Principle 10)."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:trademarkStatus once per Trademark (functional) to a gmeow:TrademarkStatus value; on lapse, change the value and add gmeow:validUntil rather than removing the record."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the registration status of a trademark — unregistered ™, registered ®, pending, expired, or cancelled — by referencing a gmeow:TrademarkStatus value."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/trajectoryControlPoint
<https://blackcatinformatics.ca/gmeow/trajectoryControlPoint> rdf:type owl:ObjectProperty ;
                                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/PitchTrajectory> ;
                                                              rdfs:range <https://blackcatinformatics.ca/gmeow/PitchTrajectoryControlPoint> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "trajectory control point"@x-gmeow-english ;
                                                              skos:definition "Relates a PitchTrajectory to one of its ordered control points. Non-functional: a trajectory has many control points."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/trajectoryOf
<https://blackcatinformatics.ca/gmeow/trajectoryOf> rdf:type owl:ObjectProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Trajectory> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                    rdfs:label "trajectory of"@x-gmeow-english ;
                                                    skos:definition "The entity whose space-time path this trajectory describes. Functional: a trajectory belongs to exactly one entity."@x-gmeow-english ;
                                                    skos:example "ex:path gmeow:trajectoryOf ex:rover ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid sharing one Trajectory across entities (mint one per entity)."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:trajectoryOf per Trajectory."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the single entity whose path a trajectory describes; functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/trajectoryReferenceFrame
<https://blackcatinformatics.ca/gmeow/trajectoryReferenceFrame> rdf:type owl:ObjectProperty ;
                                                                rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/hasReferenceFrame> ;
                                                                rdf:type owl:FunctionalProperty ;
                                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Trajectory> ;
                                                                rdfs:range <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                rdfs:label "trajectory reference frame"@x-gmeow-english ;
                                                                skos:definition "The coordinate reference frame in which this trajectory's samples are expressed. Functional: a trajectory is expressed in exactly one frame; frame transformation is a solver concern (Principle 12)."@x-gmeow-english ;
                                                                skos:example "ex:path gmeow:trajectoryReferenceFrame ex:siteGrid ."@x-gmeow-english ;
                                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid omitting it and avoid asserting frame transforms as triples (solver-layer, Principle 12)."@x-gmeow-english ;
                                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:trajectoryReferenceFrame, a subproperty of gmeow:hasReferenceFrame."@x-gmeow-english ;
                                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to declare the single frame in which a trajectory's samples are expressed; functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transactionAmount
<https://blackcatinformatics.ca/gmeow/transactionAmount> rdf:type owl:ObjectProperty ,
                                                                  owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/FinancialTransaction> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/MonetaryAmount> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                         rdfs:label "transaction amount"@x-gmeow-english ;
                                                         skos:definition "The monetary amount of a financial transaction, expressed as a MonetaryAmount. Functional: a single transaction occurrence has one canonical amount (disputed amounts are standpoint-indexed claims on separate statements, not additional values on the same transaction)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transactionStatus
<https://blackcatinformatics.ca/gmeow/transactionStatus> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/FinancialTransaction> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/TransactionStatus> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                         rdfs:label "transaction status"@x-gmeow-english ;
                                                         skos:definition "The status(es) of a financial transaction, drawn from the open TransactionStatus value vocabulary. Non-functional: a transaction may progress through several statuses over time, recorded as co-equal standpoint-indexed claims."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transactionType
<https://blackcatinformatics.ca/gmeow/transactionType> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/FinancialTransaction> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/TransactionType> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                       rdfs:label "transaction type"@x-gmeow-english ;
                                                       skos:definition "The kind(s) of a financial transaction, drawn from the open TransactionType value vocabulary. Non-functional: a transaction may carry several types, and competing standpoint-indexed type claims coexist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transcriptionOf
<https://blackcatinformatics.ca/gmeow/transcriptionOf> rdf:type owl:ObjectProperty ;
                                                       rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/wasDerivedFrom> ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                       rdfs:label "transcription of"@x-gmeow-english ;
                                                       skos:definition "A flat shortcut asserting that a creative work is a transcription derived from another creative work. The reified form is a gmeow:CreativeDerivation with gmeow:derivationType gmeow:derivationTypeTranscription."@x-gmeow-english ;
                                                       skos:example "ex:guitarTab gmeow:transcriptionOf ex:liveRecording ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the transcription's source segments, notation system, or provenance must be first-class — promote to a gmeow:CreativeDerivation with gmeow:derivationTypeTranscription."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Assert from the transcription to the source; it pairsWith gmeow:CreativeDerivation — promote when metadata is required."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the flat 80% case of asserting one work transcribes another into a different notation system or medium, when no further metadata is needed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transformationParameter
<https://blackcatinformatics.ca/gmeow/transformationParameter> rdf:type owl:ObjectProperty ,
                                                                        owl:FunctionalProperty ;
                                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/SegmentTransformation> ;
                                                               rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "transformation parameter"@x-gmeow-english ;
                                                               skos:definition "An optional parameter qualifying the transformation — e.g. a PitchInterval for transposition, a MetricStructure for reaccentuation, or another entity. The exact interpretation is type-dependent and solver-evaluated (Principle 12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transformationSource
<https://blackcatinformatics.ca/gmeow/transformationSource> rdf:type owl:ObjectProperty ,
                                                                     owl:FunctionalProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/SegmentTransformation> ;
                                                            rdfs:range <https://blackcatinformatics.ca/gmeow/MusicalSegment> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                            rdfs:label "transformation source"@x-gmeow-english ;
                                                            skos:definition "The source MusicalSegment of this transformation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transformationTarget
<https://blackcatinformatics.ca/gmeow/transformationTarget> rdf:type owl:ObjectProperty ,
                                                                     owl:FunctionalProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/SegmentTransformation> ;
                                                            rdfs:range <https://blackcatinformatics.ca/gmeow/MusicalSegment> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                            rdfs:label "transformation target"@x-gmeow-english ;
                                                            skos:definition "The target MusicalSegment produced by this transformation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transformationType
<https://blackcatinformatics.ca/gmeow/transformationType> rdf:type owl:ObjectProperty ,
                                                                   owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/SegmentTransformation> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/TransformationType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                          rdfs:label "transformation type"@x-gmeow-english ;
                                                          skos:definition "The kind of transformation relating source and target (transposition, inversion, retrograde, ...)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transformsTo
<https://blackcatinformatics.ca/gmeow/transformsTo> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                    rdfs:label "transforms to"@x-gmeow-english ;
                                                    skos:definition "Relates a reference frame to another frame it can be mathematically transformed to."@x-gmeow-english ;
                                                    skos:example "gmeow:referenceFrameFK5 gmeow:transformsTo gmeow:referenceFrameICRS ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid carrying the transform matrix or executing the conversion in the graph — the transform is performed by an external solver (Principle 12)."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:transformsTo between frames and let gmeow:frameSolver name the method; the computation stays out of the OWL core."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to declare that one frame can be mathematically transformed to another (e.g. liftover, datum conversion)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/translationOf
<https://blackcatinformatics.ca/gmeow/translationOf> rdf:type owl:ObjectProperty ;
                                                     rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                     rdf:type owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/InscriptionTranslation> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Inscription> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                     rdfs:label "translation of"@x-gmeow-english ;
                                                     skos:definition "The inscription that a translation renders into another language. Functional per relator: one source inscription per InscriptionTranslation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/translationResult
<https://blackcatinformatics.ca/gmeow/translationResult> rdf:type owl:ObjectProperty ;
                                                         rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observationResult> ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/InscriptionTranslation> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/InformationObject> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                         rdfs:label "translation result"@x-gmeow-english ;
                                                         skos:definition "The lexical form(s) produced by a translation. Non-functional: competing translations of the same inscription coexist without privilege (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transliterationOf
<https://blackcatinformatics.ca/gmeow/transliterationOf> rdf:type owl:ObjectProperty ;
                                                         rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                         rdf:type owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/InscriptionTransliteration> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/Inscription> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                         rdfs:label "transliteration of"@x-gmeow-english ;
                                                         skos:definition "The inscription that a transliteration maps into another script. Functional per relator: one source inscription per InscriptionTransliteration."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transliterationResult
<https://blackcatinformatics.ca/gmeow/transliterationResult> rdf:type owl:ObjectProperty ;
                                                             rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observationResult> ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/InscriptionTransliteration> ;
                                                             rdfs:range <https://blackcatinformatics.ca/gmeow/InformationObject> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                             rdfs:label "transliteration result"@x-gmeow-english ;
                                                             skos:definition "The lexical form(s) produced by a transliteration. Non-functional: competing transliteration schemes may produce different forms for the same inscription, and those claims coexist (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transliterationScheme
<https://blackcatinformatics.ca/gmeow/transliterationScheme> rdf:type owl:ObjectProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/Appellation> ;
                                                             rdfs:range <https://blackcatinformatics.ca/gmeow/TransliterationScheme> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/language> ;
                                                             rdfs:label "transliteration scheme"@x-gmeow-english ;
                                                             skos:definition "The named transliteration/romanization system that produced an appellation's gmeow:romanization (Hepburn vs Kunrei for Japanese; Pinyin vs Wade-Giles for Mandarin). Records HOW the romanization was derived. Non-functional. Domain gmeow:Appellation retrofits the names module; the scheme individuals are catalogued as FnO functions in the projection layer."@x-gmeow-english ;
                                                             skos:example "ex:tokyoName gmeow:transliterationScheme ex:schemeHepburn ."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it to carry the romanized string itself (that is gmeow:romanization) and avoid forcing one scheme — the same name may carry romanizations from several systems, so it stays non-functional."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/howToUse> "On a gmeow:Appellation, pair gmeow:romanization with gmeow:transliterationScheme naming the gmeow:TransliterationScheme individual; the projection layer resolves the named scheme to its FnO transform when reconstructing or validating the romanization."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record which transliteration/romanization system produced an appellation's gmeow:romanization, so competing systems (Hepburn vs Kunrei, Pinyin vs Wade-Giles) are distinguished rather than silently merged."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transparencyLogEntry
<https://blackcatinformatics.ca/gmeow/transparencyLogEntry> rdf:type owl:ObjectProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/Attestation> ;
                                                            rdfs:range <https://blackcatinformatics.ca/gmeow/TransparencyLogEntry> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                            rdfs:label "transparency log entry"@x-gmeow-english ;
                                                            skos:definition "A transparency log entry associated with an attestation. Non-functional: an attestation may have entries in multiple logs."@x-gmeow-english ;
                                                            skos:example "ex:provAtt gmeow:transparencyLogEntry ex:rekorEntry ."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for blockchain/ledger evidence (use gmeow:LedgerTransaction / gmeow:LedgerEvent) and avoid implying the logged attestation is correct — inclusion is not correctness (Principle 1)."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Point the Attestation at each gmeow:TransparencyLogEntry; assert several when the same attestation is mirrored across logs (it is non-functional), each carrying its own index and URL."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link an attestation to a gmeow:TransparencyLogEntry recording its inclusion in an append-only log; an attestation may have entries in several logs."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/treeEntryObject
<https://blackcatinformatics.ca/gmeow/treeEntryObject> rdf:type owl:ObjectProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/TreeEntry> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/SourceNode> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                       rdfs:label "tree entry object"@x-gmeow-english ;
                                                       skos:definition "The content-addressed object (Blob or SourceTree) that a tree entry points to. Functional: one object per entry."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/trustee
<https://blackcatinformatics.ca/gmeow/trustee> rdf:type owl:ObjectProperty ,
                                                        owl:FunctionalProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/TrustAssertion> ;
                                               rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                               rdfs:label "trustee"@x-gmeow-english ;
                                               skos:definition "The agent that is trusted by the trustor in a trust-assertion."@x-gmeow-english ;
                                               skos:example "ex:t1 gmeow:trustee ex:bob ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the perspective holder (that is gmeow:trustor) and avoid reading a trustee's being trusted as a global fact — it holds only from this trustor's standpoint. It is functional — one trustee per assertion."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Bind exactly one gmeow:Agent as the trustee; record the degree with gmeow:trustLevel and any introducer parameters on the same relator, and let competing trustors' assessments of the same trustee coexist."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the agent that is trusted in a trust assertion — the trustee the trustor vouches for or designates as an introducer."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/trustor
<https://blackcatinformatics.ca/gmeow/trustor> rdf:type owl:ObjectProperty ,
                                                        owl:FunctionalProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/TrustAssertion> ;
                                               rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                               rdfs:label "trustor"@x-gmeow-english ;
                                               skos:definition "The agent whose (subjective) trust a trust-assertion expresses — the perspective holder."@x-gmeow-english ;
                                               skos:example "ex:t1 gmeow:trustor ex:lillith ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the trusted party (that is gmeow:trustee) and avoid treating the trustor as authoritative for anyone else; every trustor is one co-equal standpoint (Principle 9), so competing trustors' assertions coexist. It is functional — one perspective holder per assertion."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Bind exactly one gmeow:Agent as the trustor; model a second agent's trust in the same trustee as a separate gmeow:TrustAssertion, never a second trustor on this one."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the agent FROM WHOSE standpoint a trust assertion is held — the frame holder whose subjective trust the relator expresses (the trust-side counterpart of gmeow:accordingTo)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tuningAnchor
<https://blackcatinformatics.ca/gmeow/tuningAnchor> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/TuningSystem> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/PitchAnchor> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                    rdfs:label "tuning anchor"@x-gmeow-english ;
                                                    skos:definition "Relates a TuningSystem to one of its PitchAnchors (e.g., A440 vs A415). Non-functional: a TuningSystem may be anchored differently in different performances or historical periods, and competing anchors may coexist as standpoint-indexed claims (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tuningKind
<https://blackcatinformatics.ca/gmeow/tuningKind> rdf:type owl:ObjectProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/TuningSystem> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/TuningSystemKind> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                  rdfs:label "tuning kind"@x-gmeow-english ;
                                                  skos:definition "The kind of tuning system (equal division, just intonation, well temperament, etc.). Functional: a TuningSystem is of exactly one kind; hybrid systems are modelled as multiple coexisting standpoints (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/typeCauses
<https://blackcatinformatics.ca/gmeow/typeCauses> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                  rdfs:label "type causes"@x-gmeow-english ;
                                                  skos:definition "Flat type-level causal claim: events of the subject kind bring about events of the object kind — according to whoever asserts it (statement-layer indexed, Principle 9). DELIBERATELY NOT TRANSITIVE: chain composition is solver work over recorded links (Principle 12). Promote to a gmeow:CausalLink when modality, mechanism, or strength rides on the claim. Grounds cn:Causes, atomic:Causes, and sumo:causes at alignment time."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/pairsWith> <https://blackcatinformatics.ca/gmeow/CausalLink> .


###  https://blackcatinformatics.ca/gmeow/typeEnables
<https://blackcatinformatics.ca/gmeow/typeEnables> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                   rdfs:label "type enables"@x-gmeow-english ;
                                                   skos:definition "Flat type-level enablement: events of the subject kind make events of the object kind possible without bringing them about. NOT transitive; promote to gmeow:CausalLink for the reified form."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/typeMitigates
<https://blackcatinformatics.ca/gmeow/typeMitigates> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                     rdfs:label "type mitigates"@x-gmeow-english ;
                                                     skos:definition "Flat type-level mitigation: events of the subject kind reduce the severity or likelihood of events of the object kind without fully preventing them. NOT transitive."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/typePrevents
<https://blackcatinformatics.ca/gmeow/typePrevents> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                    rdfs:label "type prevents"@x-gmeow-english ;
                                                    skos:definition "Flat type-level prevention: events of the subject kind block events of the object kind. NOT transitive. Grounds sumo:prevents at alignment time; the D3FEND countermeasure reading arrives through gmeow:Mitigation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/understands
<https://blackcatinformatics.ca/gmeow/understands> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/knowsAbout> ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/cognition> ;
                                                   rdfs:label "understands"@x-gmeow-english ;
                                                   skos:definition "Third level of the knowledge spectrum: the agent comprehends the subject and can reason with and apply it, beyond reciting facts. Entails gmeow:knowsAbout (and transitively gmeow:isAwareOf); entailed by gmeow:hasMastered."@x-gmeow-english ;
                                                   skos:example "ex:lillith gmeow:understands ex:descriptionLogic ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when only descriptive familiarity holds (use gmeow:knowsAbout), when expert command holds (use gmeow:hasMastered), and avoid reading comprehension as competency — gmeow:hasSkill is the orthogonal 'can do' axis."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:understands from the agent to the subject; it entails the two shallower levels and is entailed by gmeow:hasMastered, so a single assertion materialises the whole tail."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/pairsWith> <https://blackcatinformatics.ca/gmeow/KnowledgeProficiency> ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use when the agent comprehends a subject and can reason with and apply it, beyond merely reciting facts about it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/usageAppellation
<https://blackcatinformatics.ca/gmeow/usageAppellation> rdf:type owl:ObjectProperty ;
                                                        rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observationResult> ;
                                                        rdf:type owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/NameUsage> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/Appellation> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                        rdfs:label "usage appellation"@x-gmeow-english ;
                                                        skos:definition "The appellation used to call the named entity in a name-usage."@x-gmeow-english ;
                                                        skos:example "ex:usageFamily gmeow:usageAppellation ex:gennyAunt ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it as a direct bearing property (that is gmeow:hasAppellation) and avoid attaching it to anything but a gmeow:NameUsage; it names a relator player, not a borne name."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:usageAppellation to the Appellation once per NameUsage (functional), pairing it with gmeow:usageNamed; the name's language and purpose are read from the bound Appellation."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind the appellation player of a gmeow:NameUsage — which gmeow:Appellation is used to call the named entity in this use."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/usageAudience
<https://blackcatinformatics.ca/gmeow/usageAudience> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/NameUsage> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                     rdfs:label "usage audience"@x-gmeow-english ;
                                                     skos:definition "The audience or scope in which the appellation is used — an Agent, a Group/Family, or a locale community. Range is gmeow:Entity to admit all of them. Non-functional. ('Aunt Genny' is used toward the family; 欧德理 toward a Sinophone audience.)"@x-gmeow-english ;
                                                     skos:example "ex:usageFamily gmeow:usageAudience ex:family ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating audience (who the name is used toward) with gmeow:usageAuthority / gmeow:accordingTo (who ASSERTS the usage claim) — the social scope and the standpoint frame are orthogonal axes; use gmeow:usageRelationshipScope when the scope is exactly one standing relationship."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Add one or more gmeow:usageAudience entities to a NameUsage (non-functional); for a single tie, prefer gmeow:usageRelationshipScope, and keep the standpoint on gmeow:usageAuthority / gmeow:accordingTo."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record who a name is used TOWARD — the social scope of a gmeow:NameUsage, an agent, group/family, or locale community."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/usageAuthority
<https://blackcatinformatics.ca/gmeow/usageAuthority> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/NameUsage> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                      rdfs:label "usage authority"@x-gmeow-english ;
                                                      skos:definition "The naming / toponymic authority behind a name-usage — the gmeow:Agent (a national mapping agency, a standards body, an indigenous community, or a self-asserting individual) that confers or sanctions the appellation in this use. NON-FUNCTIONAL: joint or competing authorities coexist with no privileged claimant (anti-colonial, Principle 9), each attributable and confidence-weighted. (Introduced as namingAuthority by place-naming design; named usageAuthority for usage* consistency.)"@x-gmeow-english ;
                                                      skos:example "ex:naming gmeow:usageAuthority ex:indigenousCouncil ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating the authority (who asserts/sanctions the usage, a standpoint frame) with gmeow:usageAudience (who the name is used toward) and avoid collapsing competing authorities into one — joint and competing authorities coexist with no privileged claimant (Principle 9)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Add one or more gmeow:usageAuthority agents to a NameUsage (non-functional), attributing and confidence-weighting each; for a refuting standpoint, mint a coexisting usage carrying its own gmeow:accordingTo rather than overriding."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the naming or toponymic authority that confers or sanctions an appellation in a usage — a mapping agency, standards body, indigenous community, or self-asserting individual that backs the claim."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/usageInterval
<https://blackcatinformatics.ca/gmeow/usageInterval> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/NameUsage> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                     rdfs:label "usage interval"@x-gmeow-english ;
                                                     skos:definition "The time interval over which a name-usage held. (A relator carries its period this way — matching contacts' relationshipInterval — rather than via duringInterval.)"@x-gmeow-english ;
                                                     skos:example "ex:usageFamily gmeow:usageInterval ex:childhoodYears ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid gmeow:duringInterval for a relator's own period (use this, matching contacts' relationshipInterval) and avoid deleting a lapsed usage — set gmeow:displayable false on a superseded name instead."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Point gmeow:usageInterval at a gmeow:TimeInterval; for a simple bearing without a full relator, carry validity with gmeow:validFrom/validUntil on the statement instead."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the period over which a gmeow:NameUsage held — a former, historical, or life-stage-scoped name use that needs an explicit interval."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/usageLanguage
<https://blackcatinformatics.ca/gmeow/usageLanguage> rdf:type owl:ObjectProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/WritingSystemUsage> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Language> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                     rdfs:label "usage language"@x-gmeow-english ;
                                                     skos:definition "The language that uses the writing system in a writing-system-usage. Functional — constitutive of the usage (a usage binds exactly one language)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/usageNamed
<https://blackcatinformatics.ca/gmeow/usageNamed> rdf:type owl:ObjectProperty ;
                                                  rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                  rdf:type owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/NameUsage> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                  rdfs:label "usage named"@x-gmeow-english ;
                                                  skos:definition "The entity that is called by the appellation in a name-usage."@x-gmeow-english ;
                                                  skos:example "ex:usageFamily gmeow:usageNamed ex:genny ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it as a generic bearing property (that is gmeow:hasAppellation / gmeow:hasName) and avoid attaching it to anything but a gmeow:NameUsage; it names a relator player, not a direct fact."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:usageNamed to the entity once per NameUsage (functional), pairing it with gmeow:usageAppellation; when the named entity is a gmeow:Place the usage is inferred to be a gmeow:PlaceNaming."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind the named-entity player of a gmeow:NameUsage — the entity that is called by the appellation in this use (its gufo:Relator who-is-named role)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/usageNamer
<https://blackcatinformatics.ca/gmeow/usageNamer> rdf:type owl:ObjectProperty ;
                                                  rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/vantage> ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/NameUsage> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                  rdfs:label "usage namer"@x-gmeow-english ;
                                                  skos:definition "An agent who uses the appellation for the named entity — the speaker/perspective holder. Non-functional: a usage may be shared by an audience of agents."@x-gmeow-english ;
                                                  skos:example "ex:usageFamily gmeow:usageNamer ex:niece ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating the namer with the audience it is used TOWARD (gmeow:usageAudience) or the authority that sanctions it (gmeow:usageAuthority); these axes are orthogonal and must not be merged."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Add one or more gmeow:usageNamer agents to a NameUsage (non-functional — a shared usage has several); keep audience, authority, and namer as distinct properties."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record who actually uses the appellation — the speaker or perspective-holder behind a gmeow:NameUsage."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/usageRegister
<https://blackcatinformatics.ca/gmeow/usageRegister> rdf:type owl:ObjectProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/NameUsage> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/NameRegister> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                     rdfs:label "usage register"@x-gmeow-english ;
                                                     skos:definition "The social register of a name-usage (formal, intimate, professional, casual) — a gmeow:NameRegister value individual."@x-gmeow-english ;
                                                     skos:example "ex:usageFamily gmeow:usageRegister gmeow:registerIntimate ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid carrying register on the appellation itself (register is a fact of the USE, not of the name) and avoid inventing a free-text register — reference a gmeow:NameRegister value individual."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:usageRegister once per NameUsage (functional) to a gmeow:NameRegister individual; mint one (formal, intimate, professional, casual) per (appellation, audience, register) tuple of a usage."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the social register of a gmeow:NameUsage — whether the name is used formally, intimately, professionally, or casually."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/usageRelationshipScope
<https://blackcatinformatics.ca/gmeow/usageRelationshipScope> rdf:type owl:ObjectProperty ,
                                                                       owl:FunctionalProperty ;
                                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/NameUsage> ;
                                                              rdfs:range <https://blackcatinformatics.ca/gmeow/InterpersonalRelationship> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                              rdfs:label "usage relationship scope"@x-gmeow-english ;
                                                              skos:definition "The interpersonal relationship that scopes a name-usage (e.g. the aunt-niece tie within which 'Aunt Genny' is used) — reuses the contacts relator. A sharper alternative to gmeow:usageAudience when the scope is exactly one standing relationship."@x-gmeow-english ;
                                                              skos:example "ex:usageFamily gmeow:usageRelationshipScope ex:auntNieceTie ."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a broad or open audience (use gmeow:usageAudience there) and avoid minting a fresh relationship just to scope a usage — reference the existing gmeow:InterpersonalRelationship."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:usageRelationshipScope to the relevant gmeow:InterpersonalRelationship once per NameUsage (functional); when the scope is wider than one tie, fall back to gmeow:usageAudience."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use when a name-usage's scope is exactly one standing interpersonal relationship — the aunt-niece tie within which 'Aunt Genny' is used — reusing the contacts relator rather than naming a broader audience."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/usageWritingSystem
<https://blackcatinformatics.ca/gmeow/usageWritingSystem> rdf:type owl:ObjectProperty ,
                                                                   owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/WritingSystemUsage> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/WritingSystem> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                          rdfs:label "usage writing system"@x-gmeow-english ;
                                                          skos:definition "The writing system used by the language in a writing-system-usage. Functional — constitutive of the usage."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/usedModel
<https://blackcatinformatics.ca/gmeow/usedModel> rdf:type owl:ObjectProperty ,
                                                          owl:FunctionalProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/ModelInvocation> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/SoftwareAgent> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                 rdfs:label "used model"@x-gmeow-english ;
                                                 skos:definition "The model agent this invocation called. The model is a first-class gmeow:SoftwareAgent (P9: machine subjects are attributable, and capable of self-assertion), described by a gmeow:ModelCard."@x-gmeow-english ;
                                                 skos:example "ex:inv1 gmeow:usedModel ex:opus ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid pointing it at a gmeow:ModelCard (the card describes the model, the model is the agent) and avoid more than one model per invocation — it is functional; a second model is a second invocation."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Assert exactly one gmeow:usedModel per ModelInvocation at a gmeow:SoftwareAgent; describe that agent separately with a gmeow:ModelCard via gmeow:describesModel."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind a gmeow:ModelInvocation to the single gmeow:SoftwareAgent it called — the model whose attribution and gmeow:ModelCard make the act auditable."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/usedTool
<https://blackcatinformatics.ca/gmeow/usedTool> rdf:type owl:ObjectProperty ,
                                                         owl:FunctionalProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/ToolCall> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/SoftwareAgent> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/agentic> ;
                                                rdfs:label "used tool"@x-gmeow-english ;
                                                skos:definition "The tool that was called — a SoftwareAgent (an MCP tool, a search service, a code runner). Deliberately no Tool subclass: tool-ness is the role the agent plays in this call event, not an identity. Functional: one tool per call; a multi-tool turn is several ToolCalls."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/usesScale
<https://blackcatinformatics.ca/gmeow/usesScale> rdf:type owl:ObjectProperty ,
                                                          owl:FunctionalProperty ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/ScoreScale> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                 rdfs:label "uses scale"@x-gmeow-english ;
                                                 skos:definition "The score scale a rubric or criterion uses. Domain-free (rubric-level default, criterion-level override — the holder is whatever points here); functional: one scale per holder, the gmeow:hasUnit convention."@x-gmeow-english ;
                                                 skos:example "ex:voiceRubric gmeow:usesScale ex:zeroToOne ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid more than one scale per holder (it is functional, the gmeow:hasUnit convention) and avoid restating the rubric default on every criterion — set it once and override only where needed."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:usesScale once from the rubric or criterion to a gmeow:ScoreScale; a criterion-level scale overrides the rubric default."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the score scale a rubric (as default) or a criterion (as override) uses."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/usesTransformCodec
<https://blackcatinformatics.ca/gmeow/usesTransformCodec> rdf:type owl:ObjectProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/GTSSegment> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/TransformCodec> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                          rdfs:label "uses transform codec"@x-gmeow-english ;
                                                          skos:definition "A transform codec declared in a segment's catalog and used by at least one of its frames (spec §8). Non-functional: payloads carry stackable codec chains."@x-gmeow-english ;
                                                          skos:example "ex:seg0 gmeow:usesTransformCodec gmeow:codecZstd, gmeow:codecCoseEncrypt0 ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid treating it as a single codec per segment (payloads stack chains, so it is non-functional) and avoid using it to describe a single frame's exact codec stack; it is the segment-level catalog-in-use."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "List each gmeow:TransformCodec the segment uses; read each codec's gmeow:codecClass to anticipate the degradation path — unknown-codec or missing-key opacity — when a capability is absent."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record which catalog codecs a segment's frames actually employ — so a reader can tell, before decoding, which libraries or keys it must hold to read the segment."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/usesWritingSystem
<https://blackcatinformatics.ca/gmeow/usesWritingSystem> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/Language> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/WritingSystem> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                         rdfs:label "uses writing system"@x-gmeow-english ;
                                                         skos:definition "Relates a language to a writing system it is written in — the direct relation. Non-functional and CO-EQUAL: Japanese uses Han, Hiragana, Katakana and Latin simultaneously, none primary. When role or period matter, reify the binding as gmeow:WritingSystemUsage."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/utilizationOf
<https://blackcatinformatics.ca/gmeow/utilizationOf> rdf:type owl:ObjectProperty ;
                                                     rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                     rdf:type owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Utilization> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Location> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                     rdfs:label "utilization of"@x-gmeow-english ;
                                                     skos:definition "The location whose utilization is measured. Functional: a utilization measurement concerns exactly one location (constitutive of the measurement's identity)."@x-gmeow-english ;
                                                     skos:example "ex:util gmeow:utilizationOf ex:hall ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid several locations per measurement."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:utilizationOf per Utilization."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the single location a utilization measurement concerns; functional, a subproperty of gmeow:observedFeature."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/vantage
<https://blackcatinformatics.ca/gmeow/vantage> rdf:type owl:ObjectProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/Observation> ;
                                               rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                               rdfs:label "vantage"@x-gmeow-english ;
                                               skos:definition "The agent or standpoint from which the observation is made — the reified-object-property counterpart of gmeow:accordingTo. Semantically, gmeow:vantage ⊑ gmeow:accordingTo: when an annotated statement is promoted to a reified Observation, its gmeow:accordingTo becomes the gmeow:vantage of the relator. The agent in the vantage role — an observer, a sensor, a perceiver — IS a standpoint (Principle 9): no frame is privileged, and every vantage is a co-equal facet from which the claim is held. Range is gmeow:Entity (encompassing both gmeow:Agent and gmeow:Standpoint) because a vantage may be a bare agent (person, organization, software agent, sensor) or a gmeow:Standpoint individual when the frame needs its own identity. Non-functional: joint observations (a reading co-authored by two agencies) are valid."@x-gmeow-english ;
                                               skos:example "ex:reading gmeow:vantage ex:sensor ."@x-gmeow-english ;
                                               skos:scopeNote "gmeow:vantage ⊑ gmeow:accordingTo: the reified relator edge is semantically subsumed by the annotation-property axis. This is NOT asserted as rdfs:subPropertyOf because gmeow:accordingTo is an owl:AnnotationProperty (keeping the OWL 2 DL downcast clean, Principle 3) while vantage is an owl:ObjectProperty. The subsumption is documented here and realised in the projection layer, not axiomatised in the reasoned core."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the method (gmeow:observationMethod is HOW, vantage is WHO) and for the subject (gmeow:observedFeature); avoid implying the vantage is privileged — every vantage is one co-equal standpoint (Principle 9), so joint and competing vantages coexist."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Bind a gmeow:Agent (person, organization, sensor, software agent) or a gmeow:Standpoint individual when the frame needs its own identity; for typed claims assert the bridging subproperty (gmeow:facetVantage, gmeow:usageNamer, gmeow:membershipAuthority) and read gmeow:vantage by inheritance. On the annotation side the same standpoint appears as gmeow:accordingTo."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the agent or standpoint FROM WHICH a reified Observation is held — the relator-edge counterpart of the gmeow:accordingTo annotation, used when an annotated statement is promoted to a first-class Observation and its standpoint needs to be a role player."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/varietyKind
<https://blackcatinformatics.ca/gmeow/varietyKind> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/LanguageVariety> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/LanguageVarietyKind> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                   rdfs:label "variety kind"@x-gmeow-english ;
                                                   skos:definition "The sociolinguistic classification(s) of a language variety — dialect, sociolect, register, idiolect, slang, standard, etc. NON-FUNCTIONAL: a single variety may carry multiple classifications from different standpoints simultaneously (Principle 9), and classifications change over time via new claims rather than overwrite (Principle 10)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/varietyOf
<https://blackcatinformatics.ca/gmeow/varietyOf> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/LanguageVariety> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Language> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                 rdfs:label "variety of"@x-gmeow-english ;
                                                 skos:definition "The parent language, lineage, or macrolanguage that a variety is considered a variety of. NON-FUNCTIONAL: standpoint-dependent — one standpoint may link Scots to English, another may treat it as an independent language (no varietyOf)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/verificationActivity
<https://blackcatinformatics.ca/gmeow/verificationActivity> rdf:type owl:ObjectProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/Attestation> ;
                                                            rdfs:range <https://blackcatinformatics.ca/gmeow/VerificationActivity> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                            rdfs:label "verification activity"@x-gmeow-english ;
                                                            skos:definition "The verification activity performed on an attestation. Non-functional: an attestation may be verified multiple times by different verifiers."@x-gmeow-english ;
                                                            skos:example "ex:provAtt gmeow:verificationActivity ex:verifyRun ."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the outcome of the check (use gmeow:verificationResult) and avoid assuming one canonical check — an attestation may be verified repeatedly by different verifiers, so it is non-functional."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Point the Attestation at each gmeow:VerificationActivity that examined it; each activity in turn produces a gmeow:VerificationResult linked via gmeow:verificationResult."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link an attestation to a gmeow:VerificationActivity that checked it — the act perspective, when you care about who ran the check and with what inputs."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/verificationResult
<https://blackcatinformatics.ca/gmeow/verificationResult> rdf:type owl:ObjectProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/Attestation> ;
                                                          rdfs:range <https://blackcatinformatics.ca/gmeow/VerificationResult> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                          rdfs:label "verification result"@x-gmeow-english ;
                                                          skos:definition "The result of a verification activity applied to an attestation. Non-functional: multiple verification results may coexist from different verifiers or at different times."@x-gmeow-english ;
                                                          skos:example "ex:provAtt gmeow:verificationResult ex:verifyOutcome ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the checking act itself (use gmeow:verificationActivity) and avoid collapsing competing verdicts — results from different verifiers or times coexist (Principle 9), so it is non-functional."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Point the Attestation at each gmeow:VerificationResult; read the categorical verdict through gmeow:hasVerificationStatus and keep every coexisting result rather than overwriting the latest one."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link an attestation to a gmeow:VerificationResult — the outcome perspective, when you care about the verdict (verified, failed, expired) rather than the checking process."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/verifiedBy
<https://blackcatinformatics.ca/gmeow/verifiedBy> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/VerificationResult> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                  rdfs:label "verified by"@x-gmeow-english ;
                                                  skos:definition "The agent that produced a verification result. Non-functional: joint verification by multiple agents is valid."@x-gmeow-english ;
                                                  skos:example "ex:verifyOutcome gmeow:verifiedBy ex:ciVerifier ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the agent that ISSUED the attestation (that is gmeow:attester) and avoid forcing a single verifier — joint verification is valid, so it stays non-functional."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Bind the verifying gmeow:Agent on the VerificationResult; competing verdicts from different verifiers coexist as separate results, each with its own gmeow:verifiedBy."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the agent or software that produced a gmeow:VerificationResult — the verifier whose standpoint the verdict is held from (Principle 9: a result is one verifier's observation, not a global fact)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/versionMember
<https://blackcatinformatics.ca/gmeow/versionMember> rdf:type owl:ObjectProperty ;
                                                     rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                     rdf:type owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/VersionMembership> ;
                                                     rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/versions> ;
                                                     rdfs:label "version member"@x-gmeow-english ;
                                                     skos:definition "The concrete entity that participates in a version set via this membership — a software release, a book edition, an email variant, a dataset snapshot. Functional per relator: one member per VersionMembership."@x-gmeow-english ;
                                                     skos:example "ex:m1 gmeow:versionMember ex:gmeow_1_0_1 ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid pointing it at the lineage concept (that is gmeow:versionSet) and avoid asserting more than one member per relator; it is functional, so a second member collapses the two."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one versionMember on each VersionMembership and pair it with gmeow:versionSet; model a different version of the same lineage as its own membership relator."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the one concrete version an individual VersionMembership is about — the artifact (release, edition, snapshot) being placed in the lineage."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/versionOf
<https://blackcatinformatics.ca/gmeow/versionOf> rdf:type owl:ObjectProperty ,
                                                          owl:FunctionalProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/coreference> ;
                                                 rdfs:label "version of"@x-gmeow-english ;
                                                 skos:definition "Relates a concrete version entity to the stable lineage entity it versions: a language version to its language, a software release to its project, a data release to its dataset, or a work version to its work. Functional because a version belongs to one lineage, but the lineage may have many versions."@x-gmeow-english ;
                                                 skos:example "ex:gmeow_1_0_1 gmeow:versionOf ex:gmeowProject ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for editions of a creative work (use gmeow:editionOf) and for mere succession without lineage containment (use gmeow:supersedes); never collapse a version into its lineage with owl:sameAs — the version stays a first-class entity with its own identifiers and dates."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Point the version entity at exactly one lineage entity (the property is functional); model release order among versions with gmeow:supersedes and let each version keep its own dates, rights, and provenance."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use when one concrete version entity rolls up to a single stable lineage — a software release to its project, a dated data release to its dataset, a language version to its language — and the lineage node is the durable identity many versions share."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/versionRole
<https://blackcatinformatics.ca/gmeow/versionRole> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/VersionMembership> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/VersionRole> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/versions> ;
                                                   rdfs:label "version role"@x-gmeow-english ;
                                                   skos:definition "The role or status classification this membership asserts for the member within the set — canonical, variant, latest, stable, LTS, deprecated, yanked, draft, published, revised, collected, withdrawn. NON-FUNCTIONAL: an entity may hold multiple roles from different authorities simultaneously (standpoint-indexed coexistence per Principle 9), and a role may change over time via new memberships rather than overwrite."@x-gmeow-english ;
                                                   skos:example "ex:m1 gmeow:versionRole gmeow:roleLatest ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid forcing a single global role per artifact: competing authority roles coexist (Principle 9), so leave it non-functional and mint a new membership when the role changes rather than overwrite."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded gmeow:VersionRole individual; carry differing authority opinions as separate memberships and bound a role in time with gmeow:membershipInterval."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the role or status a membership asserts for its member — latest, stable, deprecated, yanked, and so on — as a standpoint-scoped value rather than an essential type."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/versionScale
<https://blackcatinformatics.ca/gmeow/versionScale> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/VersionMembership> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/VersionScale> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/versions> ;
                                                    rdfs:label "version scale"@x-gmeow-english ;
                                                    skos:definition "The scale classification of this membership — trivial, minor, major. NON-FUNCTIONAL: different authorities or schemes may classify the same change differently; those claims coexist."@x-gmeow-english ;
                                                    skos:example "ex:m1 gmeow:versionScale gmeow:scaleMajor ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid treating it as the role of the version (that is gmeow:versionRole) and avoid forcing one scale per change; rival scheme classifications coexist, so keep it non-functional."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded gmeow:VersionScale individual on the membership relator; carry a competing scheme's classification as its own membership claim."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to classify the magnitude of a version change — trivial, minor, major — for SemVer-style schemes and their non-software analogues."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/versionSet
<https://blackcatinformatics.ca/gmeow/versionSet> rdf:type owl:ObjectProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/VersionMembership> ;
                                                  rdfs:range <https://blackcatinformatics.ca/gmeow/VersionSet> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/versions> ;
                                                  rdfs:label "version set"@x-gmeow-english ;
                                                  skos:definition "The version set / lineage to which this membership belongs. Functional per relator: one set per VersionMembership."@x-gmeow-english ;
                                                  skos:example "ex:m1 gmeow:versionSet ex:gmeowLineage ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid pointing it at the concrete artifact (that is gmeow:versionMember) and avoid more than one set per relator; it is functional."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one versionSet, an existing gmeow:VersionSet individual, alongside the relator's gmeow:versionMember."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the one lineage a VersionMembership places its member into — the concept-level family the version belongs to."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/viaSelector
<https://blackcatinformatics.ca/gmeow/viaSelector> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/CitationAct> ;
                                                   rdfs:range <https://blackcatinformatics.ca/gmeow/Selector> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/citations> ;
                                                   rdfs:label "via selector"@x-gmeow-english ;
                                                   skos:definition "An optional pinpoint selector into the cited work — a page, text position, text quote, or locator. Non-functional: a citation may reference multiple selectors (e.g. several pages)."@x-gmeow-english ;
                                                   skos:example "ex:citeAct gmeow:viaSelector ex:page42 ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it when the citation is to the work as a whole (omit it — it is optional) and avoid encoding the pinpoint as free text on the act; mint a gmeow:Selector and reference it."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Add one or more gmeow:Selector individuals to the CitationAct with gmeow:viaSelector (non-functional — several pages or quotes may coexist), each carrying gmeow:selectorPage / selectorTextPosition / selectorTextQuote / selectorLocator."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to pinpoint WHERE in the cited work a gmeow:CitationAct lands — a page, text position, quote, or generic locator — when the citation targets a specific locus rather than the whole work."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/violates
<https://blackcatinformatics.ca/gmeow/violates> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                rdfs:range <https://blackcatinformatics.ca/gmeow/Norm> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                rdfs:label "violates"@x-gmeow-english ;
                                                skos:definition "Flat shortcut: the event violates the norm — according to whoever asserts it (statement-layer indexed). Promote to a gmeow:ComplianceAssessment when the assessor, evidence, or confidence must be first-class. Never entailed: violation is always somebody's judgement (Principles 1, 9, 12)."@x-gmeow-english ;
                                                skos:example "ex:leakEvent gmeow:violates ex:n1 ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid reading it as an entailment (violation is always somebody's judgement) and avoid it when the assessor, evidence, or confidence must be first-class (promote to gmeow:ComplianceAssessment)."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:violates from the gmeow:Event to the gmeow:Norm, indexed on the statement layer; reify to gmeow:ComplianceAssessment when who-judged and on-what-evidence matter."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/pairsWith> <https://blackcatinformatics.ca/gmeow/ComplianceAssessment> ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the flat case — recording that an event violates a norm according to whoever asserts it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/virtualLocationType
<https://blackcatinformatics.ca/gmeow/virtualLocationType> rdf:type owl:ObjectProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/VirtualLocation> ;
                                                           rdfs:range <https://blackcatinformatics.ca/gmeow/VirtualLocationType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                           rdfs:label "virtual location type"@x-gmeow-english ;
                                                           skos:definition "The kind(s) of a virtual location (one or more gmeow:VirtualLocationType individuals). Non-functional: multi-source classifications may differ and must coexist as evidence (Principle 9)."@x-gmeow-english ;
                                                           skos:example "ex:standup gmeow:virtualLocationType gmeow:virtualLocationTypeVideoConference ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid encoding the kind as a VirtualLocation subclass (Principle 9)."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Attach one or more gmeow:VirtualLocationType individuals; competing classifications coexist as evidence."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use to classify a virtual location by one or more gmeow:VirtualLocationType values; non-functional, so multi-source classifications coexist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/voiceMetricStructure
<https://blackcatinformatics.ca/gmeow/voiceMetricStructure> rdf:type owl:ObjectProperty ,
                                                                     owl:FunctionalProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/Voice> ;
                                                            rdfs:range <https://blackcatinformatics.ca/gmeow/MetricStructure> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                            rdfs:label "voice metric structure"@x-gmeow-english ;
                                                            skos:definition "The MetricStructure hosted by this Voice. Functional per closed-world shape; coexisting meters are statement-layer claims."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/voiceOf
<https://blackcatinformatics.ca/gmeow/voiceOf> rdf:type owl:ObjectProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/Voice> ;
                                               rdfs:range <https://blackcatinformatics.ca/gmeow/Entity> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                               rdfs:label "voice of"@x-gmeow-english ;
                                               skos:definition "The work, expression, or segment that this voice belongs to. Non-functional: voices may be reused across structures."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/voiceTimeFrame
<https://blackcatinformatics.ca/gmeow/voiceTimeFrame> rdf:type owl:ObjectProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Voice> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/MusicalTimeFrame> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                      rdfs:label "voice time frame"@x-gmeow-english ;
                                                      skos:definition "The MusicalTimeFrame hosted by this Voice. Functional per closed-world shape; coexisting frames are statement-layer claims (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/voiceTuningFrame
<https://blackcatinformatics.ca/gmeow/voiceTuningFrame> rdf:type owl:ObjectProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Voice> ;
                                                        rdfs:range <https://blackcatinformatics.ca/gmeow/TuningSystem> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "voice tuning frame"@x-gmeow-english ;
                                                        skos:definition "The TuningSystem hosted by this Voice. Functional per closed-world shape; coexisting tunings are statement-layer claims (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/walletKey
<https://blackcatinformatics.ca/gmeow/walletKey> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/CryptoWallet> ;
                                                 rdfs:range <https://blackcatinformatics.ca/gmeow/CryptographicKey> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                 rdfs:label "wallet key"@x-gmeow-english ;
                                                 skos:definition "The cryptographic key that controls the wallet. Non-functional: a wallet may be controlled by several keys (multi-sig) or the key may rotate over time."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/walletScheme
<https://blackcatinformatics.ca/gmeow/walletScheme> rdf:type owl:ObjectProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/CryptoWallet> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/WalletScheme> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                    rdfs:label "wallet scheme"@x-gmeow-english ;
                                                    skos:definition "The blockchain scheme of the wallet — Bitcoin, Ethereum, Solana, Monero, etc. Functional: a wallet operates on exactly one scheme (a multi-scheme container is several wallets)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/warrant
<https://blackcatinformatics.ca/gmeow/warrant> rdf:type owl:ObjectProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/InferenceCommitment> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                               rdfs:label "warrant"@x-gmeow-english ;
                                               skos:definition "The warrant of a reified gmeow:InferenceCommitment — the Toulmin licence authorising the step from premises to conclusion. For a deductive commitment it points at the logic: rule or proof-trace; for an inductive one, the statistical licence; for an abductive one, the explanatory licence; for an analogical one, the gmeow:Analogy (structure-mapping). NOT functional."@x-gmeow-english ;
                                               skos:scopeNote "Range is intentionally OPEN: the warrant may be a logic: derivation, an gmeow:Analogy, an evidence object, or a textual rule. The substrate coupling to logic: is by reference (no asserted triples into logic:)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/wasAssociatedWith
<https://blackcatinformatics.ca/gmeow/wasAssociatedWith> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/Activity> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                         owl:propertyChainAxiom ( <https://blackcatinformatics.ca/gmeow/generatedObservation>
                                                                                  <https://blackcatinformatics.ca/gmeow/vantage>
                                                                                ) ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/provenance> ;
                                                         rdfs:label "was associated with"@x-gmeow-english ;
                                                         skos:definition "Relates an activity to an agent associated with carrying it out — e.g. the software agent that ran an import. (Activity→Agent; the counterpart of gmeow:wasAttributedTo, which ascribes an endurant Entity to an agent.)"@x-gmeow-english ;
                                                         skos:example "ex:import2026 gmeow:wasAssociatedWith ex:vcardImporter ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for ascribing an enduring product to its author (use gmeow:wasAttributedTo on the gmeow:Entity) and for a role richer than bare association — promote to a participation relator when capacity or responsibility share matters."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Relate the gmeow:Activity to its performing gmeow:Agent; record the activity's products through the inverse of gmeow:wasGeneratedBy and its time on the event, so performer, product, and timing stay separable."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to tie an activity to the agent that carried it out — the software agent that ran an import, the person who performed a transformation — the activity-side companion of gmeow:wasAttributedTo."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/wasAttributedTo
<https://blackcatinformatics.ca/gmeow/wasAttributedTo> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                       rdfs:range <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/provenance> ;
                                                       rdfs:label "was attributed to"@x-gmeow-english ;
                                                       skos:definition "Ascribes responsibility for an enduring entity to an agent — authorship, ownership, or accountability. The endurant counterpart of gmeow:wasAssociatedWith (which ties an activity to its performer): attribution lands on the gmeow:Entity, association on the gmeow:Activity."@x-gmeow-english ;
                                                       skos:example "ex:report gmeow:wasAttributedTo ex:lillith ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the agent who performed an activity (use gmeow:wasAssociatedWith) and for nuanced credit needing role, share, or period — promote to a Contribution relator rather than flattening it onto this binary link."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/docsConcern> <https://blackcatinformatics.ca/gmeow/concernProvenanceEvidence> ,
                                                                                                          <https://blackcatinformatics.ca/gmeow/concernStatementMetadata> ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Relate the gmeow:Entity to its responsible gmeow:Agent; when the attribution itself is uncertain or sourced, carry gmeow:confidence and the asserting source on the statement layer, and reify to a Contribution relator when role or credit share matters (P3)."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to ascribe responsibility for an enduring entity — a document, dataset, or artifact — to the agent who authored, owns, or is accountable for it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/wasDerivedFrom
<https://blackcatinformatics.ca/gmeow/wasDerivedFrom> rdf:type owl:ObjectProperty ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/provenance> ;
                                                      rdfs:label "was derived from"@x-gmeow-english ;
                                                      skos:definition "Relates a derived thing to the thing it was derived from — e.g. a text extraction, summary, or embedding to its source; a commit to its parent commit; a trajectory to its sample stream. The derivation's confidence and generating agent are recorded with gmeow:confidence and gmeow:wasGeneratedBy. Domain-free so that events, endurants, and information objects may all participate in derivation chains."@x-gmeow-english ;
                                                      skos:example "ex:summary gmeow:wasDerivedFrom ex:report ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the activity that did the deriving (use gmeow:wasGeneratedBy → gmeow:Activity) and for mere topical aboutness (use gmeow:hasAboutness); derivation asserts genealogical descent, not subject matter."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/docsConcern> <https://blackcatinformatics.ca/gmeow/concernProvenanceEvidence> ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Point the derived thing at its source; carry the derivation's gmeow:confidence and lossiness on the statement layer (a summary is a lossy projection of its source), and attach gmeow:wasGeneratedBy to name the generating activity and, through it, the agent."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link a derived artifact to its source — a summary, text extraction, or embedding to the document it came from, a commit to its parent — building the derivation chain that lets consumers trace a value back to its origin."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/wasGeneratedBy
<https://blackcatinformatics.ca/gmeow/wasGeneratedBy> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                      rdfs:range <https://blackcatinformatics.ca/gmeow/Activity> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/provenance> ;
                                                      rdfs:label "was generated by"@x-gmeow-english ;
                                                      skos:definition "Relates an entity to the activity that produced it — the generation link from an enduring product back to its occurrent cause. The performing agent is reached transitively through the activity's gmeow:wasAssociatedWith, keeping who-did-it separable from what-happened."@x-gmeow-english ;
                                                      skos:example "ex:summary gmeow:wasGeneratedBy ex:summarizationRun ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the source the product was derived from (use gmeow:wasDerivedFrom, entity→entity) and for naming the agent directly; reach the agent through the activity's gmeow:wasAssociatedWith rather than collapsing activity and agent."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/docsConcern> <https://blackcatinformatics.ca/gmeow/concernProvenanceEvidence> ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Point the gmeow:Entity at its generating gmeow:Activity; put the time on the activity (event), the performer on gmeow:wasAssociatedWith, and the source lineage on gmeow:wasDerivedFrom, so generation, derivation, and association stay three distinct facets."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to link an enduring product to the gmeow:Activity that produced it — a summary to its summarization run, a commit to its build — so the occurrent cause and its timing and agent become recoverable."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/withinFamily
<https://blackcatinformatics.ca/gmeow/withinFamily> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/KinRelationship> ;
                                                    rdfs:range <https://blackcatinformatics.ca/gmeow/Family> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/genealogy> ;
                                                    rdfs:label "within family"@x-gmeow-english ;
                                                    skos:definition "Anchors a reified kinship relationship in the family group it belongs to — the structural seam GEDCOM exchange requires (a child's family, a marriage's family). Optional: kinship claims stand alone; the family anchor is added when the family-group structure is itself a documented fact (PROV activity alignment phase 3 — consumers: the gedcom projection and the published genealogy profiles)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/writingSystemAsNotation
<https://blackcatinformatics.ca/gmeow/writingSystemAsNotation> rdf:type owl:ObjectProperty ;
                                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/WritingSystem> ;
                                                               rdfs:range <https://blackcatinformatics.ca/gmeow/NotationSystem> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                               rdfs:label "writing system as notation"@x-gmeow-english ;
                                                               skos:definition "When a writing system is also a notation system — e.g. Braille as a tactile notation, or a bespoke conlang script that doubles as a featural notation. NON-FUNCTIONAL: a writing system may be classified as a notation by some standpoints and not by others (Principle 9)."@x-gmeow-english ;
                                                               skos:example "ex:braille gmeow:writingSystemAsNotation ex:brailleNotation ."@x-gmeow-english ;
                                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it as a global fact when only some standpoints treat the script as a notation; route the contested classification through the standpoint layer, and never make it functional."@x-gmeow-english ;
                                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Link the gmeow:WritingSystem to the gmeow:NotationSystem it doubles as; keep any disputed classification standpoint-scoped per Principle 9 rather than baking it into the core graph."@x-gmeow-english ;
                                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bridge a writing system to its notation-system facet when a script doubles as a notation — Braille as a tactile notation, a featural conlang script — so both classifications are recorded without identity clash."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/writingSystemType
<https://blackcatinformatics.ca/gmeow/writingSystemType> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/WritingSystem> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/WritingSystemType> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                         rdfs:label "writing system type"@x-gmeow-english ;
                                                         skos:definition "The structural kind(s) of a writing system (gmeow:WritingSystemType values). Non-functional — a script may be classified plurally."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/writtenInLanguage
<https://blackcatinformatics.ca/gmeow/writtenInLanguage> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/InformationObject> ;
                                                         rdfs:range <https://blackcatinformatics.ca/gmeow/Language> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/language> ;
                                                         rdfs:label "written in language"@x-gmeow-english ;
                                                         skos:definition "Relates an information object — an expression, a document, a source tree, an inscription reading — to a first-class gmeow:Language it is written in. The registry-independent replacement for flat inLanguage tags: the object is a Language IRI, never a code literal (codes are alignments via gmeow:languageCode). Non-functional: content mixes languages, and a codebase uses several."@x-gmeow-english ;
                                                         skos:example "ex:report gmeow:writtenInLanguage gmeow:langFrench , gmeow:langEnglish ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid giving it a code literal as object (the object is always a Language IRI; codes live on the language via gmeow:languageCode) and avoid forcing a single language — multilingual content and polyglot codebases name several, so it stays non-functional."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Reference one or more gmeow:Language individuals (a gmeow:ProgrammingLanguage for software); when the per-language extent, role, or confidence must be first-class, promote to a reified usage relator rather than overloading this flat property."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to state the language(s) an information object is written in by pointing at first-class gmeow:Language IRIs — the registry-independent replacement for flat inLanguage code tags, covering documents, expressions, source trees, and inscription readings alike."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/accessibleFrom
<https://blackcatinformatics.ca/logic/accessibleFrom> rdf:type owl:ObjectProperty ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                                      rdfs:label "accessible from"@x-gmeow-english ;
                                                      skos:definition "The Kripke accessibility relation between worlds: relates a world to a world from which it is reachable, generalizing the standpoint sharpening poset. The modal operators are the standard translation over this relation — necessity is truth in every accessible world, possibility truth in some. Evaluation is bounded universal quantification because the world set is the finite, materialized contextual index, not the unbounded space of all logically possible worlds."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/counterfactualOf
<https://blackcatinformatics.ca/logic/counterfactualOf> rdf:type owl:ObjectProperty ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                                        rdfs:label "counterfactual of"@x-gmeow-english ;
                                                        skos:definition "Relates a constructed counterfactual world to the base world it minimally revises: the surface for Lewis/Stalnaker counterfactuals, where the antecedent-world is computed by a revision rule rather than asserted and its contents must not leak into the base graph. Closeness is declared data (a generalized sharpening poset), not a fixed semantics; under the default Deterministic Revision Profile a declared entrenchment ordering yields a single revised world, and a genuine tie returns unknown rather than branching."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/mediates
<https://blackcatinformatics.ca/logic/mediates> rdf:type owl:ObjectProperty ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                                rdfs:label "mediates"@x-gmeow-english ;
                                                skos:definition "Relates a Relator to one of the entities it connects: the relationship between an objectified relation and each of its relata, on which the Relator existentially depends. A Relator must mediate at least two distinct entities (the relator-mediation discipline, RelComp); the material relation the Relator grounds holds in virtue of these mediation links."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/negatedBody
<https://blackcatinformatics.ca/logic/negatedBody> rdf:type owl:ObjectProperty ;
                                                   rdfs:comment "Negation-as-failure body atom of a logic:Rule. Default-absent: a positive Horn rule has only logic:body atoms and no logic:negatedBody, so the existing positive corpus is unaffected."@x-gmeow-english ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                                   rdfs:label "negated body"@x-gmeow-english ;
                                                   skos:definition "Relates a logic:Rule to a negated (negation-as-failure) body atom: the antecedent literal that must NOT be derivable for the rule to fire. Parallel to logic:body (the positive antecedent atoms) but read under closed-world negation, so a rule with any logic:negatedBody atom requires at least logic:StratifiedNAFProfile rather than logic:PositiveHornProfile. The atom itself is a reified rdf:subject/rdf:predicate/rdf:object triple exactly as for logic:body; only its polarity differs."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/preservationKind
<https://blackcatinformatics.ca/logic/preservationKind> rdf:type owl:ObjectProperty ;
                                                        rdfs:range <https://blackcatinformatics.ca/logic/PreservationKind> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                                        rdfs:label "preservation kind"@x-gmeow-english ;
                                                        skos:definition "Relates a projection (or projection-report entry) to the logic:PreservationKind it claims: the machine-readable preservation polarity in the loss ledger. Lets a report say not just 'dropped modality' but, e.g., 'OWL-EL is a logic:SoundUnderApproximation for subclass entailments under profile X; PTIME'. The projections conformance category checks that each emitted projection matches its declared preservation kind."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/rigidlyAppliesTo
<https://blackcatinformatics.ca/logic/rigidlyAppliesTo> rdf:type owl:ObjectProperty ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                                        rdfs:label "rigidly applies to"@x-gmeow-english ;
                                                        skos:definition "Relates a rigid type to the individuals it necessarily classifies: for every individual and every pair of worlds in which the individual exists, if it instantiates the type in one world it instantiates it in the other. The modal rigidity constraint; a Kind rigidly applies to its instances, an anti-rigid Role or Phase does not (the same constraint negated). Lowered to a universally quantified, world-indexed rule evaluated by closure over the finite materialized world set, needing no native modal operator."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/suppliesIdentity
<https://blackcatinformatics.ca/logic/suppliesIdentity> rdf:type owl:ObjectProperty ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                                        rdfs:label "supplies identity"@x-gmeow-english ;
                                                        skos:definition "Relates an ultimate sortal to an individual whose principle of identity it supplies: the second-order identity-supply relation, reified as a first-order relation over punned type individuals (HiLog/F-logic style) so that 'every object instantiates exactly one ultimate sortal' becomes a first-order counting constraint. Kinds supply identity; SubKinds, Roles, and Phases inherit it; non-sortals (Category, Mixin, RoleMixin, PhaseMixin) supply none."@x-gmeow-english .


#################################################################
#    Data properties
#################################################################

###  http://www.w3.org/ns/lemon/lime#language
<http://www.w3.org/ns/lemon/lime#language> rdf:type owl:DatatypeProperty .


###  https://blackcatinformatics.ca/gmeow/abstract
<https://blackcatinformatics.ca/gmeow/abstract> rdf:type owl:DatatypeProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                rdfs:range rdfs:Literal ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                rdfs:label "abstract"@x-gmeow-english ;
                                                skos:definition "A summary of the content of a creative work."@x-gmeow-english ;
                                                skos:example "ex:paper gmeow:abstract \"We present a method for...\"@en ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for a structured list of subunits (use gmeow:tableOfContents) and for a short display caption (use gmeow:caption)."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the summary literal on gmeow:abstract with a language tag per rendition; projects to schema:abstract / dcterms:abstract."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a prose summary of a creative work's content — a paper abstract or executive summary; non-functional, so localized abstracts coexist with language tags."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/accessUrl
<https://blackcatinformatics.ca/gmeow/accessUrl> rdf:type owl:DatatypeProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/VirtualLocation> ;
                                                 rdfs:range xsd:anyURI ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                 rdfs:label "access URL"@x-gmeow-english ;
                                                 skos:definition "The join/access URL of a virtual location."@x-gmeow-english ;
                                                 skos:example "ex:standup gmeow:accessUrl \"https://meet.example/standup\"^^xsd:anyURI ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the address needs a frame, provenance, or standpoint — promote to gmeow:hasNetworkAddress / NetworkAddress (Principle 11)."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:accessUrl on a VirtualLocation for the common case; pairsWith the reified NetworkAddress for the promoted form."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the flat shortcut for a virtual location's join/access URL."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/accountName
<https://blackcatinformatics.ca/gmeow/accountName> rdf:type owl:DatatypeProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/OnlineAccount> ;
                                                   rdfs:range rdfs:Literal ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accounts> ;
                                                   rdfs:label "account name"@x-gmeow-english ;
                                                   skos:definition "The handle or user name identifying the account on its service."@x-gmeow-english ;
                                                   skos:example "ex:lillithMastodon gmeow:accountName \"@lillith@fosstodon.org\" ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for cryptographic or protocol identifiers (use gmeow:nostrPubkey, gmeow:nip05, or gmeow:activityPubActor) and for the holder's personal name (use the name layer on gmeow:Agent)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the handle as a literal on the OnlineAccount; where the handle is itself sensitive (a pseudonymous account linkable to a person), mark the account with gmeow:hasSensitivity so disclosure control can withhold it."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the human-readable handle or user name an account is known by on its service — the screen name a reader would type or recognize."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/accountNumber
<https://blackcatinformatics.ca/gmeow/accountNumber> rdf:type owl:DatatypeProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/FinancialAccount> ;
                                                     rdfs:range rdfs:Literal ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                     rdfs:label "account number"@x-gmeow-english ;
                                                     skos:definition "The account number identifying the financial account at its institution. Not functional: different sources may report differing formats."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/acquireLicensePage
<https://blackcatinformatics.ca/gmeow/acquireLicensePage> rdf:type owl:DatatypeProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                          rdfs:range xsd:anyURI ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                          rdfs:label "acquire license page"@x-gmeow-english ;
                                                          skos:definition "A page where a licence to use the asset may be acquired (schema:acquireLicensePage)."@x-gmeow-english ;
                                                          skos:example "ex:stockPhoto gmeow:acquireLicensePage \"https://example.com/license/stock-photo\"^^xsd:anyURI ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for the licence document or its text (gmeow:License, gmeow:licenseText) and avoid it for a freely-usable asset, which is better signalled by gmeow:isAccessibleForFree."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:acquireLicensePage on the asset to the acquisition URL; pair it with gmeow:isAccessibleForFree false when the asset requires a purchased licence."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to point at the page where a licence to use the asset can be acquired (schema:acquireLicensePage) — the purchase or request URL for a paid or gated work."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/activityPubActor
<https://blackcatinformatics.ca/gmeow/activityPubActor> rdf:type owl:DatatypeProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/OnlineAccount> ;
                                                        rdfs:range xsd:anyURI ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accounts> ;
                                                        rdfs:label "ActivityPub actor"@x-gmeow-english ;
                                                        skos:definition "The ActivityPub actor IRI of a federated-social account."@x-gmeow-english ;
                                                        skos:example "ex:lillithMastodon gmeow:activityPubActor \"https://fosstodon.org/users/lillith\"^^xsd:anyURI ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the display handle (use gmeow:accountName) and for the Nostr identity layer (use gmeow:nostrPubkey / gmeow:nip05); the actor IRI is the ActivityPub-specific endpoint, not a generic homepage."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the actor IRI as an xsd:anyURI on the OnlineAccount; keep the service it belongs to on gmeow:accountService and the human handle on gmeow:accountName so each identifier role stays distinct."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the ActivityPub actor IRI that addresses a federated-social account (Mastodon, Lemmy, PeerTube) across the fediverse — the protocol identifier other servers resolve to interact with it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/addressLocality
<https://blackcatinformatics.ca/gmeow/addressLocality> rdf:type owl:DatatypeProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/PostalAddress> ;
                                                       rdfs:range rdfs:Literal ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                       rdfs:label "address locality"@x-gmeow-english ;
                                                       skos:definition "The locality (city or town) coordinate value of a postal address, expressed along the gmeow:axisAddressLocality axis of the postal reference frame."@x-gmeow-english ;
                                                       skos:example "ex:home gmeow:addressLocality \"Calgary\" ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid forcing a normalized spelling (non-functional — source variants coexist) and avoid using it for the resolved locality place (reached via gmeow:addressPlace → gmeow:containedInPlace)."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the locality as written; this is the usual gmeow:coarsenTo target, so a city-level public projection emits it while withholding the finer street components."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the city or town line of an address — the level a precise home address is typically coarsened to for public disclosure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/addressRegion
<https://blackcatinformatics.ca/gmeow/addressRegion> rdf:type owl:DatatypeProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/PostalAddress> ;
                                                     rdfs:range rdfs:Literal ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                     rdfs:label "address region"@x-gmeow-english ;
                                                     skos:definition "The region (state, province, or territory) coordinate value of a postal address, expressed along the gmeow:axisAddressRegion axis of the postal reference frame."@x-gmeow-english ;
                                                     skos:example "ex:home gmeow:addressRegion \"AB\" ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid forcing a single abbreviation versus full-name form (non-functional — both coexist) and avoid using it for the resolved region place (reached via gmeow:addressPlace)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the region as written; it is coarse enough that public projections normally retain it even when finer components are withheld."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the state, province, or territory line of an address — a coarse, low-sensitivity component safe for broad projection."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/addressValue
<https://blackcatinformatics.ca/gmeow/addressValue> rdf:type owl:DatatypeProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailAddress> ;
                                                    rdfs:range rdfs:Literal ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                    rdfs:label "address value"@x-gmeow-english ;
                                                    skos:definition "The normalized addr-spec of an email address."@x-gmeow-english ;
                                                    skos:example "ex:lillithEmail gmeow:addressValue \"lillith@example.org\" ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                            <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting more than one value per address (it is functional) and avoid using it for the bare agent-level shortcut (that is gmeow:email); an email value is sensitive personal data, never for public projection."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the normalized addr-spec on the EmailAddress; derive gmeow:localPart and gmeow:domainPart from it, and keep its personal sensitivity so it is withheld from public consumers."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                          <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the single normalized addr-spec of a first-class gmeow:EmailAddress — the canonical whole, distinct from its parsed local and domain parts."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/analysisInputBodyLine
<https://blackcatinformatics.ca/gmeow/analysisInputBodyLine> rdf:type owl:DatatypeProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                             rdfs:range rdfs:Literal ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                             rdfs:label "analysis input body line"@x-gmeow-english ;
                                                             skos:definition "The specific body line used as input for line-based fingerprinting, when the importer performs line-scoped analysis."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/analysisScope
<https://blackcatinformatics.ca/gmeow/analysisScope> rdf:type owl:DatatypeProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                     rdfs:range rdfs:Literal ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                     rdfs:label "analysis scope"@x-gmeow-english ;
                                                     skos:definition "What portion of the message was analyzed when producing content fingerprints (e.g. 'headers+body', 'body-only', 'body-no-sig'). The scope value is importer-defined."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/anchorDegree
<https://blackcatinformatics.ca/gmeow/anchorDegree> rdf:type owl:DatatypeProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/PitchAnchor> ;
                                                    rdfs:range xsd:integer ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                    rdfs:label "anchor degree"@x-gmeow-english ;
                                                    skos:definition "The tuning-system degree that this anchor binds to a frequency (e.g., MIDI note 69 for A440 in 12-EDO)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/anchorFrequency
<https://blackcatinformatics.ca/gmeow/anchorFrequency> rdf:type owl:DatatypeProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/PitchAnchor> ;
                                                       rdfs:range xsd:decimal ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "anchor frequency"@x-gmeow-english ;
                                                       skos:definition "The physical frequency in Hz assigned to the anchor degree by this PitchAnchor."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/anchorMeaning
<https://blackcatinformatics.ca/gmeow/anchorMeaning> rdf:type owl:DatatypeProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/ScoreAnchor> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                     rdfs:label "anchor meaning"@x-gmeow-english ;
                                                     skos:definition "What scores in this range MEAN — the calibration prose. NOT functional and range-open (localizable-prose convention): localizable prose may carry one meaning per language tag (sh:uniqueLang, SHACL) — a French and an English calibration coexist; two same-language meanings do not. Mandatory: an anchor without a meaning is just an interval."@x-gmeow-english ;
                                                     skos:example "ex:a1 gmeow:anchorMeaning \"embodies the covenant\"@en ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid omitting it (an anchor without a meaning is just an interval) and avoid two same-language meanings on one anchor (sh:uniqueLang — though a French and an English calibration coexist)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:anchorMeaning on the gmeow:ScoreAnchor with language-tagged prose; whose calibration judgement it is rides the statement layer."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry what scores in an anchor's range MEAN — the mandatory calibration prose, one per language tag."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/anchorRangeMax
<https://blackcatinformatics.ca/gmeow/anchorRangeMax> rdf:type owl:DatatypeProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/ScoreAnchor> ;
                                                      rdfs:range xsd:decimal ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                      rdfs:label "anchor range maximum"@x-gmeow-english ;
                                                      skos:definition "The anchored range's upper bound. Functional."@x-gmeow-english ;
                                                      skos:example "ex:a1 gmeow:anchorRangeMax 1.0 ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid more than one (it is functional) and avoid an upper bound below the lower bound (SHACL)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:anchorRangeMax once per gmeow:ScoreAnchor, paired with a gmeow:anchorRangeMin it is not below."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to set the upper bound of a score anchor's range."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/anchorRangeMin
<https://blackcatinformatics.ca/gmeow/anchorRangeMin> rdf:type owl:DatatypeProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/ScoreAnchor> ;
                                                      rdfs:range xsd:decimal ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                      rdfs:label "anchor range minimum"@x-gmeow-english ;
                                                      skos:definition "The anchored range's lower bound. Functional; must not exceed the upper bound (SHACL)."@x-gmeow-english ;
                                                      skos:example "ex:a1 gmeow:anchorRangeMin 0.8 ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid more than one (it is functional) and avoid a lower bound above the upper bound (SHACL)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:anchorRangeMin once per gmeow:ScoreAnchor, paired with a gmeow:anchorRangeMax it does not exceed."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to set the lower bound of a score anchor's range."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/appraisalValue
<https://blackcatinformatics.ca/gmeow/appraisalValue> rdf:type owl:DatatypeProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Appraisal> ;
                                                      rdfs:range xsd:decimal ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/affect> ;
                                                      rdfs:label "appraisal value"@x-gmeow-english ;
                                                      skos:definition "The dimensional reading, on whatever scale the appraising tradition declares (a rubric's ScoreScale when the rubrics facility is loaded; plain decimals otherwise — soft reference, never a dependency). At most one per appraisal, with its dimension (SHACL). Constitutive of this one cell — divergent readings are divergent Appraisals, not extra values."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/argumentAcceptability
<https://blackcatinformatics.ca/gmeow/argumentAcceptability> rdf:type owl:DatatypeProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/StandpointClaim> ;
                                                             rdfs:range xsd:decimal ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                             rdfs:label "argument acceptability"@x-gmeow-english ;
                                                             skos:definition "A numerical acceptability score for an argument or standpoint claim. Solver-layer computation (Principle 12), referencing AIF (Argument Interchange Format)."@x-gmeow-english ;
                                                             skos:example "ex:claim gmeow:argumentAcceptability 0.8 ."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/consumerWikidata> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/consumerWikipedia> ;
                                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid hand-authoring it (it is a solver-layer derivation, Principle 12) and avoid conflating acceptability with truth — a well-defended claim may still be untrue; refute a StandpointClaim's modality to settle falsehood, never lower this score."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Let the argumentation solver write the xsd:decimal acceptability onto the gmeow:StandpointClaim from the AIF attack/support structure; keep the underlying argument graph in the solver layer rather than encoding it as OWL axioms."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry a solver-computed acceptability figure for a gmeow:StandpointClaim within an argumentation graph (AIF) — a derived scalar ranking how well a claim survives attack and support."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/artifactMediaType
<https://blackcatinformatics.ca/gmeow/artifactMediaType> rdf:type owl:DatatypeProperty ,
                                                                  owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/AttestationArtifact> ;
                                                         rdfs:range rdfs:Literal ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                         rdfs:label "artifact media type"@x-gmeow-english ;
                                                         skos:definition "The media type of the attestation artifact's serialization (e.g. application/vnd.in-toto+json, application/vc+ld+json)."@x-gmeow-english ;
                                                         skos:example "ex:inTotoJson gmeow:artifactMediaType \"application/vnd.in-toto+json\" ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the broad attestation kind (gmeow:attestationType, e.g. SLSA provenance) — the media type is the wire format string, not the attestation category — and avoid two values, since it is functional."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Set one media-type literal on the gmeow:AttestationArtifact; pair it with gmeow:attestationType on the Attestation so consumers know both the format and the kind."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the IANA media type of an attestation artifact's serialization, so a consumer can dispatch the right parser before re-verifying it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/asGeoJSON
<https://blackcatinformatics.ca/gmeow/asGeoJSON> rdf:type owl:DatatypeProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Geometry> ;
                                                 rdfs:range rdfs:Literal ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                 rdfs:label "as GeoJSON"@x-gmeow-english ;
                                                 skos:definition "A GeoJSON serialization of a geometry. The range is rdfs:Literal (not geo:geoJSONLiteral) to stay within the OWL 2 DL datatype map; data may still tag the literal ^^geo:geoJSONLiteral, and the alignment to geo:asGeoJSON preserves GeoSPARQL semantics for spatial engines."@x-gmeow-english ;
                                                 skos:example "ex:shape gmeow:asGeoJSON \"{\\\"type\\\":\\\"Polygon\\\",...}\" ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid typing the range as geo:geoJSONLiteral in the core (kept rdfs:Literal for OWL 2 DL) and avoid duplicating WKT and GeoJSON when one suffices."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Put gmeow:asGeoJSON on a Geometry; data may tag the literal ^^geo:geoJSONLiteral."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry a GeoJSON serialization of a geometry; aligns to geo:asGeoJSON for spatial engines."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/asWKT
<https://blackcatinformatics.ca/gmeow/asWKT> rdf:type owl:DatatypeProperty ;
                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/Geometry> ;
                                             rdfs:range rdfs:Literal ;
                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                             rdfs:label "as WKT"@x-gmeow-english ;
                                             skos:definition "A Well-Known Text (WKT) serialization of a geometry. The range is rdfs:Literal (not geo:wktLiteral) to stay within the OWL 2 DL datatype map; data may still tag the literal ^^geo:wktLiteral, and the alignment to geo:asWKT preserves GeoSPARQL semantics for spatial engines."@x-gmeow-english ;
                                             skos:example "ex:shape gmeow:asWKT \"POLYGON((-3.2 55.9,...))\" ."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid typing the range as geo:wktLiteral in the core (kept rdfs:Literal for OWL 2 DL) and avoid duplicating the same shape as both WKT and GeoJSON when one suffices."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Put gmeow:asWKT on a Geometry; data may tag the literal ^^geo:wktLiteral, and gmeow:geometryType records its structural kind."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry a Well-Known Text serialization of a geometry; aligns to geo:asWKT for spatial engines."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/assessmentScoreValue
<https://blackcatinformatics.ca/gmeow/assessmentScoreValue> rdf:type owl:DatatypeProperty ,
                                                                     owl:FunctionalProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/Assessment> ;
                                                            rdfs:range xsd:decimal ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                            rdfs:label "assessment score value"@x-gmeow-english ;
                                                            skos:definition "The numeric score, on the scale the criterion or rubric declares. Functional and mandatory (SHACL). A datatype twin of observationResult (which is entity-valued — the claimModality pattern); zeros are scores, never absences (false positives are worse than zeros)."@x-gmeow-english ;
                                                            skos:example "ex:as1 gmeow:assessmentScoreValue 0.9 ."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid omitting it or giving more than one (it is functional and mandatory) and avoid dropping a zero — a zero is a score, never an absence (false positives are worse than zeros)."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:assessmentScoreValue once per assessment as a decimal on the declared gmeow:ScoreScale; it is the datatype twin of observationResult under the claimModality pattern."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry an Assessment's numeric score on the scale its criterion or rubric declares."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/assetIdentifier
<https://blackcatinformatics.ca/gmeow/assetIdentifier> rdf:type owl:DatatypeProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Asset> ;
                                                       rdfs:range rdfs:Literal ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                       rdfs:label "asset identifier"@x-gmeow-english ;
                                                       skos:definition "An identifier for the financial asset — FIGI, ISIN, ticker symbol, or other instrument identifier. Non-functional: different sources may report differing identifiers."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/atTime
<https://blackcatinformatics.ca/gmeow/atTime> rdf:type owl:DatatypeProperty ;
                                              rdfs:range xsd:dateTime ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                              rdfs:label "at time"@x-gmeow-english ;
                                              skos:definition "The instant at which a point-like event or observation occurred."@x-gmeow-english ;
                                              skos:example "ex:doorbellEvent gmeow:atTime \"2026-06-15T08:14:00Z\"^^xsd:dateTime ."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a bounded span (use a gmeow:TimeInterval) and for the time a claim was asserted or recorded (use the statement-layer clocks gmeow:assertedAt / gmeow:recordedNoLaterThan); domain-free, so it carries no implied subject type."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Write a full xsd:dateTime (P3, never xsd:date) interpreted in the subject's temporal frame; for a point that needs its own frame or EDTF expression, model a gmeow:Instant instead."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use to stamp a zero-duration occurrence — an event, a reading, a snapshot observation — with a single crisp dateTime, when no interval boundary is involved."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attributionText
<https://blackcatinformatics.ca/gmeow/attributionText> rdf:type owl:DatatypeProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                       rdfs:range rdfs:Literal ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                       rdfs:label "attribution text"@x-gmeow-english ;
                                                       skos:definition "The credit line to display when reusing the asset (schema:creditText; cc:attributionName) — e.g. \"Photo by Jane Doe / CC BY 4.0\". The structured holder is gmeow:wasAttributedTo / gmeow:copyrightHolder."@x-gmeow-english ;
                                                       skos:example "ex:photo gmeow:attributionText \"Photo by Jane Doe / CC BY 4.0\" ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for the structured rights holder (that is gmeow:copyrightHolder / gmeow:wasAttributedTo) and avoid putting the link target here, which is gmeow:attributionUrl."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:attributionText on the asset to the formatted credit line; pair it with gmeow:attributionUrl for the link, and keep the structured holder on gmeow:copyrightHolder."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the ready-to-display credit line for reusing an asset (schema:creditText, cc:attributionName) — the human-readable string an attribution duty asks reusers to show."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attributionUrl
<https://blackcatinformatics.ca/gmeow/attributionUrl> rdf:type owl:DatatypeProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                      rdfs:range xsd:anyURI ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                      rdfs:label "attribution url"@x-gmeow-english ;
                                                      skos:definition "The URL the attribution credit should link to when reusing the asset (cc:attributionURL)."@x-gmeow-english ;
                                                      skos:example "ex:photo gmeow:attributionUrl \"https://janedoe.example/portfolio\"^^xsd:anyURI ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for the credit text itself (that is gmeow:attributionText) or the licence-acquisition page (gmeow:acquireLicensePage)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:attributionUrl on the asset alongside gmeow:attributionText so a reuser can render the credit as a link."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                            <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the URL the displayed attribution credit should link to (cc:attributionURL) — the reuser's link target for the credit line."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/authMethod
<https://blackcatinformatics.ca/gmeow/authMethod> rdf:type owl:DatatypeProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/AuthenticationResult> ;
                                                  rdfs:range rdfs:Literal ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                  rdfs:label "authentication method"@x-gmeow-english ;
                                                  skos:definition "The authentication method checked: dkim, spf, dmarc, arc, iprev, or auth."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/authResult
<https://blackcatinformatics.ca/gmeow/authResult> rdf:type owl:DatatypeProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/AuthenticationResult> ;
                                                  rdfs:range rdfs:Literal ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                  rdfs:label "authentication result"@x-gmeow-english ;
                                                  skos:definition "The verdict of an authentication check: pass, fail, none, softfail, neutral, temperror, or permerror."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/authServer
<https://blackcatinformatics.ca/gmeow/authServer> rdf:type owl:DatatypeProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/AuthenticationResult> ;
                                                  rdfs:range rdfs:Literal ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                  rdfs:label "authentication server"@x-gmeow-english ;
                                                  skos:definition "The authentication-serv-id (authserv-id) that performed the check."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/authorIdentityString
<https://blackcatinformatics.ca/gmeow/authorIdentityString> rdf:type owl:DatatypeProperty ,
                                                                     owl:FunctionalProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/AuthorIdentity> ;
                                                            rdfs:range rdfs:Literal ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                            rdfs:label "author identity string"@x-gmeow-english ;
                                                            skos:definition "The raw author or committer bytes as they appeared in the commit object, typically 'Name <email>'."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/authorTime
<https://blackcatinformatics.ca/gmeow/authorTime> rdf:type owl:DatatypeProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Commit> ;
                                                  rdfs:range xsd:dateTime ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                  rdfs:label "author time"@x-gmeow-english ;
                                                  skos:definition "The timestamp at which the author created the patch (xsd:dateTime). Distinct from committer-time and push-time (the four-clocks pattern, temporal module)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/autoSubmitted
<https://blackcatinformatics.ca/gmeow/autoSubmitted> rdf:type owl:DatatypeProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                     rdfs:range rdfs:Literal ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                     rdfs:label "auto submitted"@x-gmeow-english ;
                                                     skos:definition "The raw Auto-Submitted header value of an email message per RFC 3834 (e.g. auto-generated, auto-replied)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/bcp47Tag
<https://blackcatinformatics.ca/gmeow/bcp47Tag> rdf:type owl:DatatypeProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Language> ;
                                                rdfs:range xsd:language ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/language> ;
                                                rdfs:label "BCP-47 tag"@x-gmeow-english ;
                                                skos:definition "An OPTIONAL external BCP-47 language tag used only when projecting GMEOW's internal private-use literals into vocabularies that require standard language-tag literals. Non-functional because a language may expose several valid BCP-47 tags across script, region, or variant contexts; broad registry alignments such as ISO 639-3 codes and Glottocodes remain gmeow:languageCode values."@x-gmeow-english ;
                                                skos:example "gmeow:langMandarin gmeow:bcp47Tag \"zh\" , \"zh-Hans\" ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it as the language's identity or as a general registry alignment (that is gmeow:languageCode), and avoid forcing one tag — a language legitimately exposes several BCP-47 tags across script/region/variant, so it stays non-functional."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Attach the standard BCP-47 tag(s) alongside gmeow:languageTag; the projection compiler reads bcp47Tag to reconstruct conformant @lang literals on export, falling back across the listed tags by context."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ,
                                                                                                      <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to declare the standard BCP-47 tag(s) the projection layer substitutes for an x-gmeow-* private-use tag when serializing to consumers that require standard language-tag literals (Wikidata, schema.org JSON-LD)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/bearing
<https://blackcatinformatics.ca/gmeow/bearing> rdf:type owl:DatatypeProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/Orientation> ;
                                               rdfs:range xsd:double ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                               rdfs:label "bearing"@x-gmeow-english ;
                                               skos:definition "The angle between an entity's forward direction and a reference direction (typically north), in degrees."@x-gmeow-english ;
                                               skos:example "ex:ori gmeow:bearing 45.0 ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating it with gmeow:heading when both a facing and a relative bearing are meant."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:bearing on the Orientation; pair with gmeow:heading for the compass facet."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the angle between an entity's forward direction and a reference direction (typically north), in degrees."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/bibliographicCitation
<https://blackcatinformatics.ca/gmeow/bibliographicCitation> rdf:type owl:DatatypeProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                             rdfs:range rdfs:Literal ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                             rdfs:label "bibliographic citation"@x-gmeow-english ;
                                                             skos:definition "A bibliographic reference for a creative work."@x-gmeow-english ;
                                                             skos:example "ex:paper gmeow:bibliographicCitation \"Smith, J. (2024). A Method. J. ACM 71(2).\" ."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for an inline quotation of the work's content (use gmeow:quotesContent / gmeow:quotedText) and avoid it where structured citation/credit metadata is needed — model that through the citation-and-credit constructs."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the citation string on gmeow:bibliographicCitation for the flat case; promote to the structured citation relator when authorship, role, and credit must be first-class."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a preformatted bibliographic reference string for a creative work — a human-readable citation captured verbatim."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/bic
<https://blackcatinformatics.ca/gmeow/bic> rdf:type owl:DatatypeProperty ;
                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/FinancialAccount> ;
                                           rdfs:range rdfs:Literal ;
                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                           rdfs:label "BIC"@x-gmeow-english ;
                                           skos:definition "The Bank Identifier Code (ISO 9362, SWIFT code) of the institution holding the account."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/blobId
<https://blackcatinformatics.ca/gmeow/blobId> rdf:type owl:DatatypeProperty ;
                                              rdfs:range rdfs:Literal ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                              rdfs:label "blob id"@x-gmeow-english ;
                                              skos:definition "The opaque JMAP (RFC 8620) blob identifier for an object. In JMAP this identifies the raw bytes of an Email or of an individual BodyPart; the value is provider-scoped and should not be treated as a global identifier."@x-gmeow-english ;
                                              skos:scopeNote "Typically asserted on an EmailMessage or BodyPart. When byte-exact identity matters, also record gmeow:contentDigest."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/blockHash
<https://blackcatinformatics.ca/gmeow/blockHash> rdf:type owl:DatatypeProperty ,
                                                          owl:FunctionalProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Block> ;
                                                 rdfs:range rdfs:Literal ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                 rdfs:label "block hash"@x-gmeow-english ;
                                                 skos:definition "The hash of a ledger block."@x-gmeow-english ;
                                                 skos:example "ex:block42 gmeow:blockHash \"0xdef456...\" ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a transaction's hash (gmeow:transactionHash) or the block's ordinal position (gmeow:blockNumber); the block hash is the block's cryptographic identity, not a transaction or an index. Functional — one hash per block."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Set one block-hash literal on the gmeow:Block alongside gmeow:blockNumber; transactions reference the block so their inclusion can be checked against both."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the hash identifying a gmeow:Block on its chain — the content-addressed identity that anchors the block independent of its sequential number."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/blockNumber
<https://blackcatinformatics.ca/gmeow/blockNumber> rdf:type owl:DatatypeProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Block> ;
                                                   rdfs:range xsd:integer ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                   rdfs:label "block number"@x-gmeow-english ;
                                                   skos:definition "The sequential number of a ledger block."@x-gmeow-english ;
                                                   skos:example "ex:block42 gmeow:blockNumber 42 ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the block's cryptographic identity (gmeow:blockHash) or a transaction/event index within a block (gmeow:logIndex); the block number is chain height, not a hash or an in-block offset. Functional — one number per block."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Set one integer height on the gmeow:Block alongside gmeow:blockHash; gmeow:confirmationDepth is then computed in the solver layer as the difference from the current chain tip."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the height/ordinal number of a gmeow:Block — its position in the chain, the figure confirmation depth is measured against."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/bodyLineFingerprint
<https://blackcatinformatics.ca/gmeow/bodyLineFingerprint> rdf:type owl:DatatypeProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                           rdfs:range rdfs:Literal ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                           rdfs:label "body line fingerprint"@x-gmeow-english ;
                                                           skos:definition "A line-normalized content fingerprint used for fuzzy email body matching. The normalization policy is an importer/projection concern (Principle 12); this property records the resulting fingerprint."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/bodyStructure
<https://blackcatinformatics.ca/gmeow/bodyStructure> rdf:type owl:DatatypeProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                     rdfs:range rdfs:Literal ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                     rdfs:label "body structure"@x-gmeow-english ;
                                                     skos:definition "The serialized JMAP EmailBodyStructure object (RFC 8621) for a message, preserved as a raw projection. The canonical semantic representation of the MIME tree remains the hasBodyPart / hasPart / partOf spine; this property is for importer compatibility and round-tripping."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/buildConfigUri
<https://blackcatinformatics.ca/gmeow/buildConfigUri> rdf:type owl:DatatypeProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/BuildActivity> ;
                                                      rdfs:range rdfs:Literal ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                      rdfs:label "build config URI"@x-gmeow-english ;
                                                      skos:definition "The URI of the build configuration or workflow file that describes the build process — e.g. the URL of `ci/workflows/release.yml` or a Jenkinsfile."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/calendarUid
<https://blackcatinformatics.ca/gmeow/calendarUid> rdf:type owl:DatatypeProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                   rdfs:range rdfs:Literal ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                   rdfs:label "calendar UID"@x-gmeow-english ;
                                                   skos:definition "The iCalendar UID of the event described in the message. Non-functional: competing or multiple UIDs may coexist, and updates to the same event may carry the same UID in different messages."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/canonicalFingerprint
<https://blackcatinformatics.ca/gmeow/canonicalFingerprint> rdf:type owl:DatatypeProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                            rdfs:range rdfs:Literal ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                            rdfs:label "canonical fingerprint"@x-gmeow-english ;
                                                            skos:definition "A content fingerprint of the canonical body content for this message identity family. This is a semantic/content fingerprint used for variant grouping; for byte-exact artifact identity use gmeow:contentDigest or gmeow:versionFingerprint."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/caption
<https://blackcatinformatics.ca/gmeow/caption> rdf:type owl:DatatypeProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/MediaObject> ;
                                               rdfs:range rdfs:Literal ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                               rdfs:label "caption"@x-gmeow-english ;
                                               skos:definition "A caption for a media object — the short text shown with an image, audio, or video (schema:caption). Non-functional."@x-gmeow-english ;
                                               skos:example "ex:photo gmeow:caption \"Sunset over the harbour, 2019.\"@en ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for the full verbatim transcript of audio/video (use gmeow:transcript) and avoid it for the work's title (use gmeow:hasTitle / gmeow:title)."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Attach the caption literal on gmeow:caption with a language tag; it projects to schema:caption. Use gmeow:transcript for the full audio text."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the short descriptive text displayed alongside an image, audio, or video; non-functional, so localized captions coexist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/captureTime
<https://blackcatinformatics.ca/gmeow/captureTime> rdf:type owl:DatatypeProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/MediaObject> ;
                                                   rdfs:range xsd:dateTime ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                   rdfs:label "capture time"@x-gmeow-english ;
                                                   skos:definition "The date and time when the image or media was captured. Non-functional: competing capture-time claims from different sources or EXIF vs. metadata may coexist with confidence."@x-gmeow-english ;
                                                   skos:example "ex:photo gmeow:captureTime \"2019-07-04T18:23:00Z\"^^xsd:dateTime ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating it with gmeow:datePublished (when the media was published) and avoid collapsing competing source times — keep it non-functional and index disputes with gmeow:accordingTo."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the capture instant on gmeow:captureTime as xsd:dateTime; pair with gmeow:captureDevice and carry conflicting claims as standpoint-indexed statements rather than choosing one."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use for when an image or media was captured — the shutter/recording instant; non-functional, so competing EXIF-vs-metadata claims coexist with confidence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/celestialEpoch
<https://blackcatinformatics.ca/gmeow/celestialEpoch> rdf:type owl:DatatypeProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/CelestialCoordinates> ;
                                                      rdfs:range xsd:decimal ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                      rdfs:label "celestial epoch"@x-gmeow-english ;
                                                      skos:definition "The epoch (Julian year, e.g. 2000.0) for which the coordinates are expressed. Required for proper-motion propagation; frame-relative per Principle 11."@x-gmeow-english ;
                                                      skos:example "ex:vegaCoords gmeow:celestialEpoch 2000.0 ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid omitting it for moving bodies and avoid confusing it with the temporal slice's observation time."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Add gmeow:celestialEpoch to CelestialCoordinates alongside the frame; frame-relative per Principle 11."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the epoch (Julian year) for which celestial coordinates are expressed — required for proper-motion propagation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/centsFromOrigin
<https://blackcatinformatics.ca/gmeow/centsFromOrigin> rdf:type owl:DatatypeProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/PitchExpression> ;
                                                       rdfs:range xsd:decimal ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "cents from origin"@x-gmeow-english ;
                                                       skos:definition "A convenience measure of a pitch or interval in cents, generated from the exact ratio by fnRatioToCents. Not canonical; the ratio pair is canonical (Principle 4)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/certificationLevel
<https://blackcatinformatics.ca/gmeow/certificationLevel> rdf:type owl:DatatypeProperty ,
                                                                   owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/Certification> ;
                                                          rdfs:range rdfs:Literal ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                                          rdfs:label "certification level"@x-gmeow-english ;
                                                          skos:definition "How carefully the binding was verified (OpenPGP certification level): generic, persona, casual, or positive."@x-gmeow-english ;
                                                          skos:example "ex:cert1 gmeow:certificationLevel \"positive\" ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating it with owner-trust in the certifier (that is gmeow:trustLevel on a gmeow:TrustAssertion) — certification level is the care taken in this one binding, not how much the certifier is trusted as an introducer. It is functional."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Attach one OpenPGP level literal to the certification; let a relying party weigh it together with their own perspectival gmeow:TrustAssertion about the certifier rather than computing transitive validity here."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record how carefully a certifier verified the binding — the OpenPGP certification level (generic, persona, casual, positive) that signals the rigour behind the attestation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/chainId
<https://blackcatinformatics.ca/gmeow/chainId> rdf:type owl:DatatypeProperty ,
                                                        owl:FunctionalProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/BlockchainNetwork> ;
                                               rdfs:range rdfs:Literal ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                               rdfs:label "chain id"@x-gmeow-english ;
                                               skos:definition "The chain identifier of a blockchain network (e.g. CAIP-2 chainId, eip155:1)."@x-gmeow-english ;
                                               skos:example "ex:ethMainnet gmeow:chainId \"eip155:1\" ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a contract or account address on the chain (gmeow:contractAddress, gmeow:signatureRecoveryAddress) and for a transaction hash (gmeow:transactionHash); the chain id names the network, not a record on it. Functional — one id per network."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Set one CAIP-2 chain-id literal on the gmeow:BlockchainNetwork; other ledger records reference the network so their hashes and addresses are interpreted against the right chain."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the CAIP-2 chain identifier of a gmeow:BlockchainNetwork — the string that distinguishes one chain from another when resolving on-chain identifiers."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/charset
<https://blackcatinformatics.ca/gmeow/charset> rdf:type owl:DatatypeProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/BodyPart> ;
                                               rdfs:range rdfs:Literal ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                               rdfs:label "charset"@x-gmeow-english ;
                                               skos:definition "The character encoding of a MIME part's content (e.g. utf-8, iso-8859-1). Stored as a literal because the IANA charset registry is too open to enumerate as a closed value vocabulary."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/claimedMediaType
<https://blackcatinformatics.ca/gmeow/claimedMediaType> rdf:type owl:DatatypeProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Filename> ;
                                                        rdfs:range rdfs:Literal ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                        rdfs:label "claimed media type"@x-gmeow-english ;
                                                        skos:definition "The MIME media type CLAIMED by a filename's extension (e.g. \".pdf\" → \"application/pdf\"). A claim by the name, which may disagree with gmeow:detectedMediaType. Non-functional."@x-gmeow-english ;
                                                        skos:example "ex:report gmeow:claimedMediaType \"application/pdf\" ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid treating the claim as the truth (the bytes' gmeow:detectedMediaType may disagree) and avoid resolving a mismatch into a contradiction — both coexist as confidence-weighted claims."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:claimedMediaType on a Filename from its extension; pair with gmeow:detectedMediaType and let a disagreement coexist rather than asserting disjointness."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the MIME media type a gmeow:Filename's extension CLAIMS — the type asserted by the name, to be compared against the type detected from the bytes."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/cloneUrl
<https://blackcatinformatics.ca/gmeow/cloneUrl> rdf:type owl:DatatypeProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Repository> ;
                                                rdfs:range rdfs:Literal ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                rdfs:label "clone URL"@x-gmeow-english ;
                                                skos:definition "A URL from which the repository can be cloned. Non-functional: multiple protocols (https, ssh, git) may be available."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/closesAt
<https://blackcatinformatics.ca/gmeow/closesAt> rdf:type owl:DatatypeProperty ,
                                                         owl:FunctionalProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/OpeningHoursSpecification> ;
                                                rdfs:range xsd:time ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                rdfs:label "closes at"@x-gmeow-english ;
                                                skos:definition "The closing time of an opening-hours window. Projects to schema:closes."@x-gmeow-english ;
                                                skos:example "ex:weekdayHours gmeow:closesAt \"17:00:00\"^^xsd:time ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid carrying the opening time here (that is gmeow:opensAt) and avoid more than one close time per window — it is functional; mint a separate window for a split schedule."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:closesAt once per gmeow:OpeningHoursSpecification (functional) to an xsd:time, paired with gmeow:opensAt and gmeow:openingDay; projects to schema:closes."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the closing time of a gmeow:OpeningHoursSpecification window as an xsd:time."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/collectionPartOrder
<https://blackcatinformatics.ca/gmeow/collectionPartOrder> rdf:type owl:DatatypeProperty ,
                                                                    owl:FunctionalProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/PitchCollection> ;
                                                           rdfs:range xsd:nonNegativeInteger ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "collection part order"@x-gmeow-english ;
                                                           skos:definition "The zero-based position of this pitch collection as a part of a larger collection (e.g. the order of a jins within a maqam). Scoped to the primary parent; if a part is reused in multiple parents with different orders, use per-parent part individuals."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/committerTime
<https://blackcatinformatics.ca/gmeow/committerTime> rdf:type owl:DatatypeProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Commit> ;
                                                     rdfs:range xsd:dateTime ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                     rdfs:label "committer time"@x-gmeow-english ;
                                                     skos:definition "The timestamp at which the committer created the commit object (xsd:dateTime). Distinct from author-time and push-time."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/communityLevel
<https://blackcatinformatics.ca/gmeow/communityLevel> rdf:type owl:DatatypeProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Community> ;
                                                      rdfs:range xsd:nonNegativeInteger ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                                      rdfs:label "community level"@x-gmeow-english ;
                                                      skos:definition "The hierarchy level of this community (0 = leaf clustering)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/conditionText
<https://blackcatinformatics.ca/gmeow/conditionText> rdf:type owl:DatatypeProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Condition> ;
                                                     rdfs:range xsd:string ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                     rdfs:label "condition text"@x-gmeow-english ;
                                                     skos:definition "The natural-language statement of the condition — the canonical form, always present (SHACL). Formalizations approximate the prose, not the other way around."@x-gmeow-english ;
                                                     skos:example "ex:c1 gmeow:conditionText \"the data subject has requested erasure\" ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid omitting it (it is mandatory by SHACL) and avoid treating a machine formalization as the canonical form — that is a gmeow:ConditionExpression, a claim about this prose."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:conditionText once per gmeow:Condition with the prose statement; attach optional formalizations via gmeow:formalizedAs that each claim equivalence to it."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the canonical natural-language statement of a condition — always present, the form formalizations approximate."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/conditionsOfAccess
<https://blackcatinformatics.ca/gmeow/conditionsOfAccess> rdf:type owl:DatatypeProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                          rdfs:range rdfs:Literal ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                          rdfs:label "conditions of access"@x-gmeow-english ;
                                                          skos:definition "Human-readable conditions under which the asset may be accessed (schema:conditionsOfAccess), e.g. \"on-site access only\"."@x-gmeow-english ;
                                                          skos:example "ex:archiveItem gmeow:conditionsOfAccess \"On-site access only; by appointment.\" ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating access conditions with reuse licence terms (those are gmeow:hasLicense and the rule layer) and avoid using it for the free/paid signal, which is gmeow:isAccessibleForFree."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:conditionsOfAccess on the asset for prose access constraints; where access is a regulated action, also model it as a rule over a gmeow:RightsAction."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry free-text conditions under which an asset may be accessed (schema:conditionsOfAccess) — on-site only, by appointment, embargoed until a date."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/confirmationDepth
<https://blackcatinformatics.ca/gmeow/confirmationDepth> rdf:type owl:DatatypeProperty ;
                                                         rdfs:range xsd:integer ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                         rdfs:label "confirmation depth"@x-gmeow-english ;
                                                         skos:definition "The number of blocks confirming a transaction or log entry since its inclusion. Domain-free."@x-gmeow-english ;
                                                         skos:example "ex:tx1 gmeow:confirmationDepth 12 ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the categorical finality state (that is gmeow:finalityStatus / gmeow:LedgerFinalityStatus); depth is the raw count, not the pending/confirmed/finalized classification, and the threshold judgement is a solver concern."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Record the integer depth as observed at a point in time; pair it with gmeow:finalityStatus, and let the solver layer map depth to a settlement decision under chain-specific rules (Principle 12)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record how many blocks have confirmed a transaction or log entry since inclusion — the depth a consumer weighs when judging settlement risk."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/contentDigest
<https://blackcatinformatics.ca/gmeow/contentDigest> rdf:type owl:DatatypeProperty ;
                                                     rdfs:range rdfs:Literal ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sources> ;
                                                     rdfs:label "content digest"@x-gmeow-english ;
                                                     skos:definition "A content hash of an object's bytes (e.g. \"blake3:…\", \"sha256:…\", \"git:…\") — the reliable identity by content (two objects with the same bytes are the same object, regardless of path, name, or mtime). Domain-free: applies to creative works, source files, commits, distributions, and any other content-addressable artifact. Not functional: an object may carry digests under several algorithms."@x-gmeow-english ;
                                                     skos:example "ex:report gmeow:contentDigest \"blake3:af1349b9f5f9a1a6a0404dea36dcc949\" ."@x-gmeow-english ;
                                                     skos:scopeNote "Typically asserted on a Manifestation, Item, SourceFile, Commit, or Distribution."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using a path, filename, or URL as identity (that is gmeow:sourceLocation, audit-only) and avoid making it functional — one artifact may legitimately carry digests under several algorithms."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:contentDigest with an algorithm-prefixed literal (\"blake3:…\", \"sha256:…\", \"git:…\") on any content-addressable artifact; multiple algorithm digests coexist, and consumers deduplicate by matching digests."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record a content hash of an artifact's bytes — the reliable by-content identity, since two objects with the same bytes are the same object regardless of path, name, or mtime."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/contentId
<https://blackcatinformatics.ca/gmeow/contentId> rdf:type owl:DatatypeProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/BodyPart> ;
                                                 rdfs:range rdfs:Literal ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                 rdfs:label "content id"@x-gmeow-english ;
                                                 skos:definition "The Content-ID header value of a MIME part, used to reference the part from other parts (e.g. cid: references in HTML)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/contractAddress
<https://blackcatinformatics.ca/gmeow/contractAddress> rdf:type owl:DatatypeProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/SmartContract> ;
                                                       rdfs:range rdfs:Literal ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                       rdfs:label "contract address"@x-gmeow-english ;
                                                       skos:definition "The address at which a smart contract is deployed."@x-gmeow-english ;
                                                       skos:example "ex:registry gmeow:contractAddress \"0x1234abcd...\" ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a signing account's address (gmeow:signatureRecoveryAddress) and for the chain identifier (gmeow:chainId); this address points to deployed code, not a wallet or a network. Functional — one address per contract."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Set one address literal on the gmeow:SmartContract and locate it on its gmeow:BlockchainNetwork; an address is unambiguous only together with its chain id."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the deployment address of a gmeow:SmartContract — the on-chain location at which the program lives and is invoked."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/controlPointOrder
<https://blackcatinformatics.ca/gmeow/controlPointOrder> rdf:type owl:DatatypeProperty ,
                                                                  owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/PitchTrajectoryControlPoint> ;
                                                         rdfs:range xsd:nonNegativeInteger ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "control point order"@x-gmeow-english ;
                                                         skos:definition "The zero-based order of this control point within its PitchTrajectory."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/controlPointTimePositionDenominator
<https://blackcatinformatics.ca/gmeow/controlPointTimePositionDenominator> rdf:type owl:DatatypeProperty ,
                                                                                    owl:FunctionalProperty ;
                                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/PitchTrajectoryControlPoint> ;
                                                                           rdfs:range xsd:integer ;
                                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                           rdfs:label "control point time position denominator"@x-gmeow-english ;
                                                                           skos:definition "The denominator of the rational time position of this control point in its MusicalTimeFrame. Always positive."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/controlPointTimePositionNumerator
<https://blackcatinformatics.ca/gmeow/controlPointTimePositionNumerator> rdf:type owl:DatatypeProperty ,
                                                                                  owl:FunctionalProperty ;
                                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/PitchTrajectoryControlPoint> ;
                                                                         rdfs:range xsd:integer ;
                                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                         rdfs:label "control point time position numerator"@x-gmeow-english ;
                                                                         skos:definition "The numerator of the rational time position of this control point in its MusicalTimeFrame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/copyrightNotice
<https://blackcatinformatics.ca/gmeow/copyrightNotice> rdf:type owl:DatatypeProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Copyright> ;
                                                       rdfs:range rdfs:Literal ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                       rdfs:label "copyright notice"@x-gmeow-english ;
                                                       skos:definition "The human-readable copyright notice (schema:copyrightNotice), e.g. \"© 2026 Blackcat Informatics® Inc.\""@x-gmeow-english ;
                                                       skos:example "ex:reportCopyright gmeow:copyrightNotice \"© 2026 Blackcat Informatics® Inc.\" ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid putting the structured holder or year here (use gmeow:copyrightHolder and gmeow:copyrightYear) and avoid using it as the reuse credit line, which is gmeow:attributionText."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:copyrightNotice once per Copyright (functional) to the formatted notice; keep the machine-readable holder and year on their own properties so the notice can also be regenerated."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the ready-to-display © notice string for a work (schema:copyrightNotice) on its gmeow:Copyright relator."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/copyrightYear
<https://blackcatinformatics.ca/gmeow/copyrightYear> rdf:type owl:DatatypeProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Copyright> ;
                                                     rdfs:range rdfs:Literal ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                     rdfs:label "copyright year"@x-gmeow-english ;
                                                     skos:definition "The year copyright was asserted (schema:copyrightYear). Typed rdfs:Literal in the TBox to stay OWL 2 DL (xsd:gYear is not an OWL 2 datatype); data carries an xsd:gYear value."@x-gmeow-english ;
                                                     skos:example "ex:reportCopyright gmeow:copyrightYear \"2026\"^^xsd:gYear ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for a validity window (that is gmeow:validFrom / gmeow:validUntil) and avoid asserting xsd:gYear in the TBox; it is typed rdfs:Literal here, with the gYear value carried in data."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:copyrightYear once per Copyright (functional) to a gYear-typed literal in data; pair it with gmeow:copyrightNotice for the human-readable © line."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the year copyright was asserted (schema:copyrightYear) on a gmeow:Copyright relator."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/countryCode
<https://blackcatinformatics.ca/gmeow/countryCode> rdf:type owl:DatatypeProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/PostalAddress> ;
                                                   rdfs:range rdfs:Literal ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                   rdfs:label "country code"@x-gmeow-english ;
                                                   skos:definition "The country code coordinate value of a postal address, expressed along the gmeow:axisCountryCode axis of the postal reference frame. The intended value is an ISO 3166-1 alpha-2 code (e.g. \"CA\"), but this is a convention, not an enforced datatype facet. Non-functional: sources vary (\"CA\" / \"Canada\" / \"CAN\")."@x-gmeow-english ;
                                                   skos:example "ex:home gmeow:countryCode \"CA\" ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid enforcing the ISO 3166-1 alpha-2 convention as a hard facet (it is advisory, non-functional, and source variants coexist) and avoid using it for the resolved country place (reached via gmeow:addressPlace)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the country as written, preferring the ISO alpha-2 code where known; it is coarse enough that public projections normally retain it unconditionally."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the country line of an address — the coarsest component, low-sensitivity and safe to project broadly."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/credibilityScore
<https://blackcatinformatics.ca/gmeow/credibilityScore> rdf:type owl:DatatypeProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Observation> ;
                                                        rdfs:range xsd:decimal ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                        rdfs:label "credibility score"@x-gmeow-english ;
                                                        skos:definition "A numerical credibility score assigned to an observation or claim. Solver-layer computation (Principle 12)."@x-gmeow-english ;
                                                        skos:example "ex:cueReading gmeow:credibilityScore 0.35 ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/consumerWikidata> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/consumerWikipedia> ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid hand-authoring it as a first-class fact (it is a solver-layer derivation, Principle 12) and avoid reading it as a truth verdict — low credibility is not refutation; settle truth by refuting a StandpointClaim's modality, never with this score."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Let the solver write the xsd:decimal score onto the gmeow:Observation; carry the assessor and method on the observation's vantage/method, and keep this purely derived value out of public-facing projections."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry a solver-computed credibility figure for an observation or claim — a derived scalar that downstream tooling can rank cues and standpoints by."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/currencyCode
<https://blackcatinformatics.ca/gmeow/currencyCode> rdf:type owl:DatatypeProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                    rdfs:range xsd:string ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                    rdfs:label "currency code"@x-gmeow-english ;
                                                    skos:definition "The canonical short code of a currency reference frame (a member of gmeow:frameRealmCurrency) — the ISO 4217 alphabetic code for fiat currencies (USD, EUR, CAD …) and the conventional ticker for cryptocurrencies (BTC, ETH). Functional: one canonical code per frame. Lets a currency project to schema:currenciesAccepted and other code-bearing consumer terms."@x-gmeow-english ;
                                                    skos:example "gmeow:referenceFrameUSD gmeow:currencyCode \"USD\" ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid on non-currency frames and avoid multiple codes per frame."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Set one gmeow:currencyCode on a frame in gmeow:frameRealmCurrency; it projects to schema:currenciesAccepted and similar consumer terms."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the canonical short code of a currency reference frame — ISO 4217 for fiat, conventional ticker for crypto; functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dateAccepted
<https://blackcatinformatics.ca/gmeow/dateAccepted> rdf:type owl:DatatypeProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                    rdfs:range xsd:dateTime ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                    rdfs:label "date accepted"@x-gmeow-english ;
                                                    skos:definition "The date a creative work was accepted (e.g. by a journal, conference, or repository)."@x-gmeow-english ;
                                                    skos:example "ex:paper gmeow:dateAccepted \"2024-02-15T00:00:00Z\"^^xsd:dateTime ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating it with gmeow:dateSubmitted (the submission milestone) or gmeow:datePublished (the issue date), and avoid xsd:date."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the acceptance instant on gmeow:dateAccepted as xsd:dateTime, typically alongside gmeow:dateSubmitted and gmeow:datePublished on a gmeow:Article."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the date a scholarly work was accepted by a journal, conference, or repository — the acceptance milestone in a review workflow; carried as DL-clean xsd:dateTime."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dateAvailable
<https://blackcatinformatics.ca/gmeow/dateAvailable> rdf:type owl:DatatypeProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                     rdfs:range xsd:dateTime ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                     rdfs:label "date available"@x-gmeow-english ;
                                                     skos:definition "The date a creative work became or will become available."@x-gmeow-english ;
                                                     skos:example "ex:dataset gmeow:dateAvailable \"2026-01-01T00:00:00Z\"^^xsd:dateTime ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating it with gmeow:datePublished (formal issue) when an embargo separates availability from publication, and avoid xsd:date."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the availability instant on gmeow:dateAvailable as xsd:dateTime; pair with gmeow:hasDisclosurePolicy when availability is conditional on a release decision."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the date a creative work became or will become available — an embargo lift or scheduled release date; carried as DL-clean xsd:dateTime."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dateCreated
<https://blackcatinformatics.ca/gmeow/dateCreated> rdf:type owl:DatatypeProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                   rdfs:range xsd:dateTime ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                   rdfs:label "date created"@x-gmeow-english ;
                                                   skos:definition "The date a creative work was created. Distinct from datePublished (the issue/release date) and from the creation event's full temporal extent."@x-gmeow-english ;
                                                   skos:example "ex:work gmeow:dateCreated \"2024-01-05T00:00:00Z\"^^xsd:dateTime ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating it with gmeow:datePublished (the release date) and avoid xsd:date; when the creation act has participants or fuzzy time, model a gmeow:Event of gmeow:eventTypeCreation."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the creation instant on gmeow:dateCreated as xsd:dateTime; promote to a gmeow:Event when authorship, place, or precision must be recorded."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the date a creative work was made, as distinct from when it was published; carried as DL-clean xsd:dateTime."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dateModified
<https://blackcatinformatics.ca/gmeow/dateModified> rdf:type owl:DatatypeProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                    rdfs:range xsd:dateTime ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                    rdfs:label "date modified"@x-gmeow-english ;
                                                    skos:definition "The date a creative work was last modified."@x-gmeow-english ;
                                                    skos:example "ex:page gmeow:dateModified \"2025-09-30T00:00:00Z\"^^xsd:dateTime ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating it with gmeow:dateCreated or gmeow:datePublished, and avoid xsd:date; a full revision history is a chain of gmeow:Event nodes, not a single literal."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the last-modified instant on gmeow:dateModified as xsd:dateTime; record a full edit history as gmeow:Event occurrences when provenance matters."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the date a creative work was last modified — the revision timestamp; carried as DL-clean xsd:dateTime."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/datePublished
<https://blackcatinformatics.ca/gmeow/datePublished> rdf:type owl:DatatypeProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                     rdfs:range xsd:dateTime ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                     rdfs:label "date published"@x-gmeow-english ;
                                                     skos:definition "The date a creative work was published or issued."@x-gmeow-english ;
                                                     skos:example "ex:book gmeow:datePublished \"1851-11-14T00:00:00Z\"^^xsd:dateTime ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating it with gmeow:dateCreated (when the work was made) or the creation event's full temporal extent, and avoid xsd:date — base triples stay xsd:dateTime (Principle 3)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the publication instant on gmeow:datePublished as xsd:dateTime; when the date is fuzzy or the act has participants, model it as a gmeow:Event of gmeow:eventTypeManifestationProduction instead."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the publication / issue date of a creative work — when it was released to the public; carried as DL-clean xsd:dateTime."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dateSubmitted
<https://blackcatinformatics.ca/gmeow/dateSubmitted> rdf:type owl:DatatypeProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                     rdfs:range xsd:dateTime ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                     rdfs:label "date submitted"@x-gmeow-english ;
                                                     skos:definition "The date a creative work was submitted for review or publication."@x-gmeow-english ;
                                                     skos:example "ex:paper gmeow:dateSubmitted \"2023-11-01T00:00:00Z\"^^xsd:dateTime ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating it with gmeow:dateAccepted or gmeow:datePublished, and avoid xsd:date."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the submission instant on gmeow:dateSubmitted as xsd:dateTime, typically alongside gmeow:dateAccepted and gmeow:datePublished on a gmeow:Article."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the date a work was submitted for review or publication — the submission milestone in a review workflow; carried as DL-clean xsd:dateTime."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/decisionSequence
<https://blackcatinformatics.ca/gmeow/decisionSequence> rdf:type owl:DatatypeProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/PerformanceDecision> ;
                                                        rdfs:range xsd:string ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "decision sequence"@x-gmeow-english ;
                                                        skos:definition "A human-readable record of the chosen fragment traversal order for one performance."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/declination
<https://blackcatinformatics.ca/gmeow/declination> rdf:type owl:DatatypeProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/CelestialCoordinates> ;
                                                   rdfs:range xsd:decimal ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                   rdfs:label "declination"@x-gmeow-english ;
                                                   skos:definition "Declination in degrees (−90 to +90). Frame-relative: the meaning depends on the coordinateFrame."@x-gmeow-english ;
                                                   skos:example "ex:vegaCoords gmeow:declination 38.78 ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid stating it without gmeow:coordinateFrame and avoid for terrestrial latitude (gmeow:latitude)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Pair gmeow:declination with gmeow:rightAscension and a declared gmeow:coordinateFrame."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use for declination in degrees on a CelestialCoordinates value; frame-relative."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/degreeCount
<https://blackcatinformatics.ca/gmeow/degreeCount> rdf:type owl:DatatypeProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/TuningSystem> ;
                                                   rdfs:range xsd:nonNegativeInteger ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                   rdfs:label "degree count"@x-gmeow-english ;
                                                   skos:definition "The number of pitch degrees available within one period of the tuning system (e.g., 12 for 12-EDO, 13 for Bohlen-Pierce)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/description
<https://blackcatinformatics.ca/gmeow/description> rdf:type owl:DatatypeProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                   rdfs:range rdfs:Literal ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/entities> ;
                                                   rdfs:label "description"@x-gmeow-english ;
                                                   skos:definition "A free-text note or description about an entity — the unstructured NOTE field (a biography, a remark, an annotation). Genuinely flat: unlike names, dates or roles, a note has no structure to reify. Distinct from skos:definition, which documents ontology TERMS rather than instances. Language-tag the literal where applicable; non-functional."@x-gmeow-english ;
                                                   skos:example "ex:lillith gmeow:description \"Open-source contributor and maintainer.\"@en ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for content that does have structure to model (names, dates, roles, contributions — use the dedicated relators) and for documenting an ontology TERM (use skos:definition); a description is an instance-level note, not a term definition."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Attach one or more language-tagged literals; it is non-functional, so notes in several languages or from several sources coexist. Reach for a relator instead the moment the note carries facts that other constructs already model."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use for an unstructured free-text note about an instance — a biography, remark, or annotation that genuinely has no structure to reify."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/designGoal
<https://blackcatinformatics.ca/gmeow/designGoal> rdf:type owl:DatatypeProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Language> ;
                                                  rdfs:range rdfs:Literal ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                  rdfs:label "design goal"@x-gmeow-english ;
                                                  skos:definition "The stated design goal/purpose of an engineered or constructed language (Lojban's syntactic unambiguity, Ithkuil's cognitive precision, an IAL's ease of learning). A literal; non-functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/detectedMediaType
<https://blackcatinformatics.ca/gmeow/detectedMediaType> rdf:type owl:DatatypeProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/InformationObject> ;
                                                         rdfs:range rdfs:Literal ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                         rdfs:label "detected media type"@x-gmeow-english ;
                                                         skos:definition "The MIME media type DETECTED from the bytes/magic of an information object (the observed type). May disagree with a filename's gmeow:claimedMediaType — a mismatch is recorded, not reasoned into a contradiction. Non-functional."@x-gmeow-english ;
                                                         skos:example "ex:report gmeow:detectedMediaType \"image/png\" ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid overwriting the extension's claim with it (keep both — the claim is gmeow:claimedMediaType) and avoid reasoning a claim-vs-detected mismatch into an OWL contradiction; benign aliasing must not make the graph inconsistent."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:detectedMediaType on the information object from its bytes; a disagreement with gmeow:claimedMediaType is recorded as coexisting confidence-weighted claims, never disjointness."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the MIME media type DETECTED from an information object's bytes/magic — the observed type, to be compared against the extension's claim."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/developmentSignalText
<https://blackcatinformatics.ca/gmeow/developmentSignalText> rdf:type owl:DatatypeProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/ArcSample> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                             rdfs:label "development signal (text)"@x-gmeow-english ;
                                                             skos:definition "Prose evidence the analyzer cited for this reading. NOT functional and range-open (localizable prose, the localizable-prose convention)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dimensionCount
<https://blackcatinformatics.ca/gmeow/dimensionCount> rdf:type owl:DatatypeProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                      rdfs:range xsd:nonNegativeInteger ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                      rdfs:label "dimension count"@x-gmeow-english ;
                                                      skos:definition "The number of dimensions spanned by a reference frame."@x-gmeow-english ;
                                                      skos:example "ex:siteGrid gmeow:dimensionCount \"3\"^^xsd:nonNegativeInteger ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it to assert infinite-dimensional structure (Hilbert/latent spaces declare 1 and carry shape in the matrix, Principle 12)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Set one gmeow:dimensionCount; for high-D spaces leave actual dimensionality to gmeow:hasCoordinateMatrix shape."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the number of dimensions a reference frame spans; functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/displayName
<https://blackcatinformatics.ca/gmeow/displayName> rdf:type owl:DatatypeProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/MessageParticipant> ;
                                                   rdfs:range rdfs:Literal ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                   rdfs:label "display name"@x-gmeow-english ;
                                                   skos:definition "The display name as rendered in this particular header occurrence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/displayable
<https://blackcatinformatics.ca/gmeow/displayable> rdf:type owl:DatatypeProperty ;
                                                   rdfs:range xsd:boolean ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                   rdfs:label "displayable"@x-gmeow-english ;
                                                   skos:definition "Whether a name or identity facet may be shown in interfaces and reports. The ONLY display control in the model — across naming (gmeow:Appellation) and identity (gmeow:IdentityFacet: gender/orientation), deliberately no preferred/primary marker (display selection is locale-relative and symmetric). It is intentionally domain-free so it applies to both. Superseded names (especially deadnames) and superseded gender/orientation labels set this false; consumers MUST honour false and never surface the string. NOT functional: in a multi-source merge, sources may disagree, and those claims must coexist rather than force a global inconsistency — the cautious value (false) wins at the projection layer. Cardinality is enforced by SHACL on data, not by the logical core."@x-gmeow-english ;
                                                   skos:example "ex:deadname gmeow:displayable false ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it to SELECT a preferred or primary name (there is deliberately no such marker — display selection is locale-relative and symmetric) and avoid forcing one value in a merge — competing claims coexist, the cautious false winning at projection."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/docsConcern> <https://blackcatinformatics.ca/gmeow/concernDisclosure> ,
                                                                                                      <https://blackcatinformatics.ca/gmeow/concernStandpoints> ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:displayable false on the suppressed name or facet; consumers MUST honour false and never emit the string. Pair a deadname with gmeow:namePurposeDeadname, and let the cautious value win when sources disagree."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to SUPPRESS a name or identity facet from interfaces and reports — a superseded name, a deadname, or a superseded gender/orientation label that must never be surfaced."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/distributionFormat
<https://blackcatinformatics.ca/gmeow/distributionFormat> rdf:type owl:DatatypeProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/Distribution> ;
                                                          rdfs:range rdfs:Literal ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                          rdfs:label "distribution format"@x-gmeow-english ;
                                                          skos:definition "The format of a distribution artifact — e.g. 'tar.gz', 'wheel', 'docker-image', 'exe'."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dividedIntervalDenominator
<https://blackcatinformatics.ca/gmeow/dividedIntervalDenominator> rdf:type owl:DatatypeProperty ,
                                                                           owl:FunctionalProperty ;
                                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/TuningSystem> ;
                                                                  rdfs:range xsd:integer ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                  rdfs:label "divided interval denominator"@x-gmeow-english ;
                                                                  skos:definition "The denominator of the interval that an equal-division tuning divides (e.g., 1 for the octave 2/1)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dividedIntervalNumerator
<https://blackcatinformatics.ca/gmeow/dividedIntervalNumerator> rdf:type owl:DatatypeProperty ,
                                                                         owl:FunctionalProperty ;
                                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/TuningSystem> ;
                                                                rdfs:range xsd:integer ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "divided interval numerator"@x-gmeow-english ;
                                                                skos:definition "The numerator of the interval that an equal-division tuning divides (e.g., 2 for the octave 2/1; 3 for the Bohlen-Pierce tritave 3/1)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/divisionCount
<https://blackcatinformatics.ca/gmeow/divisionCount> rdf:type owl:DatatypeProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/TuningSystem> ;
                                                     rdfs:range xsd:nonNegativeInteger ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                     rdfs:label "division count"@x-gmeow-english ;
                                                     skos:definition "For equal-division tunings, the number of equal divisions of the period (e.g., 12 for 12-EDO, 19 for 19-EDO)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/domainPart
<https://blackcatinformatics.ca/gmeow/domainPart> rdf:type owl:DatatypeProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailAddress> ;
                                                  rdfs:range rdfs:Literal ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                  rdfs:label "domain part"@x-gmeow-english ;
                                                  skos:definition "The domain part of an email address."@x-gmeow-english ;
                                                  skos:example "ex:lillithEmail gmeow:domainPart \"example.org\" ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting more than one domain part per address (it is functional) and avoid treating it as fully public — paired with the local part it re-forms sensitive personal data."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Derive the domain part from gmeow:addressValue; read it to infer the provider or a personal-domain classification, and keep it under the address's sensitivity when projecting."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the parsed domain part (after the @) of a first-class gmeow:EmailAddress — the component that reveals the provider and underlies the personal-domain usage role."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/durationValue
<https://blackcatinformatics.ca/gmeow/durationValue> rdf:type owl:DatatypeProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Duration> ;
                                                     rdfs:range xsd:duration ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                     rdfs:label "duration value"@x-gmeow-english ;
                                                     skos:definition "The length of a gmeow:Duration as an xsd:duration literal (ISO 8601, e.g. P1Y2M / PT3H). DL-clean; the TEO hasNormalizedDuration 0Y0M0W0D0H0m0s string is a projection target."@x-gmeow-english ;
                                                     skos:example "ex:runtime gmeow:durationValue \"PT3H\"^^xsd:duration ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid free-text length strings or anchored dates here; this is a bare xsd:duration quantity, and the TEO normalized 0Y0M…string is a projection target, not the base triple."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Assert one xsd:duration literal per gmeow:Duration via gmeow:durationValue (functional); projectors derive iCalendar or TEO normalized forms from it."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the actual length of a gmeow:Duration as an ISO 8601 xsd:duration literal (P1Y2M, PT3H) — the DL-clean way to carry a quantity of time."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/earliestStart
<https://blackcatinformatics.ca/gmeow/earliestStart> rdf:type owl:DatatypeProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                     rdfs:range xsd:dateTime ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                     rdfs:label "earliest start"@x-gmeow-english ;
                                                     skos:definition "The earliest instant at which an event could have started — the lower bound of a fuzzy / approximate date (xsd:dateTime). Pairs with gmeow:latestEnd and a gmeow:temporalPrecision value to model uncertainty without abandoning DL-clean base triples."@x-gmeow-english ;
                                                     skos:example "ex:battle gmeow:earliestStart \"1850-01-01T00:00:00Z\"^^xsd:dateTime ; gmeow:latestEnd \"1859-12-31T23:59:59Z\"^^xsd:dateTime ; gmeow:temporalPrecision gmeow:precisionDecade ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for a crisply known instant (use gmeow:eventTime) or span (use gmeow:eventInterval), and avoid asserting only one bound — the lower and upper bounds bracket the fuzzy date together."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:earliestStart and gmeow:latestEnd as xsd:dateTime bounds plus a gmeow:temporalPrecision value; the solver layer (P12) does any fuzzy-interval arithmetic."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the lower bound of a fuzzy or approximate date — 'sometime in the 1850s', 'circa 1200' — paired with gmeow:latestEnd and a gmeow:temporalPrecision value."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/edtfValue
<https://blackcatinformatics.ca/gmeow/edtfValue> rdf:type owl:DatatypeProperty ,
                                                          owl:FunctionalProperty ;
                                                 rdfs:range rdfs:Literal ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                 rdfs:label "EDTF value"@x-gmeow-english ;
                                                 skos:definition "An ISO 8601-2 (EDTF) expression of an instant or interval, stored as a plain literal. EDTF parsing and normalization are solver-layer concerns (Principle 12)."@x-gmeow-english ;
                                                 skos:example "ex:foundingInstant gmeow:edtfValue \"1804?\" ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when a fully crisp value is known (use gmeow:instantValue) and avoid encoding ontic determinacy here instead of on gmeow:hasDeterminacy; the EDTF string expresses the value, not its determinacy classification."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Store the raw EDTF string as a plain literal and leave parsing, range expansion, and comparison to the solver layer (P12); pair with gmeow:hasDeterminacy to make the approximate/uncertain nature queryable without parsing."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use when a point or span is approximate, uncertain, seasonal, or open-ended — '1804?', '19XX', '2020-21/2020-09' — and a single crisp xsd:dateTime would lie about the precision."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/elevation
<https://blackcatinformatics.ca/gmeow/elevation> rdf:type owl:DatatypeProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/GeoCoordinates> ;
                                                 rdfs:range xsd:decimal ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                 rdfs:label "elevation"@x-gmeow-english ;
                                                 skos:definition "Elevation above sea level in metres."@x-gmeow-english ;
                                                 skos:example "ex:pt gmeow:elevation 47.0 ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a frame-relative vertical bound on an overlay (use gmeow:overlayLowerBound / gmeow:overlayUpperBound with a ScalarQuantity) and avoid for celestial epoch."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Add gmeow:elevation alongside gmeow:latitude / gmeow:longitude; for explicit vertical datums use the altitude/depth reference frames."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use for elevation above sea level in metres on a GeoCoordinates point."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/email
<https://blackcatinformatics.ca/gmeow/email> rdf:type owl:DatatypeProperty ;
                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                             rdfs:range rdfs:Literal ;
                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                             rdfs:label "email"@x-gmeow-english ;
                                             skos:definition "An email address at which an agent can be reached."@x-gmeow-english ;
                                             skos:example "ex:lillith gmeow:email \"lillith@example.org\" ."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                     <https://blackcatinformatics.ca/gmeow/consumerWikidata> ,
                                                                                                     <https://blackcatinformatics.ca/gmeow/consumerWikipedia> ;
                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it when the address needs structure, a usage role, or a tenure — promote to a first-class gmeow:EmailAddress via gmeow:hasContactPoint — and never project it to a public consumer; an email is sensitive personal data."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the address string on the agent; treat it as sensitive-personal so the projection layer withholds it from public targets and releases it only to internal or agent-memory consumers."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                   <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ;
                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the flat shortcut for an agent's email when only the string is needed and no role, structure, provider, or tenure must be carried."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/embeddingDimensions
<https://blackcatinformatics.ca/gmeow/embeddingDimensions> rdf:type owl:DatatypeProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/Embedding> ;
                                                           rdfs:range xsd:positiveInteger ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                                           rdfs:label "embedding dimensions"@x-gmeow-english ;
                                                           skos:definition "The dimensionality of the embedding vector."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/endedAtTime
<https://blackcatinformatics.ca/gmeow/endedAtTime> rdf:type owl:DatatypeProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                   rdfs:range xsd:dateTime ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                   rdfs:label "ended at time"@x-gmeow-english ;
                                                   skos:definition "The instant at which a time interval ends; absent if the interval is still open."@x-gmeow-english ;
                                                   skos:example "ex:tenureInterval gmeow:endedAtTime \"2023-09-30T23:59:59Z\"^^xsd:dateTime ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the end needs its own frame, granularity, or EDTF value (promote to gmeow:hasEndInstant) and avoid an xsd:date literal — base-triple time is xsd:dateTime (P3)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Write a full xsd:dateTime in the interval's gmeow:hasTemporalFrame; absence (not a sentinel value) is how an open-ended interval is expressed."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to stamp the close of a gmeow:TimeInterval as a single crisp dateTime; omit it entirely to model an interval that is still running."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eulerOrder
<https://blackcatinformatics.ca/gmeow/eulerOrder> rdf:type owl:DatatypeProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Orientation> ;
                                                  rdfs:range xsd:string ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                  rdfs:label "Euler order"@x-gmeow-english ;
                                                  skos:definition "The order of rotations for the Euler-angle representation (e.g., 'XYZ', 'ZYX', 'ZXZ')."@x-gmeow-english ;
                                                  skos:example "ex:ori gmeow:eulerOrder \"ZYX\" ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid omitting it whenever yaw/pitch/roll are present (the angles are ambiguous without it)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:eulerOrder alongside gmeow:yaw / gmeow:pitch / gmeow:roll."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to declare the rotation order of an Euler-angle orientation (e.g. 'XYZ', 'ZYX', 'ZXZ')."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTime
<https://blackcatinformatics.ca/gmeow/eventTime> rdf:type owl:DatatypeProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                 rdfs:range xsd:dateTime ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                 rdfs:label "event time"@x-gmeow-english ;
                                                 skos:definition "The instant at which a point-like event occurred (xsd:dateTime — DL-clean, never xsd:date). Replaces the former free-text gmeow:eventDate. Non-functional: competing standpoint-indexed dates coexist as confidence-weighted statements."@x-gmeow-english ;
                                                 skos:example "ex:birth gmeow:eventTime \"1947-06-14T09:30:00Z\"^^xsd:dateTime ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid xsd:date literals (Principle 3 — always xsd:dateTime), avoid it for a spanning event (use gmeow:eventInterval) or a fuzzy date (use gmeow:earliestStart / gmeow:latestEnd), and never collapse competing dates — keep it non-functional."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Assert an xsd:dateTime literal; carry a disputed date on its own statement with gmeow:accordingTo + gmeow:confidence, and a non-default calendar on gmeow:eventTemporalFrame."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the instant of a point-like event whose date is known crisply — a birth time, a commit timestamp; the DL-clean replacement for the retired free-text gmeow:eventDate."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/exceptionOriginalDate
<https://blackcatinformatics.ca/gmeow/exceptionOriginalDate> rdf:type owl:DatatypeProperty ,
                                                                      owl:FunctionalProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/ScheduleException> ;
                                                             rdfs:range xsd:dateTime ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                             rdfs:label "exception original date"@x-gmeow-english ;
                                                             skos:definition "The original date/time of the occurrence being excepted — the instance that would have been generated by the recurrence rule."@x-gmeow-english ;
                                                             skos:example "ex:standupSkip gmeow:exceptionOriginalDate \"2026-06-19T09:00:00Z\"^^xsd:dateTime ."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid recording the new time here (that is the replacement event's own placement) and avoid an xsd:date literal — base-triple time is xsd:dateTime (P3); functional, so one anchor date per exception."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Write the full xsd:dateTime the rule would have generated, in the schedule's time zone; pair with gmeow:exceptionReplacementEvent when the occurrence is moved rather than cancelled."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use to identify WHICH generated occurrence an exception overrides, by the date/time the recurrence rule would have produced — the RFC 5545 RECURRENCE-ID anchor."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/exemplarRationale
<https://blackcatinformatics.ca/gmeow/exemplarRationale> rdf:type owl:DatatypeProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/Exemplar> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                         rdfs:label "exemplar rationale"@x-gmeow-english ;
                                                         skos:definition "Why this is an exemplar — the judgement prose. NOT functional and range-open (localizable-prose convention): localizable, one rationale per language tag; whose judgement it is rides the statement layer."@x-gmeow-english ;
                                                         skos:example "ex:ex1 gmeow:exemplarRationale \"models agency under constraint\"@en ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid encoding whose judgement it is in the literal (that rides the statement layer) and avoid two same-language rationales — it is localizable, one per language tag."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:exemplarRationale on the gmeow:Exemplar with language-tagged prose; attribute the judgement via the statement layer when it is contested."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the judgement prose explaining why a passage or subject is an exemplar — one rationale per language tag."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/exifTagId
<https://blackcatinformatics.ca/gmeow/exifTagId> rdf:type owl:DatatypeProperty ,
                                                          owl:FunctionalProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/ExifTag> ;
                                                 rdfs:range rdfs:Literal ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                 rdfs:label "EXIF tag id"@x-gmeow-english ;
                                                 skos:definition "The EXIF tag identifier — 'FNumber', 'ExposureTime', 'ColorSpace', 'GPSImgDirection'. The machine key; projects to schema:PropertyValue/propertyID."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/exifTagValue
<https://blackcatinformatics.ca/gmeow/exifTagValue> rdf:type owl:DatatypeProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/ExifTag> ;
                                                    rdfs:range rdfs:Literal ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                    rdfs:label "EXIF tag value"@x-gmeow-english ;
                                                    skos:definition "The value of an EXIF tag — 'f/2.0', '1/1595', 'sRGB'. Projects to schema:PropertyValue/value. The human-readable tag name ('Aperture') rides rdfs:label → schema:name."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/explanatoryScore
<https://blackcatinformatics.ca/gmeow/explanatoryScore> rdf:type owl:DatatypeProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/StandpointClaim> ;
                                                        rdfs:range xsd:decimal ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                                        rdfs:label "explanatory score"@x-gmeow-english ;
                                                        skos:definition "A solver-computed score of how well a candidate hypothesis explains its explanandum (simplicity, scope, coherence) — the basis on which inference-to-the-best-explanation ranks rivals. A solver-layer value (Principle 12), not an asserted truth: there is no isBest bit; the ranking promotes the winner's modality and suppresses the losers. NOT functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/expressionText
<https://blackcatinformatics.ca/gmeow/expressionText> rdf:type owl:DatatypeProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/ConditionExpression> ;
                                                      rdfs:range xsd:string ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                      rdfs:label "expression text"@x-gmeow-english ;
                                                      skos:definition "The expression source, verbatim, in the named language. Functional and mandatory (SHACL)."@x-gmeow-english ;
                                                      skos:example "ex:e1 gmeow:expressionText \"ASK { ?s ex:requestedErasure true }\" ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid omitting it or giving more than one (it is functional and mandatory by SHACL) and avoid mixing languages in one expression — declare the language with gmeow:expressionLanguage."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:expressionText once per gmeow:ConditionExpression with the exact source, paired with gmeow:expressionLanguage."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the verbatim source of a condition expression in its declared language."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/extendedAddress
<https://blackcatinformatics.ca/gmeow/extendedAddress> rdf:type owl:DatatypeProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/PostalAddress> ;
                                                       rdfs:range rdfs:Literal ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                       rdfs:label "extended address"@x-gmeow-english ;
                                                       skos:definition "The extended-address coordinate value of a postal address, expressed along the gmeow:axisExtendedAddress axis of the postal reference frame."@x-gmeow-english ;
                                                       skos:example "ex:home gmeow:extendedAddress \"Suite 4B\" ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                               <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid folding it into gmeow:streetAddress when a source keeps them apart, and avoid using it for a post-office box (that is gmeow:postOfficeBox)."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the secondary line as written; it inherits the address's personal sensitivity and coarsens with it under a public projection."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the secondary address line — suite, unit, apartment, or floor — that refines the street line within the same premises."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/extent
<https://blackcatinformatics.ca/gmeow/extent> rdf:type owl:DatatypeProperty ;
                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                              rdfs:range rdfs:Literal ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                              rdfs:label "extent"@x-gmeow-english ;
                                              skos:definition "The size or duration of a creative work."@x-gmeow-english ;
                                              skos:example "ex:book gmeow:extent \"635 pages\" ."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for pixel dimensions of an image/video (use gmeow:pixelWidth / gmeow:pixelHeight) and for the MIME type (use gmeow:mediaType); prefer a typed quantity when arithmetic is needed."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the extent string on gmeow:extent; for measurable image/media dimensions use the typed pixel/orientation properties instead."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a human-readable size or duration of a creative work — '635 pages', '47 minutes', '2.3 MB' — captured as a literal."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/filename
<https://blackcatinformatics.ca/gmeow/filename> rdf:type owl:DatatypeProperty ,
                                                         owl:FunctionalProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Attachment> ;
                                                rdfs:range rdfs:Literal ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                rdfs:label "filename"@x-gmeow-english ;
                                                skos:definition "The filename of an attachment."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fingerprint
<https://blackcatinformatics.ca/gmeow/fingerprint> rdf:type owl:DatatypeProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/CryptographicKey> ;
                                                   rdfs:range rdfs:Literal ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                                   rdfs:label "fingerprint"@x-gmeow-english ;
                                                   skos:definition "A fingerprint (hash) identifying a key. Not functional: different sources may report differing or differently-formatted fingerprints for the same key."@x-gmeow-english ;
                                                   skos:example "ex:lillithKey gmeow:fingerprint \"A1B2 C3D4 E5F6 ...\" ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid treating it as a single canonical value — sources report differing or differently-formatted fingerprints, so keep it non-functional and let competing source values coexist; for the short key id use gmeow:keyId."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Attach each source's fingerprint literal to the key; preserve the source's formatting verbatim and let multiple fingerprint claims coexist rather than collapsing them."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record a key's fingerprint (hash) as reported by a source — the human-checkable identifier used to confirm a key out of band."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/flowOrder
<https://blackcatinformatics.ca/gmeow/flowOrder> rdf:type owl:DatatypeProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/ControlFlow> ;
                                                 rdfs:range xsd:integer ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                 rdfs:label "flow order"@x-gmeow-english ;
                                                 skos:definition "An explicit ordering index on a control-flow edge, used when the graph structure alone is insufficient to determine sequence (e.g. linear pipelines). Optional; the default ordering mechanism is the ControlFlow graph structure plus Allen relations at the Execution level."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/forQuery
<https://blackcatinformatics.ca/gmeow/forQuery> rdf:type owl:DatatypeProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/RetrievalEvent> ;
                                                rdfs:range xsd:string ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                                rdfs:label "for query"@x-gmeow-english ;
                                                skos:definition "The query text this retrieval served, recorded verbatim."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formRepresentation
<https://blackcatinformatics.ca/gmeow/formRepresentation> rdf:type owl:DatatypeProperty ,
                                                                   owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/LexicalForm> ;
                                                          rdfs:range rdfs:Literal ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                          rdfs:label "form representation"@x-gmeow-english ;
                                                          skos:definition "The actual string or value of a lexical form — the written text, IPA transcription, sign notation, or reconstructed string. Functional: one representation per form instance (a different representation is a different form)."@x-gmeow-english ;
                                                          skos:example "ex:waterIpa gmeow:formRepresentation \"ˈwɔːtə\" ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid giving one form two representations (it is functional; a different string is a different form) and avoid storing the form-kind here (that is gmeow:formType)."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:formRepresentation once per gmeow:LexicalForm with the surface literal; carry the modality via gmeow:formType and any transliteration scheme via gmeow:formTransliterationScheme."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the actual surface string of a lexical form — its written text, IPA transcription, sign notation, or reconstructed shape."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameSolver
<https://blackcatinformatics.ca/gmeow/frameSolver> rdf:type owl:DatatypeProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                   rdfs:range rdfs:Literal ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                   rdfs:label "frame solver"@x-gmeow-english ;
                                                   skos:definition "Identifies the external solver or transformation method to resolve coordinates in this frame."@x-gmeow-english ;
                                                   skos:example "ex:siteGrid gmeow:frameSolver \"proj:EPSG:4326\" ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid encoding solver results as asserted triples (Principle 12)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:frameSolver as a literal naming the method; it directs the solver layer that executes gmeow:transformsTo."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to identify the external solver or transformation method that resolves coordinates in a frame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fullName
<https://blackcatinformatics.ca/gmeow/fullName> rdf:type owl:DatatypeProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Appellation> ;
                                                rdfs:range rdfs:Literal ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                rdfs:label "full name"@x-gmeow-english ;
                                                skos:definition "The complete surface form of an appellation as a single string, in the natural order of its culture (language-/script-tag the literal, e.g. \"山田太郎\"@ja, \"Yamada Tarō\"@ja-Latn). Authoritative for display. Non-functional: spellings/transliterations from different sources coexist."@x-gmeow-english ;
                                                skos:example "ex:yamadaName gmeow:fullName \"山田太郎\"@ja ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid reconstructing the display form from gmeow:NamePart order (this property is authoritative) and avoid multi-tagging one fullName with several languages — distinct-language names are separate co-equal appellations."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:fullName on the appellation, language-/script-tagging the literal; it may hold several coexisting source spellings/transliterations (non-functional), with the parts kept for matching rather than reassembly."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the complete surface form of an appellation as a single language-/script-tagged string in the natural order of its culture — the authoritative source for display."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/geocodeValue
<https://blackcatinformatics.ca/gmeow/geocodeValue> rdf:type owl:DatatypeProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Geocode> ;
                                                    rdfs:range rdfs:Literal ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                    rdfs:label "geocode value"@x-gmeow-english ;
                                                    skos:definition "The string value of a geocode in its reference frame — the canonical literal carrier. Per-system properties (plusCode, what3words, …) are convenience accessors; a single Geocode instance carries exactly one code value (enforced by SHACL)."@x-gmeow-english ;
                                                    skos:example "ex:plusLoc gmeow:geocodeValue \"9F4W9C8C+W4\" ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid putting several distinct codes on one Geocode (it carries exactly one value, by SHACL)."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Set one gmeow:geocodeValue, or a per-system accessor (gmeow:plusCode, gmeow:geohash, …) which it backs."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the canonical string value of a geocode in its frame; functional, the literal carrier behind the per-system accessors."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/geohash
<https://blackcatinformatics.ca/gmeow/geohash> rdf:type owl:DatatypeProperty ,
                                                        owl:FunctionalProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/Geocode> ;
                                               rdfs:range xsd:string ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                               rdfs:label "geohash"@x-gmeow-english ;
                                               skos:definition "A geohash string — a hierarchical spatial indexing system encoding latitude and longitude into a base32 string (e.g. 'u4pruydqqvj')."@x-gmeow-english ;
                                               skos:example "ex:ghLoc gmeow:geohash \"u4pruydqqvj\" ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid mixing systems on one Geocode."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:geohash on a Geocode whose gmeow:geocodeFrame is gmeow:referenceFrameGeohash."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a geohash base32 string on a Geocode."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/grooveGridUnit
<https://blackcatinformatics.ca/gmeow/grooveGridUnit> rdf:type owl:DatatypeProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/GrooveProfile> ;
                                                      rdfs:range xsd:string ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                      rdfs:label "groove grid unit"@x-gmeow-english ;
                                                      skos:definition "The metric grid unit to which the groove profile applies, expressed as a human-readable fraction (e.g. \"1/16\")."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/grooveProfileData
<https://blackcatinformatics.ca/gmeow/grooveProfileData> rdf:type owl:DatatypeProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/GrooveProfile> ;
                                                         rdfs:range xsd:string ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "groove profile data"@x-gmeow-english ;
                                                         skos:definition "Solver-interpreted data for the groove profile (e.g. a JSON literal of per-grid-position offsets or a swing ratio)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/groupAccentWeight
<https://blackcatinformatics.ca/gmeow/groupAccentWeight> rdf:type owl:DatatypeProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/MetricGroup> ;
                                                         rdfs:range xsd:decimal ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "group accent weight"@x-gmeow-english ;
                                                         skos:definition "An optional accent weight for a MetricGroup, relative to the other groups in the same MetricStructure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/groupLengthDenominator
<https://blackcatinformatics.ca/gmeow/groupLengthDenominator> rdf:type owl:DatatypeProperty ,
                                                                       owl:FunctionalProperty ;
                                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/MetricGroup> ;
                                                              rdfs:range xsd:integer ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "group length denominator"@x-gmeow-english ;
                                                              skos:definition "The denominator of the rational length of a MetricGroup. Always positive."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/groupLengthNumerator
<https://blackcatinformatics.ca/gmeow/groupLengthNumerator> rdf:type owl:DatatypeProperty ,
                                                                     owl:FunctionalProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/MetricGroup> ;
                                                            rdfs:range xsd:integer ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                            rdfs:label "group length numerator"@x-gmeow-english ;
                                                            skos:definition "The numerator of the rational length of a MetricGroup."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/gtsHeadId
<https://blackcatinformatics.ca/gmeow/gtsHeadId> rdf:type owl:DatatypeProperty ;
                                                 rdfs:subPropertyOf <https://blackcatinformatics.ca/gmeow/versionFingerprint> ;
                                                 rdf:type owl:FunctionalProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/GTSSegment> ;
                                                 rdfs:range xsd:string ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                 rdfs:label "GTS head id"@x-gmeow-english ;
                                                 skos:definition "The chain head of a segment — the content-id of its last frame, written 'blake3:<hex>'. Transitively commits to the segment's entire history (spec §9.1), making it a version fingerprint of the segment rather than a digest of its bytes: hence a subproperty of gmeow:versionFingerprint, distinct from gmeow:contentDigest (which is byte-exact identity and applies to the file or a blob as a whole). Functional: a segment has exactly one head."@x-gmeow-english ;
                                                 skos:example "ex:seg0 gmeow:gtsHeadId \"blake3:9f2c4e…\" ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for byte-exact identity of the file or a blob (use gmeow:contentDigest) and avoid asserting more than one head per segment; the head is functional and commits transitively to the chain."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Record the last frame's content-id as 'blake3:<hex>'; order heads by gmeow:gtsSegmentIndex to form the document's identity, and keep the head on a derived-from source so old transport claims stay citable after compaction."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to commit to a segment's entire history with a single chain head — the version-fingerprint identity used to cite a segment, build a document's composite identity, or keep a compaction source citable."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/gtsSegmentIndex
<https://blackcatinformatics.ca/gmeow/gtsSegmentIndex> rdf:type owl:DatatypeProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/GTSSegment> ;
                                                       rdfs:range xsd:nonNegativeInteger ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                       rdfs:label "GTS segment index"@x-gmeow-english ;
                                                       skos:definition "The zero-based position of a segment within its document's file order. The ordered list of segment heads — gmeow:gtsHeadId taken in gmeow:gtsSegmentIndex order — IS the document's composite identity (spec §3.1)."@x-gmeow-english ;
                                                       skos:example "ex:seg0 gmeow:gtsSegmentIndex 0 . ex:seg1 gmeow:gtsSegmentIndex 1 ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid as a stable name or version commitment (use gmeow:gtsHeadId) and avoid leaving gaps or duplicates within a document; the indices are a dense zero-based sequence."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Assign each segment a non-negative integer index in append order; read gmeow:gtsHeadId in index order to recover the ordered head list that IS the document's identity."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to fix a segment's place in its document's append-only file order — the index that, taken over the segment heads, reconstructs the document's composite identity."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hasCoordinateMatrix
<https://blackcatinformatics.ca/gmeow/hasCoordinateMatrix> rdf:type owl:DatatypeProperty ;
                                                           rdfs:domain [ rdf:type owl:Class ;
                                                                         owl:unionOf ( <https://blackcatinformatics.ca/gmeow/Axis>
                                                                                       <https://blackcatinformatics.ca/gmeow/Geocode>
                                                                                       <https://blackcatinformatics.ca/gmeow/Pose>
                                                                                       <https://blackcatinformatics.ca/gmeow/SpatialCoordinates>
                                                                                     )
                                                                       ] ;
                                                           rdfs:range rdfs:Literal ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                           rdfs:label "has coordinate matrix"@x-gmeow-english ;
                                                           skos:definition "Specifies a transformation or projection matrix associated with a coordinate axis, a homogeneous 4×4 pose matrix combining translation and rotation, a general n-D coordinate matrix (e.g. latent vector, configuration-space joint angles) on a SpatialCoordinates instance, or a geocode identifier string on a Geocode instance (treated as a 1×1 identifier matrix, Principle 11)."@x-gmeow-english ;
                                                           skos:example "ex:latentPos gmeow:hasCoordinateMatrix \"[[0.12,0.88,...]]\" ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid spawning n axis individuals for a high-dimensional space — encode the shape in this matrix instead (Principle 12)."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Put gmeow:hasCoordinateMatrix on the appropriate carrier; the matrix shape carries dimensionality the ontology does not assert as individuals."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry a transformation matrix, a 4x4 homogeneous pose matrix, an n-D coordinate matrix, or a geocode identifier (1x1) on an Axis, Pose, SpatialCoordinates, or Geocode."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/headerName
<https://blackcatinformatics.ca/gmeow/headerName> rdf:type owl:DatatypeProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/MessageHeader> ;
                                                  rdfs:range rdfs:Literal ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                  rdfs:label "header name"@x-gmeow-english ;
                                                  skos:definition "The field name of a message header."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/headerValue
<https://blackcatinformatics.ca/gmeow/headerValue> rdf:type owl:DatatypeProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/MessageHeader> ;
                                                   rdfs:range rdfs:Literal ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                   rdfs:label "header value"@x-gmeow-english ;
                                                   skos:definition "The field value of a message header."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/heading
<https://blackcatinformatics.ca/gmeow/heading> rdf:type owl:DatatypeProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/Orientation> ;
                                               rdfs:range xsd:double ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                               rdfs:label "heading"@x-gmeow-english ;
                                               skos:definition "The compass direction an entity is facing, typically clockwise from north, in degrees."@x-gmeow-english ;
                                               skos:example "ex:ori gmeow:heading 270.0 ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid mixing it with a full 3D quaternion/Euler facet when only planar heading is known."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:heading (and optionally gmeow:bearing) on the Orientation for the compass facet."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the compass direction an entity faces, clockwise from north, in degrees — the compass orientation facet."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/holdingQuantity
<https://blackcatinformatics.ca/gmeow/holdingQuantity> rdf:type owl:DatatypeProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Holding> ;
                                                       rdfs:range xsd:decimal ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                       rdfs:label "holding quantity"@x-gmeow-english ;
                                                       skos:definition "The quantity of the asset held, as an xsd:decimal. Functional: a holding has exactly one quantity at a given point in time (competing standpoint-indexed quantities coexist as separate statements)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hopOrdinal
<https://blackcatinformatics.ca/gmeow/hopOrdinal> rdf:type owl:DatatypeProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/RelayHop> ;
                                                  rdfs:range xsd:integer ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                  rdfs:label "hop ordinal"@x-gmeow-english ;
                                                  skos:definition "The position of a hop within the message path (1 = closest to the origin)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/hsNumber
<https://blackcatinformatics.ca/gmeow/hsNumber> rdf:type owl:DatatypeProperty ,
                                                         owl:FunctionalProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/InstrumentType> ;
                                                rdfs:range xsd:string ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                rdfs:label "Hornbostel–Sachs number"@x-gmeow-english ;
                                                skos:definition "The Hornbostel–Sachs classification number for this instrument type, as a literal string (e.g. \"314.122-4-8\" for piano). Optional; carried as a literal because HS codes are not quantitative values (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/iban
<https://blackcatinformatics.ca/gmeow/iban> rdf:type owl:DatatypeProperty ;
                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/FinancialAccount> ;
                                            rdfs:range rdfs:Literal ;
                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                            rdfs:label "IBAN"@x-gmeow-english ;
                                            skos:definition "The International Bank Account Number (ISO 13616) of a bank account."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/identifier
<https://blackcatinformatics.ca/gmeow/identifier> rdf:type owl:DatatypeProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                  rdfs:range rdfs:Literal ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                  rdfs:label "identifier"@x-gmeow-english ;
                                                  skos:definition "A formal identifier of a creative work, such as a DOI or patent number."@x-gmeow-english ;
                                                  skos:example "ex:paper gmeow:identifier \"doi:10.1145/3290605\" ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for the work's title (use gmeow:title / gmeow:hasTitle) and avoid it for the GMEOW IRI itself — this is an external identifier literal, not the resource's identity."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Carry each identifier as a scheme-prefixed literal on gmeow:identifier (e.g. 'doi:...', 'isbn:...'); project to schema:identifier with the appropriate property type."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a formal external identifier of a creative work — a DOI, ISBN, patent number, or accession; non-functional, so a work may carry several identifier schemes."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/identifierScheme
<https://blackcatinformatics.ca/gmeow/identifierScheme> rdf:type owl:DatatypeProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Identifier> ;
                                                        rdfs:range rdfs:Literal ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                        rdfs:label "identifier scheme"@x-gmeow-english ;
                                                        skos:definition "The scheme of an identifier — e.g. 'lei', 'ror', 'naics', 'isicV4', 'companyRegistration', 'wikidata'. Declared on the Identifier node, not the Organization, to avoid cross-product pairing bugs when multiple identifiers coexist."@x-gmeow-english ;
                                                        skos:example "ex:acmeLei gmeow:identifierScheme \"lei\" ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid declaring the scheme on the bearer rather than the gmeow:Identifier node (that re-introduces the cross-product pairing bug) and avoid inventing a code where a standard scheme name exists."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:identifierScheme on the gmeow:Identifier node next to gmeow:identifierValue; a tax ID is simply scheme \"tax\" (the LEI/NAICS idiom), read by a scheme-guarded cell into schema:taxID."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the scheme of a gmeow:Identifier — 'lei', 'ror', 'naics', 'tax', 'wikidata' — so its scheme-local gmeow:identifierValue is interpretable; the scheme also guards schema:taxID and similar projection cells."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/identifierValue
<https://blackcatinformatics.ca/gmeow/identifierValue> rdf:type owl:DatatypeProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Identifier> ;
                                                       rdfs:range rdfs:Literal ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                       rdfs:label "identifier value"@x-gmeow-english ;
                                                       skos:definition "The literal value of an identifier — e.g. '529900T8BM49AURSDO55' or '541511'."@x-gmeow-english ;
                                                       skos:example "ex:acmeNaics gmeow:identifierValue \"541511\" ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid carrying the resolving URL here (that is gmeow:identifierUrl) and avoid an unscheme'd value — always pair it with gmeow:identifierScheme on the same node so the code is interpretable."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:identifierValue on the gmeow:Identifier node alongside gmeow:identifierScheme; keep value and scheme on the SAME node so projections never cross-pair codes from coexisting identifiers."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the scheme-local literal code of a gmeow:Identifier — the actual LEI, NAICS, ORCID, or registration string."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/imageOrientation
<https://blackcatinformatics.ca/gmeow/imageOrientation> rdf:type owl:DatatypeProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/MediaObject> ;
                                                        rdfs:range xsd:decimal ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                        rdfs:label "image orientation"@x-gmeow-english ;
                                                        skos:definition "The clockwise rotation of an image from its normal orientation, in degrees (EXIF convention: 0, 90, 180, 270). Functional: one orientation per manifestation. Transform math lives in the solver layer (Principle 12)."@x-gmeow-english ;
                                                        skos:example "ex:photo gmeow:imageOrientation 90 ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid encoding the rotation transform's math here (it lives in the solver layer, Principle 12) and avoid arbitrary non-EXIF angles — use the standard 0/90/180/270 convention."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the rotation degrees on gmeow:imageOrientation of the gmeow:MediaObject; the solver applies the actual pixel transform when rendering."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the clockwise EXIF rotation of an image from its normal orientation, in degrees (0/90/180/270); functional, one orientation per manifestation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/importance
<https://blackcatinformatics.ca/gmeow/importance> rdf:type owl:DatatypeProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                  rdfs:range rdfs:Literal ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                  rdfs:label "importance"@x-gmeow-english ;
                                                  skos:definition "The raw Importance header value of an email message (high, normal, or low). Stored as the canonical header literal; the vocabulary is small but client-extensible."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/indexParameters
<https://blackcatinformatics.ca/gmeow/indexParameters> rdf:type owl:DatatypeProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/VectorIndex> ;
                                                       rdfs:range xsd:string ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                                       rdfs:label "index parameters"@x-gmeow-english ;
                                                       skos:definition "The build parameters (efConstruction, nlist, M, ...) recorded verbatim as a JSON object string — reproducibility provenance; their semantics stay in the solver layer (P12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/ingestedAt
<https://blackcatinformatics.ca/gmeow/ingestedAt> rdf:type owl:DatatypeProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/ImportActivity> ;
                                                  rdfs:range xsd:dateTime ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/provenance> ;
                                                  rdfs:label "ingested at"@x-gmeow-english ;
                                                  skos:definition "When an import activity recorded its claims into the system — the transaction time. Distinct from gmeow:assertedAt (observation) and gmeow:validFrom/validUntil (validity)."@x-gmeow-english ;
                                                  skos:example "ex:import2026 gmeow:ingestedAt \"2026-06-15T09:00:00Z\"^^xsd:dateTime ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the observation time of a claim (statement-level gmeow:assertedAt) or the time a fact holds in the world (gmeow:validFrom / gmeow:validUntil); collapsing the three temporal axes defeats the bitemporal model."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Attach exactly one xsd:dateTime to the gmeow:ImportActivity (it is functional); pair it with gmeow:wasAssociatedWith for the importing agent, and let the ingested claims carry their own gmeow:assertedAt on the statement layer."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to stamp a gmeow:ImportActivity with its transaction time — the instant the system learned the claims — so bitemporal queries can separate when-learned from when-asserted and when-valid."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/inquiryPriority
<https://blackcatinformatics.ca/gmeow/inquiryPriority> rdf:type owl:DatatypeProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Procedure> ;
                                                       rdfs:range xsd:integer ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                       rdfs:label "inquiry priority"@x-gmeow-english ;
                                                       skos:definition "The priority of a research inquiry, on a 1–10 scale. Applies to Procedures of type researchPlan."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/inquiryTheme
<https://blackcatinformatics.ca/gmeow/inquiryTheme> rdf:type owl:DatatypeProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Procedure> ;
                                                    rdfs:range rdfs:Literal ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                    rdfs:label "inquiry theme"@x-gmeow-english ;
                                                    skos:definition "The thematic area or topic of a research inquiry. Applies to Procedures of type researchPlan. Open vocabulary — any literal is valid."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/instantValue
<https://blackcatinformatics.ca/gmeow/instantValue> rdf:type owl:DatatypeProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Instant> ;
                                                    rdfs:range xsd:dateTime ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                    rdfs:label "instant value"@x-gmeow-english ;
                                                    skos:definition "The crisp instant as an xsd:dateTime literal in the associated temporal frame."@x-gmeow-english ;
                                                    skos:example "ex:birthInstant gmeow:instantValue \"1804-07-12T00:00:00Z\"^^xsd:dateTime ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for approximate, uncertain, or open-ended points (use gmeow:edtfValue) and avoid an xsd:date literal — base-triple time is xsd:dateTime (P3); functional, so an instant has at most one crisp value."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Write a full xsd:dateTime interpreted in the instant's gmeow:inTemporalFrame; when the point is only known to a coarser resolution, set it to the canonical start of the period and record the real resolution with gmeow:hasGranularity."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the crisp, machine-computable value of a gmeow:Instant — the single xsd:dateTime the solver and renderers read."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/intersexVariation
<https://blackcatinformatics.ca/gmeow/intersexVariation> rdf:type owl:DatatypeProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/Person> ;
                                                         rdfs:range rdfs:Literal ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                                         rdfs:label "intersex variation"@x-gmeow-english ;
                                                         skos:definition "An optional free-text note recording an intersex variation, for inclusivity where gmeow:sexAssignedAtBirth gmeow:saabIntersex is insufficient. Deliberately a plain note, NOT a clinical DSD taxonomy and NOT a value vocabulary — GMEOW does not model medical sex characteristics in depth."@x-gmeow-english ;
                                                         skos:example "ex:lillith gmeow:intersexVariation \"variation noted on record\"@en ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it as a clinical DSD taxonomy or a value vocabulary, and avoid it for ordinary sex-assigned-at-birth recording (use gmeow:sexAssignedAtBirth); GMEOW does not model medical sex characteristics in depth."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Attach a short plain literal alongside gmeow:sexAssignedAtBirth gmeow:saabIntersex; treat it as the deepest sensitivity and keep it out of public projections."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use only to carry a brief free-text inclusivity note about an intersex variation that the coarse gmeow:saabIntersex value cannot capture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/introducerAmount
<https://blackcatinformatics.ca/gmeow/introducerAmount> rdf:type owl:DatatypeProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/TrustAssertion> ;
                                                        rdfs:range xsd:integer ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                                        rdfs:label "introducer amount"@x-gmeow-english ;
                                                        skos:definition "The trust-signature amount/weight the trustor assigns to the trustee as an introducer."@x-gmeow-english ;
                                                        skos:example "ex:t1 gmeow:introducerAmount 120 ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for how many introducer levels to follow (that is gmeow:introducerDepth) and avoid using it to compute validity in OWL — it is a declared input weight, not a reasoner-derived score."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Set the amount as xsd:integer on the gmeow:TrustAssertion alongside gmeow:introducerDepth and gmeow:trustLevel; the projection-layer metric combines them, leaving the logical core free of trust arithmetic."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the weight a trustor assigns to a trustee as an introducer — the OpenPGP trust-signature amount a projection metric accumulates toward a validity threshold."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/introducerDepth
<https://blackcatinformatics.ca/gmeow/introducerDepth> rdf:type owl:DatatypeProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/TrustAssertion> ;
                                                       rdfs:range xsd:integer ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                                       rdfs:label "introducer depth"@x-gmeow-english ;
                                                       skos:definition "The trust-signature depth: how many levels of indirect introducers the trustor is willing to follow (a trust-signature notion, not computed here)."@x-gmeow-english ;
                                                       skos:example "ex:t1 gmeow:introducerDepth 2 ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the weight assigned to a single introducer (that is gmeow:introducerAmount) and avoid treating depth as a computed transitive result — it is a declared input, never an OWL entailment (owner-trust is deliberately non-transitive)."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Set the depth as xsd:integer on the gmeow:TrustAssertion alongside gmeow:introducerAmount; the projection layer consumes both when computing validity, never the reasoner."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record how many levels of indirect introducers a trustor is willing to follow — the OpenPGP trust-signature depth that bounds the chain a projection metric may walk."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/invoiceDueDate
<https://blackcatinformatics.ca/gmeow/invoiceDueDate> rdf:type owl:DatatypeProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Invoice> ;
                                                      rdfs:range xsd:dateTime ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                      rdfs:label "invoice due date"@x-gmeow-english ;
                                                      skos:definition "The date and time by which payment is due (xsd:dateTime — DL-clean, never xsd:date). Non-functional: competing standpoint-indexed due dates coexist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/isAccessibleForFree
<https://blackcatinformatics.ca/gmeow/isAccessibleForFree> rdf:type owl:DatatypeProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                           rdfs:range xsd:boolean ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                           rdfs:label "is accessible for free"@x-gmeow-english ;
                                                           skos:definition "Whether the asset is accessible without payment (schema:isAccessibleForFree)."@x-gmeow-english ;
                                                           skos:example "ex:openArticle gmeow:isAccessibleForFree true ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating it with the licence (a freely-accessible work may still be all-rights-reserved — use gmeow:hasLicense for the terms) and avoid it for access conditions, which are gmeow:conditionsOfAccess."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:isAccessibleForFree to a boolean on the asset; pair false with gmeow:acquireLicensePage for the purchase route, and keep the licence terms on gmeow:hasLicense."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record whether an asset is accessible without payment (schema:isAccessibleForFree) — the free/paywalled signal for a work or dataset."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/isOsiApproved
<https://blackcatinformatics.ca/gmeow/isOsiApproved> rdf:type owl:DatatypeProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/License> ;
                                                     rdfs:range xsd:boolean ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                     rdfs:label "is OSI approved"@x-gmeow-english ;
                                                     skos:definition "Whether the licence is approved by the Open Source Initiative (spdx:isOsiApproved)."@x-gmeow-english ;
                                                     skos:example "ex:apacheLicense gmeow:isOsiApproved true ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid inferring it from the family (gmeow:licenseFamily) — OSI approval is a specific determination, not derivable from 'permissive' or 'copyleft' — and avoid using it for free-of-charge access, which is gmeow:isAccessibleForFree."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:isOsiApproved to a boolean on a gmeow:License from the SPDX List's isOsiApproved field, alongside gmeow:spdxLicenseId."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record whether a licence is OSI-approved (spdx:isOsiApproved) — the open-source-approval flag for a software or data licence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/issuedAt
<https://blackcatinformatics.ca/gmeow/issuedAt> rdf:type owl:DatatypeProperty ,
                                                         owl:FunctionalProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Attestation> ;
                                                rdfs:range xsd:dateTime ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                rdfs:label "issued at"@x-gmeow-english ;
                                                skos:definition "The instant an attestation was issued. Functional: the issue time is constitutive of the attestation's identity."@x-gmeow-english ;
                                                skos:example "ex:provAtt gmeow:issuedAt \"2026-06-15T10:00:00Z\"^^xsd:dateTime ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the validity window (use gmeow:validFrom / gmeow:validUntil) or the verification time (that lives on the gmeow:VerificationResult); and because it is functional, a different issue time is a different attestation."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Set one xsd:dateTime issue instant; bound usability separately with gmeow:validFrom/validUntil (revocation sets validUntil), and let transparency-log inclusion time ride on the gmeow:TransparencyLogEntry rather than here."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to stamp the single instant a vouching act was issued — the wall-clock moment the attester signed and released the envelope."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/keyAlgorithm
<https://blackcatinformatics.ca/gmeow/keyAlgorithm> rdf:type owl:DatatypeProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/CryptographicKey> ;
                                                    rdfs:range rdfs:Literal ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                                    rdfs:label "key algorithm"@x-gmeow-english ;
                                                    skos:definition "The key's algorithm (e.g. rsa, ed25519, secp256k1). Not functional (source-variable)."@x-gmeow-english ;
                                                    skos:example "ex:lillithKey gmeow:keyAlgorithm \"ed25519\" ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the key's format family (that is gmeow:keyScheme, e.g. OpenPGP vs X.509) and treat it as source-variable, not a single locked value; the algorithm is the primitive, not the scheme."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Attach the algorithm literal to the key; pair it with the functional gmeow:keyScheme for the format and let differing source reports coexist."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the cryptographic primitive a key uses — rsa, ed25519, secp256k1 — so consumers can assess or filter keys by algorithm strength."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/keyExpiresAt
<https://blackcatinformatics.ca/gmeow/keyExpiresAt> rdf:type owl:DatatypeProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/CryptographicKey> ;
                                                    rdfs:range xsd:dateTime ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                                    rdfs:label "key expires at"@x-gmeow-english ;
                                                    skos:definition "The instant a key is set to expire. Not functional (sources may report different expiry, and subkeys differ)."@x-gmeow-english ;
                                                    skos:example "ex:lillithKey gmeow:keyExpiresAt \"2027-01-01T00:00:00Z\"^^xsd:dateTime ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the validity window of a certification or trust assertion (those use gmeow:validFrom / gmeow:validUntil on the relator) and avoid forcing one value — sources and subkeys report different expiry, so keep it non-functional."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Attach the expiry instant as xsd:dateTime; carry the holding or attestation windows separately on gmeow:holdsKey and gmeow:Certification, and let competing source expiries coexist."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record when a key is scheduled to expire — the self-declared validity bound carried in the key's own metadata."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/keyId
<https://blackcatinformatics.ca/gmeow/keyId> rdf:type owl:DatatypeProperty ;
                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/CryptographicKey> ;
                                             rdfs:range rdfs:Literal ;
                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                             rdfs:label "key id"@x-gmeow-english ;
                                             skos:definition "A short identifier for a key (e.g. a PGP long key id). Not functional (source-variable)."@x-gmeow-english ;
                                             skos:example "ex:lillithKey gmeow:keyId \"0xDEADBEEF12345678\" ."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid relying on it as a unique key — short ids can collide and vary by source, so keep it non-functional; for the full hash use gmeow:fingerprint."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Attach each source's short id literal to the key alongside the fuller gmeow:fingerprint; let multiple source-variable values coexist."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record a key's short identifier (e.g. a PGP long key id) — the compact handle a source uses to refer to the key."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/keyMaterial
<https://blackcatinformatics.ca/gmeow/keyMaterial> rdf:type owl:DatatypeProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/CryptographicKey> ;
                                                   rdfs:range rdfs:Literal ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                                   rdfs:label "key material"@x-gmeow-english ;
                                                   skos:definition "The public key material itself (armored or hex form). Not functional (encodings vary by source)."@x-gmeow-english ;
                                                   skos:example "ex:lillithKey gmeow:keyMaterial \"-----BEGIN PGP PUBLIC KEY BLOCK-----...\" ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a private key (never model secret material) and avoid forcing one encoding — armored and hex forms from different sources coexist, so keep it non-functional; for a compact reference use gmeow:fingerprint or gmeow:keyId."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Attach the public material verbatim in its source encoding; prefer gmeow:fingerprint for identification and reserve full material for when the bytes must be republished."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the actual public key bytes — armored or hex form — when the key material itself must travel with the entity rather than only a fingerprint reference."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/languageCode
<https://blackcatinformatics.ca/gmeow/languageCode> rdf:type owl:DatatypeProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Language> ;
                                                    rdfs:range rdfs:Literal ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/language> ;
                                                    rdfs:label "language code"@x-gmeow-english ;
                                                    skos:definition "An OPTIONAL registry code for a language (a BCP-47 tag \"ja\", an ISO 639-3 code \"jpn\", a Glottocode). A see-also alignment value, NEVER identity — a code-less conlang or AI-language is fully first-class. Authoritative identity is the self-minted IRI; assert registry coreference with skos:exactMatch and gmeow:authorityLink. Non-functional (a language carries codes in several registries)."@x-gmeow-english ;
                                                    skos:example "gmeow:langEnglish gmeow:languageCode \"en\" , \"eng\" ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid treating a code as the language's identity or as the @lang tag on GMEOW's own literals (that is gmeow:languageTag), and avoid forcing one code — a language carries codes in several registries, so it stays non-functional. A code-less conlang needs no value here."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "List each registry code as a literal and pair it with skos:exactMatch (and gmeow:authorityLink) to the registry IRI for graph-level coreference; never let the code substitute for the IRI in a gmeow:writtenInLanguage object."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record a language's registry code(s) — ISO 639-3, BCP-47 primary subtag, Glottocode — as a see-also alignment for interop and lookup, while the self-minted IRI remains the identity."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/languageTag
<https://blackcatinformatics.ca/gmeow/languageTag> rdf:type owl:DatatypeProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Language> ;
                                                   rdfs:range xsd:string ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/language> ;
                                                   rdfs:label "language tag"@x-gmeow-english ;
                                                   skos:definition "The internal private-use BCP-47 language tag (e.g., 'x-gmeow-japanese') used for @lang annotations on string literals representing this language."@x-gmeow-english ;
                                                   skos:example "gmeow:langEnglish gmeow:languageTag \"x-gmeow-english\" ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/consumerWikidata> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/consumerWikipedia> ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it on data-tier languages that never tag GMEOW's own literals (use gmeow:languageCode for registry alignment) and avoid emitting the private-use tag to consumers that require standard BCP-47 — project it through gmeow:bcp47Tag instead."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Assign one x-gmeow-* string per anchoring Language individual (functional: a single private-use tag); pair with gmeow:bcp47Tag so the projection layer can swap the internal tag for a standard one when serializing to external vocabularies."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to declare the private-use tag (x-gmeow-*) a seed Language individual anchors — GMEOW's own internal literals carry this tag so no natural language is privileged (Principle 9), and the projection layer reconstructs standard BCP-47 from it on export (Principle 4)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/latestEnd
<https://blackcatinformatics.ca/gmeow/latestEnd> rdf:type owl:DatatypeProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                 rdfs:range xsd:dateTime ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                 rdfs:label "latest end"@x-gmeow-english ;
                                                 skos:definition "The latest instant by which an event must have ended — the upper bound of a fuzzy / approximate date (xsd:dateTime). Pairs with gmeow:earliestStart and a gmeow:temporalPrecision value."@x-gmeow-english ;
                                                 skos:example "ex:battle gmeow:latestEnd \"1859-12-31T23:59:59Z\"^^xsd:dateTime ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for a crisp instant (gmeow:eventTime) or span (gmeow:eventInterval), and avoid stating it alone — it is the companion upper bound to gmeow:earliestStart."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:latestEnd as an xsd:dateTime alongside gmeow:earliestStart and gmeow:temporalPrecision; leave fuzzy-interval reasoning to the solver layer (P12)."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the upper bound of a fuzzy or approximate date, paired with gmeow:earliestStart and a gmeow:temporalPrecision value to bracket when an event could have occurred."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/latitude
<https://blackcatinformatics.ca/gmeow/latitude> rdf:type owl:DatatypeProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/GeoCoordinates> ;
                                                rdfs:range xsd:decimal ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                rdfs:label "latitude"@x-gmeow-english ;
                                                skos:definition "The latitude of a geographic point in decimal degrees."@x-gmeow-english ;
                                                skos:example "ex:pt gmeow:latitude 55.95 ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid on anything but a GeoCoordinates value and avoid for celestial declination (use gmeow:declination)."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Pair gmeow:latitude with gmeow:longitude on the same GeoCoordinates; precise values are coarsenGuarded upstream via gmeow:hasCoordinates."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ,
                                                                                                      <https://blackcatinformatics.ca/gmeow/consumerResearchQueue> ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the latitude of a GeoCoordinates point in decimal degrees."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/ledgerInclusionProof
<https://blackcatinformatics.ca/gmeow/ledgerInclusionProof> rdf:type owl:DatatypeProperty ;
                                                            rdfs:range rdfs:Literal ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                            rdfs:label "ledger inclusion proof"@x-gmeow-english ;
                                                            skos:definition "A cryptographic inclusion proof for a transaction, event, or transparency log entry. Domain-free: applies to LedgerTransaction, LedgerEvent, TransparencyLogEntry, and Block."@x-gmeow-english ;
                                                            skos:example "ex:rekorEntry gmeow:ledgerInclusionProof \"<merkle-proof-base64>\" ."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid reading a present inclusion proof as correctness — it proves inclusion, NOT real-world truth (module boundaries) — and avoid it for the verdict of checking the proof (that is a gmeow:VerificationResult)."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Attach the proof literal to the transaction, event, block, or transparency-log entry; the proof is verified in the solver layer (Principle 12), which produces a gmeow:VerificationResult rather than asserting truth."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the cryptographic inclusion proof (e.g. a Merkle proof) for a ledger transaction, event, block, or transparency-log entry — the domain-free evidence that the record is present in its log or chain."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/licenseText
<https://blackcatinformatics.ca/gmeow/licenseText> rdf:type owl:DatatypeProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/License> ;
                                                   rdfs:range rdfs:Literal ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                   rdfs:label "license text"@x-gmeow-english ;
                                                   skos:definition "The full legal text of a licence (spdx:licenseText)."@x-gmeow-english ;
                                                   skos:example "ex:customLicense gmeow:licenseText \"Permission is hereby granted …\" ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid inlining the text of a standard licence (reference it by gmeow:spdxLicenseId and resolve the canonical text by reference, P5) and avoid using it as the licence identity."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:licenseText on a gmeow:License only when the full text must travel with the data; otherwise carry gmeow:spdxLicenseId and let consumers resolve the SPDX text."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the full legal text of a licence (spdx:licenseText) — typically only for a custom or bespoke licence whose text is not a standard SPDX-identified one."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/linkMechanism
<https://blackcatinformatics.ca/gmeow/linkMechanism> rdf:type owl:DatatypeProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/CausalLink> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                     rdfs:label "link mechanism"@x-gmeow-english ;
                                                     skos:definition "How the causation works — prose. NOT functional and range-open (localizable prose, the localizable-prose convention lesson): one mechanism account per language tag."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/linkStrength
<https://blackcatinformatics.ca/gmeow/linkStrength> rdf:type owl:DatatypeProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/CausalLink> ;
                                                    rdfs:range xsd:decimal ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                    rdfs:label "link strength"@x-gmeow-english ;
                                                    skos:definition "A solver-INPUT weight for this link, on whatever scale the consuming analysis declares. Never a solver output written back as assertion (Principle 12). NOT functional design review: strength estimates are source-variable claims — divergent estimates coexist through the statement layer rather than forcing owl:sameAs collisions; single-valuedness per base graph is the SHACL layer's job (the hasAuthorityLevel convention)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/listId
<https://blackcatinformatics.ca/gmeow/listId> rdf:type owl:DatatypeProperty ;
                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/Message> ;
                                              rdfs:range rdfs:Literal ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                              rdfs:label "list id"@x-gmeow-english ;
                                              skos:definition "The mailing-list identifier a message was distributed through (RFC 2919 List-Id)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/listPost
<https://blackcatinformatics.ca/gmeow/listPost> rdf:type owl:DatatypeProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                rdfs:range rdfs:Literal ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                rdfs:label "list post"@x-gmeow-english ;
                                                skos:definition "The posting address or sentinel for the mailing list this message was distributed through (RFC 2369 List-Post). A datatype property because RFC 2369 permits the sentinel value 'NO' for announcement-only lists; URI values are stored as literals. The raw header is also preserved on MessageHeader."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/localPart
<https://blackcatinformatics.ca/gmeow/localPart> rdf:type owl:DatatypeProperty ,
                                                          owl:FunctionalProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailAddress> ;
                                                 rdfs:range rdfs:Literal ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                 rdfs:label "local part"@x-gmeow-english ;
                                                 skos:definition "The local part of an email address."@x-gmeow-english ;
                                                 skos:example "ex:lillithEmail gmeow:localPart \"lillith\" ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                         <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting more than one local part per address (it is functional) and avoid publishing it to public consumers — the local part still identifies a person and is sensitive personal data."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Derive the local part from gmeow:addressValue; it inherits the address's personal sensitivity and is withheld from public consumers."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the parsed local part (before the @) of a first-class gmeow:EmailAddress when address structure must be queried separately from the whole."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/logEntryIndex
<https://blackcatinformatics.ca/gmeow/logEntryIndex> rdf:type owl:DatatypeProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/TransparencyLogEntry> ;
                                                     rdfs:range xsd:integer ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                     rdfs:label "log entry index"@x-gmeow-english ;
                                                     skos:definition "The sequential index of the entry within its transparency log."@x-gmeow-english ;
                                                     skos:example "ex:rekorEntry gmeow:logEntryIndex 4815162342 ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a retrieval address (use gmeow:logEntryUrl) or a ledger event's in-block position (gmeow:logIndex); and because it is functional, an entry has exactly one index within its log."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Set one integer index on the gmeow:TransparencyLogEntry; combine it with the log's identity and a gmeow:logEntryUrl so the entry can be re-fetched and re-verified."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the stable sequential position of a gmeow:TransparencyLogEntry within its append-only log — the log-local identity that survives mirror changes."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/logEntryUrl
<https://blackcatinformatics.ca/gmeow/logEntryUrl> rdf:type owl:DatatypeProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/TransparencyLogEntry> ;
                                                   rdfs:range rdfs:Literal ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                   rdfs:label "log entry URL"@x-gmeow-english ;
                                                   skos:definition "A URL at which the transparency log entry can be retrieved. Non-functional: multiple mirrors may exist."@x-gmeow-english ;
                                                   skos:example "ex:rekorEntry gmeow:logEntryUrl \"https://rekor.sigstore.dev/api/v1/log/entries/...\" ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the entry's position within the log (that is gmeow:logEntryIndex) and avoid treating it as a single canonical location — multiple mirrors may exist, so it is non-functional."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Attach one URL literal per mirror on the gmeow:TransparencyLogEntry; pair with gmeow:logEntryIndex for stable identity independent of any one mirror's availability."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record a retrieval URL for a gmeow:TransparencyLogEntry so a consumer can fetch and re-check the logged record; assert one per mirror."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/logIndex
<https://blackcatinformatics.ca/gmeow/logIndex> rdf:type owl:DatatypeProperty ,
                                                         owl:FunctionalProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/LedgerEvent> ;
                                                rdfs:range xsd:integer ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                rdfs:label "log index"@x-gmeow-english ;
                                                skos:definition "The index of a ledger event within its containing block or transaction."@x-gmeow-english ;
                                                skos:example "ex:transferEvent gmeow:logIndex 3 ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a transparency-log entry's position in its log (that is gmeow:logEntryIndex) or a block's chain height (gmeow:blockNumber); this is the in-block event offset. Functional — one index per event."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Set one integer offset on the gmeow:LedgerEvent; combine it with the containing transaction hash and block to address the event uniquely on the chain."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the position of a gmeow:LedgerEvent within its containing block or transaction — the offset that disambiguates one emitted log from another in the same record."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/longitude
<https://blackcatinformatics.ca/gmeow/longitude> rdf:type owl:DatatypeProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/GeoCoordinates> ;
                                                 rdfs:range xsd:decimal ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                 rdfs:label "longitude"@x-gmeow-english ;
                                                 skos:definition "The longitude of a geographic point in decimal degrees."@x-gmeow-english ;
                                                 skos:example "ex:pt gmeow:longitude -3.19 ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid on anything but a GeoCoordinates value and avoid for celestial right ascension (use gmeow:rightAscension)."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Pair gmeow:longitude with gmeow:latitude on the same GeoCoordinates; precise values are coarsenGuarded upstream."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ,
                                                                                                       <https://blackcatinformatics.ca/gmeow/consumerResearchQueue> ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the longitude of a GeoCoordinates point in decimal degrees."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mailboxName
<https://blackcatinformatics.ca/gmeow/mailboxName> rdf:type owl:DatatypeProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Mailbox> ;
                                                   rdfs:range rdfs:Literal ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                   rdfs:label "mailbox name"@x-gmeow-english ;
                                                   skos:definition "The display name of a mailbox or label."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mailboxPath
<https://blackcatinformatics.ca/gmeow/mailboxPath> rdf:type owl:DatatypeProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Mailbox> ;
                                                   rdfs:range rdfs:Literal ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                   rdfs:label "mailbox path"@x-gmeow-english ;
                                                   skos:definition "A display path string for a mailbox (e.g. 'INBOX/Work/Projects'). Derived from the transitive parentMailbox spine; a projection-layer convenience, not a canonical fact."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mailboxRole
<https://blackcatinformatics.ca/gmeow/mailboxRole> rdf:type owl:DatatypeProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Mailbox> ;
                                                   rdfs:range rdfs:Literal ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                   rdfs:label "mailbox role"@x-gmeow-english ;
                                                   skos:definition "The special-use role of a mailbox (JMAP role): inbox, archive, drafts, sent, trash, junk, templates."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mailboxSortOrder
<https://blackcatinformatics.ca/gmeow/mailboxSortOrder> rdf:type owl:DatatypeProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/Mailbox> ;
                                                        rdfs:range xsd:integer ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                        rdfs:label "mailbox sort order"@x-gmeow-english ;
                                                        skos:definition "The display ordering of a mailbox among its siblings in a provider's UI. Provider-derived mutable state, not a logical core fact. Intentionally non-functional: different sources or UIs may assign different sort orders to the same mailbox (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mailboxTotalMessages
<https://blackcatinformatics.ca/gmeow/mailboxTotalMessages> rdf:type owl:DatatypeProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/Mailbox> ;
                                                            rdfs:range xsd:integer ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                            rdfs:label "mailbox total messages"@x-gmeow-english ;
                                                            skos:definition "The total number of messages residing in a mailbox. A derived rollup over gmeow:MailboxResidence / gmeow:residesIn, computed in the solver/projection layer (Principle 12), not asserted as a canonical fact."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mailboxUnreadMessages
<https://blackcatinformatics.ca/gmeow/mailboxUnreadMessages> rdf:type owl:DatatypeProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/Mailbox> ;
                                                             rdfs:range xsd:integer ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                             rdfs:label "mailbox unread messages"@x-gmeow-english ;
                                                             skos:definition "The number of unread messages in a mailbox. A derived rollup over message residence and keyword state (absence of gmeow:keywordSeen), computed in the solver/projection layer (Principle 12), not asserted as a canonical fact."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mailmapEntry
<https://blackcatinformatics.ca/gmeow/mailmapEntry> rdf:type owl:DatatypeProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                    rdfs:range rdfs:Literal ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                    rdfs:label "mailmap entry"@x-gmeow-english ;
                                                    skos:definition "The canonical .mailmap line for an agent — typically 'Canonical Name <canonical@example.com>'. This is the source value from which the .mailmap projection is generated (Principle 4)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mapRatioDenominator
<https://blackcatinformatics.ca/gmeow/mapRatioDenominator> rdf:type owl:DatatypeProperty ,
                                                                    owl:FunctionalProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/TimeMapping> ;
                                                           rdfs:range xsd:integer ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "map ratio denominator"@x-gmeow-english ;
                                                           skos:definition "The denominator of the rational ratio carried by a TimeMapping (e.g. 2 for a 3:2 tuplet). Always positive."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mapRatioNumerator
<https://blackcatinformatics.ca/gmeow/mapRatioNumerator> rdf:type owl:DatatypeProperty ,
                                                                  owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/TimeMapping> ;
                                                         rdfs:range xsd:integer ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "map ratio numerator"@x-gmeow-english ;
                                                         skos:definition "The numerator of the rational ratio carried by a TimeMapping (e.g. 3 for a 3:2 tuplet)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/markText
<https://blackcatinformatics.ca/gmeow/markText> rdf:type owl:DatatypeProperty ,
                                                         owl:FunctionalProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Mark> ;
                                                rdfs:range rdfs:Literal ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                rdfs:label "mark text"@x-gmeow-english ;
                                                skos:definition "The textual form of a mark (the brand name / word mark), e.g. \"Blackcat Informatics®\"."@x-gmeow-english ;
                                                skos:example "ex:blackcatMark gmeow:markText \"Blackcat Informatics®\" ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid attaching it to the gmeow:Trademark right (it belongs on the gmeow:Mark) and avoid using it for the registration number, which is gmeow:registrationNumber."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:markText once per Mark (functional) to its textual brand form; a purely figurative mark may carry an image reference on the Mark instead."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                      <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the word-mark / brand-name string of a gmeow:Mark."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/materializationDepth
<https://blackcatinformatics.ca/gmeow/materializationDepth> rdf:type owl:DatatypeProperty ,
                                                                     owl:FunctionalProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/Repository> ;
                                                            rdfs:range xsd:nonNegativeInteger ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                            rdfs:label "materialization depth"@x-gmeow-english ;
                                                            skos:definition "The number of levels of Merkle tree to materialise as triples for this repository. 0 = no tree materialisation (commits and refs only); 1 = root tree only; 2 = root tree plus one level of children; etc. Deep traversal of large repositories is left to native git or SWHID APIs. This is a projection boundary, not a deletion (Principle 10)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/matrixShape
<https://blackcatinformatics.ca/gmeow/matrixShape> rdf:type owl:DatatypeProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/CoordinateMatrix> ;
                                                   rdfs:range xsd:string ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory-environment> ;
                                                   rdfs:label "matrix shape"@x-gmeow-english ;
                                                   skos:definition "The shape descriptor of a CoordinateMatrix (e.g. '4×1' for a colourspace tuple, '256×1' for a spectral vector, '640×480×3' for a thermal image). Enables the solver layer to parse matrixValue correctly without inferring shape from the literal content (Principle 12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/matrixValue
<https://blackcatinformatics.ca/gmeow/matrixValue> rdf:type owl:DatatypeProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/CoordinateMatrix> ;
                                                   rdfs:range rdfs:Literal ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory-environment> ;
                                                   rdfs:label "matrix value"@x-gmeow-english ;
                                                   skos:definition "The serialised numeric content of a CoordinateMatrix — a vector, matrix, or tensor expressed as a literal (e.g. a JSON array, a WKT-like tuple string, or a base64-encoded binary blob). The serialisation format is frame-specific and is interpreted by the solver layer (Principle 12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/measuredAge
<https://blackcatinformatics.ca/gmeow/measuredAge> rdf:type owl:DatatypeProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/TemporalMeasurement> ;
                                                   rdfs:range xsd:decimal ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                   rdfs:label "measured age"@x-gmeow-english ;
                                                   skos:definition "The numeric age yielded by a temporal measurement, in the unit given by gmeow:hasUnit."@x-gmeow-english ;
                                                   skos:example "ex:charcoalDate gmeow:measuredAge \"4200\"^^xsd:decimal ; gmeow:hasUnit <http://qudt.org/vocab/unit/YR> ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for an absolute calendar instant (use gmeow:measuredDate, which feeds the periodStart chain) and avoid omitting gmeow:hasUnit; a bare number without a unit is ill-formed."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Write an xsd:decimal age and always pair it with gmeow:hasUnit; record spread with gmeow:measurementUncertainty; converting an age to an absolute date is a solver-layer concern (P12), so age does not trigger the periodStart chain."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a measurement that yields an elapsed-time figure (years before present, sample age) rather than an absolute calendar date — the radiocarbon/geologic style of result."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/measurementUncertainty
<https://blackcatinformatics.ca/gmeow/measurementUncertainty> rdf:type owl:DatatypeProperty ,
                                                                       owl:FunctionalProperty ;
                                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/TemporalMeasurement> ;
                                                              rdfs:range xsd:decimal ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                              rdfs:label "measurement uncertainty"@x-gmeow-english ;
                                                              skos:definition "The uncertainty (e.g. ±1 sigma) of a temporal measurement, in the same unit as the measured age."@x-gmeow-english ;
                                                              skos:example "ex:charcoalDate gmeow:measurementUncertainty \"35\"^^xsd:decimal ."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid mixing units (it shares gmeow:hasUnit with gmeow:measuredAge) and avoid using it to express ontic determinacy; that is gmeow:measurementDeterminacy, an orthogonal facet (P9)."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Write an xsd:decimal in the measurement's unit; the fuzzy/probabilistic interval arithmetic that consumes it lives in the solver layer (P12)."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the spread (e.g. ±1σ) of a temporal measurement's age, in the same unit as gmeow:measuredAge — the quantitative error bar on a dating claim."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mediaType
<https://blackcatinformatics.ca/gmeow/mediaType> rdf:type owl:DatatypeProperty ,
                                                          owl:FunctionalProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                 rdfs:range rdfs:Literal ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                 rdfs:label "media type"@x-gmeow-english ;
                                                 skos:definition "The IANA media (MIME) type of an artifact — 'text/plain', 'application/pdf', 'image/avif'. Universal: an email body part, a Manifestation, a Distribution all carry one. Projects to schema:encodingFormat. (Generalised from the email slice.)"@x-gmeow-english ;
                                                 skos:example "ex:attachment gmeow:mediaType \"application/pdf\" ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for the natural language of the content (use gmeow:contentLanguage) and avoid asserting two media types on one artifact — model distinct encodings as distinct carrier objects."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the MIME string on gmeow:mediaType of the concrete carrier; it projects to schema:encodingFormat. Pair with gmeow:contentLanguage and the relevant pixel/extent metadata on a gmeow:MediaObject."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the IANA media (MIME) type of any content carrier — a Manifestation, an email body part, a distribution file; functional, one media type per artifact."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipDegreeIndex
<https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> rdf:type owl:DatatypeProperty ,
                                                                      owl:FunctionalProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                             rdfs:range xsd:integer ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "membership degree index"@x-gmeow-english ;
                                                             skos:definition "The zero-based degree index of the member pitch within the collection, when the collection has a conventional ordering (e.g. scale degree 0 = tonic/finalis). Optional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/messageIdCollision
<https://blackcatinformatics.ca/gmeow/messageIdCollision> rdf:type owl:DatatypeProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                          rdfs:range xsd:boolean ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                          rdfs:label "message id collision"@x-gmeow-english ;
                                                          skos:definition "Whether multiple distinct bodies share this message's RFC 5322 Message-ID — a collision detected during import."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/messageIdGenerated
<https://blackcatinformatics.ca/gmeow/messageIdGenerated> rdf:type owl:DatatypeProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                          rdfs:range xsd:boolean ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                          rdfs:label "message id generated"@x-gmeow-english ;
                                                          skos:definition "Whether the RFC 5322 Message-ID of this message was generated by gmeow because the original message lacked one."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/metricGroupOrder
<https://blackcatinformatics.ca/gmeow/metricGroupOrder> rdf:type owl:DatatypeProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/MetricGroup> ;
                                                        rdfs:range xsd:nonNegativeInteger ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "metric group order"@x-gmeow-english ;
                                                        skos:definition "The zero-based position of this MetricGroup within its MetricStructure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mgrs
<https://blackcatinformatics.ca/gmeow/mgrs> rdf:type owl:DatatypeProperty ,
                                                     owl:FunctionalProperty ;
                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/Geocode> ;
                                            rdfs:range xsd:string ;
                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                            rdfs:label "MGRS"@x-gmeow-english ;
                                            skos:definition "A Military Grid Reference System coordinate — a geocoordinate standard used by NATO militaries (e.g. '33TWN00020001')."@x-gmeow-english ;
                                            skos:example "ex:mgrsLoc gmeow:mgrs \"33TWN00020001\" ."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid mixing systems on one Geocode."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:mgrs on a Geocode whose gmeow:geocodeFrame is gmeow:referenceFrameMGRS."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a Military Grid Reference System coordinate on a Geocode."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mileMarker
<https://blackcatinformatics.ca/gmeow/mileMarker> rdf:type owl:DatatypeProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Geocode> ;
                                                  rdfs:range xsd:string ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                  rdfs:label "mile marker"@x-gmeow-english ;
                                                  skos:definition "A linear-referencing mile-marker or chainage — a distance-along-a-line coordinate on a linear feature such as a road, railway, or pipeline (e.g. '42.3'). The unit and direction are solver-layer attributes (Principle 12), or may be declared via gmeow:hasUnit."@x-gmeow-english ;
                                                  skos:example "ex:mmLoc gmeow:mileMarker \"42.3\" ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it off a linear feature and avoid omitting unit/direction context (solver-layer or gmeow:hasUnit)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:mileMarker on a Geocode whose gmeow:geocodeFrame is gmeow:referenceFrameMileMarker."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a linear-referencing mile-marker / chainage on a Geocode — distance along a road, railway, or pipeline."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/minimumPopulation
<https://blackcatinformatics.ca/gmeow/minimumPopulation> rdf:type owl:DatatypeProperty ,
                                                                  owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/SpatialAggregation> ;
                                                         rdfs:range xsd:nonNegativeInteger ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/aggregation> ;
                                                         rdfs:label "minimum population"@x-gmeow-english ;
                                                         skos:definition "The minimum population size (k) required for the aggregation result to be disclosed — the k-anonymity parameter. A result failing this check is suppressed at projection time (coarsen or withhold, Principle 10), never deleted."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/modelContextWindow
<https://blackcatinformatics.ca/gmeow/modelContextWindow> rdf:type owl:DatatypeProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/ModelCard> ;
                                                          rdfs:range xsd:positiveInteger ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                          rdfs:label "model context window"@x-gmeow-english ;
                                                          skos:definition "The context-window size, in tokens, the card declares."@x-gmeow-english ;
                                                          skos:example "ex:opusCard gmeow:modelContextWindow 1000000 ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid confusing it with the per-call output ceiling (that is gmeow:samplingMaxTokens on the invocation); the context window is a model capability, not an invocation setting."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:modelContextWindow as a positive integer (tokens) on the gmeow:ModelCard."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the declared context-window size in tokens — the model capability a gmeow:ModelCard advertises."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/modelProvider
<https://blackcatinformatics.ca/gmeow/modelProvider> rdf:type owl:DatatypeProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/ModelCard> ;
                                                     rdfs:range xsd:string ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                     rdfs:label "model provider"@x-gmeow-english ;
                                                     skos:definition "The organization providing the model, as named on the card."@x-gmeow-english ;
                                                     skos:example "ex:opusCard gmeow:modelProvider \"Anthropic\" ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it where the provider must be a first-class linkable gmeow:Organization (model that as an agent and attribute it); this is the card's flat as-named string."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:modelProvider as a string on the gmeow:ModelCard; promote to a linked gmeow:Organization on the model agent when organizational identity matters beyond the card label."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the providing organization as named on a gmeow:ModelCard — the convenience string facet for the card's declared provider."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/modelTrainingCutoff
<https://blackcatinformatics.ca/gmeow/modelTrainingCutoff> rdf:type owl:DatatypeProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/ModelCard> ;
                                                           rdfs:range xsd:date ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                           rdfs:label "model training cutoff"@x-gmeow-english ;
                                                           skos:definition "The training-data cutoff date the card declares — staleness context for everything the model asserts."@x-gmeow-english ;
                                                           skos:example "ex:opusCard gmeow:modelTrainingCutoff \"2026-01-01\"^^xsd:date ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid reading it as the model's knowledge guarantee (it bounds, not certifies, currency) and avoid confusing it with an invocation's own gmeow:eventTime — the cutoff is a model property, the invocation time is the act's clock."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:modelTrainingCutoff as an xsd:date on the gmeow:ModelCard; downstream audits weigh it against a claim's subject recency."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the training-data cutoff a gmeow:ModelCard declares — the staleness context against which every claim the model makes is read."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/modelVersionTag
<https://blackcatinformatics.ca/gmeow/modelVersionTag> rdf:type owl:DatatypeProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/ModelCard> ;
                                                       rdfs:range xsd:string ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                       rdfs:label "model version tag"@x-gmeow-english ;
                                                       skos:definition "The provider's wire-level version identifier for the described snapshot. Citation-grade version identity rides DOI/version identity machinery's DOI machinery."@x-gmeow-english ;
                                                       skos:example "ex:opusCard gmeow:modelVersionTag \"claude-opus-4-8[1m]\" ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for citation-grade version identity (that rides the DOI/version-identity machinery) and avoid treating two different version tags as the same model snapshot."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:modelVersionTag as the provider's exact version string on the gmeow:ModelCard; pair with the DOI machinery when a stable, citable version identity is required."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the provider's wire-level version string for the snapshot a gmeow:ModelCard describes — the exact identifier a gmeow:ModelInvocation can be matched against."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/monetaryValue
<https://blackcatinformatics.ca/gmeow/monetaryValue> rdf:type owl:DatatypeProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/MonetaryAmount> ;
                                                     rdfs:range xsd:decimal ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                     rdfs:label "monetary value"@x-gmeow-english ;
                                                     skos:definition "The numeric value of a monetary amount as an xsd:decimal. Functional: a MonetaryAmount has exactly one numeric value."@x-gmeow-english ;
                                                     skos:example "ex:price gmeow:monetaryValue 19.99 ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid stating it without the gmeow:currency frame (a bare amount is ill-formed, Principle 11), avoid it for unit-bearing physical quantities (gmeow:quantityValue), and avoid two values — it is functional."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Put the amount here as xsd:decimal and name the currency frame with gmeow:currency; consumers read magnitude and currency together, and the frame-relativity shape rejects an amount missing its currency."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the bare numeric magnitude of a gmeow:MonetaryAmount — the decimal that, paired with gmeow:currency, is a well-formed money value."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/name
<https://blackcatinformatics.ca/gmeow/name> rdf:type owl:DatatypeProperty ;
                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                            rdfs:range rdfs:Literal ;
                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/entities> ;
                                            rdfs:label "name"@x-gmeow-english ;
                                            skos:definition "A simple label by which an entity is known — the rdfs:label tier, for entities that do not need the full naming apparatus (organizations, software agents, sources, keys). Persons' names are modelled as gmeow:PersonName (names module); a flat given/family ('First Last') rendering is produced by downcasting that structured model in the projection layer, not stored here. Carries no precedence over an entity's other names. Language-tag the literal where applicable."@x-gmeow-english ;
                                            skos:example "ex:blackcat gmeow:name \"Blackcat Informatics Inc.\"@en ."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a person (model with gmeow:hasName / gmeow:PersonName and downcast at projection time) and whenever audience, register, period, or standpoint must travel with the name (promote to gmeow:Appellation / gmeow:NameUsage); gmeow:name carries no precedence over an entity's other names."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Attach one or more language-tagged literals; it is non-functional, so several co-equal names coexist. For person names downcast the structured model in the projection layer rather than storing a flat string here."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerFoafExport> ,
                                                                                                  <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                  <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ;
                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the simple, flat label of an entity that does not need the structured naming apparatus — an organization, software agent, source, or key — when one plain language-tagged string suffices."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/nameScript
<https://blackcatinformatics.ca/gmeow/nameScript> rdf:type owl:DatatypeProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Appellation> ;
                                                  rdfs:range rdfs:Literal ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                  rdfs:label "name script"@x-gmeow-english ;
                                                  skos:definition "The ISO 15924 script code of an appellation (e.g. \"Hani\", \"Arab\", \"Latn\"). Available explicitly for indexing alongside a BCP-47 script subtag on the literal."@x-gmeow-english ;
                                                  skos:example "ex:yamadaName gmeow:nameScript \"Jpan\" ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for the language (that is gmeow:nameLanguage, a first-class gmeow:Language) and avoid an invented script code — use the ISO 15924 value."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:nameScript to the ISO 15924 code on an appellation when the script must be queried directly rather than parsed from the literal's BCP-47 subtag."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the ISO 15924 script of an appellation explicitly for indexing — alongside any BCP-47 script subtag already on the gmeow:fullName literal."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/networkAddressValue
<https://blackcatinformatics.ca/gmeow/networkAddressValue> rdf:type owl:DatatypeProperty ,
                                                                    owl:FunctionalProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/NetworkAddress> ;
                                                           rdfs:range rdfs:Literal ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                           rdfs:label "network address value"@x-gmeow-english ;
                                                           skos:definition "The literal string value of a network address (e.g. '192.0.2.1', '00:1B:44:11:3A:B7', 'example.com', '443'). Functional: an address has exactly one value string."@x-gmeow-english ;
                                                           skos:example "ex:siteAddr gmeow:networkAddressValue \"192.0.2.1\" ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid putting several distinct addresses on one NetworkAddress (it is functional); mint a NetworkAddress per address."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:networkAddressValue per NetworkAddress and pair it with gmeow:networkAddressType."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the literal string of a network address — the single functional value of an IP, MAC, DNS name, URL, or port."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/nip05
<https://blackcatinformatics.ca/gmeow/nip05> rdf:type owl:DatatypeProperty ;
                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/OnlineAccount> ;
                                             rdfs:range rdfs:Literal ;
                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accounts> ;
                                             rdfs:label "NIP-05 identifier"@x-gmeow-english ;
                                             skos:definition "A Nostr NIP-05 identifier (user@domain) verifying a Nostr account against a domain."@x-gmeow-english ;
                                             skos:example "ex:lillithNostr gmeow:nip05 \"lillith@blackcatinformatics.ca\" ."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the raw cryptographic key (use gmeow:nostrPubkey) and for an email address that is not a NIP-05 verification; the user@domain shape is shared, but the role here is Nostr domain verification."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the NIP-05 string on the OnlineAccount alongside its gmeow:nostrPubkey, so a consumer can resolve the domain to confirm the pubkey it claims."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the NIP-05 identifier (user@domain) that ties a Nostr account to a controlled domain — the human-friendly, domain-verified name backing a Nostr pubkey."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/nostrPubkey
<https://blackcatinformatics.ca/gmeow/nostrPubkey> rdf:type owl:DatatypeProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/OnlineAccount> ;
                                                   rdfs:range rdfs:Literal ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accounts> ;
                                                   rdfs:label "Nostr public key"@x-gmeow-english ;
                                                   skos:definition "The Nostr public key (npub / hex) identifying a decentralized-identity account."@x-gmeow-english ;
                                                   skos:example "ex:lillithNostr gmeow:nostrPubkey \"npub1lillith0example...\" ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the human handle (use gmeow:accountName) and for the domain-verification identifier (use gmeow:nip05); the pubkey is the cryptographic identity, not the display name or the verification."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the pubkey as a literal on the OnlineAccount and pair it with gmeow:nip05 when a domain verifies it; treat a pubkey that links to a real person as sensitive via gmeow:hasSensitivity."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the Nostr public key (npub or hex form) that cryptographically identifies a decentralized-identity account, independent of any single relay or service."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/noteContent
<https://blackcatinformatics.ca/gmeow/noteContent> rdf:type owl:DatatypeProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Note> ;
                                                   rdfs:range rdfs:Literal ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notes> ;
                                                   rdfs:label "note content"@x-gmeow-english ;
                                                   skos:definition "The textual or markdown content of a note. The flat 80% case; promote to a structured CreativeWork or a reified annotation when provenance, versioning, or multipart structure is needed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/noteCreatedAt
<https://blackcatinformatics.ca/gmeow/noteCreatedAt> rdf:type owl:DatatypeProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Note> ;
                                                     rdfs:range xsd:dateTime ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notes> ;
                                                     rdfs:label "note created at"@x-gmeow-english ;
                                                     skos:definition "The creation timestamp of a note — a lightweight four-clock shortcut. The heavy case uses a reified gmeow:Participation or prov:wasAttributedTo with full temporal scope."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/noteModifiedAt
<https://blackcatinformatics.ca/gmeow/noteModifiedAt> rdf:type owl:DatatypeProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Note> ;
                                                      rdfs:range xsd:dateTime ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notes> ;
                                                      rdfs:label "note modified at"@x-gmeow-english ;
                                                      skos:definition "The last-modification timestamp of a note — a lightweight four-clock shortcut."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/occupationClassification
<https://blackcatinformatics.ca/gmeow/occupationClassification> rdf:type owl:DatatypeProperty ;
                                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Occupation> ;
                                                                rdfs:range xsd:string ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/expertise> ;
                                                                rdfs:label "occupation classification"@x-gmeow-english ;
                                                                skos:definition "An external classification code for an occupation (ESCO, SOC, O*NET, ISCO, NOC). Non-functional — an occupation may carry codes from several schemes. The scheme is solver-side; the literal is the raw code value (Principle 12)."@x-gmeow-english ;
                                                                skos:example "ex:nurse gmeow:occupationClassification \"29-1141\" ."@x-gmeow-english ;
                                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid trying to encode the scheme in the property or value (the scheme is solver-side; keep the literal the raw code) and avoid forcing one code — an occupation legitimately carries codes from several schemes at once."@x-gmeow-english ;
                                                                <https://blackcatinformatics.ca/gmeow/howToUse> "State the bare code string per scheme on the occupation; let the solver layer map each literal to its classification scheme rather than over-typing the value here (Principle 12)."@x-gmeow-english ;
                                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to attach an external occupation-classification code (ESCO, SOC, O*NET, ISCO, NOC) to a gmeow:Occupation as a raw literal — the cross-walk handle a solver resolves to a scheme (Principle 12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/opensAt
<https://blackcatinformatics.ca/gmeow/opensAt> rdf:type owl:DatatypeProperty ,
                                                        owl:FunctionalProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/OpeningHoursSpecification> ;
                                               rdfs:range xsd:time ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                               rdfs:label "opens at"@x-gmeow-english ;
                                               skos:definition "The opening time of an opening-hours window. Projects to schema:opens."@x-gmeow-english ;
                                               skos:example "ex:weekdayHours gmeow:opensAt \"09:00:00\"^^xsd:time ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid carrying the closing time here (that is gmeow:closesAt) and avoid more than one open time per window — it is functional; mint a separate window for a split schedule."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:opensAt once per gmeow:OpeningHoursSpecification (functional) to an xsd:time, paired with gmeow:closesAt and gmeow:openingDay; projects to schema:opens."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the opening time of a gmeow:OpeningHoursSpecification window as an xsd:time."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/organizationPurpose
<https://blackcatinformatics.ca/gmeow/organizationPurpose> rdf:type owl:DatatypeProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/Organization> ;
                                                           rdfs:range rdfs:Literal ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                           rdfs:label "organization purpose"@x-gmeow-english ;
                                                           skos:definition "A free-text statement of an organization's purpose, mission, or objective."@x-gmeow-english ;
                                                           skos:example "ex:acme gmeow:organizationPurpose \"To manufacture reliable widgets.\"@en ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it where the purpose is a first-class goal with structure (model that on the teleology/intention layer) — this is a solver-side free-text summary (Principle 12)."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:organizationPurpose to a language-tagged literal; promote to a structured goal construct when the objective must bear sub-goals, evidence, or standpoint."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a free-text statement of an organization's purpose, mission, or objective when no structured goal model is needed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayDesignator
<https://blackcatinformatics.ca/gmeow/overlayDesignator> rdf:type owl:DatatypeProperty ,
                                                                  owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/RegulatoryOverlay> ;
                                                         rdfs:range rdfs:Literal ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "overlay designator"@x-gmeow-english ;
                                                         skos:definition "The code or designator assigned to this regulatory overlay by its authority — an ICAO airspace identifier, a NOTAM number, a fisheries zone code, etc. Functional: the designator is constitutive of the overlay's administrative identity."@x-gmeow-english ;
                                                         skos:example "ex:ov gmeow:overlayDesignator \"EGR313\" ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for the overlay kind (gmeow:overlayType) and avoid multiple designators per overlay."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:overlayDesignator literal per RegulatoryOverlay."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the code or designator an authority assigns an overlay (ICAO airspace ID, NOTAM number, fisheries-zone code); functional, constitutive of administrative identity."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/parameterName
<https://blackcatinformatics.ca/gmeow/parameterName> rdf:type owl:DatatypeProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/ConditionParameter> ;
                                                     rdfs:range xsd:string ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                     rdfs:label "parameter name"@x-gmeow-english ;
                                                     skos:definition "The parameter's name as used in the condition text or expressions. Functional and mandatory (SHACL)."@x-gmeow-english ;
                                                     skos:example "ex:p1 gmeow:parameterName \"threshold\" ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid omitting it or giving more than one (it is functional and mandatory by SHACL)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:parameterName once per gmeow:ConditionParameter, paired with exactly one of gmeow:parameterValue / gmeow:parameterEntity."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name a parameter as it appears in the condition's text or expressions — the binding's key."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/parameterValue
<https://blackcatinformatics.ca/gmeow/parameterValue> rdf:type owl:DatatypeProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/ConditionParameter> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                      rdfs:label "parameter value"@x-gmeow-english ;
                                                      skos:definition "The bound literal value. Use gmeow:parameterEntity for IRI-valued bindings; a parameter carries exactly one of the two (SHACL)."@x-gmeow-english ;
                                                      skos:example "ex:p1 gmeow:parameterValue \"0.8\" ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for an IRI-valued binding (that is gmeow:parameterEntity) and avoid carrying both — a parameter holds exactly one of the two (SHACL)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:parameterValue once per literal-valued gmeow:ConditionParameter; switch to gmeow:parameterEntity when the binding is an entity."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind a parameter to a literal value."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/partExpansion
<https://blackcatinformatics.ca/gmeow/partExpansion> rdf:type owl:DatatypeProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/NamePart> ;
                                                     rdfs:range rdfs:Literal ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                     rdfs:label "part expansion"@x-gmeow-english ;
                                                     skos:definition "The expanded form of an abbreviated part — e.g. the full word a South-Indian (Tamil) initial stands for."@x-gmeow-english ;
                                                     skos:example "ex:initialPart gmeow:partText \"R.\" ; gmeow:partExpansion \"Ramaswamy\" ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid putting the expansion in gmeow:partText (keep the abbreviated surface form there) and avoid it for non-abbreviated parts where there is nothing to expand."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:partExpansion on a gmeow:NamePart whose gmeow:partText is an initial, so consumers can render either the initial or its expansion."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the full word an abbreviated name part stands for — e.g. the expansion of a South-Indian (Tamil) initial — alongside the abbreviated gmeow:partText."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/partId
<https://blackcatinformatics.ca/gmeow/partId> rdf:type owl:DatatypeProperty ;
                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/BodyPart> ;
                                              rdfs:range rdfs:Literal ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                              rdfs:label "part id"@x-gmeow-english ;
                                              skos:definition "The structural identifier of a MIME part within a message (e.g. '1', '1.2', '2.1.3'). Scoped to the message; the same raw content may have different partIds in different messages."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/partOrder
<https://blackcatinformatics.ca/gmeow/partOrder> rdf:type owl:DatatypeProperty ,
                                                          owl:FunctionalProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/NamePart> ;
                                                 rdfs:range xsd:nonNegativeInteger ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                 rdfs:label "part order"@x-gmeow-english ;
                                                 skos:definition "The 0-based position of a part within its appellation's surface order, as actually written in its culture. Records observed order WITHOUT implying a given-before-family default — East-Asian family-first is simply order 0 = surname."@x-gmeow-english ;
                                                 skos:example "ex:yamadaSurname gmeow:partOrder 0 ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid reading a given-before-family default into the ordering (East-Asian family-first is simply order 0 = surname) and avoid using it to drive display reassembly — gmeow:fullName is authoritative for the surface form."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:partOrder once per gmeow:NamePart (functional) to the part's 0-based position in the culture's actual order; never renumber to impose a Western order."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the 0-based written position of a gmeow:NamePart within its appellation's surface order, as actually written in its culture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/partText
<https://blackcatinformatics.ca/gmeow/partText> rdf:type owl:DatatypeProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/NamePart> ;
                                                rdfs:range rdfs:Literal ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                rdfs:label "part text"@x-gmeow-english ;
                                                skos:definition "The string value of a name part. Language-/script-tag the literal where applicable."@x-gmeow-english ;
                                                skos:example "ex:audleySurname gmeow:partText \"Audley\"@en ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid carrying the whole name here (that is gmeow:fullName on the appellation) and avoid an untagged literal where a language or script is known — tag it for correct matching and rendering."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:partText on a gmeow:NamePart, language-/script-tagging the literal; add gmeow:partExpansion when the text is an abbreviated initial."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the literal text of a gmeow:NamePart — the actual string of a given name, surname, particle, or initial."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/participantGroup
<https://blackcatinformatics.ca/gmeow/participantGroup> rdf:type owl:DatatypeProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/MessageParticipant> ;
                                                        rdfs:range rdfs:Literal ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                        rdfs:label "participant group"@x-gmeow-english ;
                                                        skos:definition "The RFC 5322 group name that contains this address occurrence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/participantOrdinal
<https://blackcatinformatics.ca/gmeow/participantOrdinal> rdf:type owl:DatatypeProperty ,
                                                                   owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/MessageParticipant> ;
                                                          rdfs:range xsd:nonNegativeInteger ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                          rdfs:label "participant ordinal"@x-gmeow-english ;
                                                          skos:definition "The zero-based position of this address occurrence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitch
<https://blackcatinformatics.ca/gmeow/pitch> rdf:type owl:DatatypeProperty ;
                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/Orientation> ;
                                             rdfs:range xsd:double ;
                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                             rdfs:label "pitch"@x-gmeow-english ;
                                             skos:definition "Rotation about the lateral (typically y) axis, in degrees or radians as indicated by the reference frame."@x-gmeow-english ;
                                             skos:example "ex:ori gmeow:pitch 0.0 ; gmeow:eulerOrder \"ZYX\" ."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid Euler angles without gmeow:eulerOrder."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:pitch with gmeow:yaw, gmeow:roll, and gmeow:eulerOrder."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use for rotation about the lateral axis in the Euler-angle facet."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchDegree
<https://blackcatinformatics.ca/gmeow/pitchDegree> rdf:type owl:DatatypeProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/PitchValue> ;
                                                   rdfs:range xsd:integer ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                   rdfs:label "pitch degree"@x-gmeow-english ;
                                                   skos:definition "An optional tuning-system degree index associated with this pitch value (e.g., degree 0 = origin, degree 7 = fifth in 12-EDO)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pivotSourceValue
<https://blackcatinformatics.ca/gmeow/pivotSourceValue> rdf:type owl:DatatypeProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/MetricModulation> ;
                                                        rdfs:range xsd:string ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "pivot source value"@x-gmeow-english ;
                                                        skos:definition "The source side of a metric-modulation pivot equivalence, expressed as a human-readable rational string (e.g. \"3/8\")."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pivotTargetValue
<https://blackcatinformatics.ca/gmeow/pivotTargetValue> rdf:type owl:DatatypeProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/MetricModulation> ;
                                                        rdfs:range xsd:string ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "pivot target value"@x-gmeow-english ;
                                                        skos:definition "The target side of a metric-modulation pivot equivalence, expressed as a human-readable rational string (e.g. \"1/4\")."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pixelHeight
<https://blackcatinformatics.ca/gmeow/pixelHeight> rdf:type owl:DatatypeProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/MediaObject> ;
                                                   rdfs:range xsd:nonNegativeInteger ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                   rdfs:label "pixel height"@x-gmeow-english ;
                                                   skos:definition "The height of a media object in pixels. Functional: one height per manifestation."@x-gmeow-english ;
                                                   skos:example "ex:photo gmeow:pixelHeight 3024 ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for a human-readable extent string (use gmeow:extent) and avoid asserting two heights on one manifestation — distinct renditions are distinct gmeow:MediaObject carriers."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the height integer on gmeow:pixelHeight of the gmeow:MediaObject, paired with gmeow:pixelWidth; projects to schema:height."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the pixel height of a media object — an image or video frame; functional, one height per manifestation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pixelWidth
<https://blackcatinformatics.ca/gmeow/pixelWidth> rdf:type owl:DatatypeProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/MediaObject> ;
                                                  rdfs:range xsd:nonNegativeInteger ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                  rdfs:label "pixel width"@x-gmeow-english ;
                                                  skos:definition "The width of a media object in pixels. Functional: one width per manifestation."@x-gmeow-english ;
                                                  skos:example "ex:photo gmeow:pixelWidth 4032 ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for a human-readable extent string (use gmeow:extent) and avoid asserting two widths on one manifestation — distinct renditions are distinct gmeow:MediaObject carriers."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the width integer on gmeow:pixelWidth of the gmeow:MediaObject, paired with gmeow:pixelHeight; projects to schema:width."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the pixel width of a media object — an image or video frame; functional, one width per manifestation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/plusCode
<https://blackcatinformatics.ca/gmeow/plusCode> rdf:type owl:DatatypeProperty ,
                                                         owl:FunctionalProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Geocode> ;
                                                rdfs:range xsd:string ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                rdfs:label "Plus Code"@x-gmeow-english ;
                                                skos:definition "An Open Location Code (Plus Code) — a geocoding system using alphanumeric codes to identify any location on Earth (e.g. '9F4W9C8C+W4')."@x-gmeow-english ;
                                                skos:example "ex:plusLoc gmeow:plusCode \"9F4W9C8C+W4\" ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid storing a non-Plus-Code system here (use the matching accessor) and avoid conflicting values on one Geocode."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:plusCode on a Geocode whose gmeow:geocodeFrame is gmeow:referenceFramePlusCode."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use for an Open Location Code (Plus Code) on a Geocode."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/positionLabel
<https://blackcatinformatics.ca/gmeow/positionLabel> rdf:type owl:DatatypeProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/NarrativePosition> ;
                                                     rdfs:range xsd:string ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                     rdfs:label "position label"@x-gmeow-english ;
                                                     skos:definition "A human-oriented label for this position — a chapter title ('Thirty-Three'), a named story moment ('the Longest Night'). Non-functional: co-equal labels coexist (Principle 9). A position must carry an ordinal or a label or both (SHACL)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/positionOrdinal
<https://blackcatinformatics.ca/gmeow/positionOrdinal> rdf:type owl:DatatypeProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/NarrativePosition> ;
                                                       rdfs:range xsd:integer ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                       rdfs:label "position ordinal"@x-gmeow-english ;
                                                       skos:definition "The ordinal coordinate of this position within its frame — a chapter index, scene number, or fabula sequence number. Functional within one position; ordering semantics belong to the frame, and comparisons to the solver layer (Principle 12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/postOfficeBox
<https://blackcatinformatics.ca/gmeow/postOfficeBox> rdf:type owl:DatatypeProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/PostalAddress> ;
                                                     rdfs:range rdfs:Literal ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                     rdfs:label "post office box"@x-gmeow-english ;
                                                     skos:definition "The post-office-box coordinate value of a postal address, expressed along the gmeow:axisPostOfficeBox axis of the postal reference frame."@x-gmeow-english ;
                                                     skos:example "ex:office gmeow:postOfficeBox \"PO Box 217\" ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for a street line (gmeow:streetAddress) or a suite within a building (gmeow:extendedAddress); a PO box is a delivery receptacle, not a premises."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the box designation as written; it inherits the address's personal sensitivity and coarsens with it under a public projection."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a post-office-box designation that stands in place of, or alongside, a street line in the surface form of an address."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/postalCode
<https://blackcatinformatics.ca/gmeow/postalCode> rdf:type owl:DatatypeProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/PostalAddress> ;
                                                  rdfs:range rdfs:Literal ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                  rdfs:label "postal code"@x-gmeow-english ;
                                                  skos:definition "The postal/ZIP code coordinate value of a postal address, expressed along the gmeow:axisPostalCode axis of the postal reference frame."@x-gmeow-english ;
                                                  skos:example "ex:home gmeow:postalCode \"T2P 1J9\" ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                          <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid forcing a normalized format (non-functional — spacing and case variants coexist) and avoid treating a full code as safe for public projection — a precise code can re-identify a household."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the code as written; pair the address with gmeow:coarsenTo so a public projection emits a truncated or locality-level form rather than the full premises-identifying code."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the postal or ZIP code line of an address; note that a full code can be premises-identifying and so carries the same personal sensitivity as the street line."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/precedence
<https://blackcatinformatics.ca/gmeow/precedence> rdf:type owl:DatatypeProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                  rdfs:range rdfs:Literal ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                  rdfs:label "precedence"@x-gmeow-english ;
                                                  skos:definition "The raw Precedence header value of an email message (e.g. bulk, list, junk)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/preview
<https://blackcatinformatics.ca/gmeow/preview> rdf:type owl:DatatypeProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/Message> ;
                                               rdfs:range rdfs:Literal ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                               rdfs:label "preview"@x-gmeow-english ;
                                               skos:definition "A short plain-text preview/snippet of a message's body."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/priceRange
<https://blackcatinformatics.ca/gmeow/priceRange> rdf:type owl:DatatypeProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Organization> ;
                                                  rdfs:range rdfs:Literal ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                  rdfs:label "price range"@x-gmeow-english ;
                                                  skos:definition "A coarse, human-readable indication of a business's price level — e.g. '$$', '$$$', or '$10–$50'. A presentational summary, deliberately NOT a structured price or currency amount (those are finance-slice measurements). Projects to schema:priceRange."@x-gmeow-english ;
                                                  skos:example "ex:acme gmeow:priceRange \"$$\" ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for a structured price or currency amount (those are finance-slice measurements with a reference frame) — this is a display summary only."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:priceRange to a short literal on the organization; carry actual priced offers with the finance slice's measurement model, not here."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a coarse, human-readable indication of a business's price level — the presentational '$$' summary a directory listing shows."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/primeLimit
<https://blackcatinformatics.ca/gmeow/primeLimit> rdf:type owl:DatatypeProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/TuningSystem> ;
                                                  rdfs:range xsd:nonNegativeInteger ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                  rdfs:label "prime limit"@x-gmeow-english ;
                                                  skos:definition "For just-intonation tunings, the largest prime factor allowed in interval ratios (e.g., 5-limit, 7-limit, 11-limit)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/priority
<https://blackcatinformatics.ca/gmeow/priority> rdf:type owl:DatatypeProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                rdfs:range rdfs:Literal ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                rdfs:label "priority"@x-gmeow-english ;
                                                skos:definition "The raw X-Priority header value of an email message (typically 1–5). Non-standardised across clients, so stored as a literal rather than a value vocabulary."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/projectIdentifier
<https://blackcatinformatics.ca/gmeow/projectIdentifier> rdf:type owl:DatatypeProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/Project> ;
                                                         rdfs:range rdfs:Literal ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                         rdfs:label "project identifier"@x-gmeow-english ;
                                                         skos:definition "An identifier for a project as an activity — typically a RAiD (ISO 23527). Distinct from product/release identifiers (DOI, ISO 26324). Non-functional: a project may carry multiple PIDs."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pronounObject
<https://blackcatinformatics.ca/gmeow/pronounObject> rdf:type owl:DatatypeProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/PronounSet> ;
                                                     rdfs:range rdfs:Literal ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                     rdfs:label "pronoun object"@x-gmeow-english ;
                                                     skos:definition "The object (accusative) form of a pronoun set, e.g. \"her\", \"them\", \"xem\"."@x-gmeow-english ;
                                                     skos:example "ex:set gmeow:pronounObject \"them\" ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid filling only some of the five forms on a specifying set and avoid it on a non-specifying stance (any / ask / name-only)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:pronounObject once per gmeow:PronounSet (functional), alongside the other four form properties when minting a custom set."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the object (accusative) form of a gmeow:PronounSet — one of the five forms that define a custom set."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pronounPossessive
<https://blackcatinformatics.ca/gmeow/pronounPossessive> rdf:type owl:DatatypeProperty ,
                                                                  owl:FunctionalProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/PronounSet> ;
                                                         rdfs:range rdfs:Literal ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                         rdfs:label "pronoun possessive"@x-gmeow-english ;
                                                         skos:definition "The possessive pronoun form of a pronoun set, e.g. \"hers\", \"theirs\", \"xyrs\"."@x-gmeow-english ;
                                                         skos:example "ex:set gmeow:pronounPossessive \"theirs\" ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid confusing it with the possessive determiner form (gmeow:pronounPossessiveDeterminer — 'their book') and avoid filling only some of the five forms on a specifying set."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:pronounPossessive once per gmeow:PronounSet (functional), alongside the other four form properties when minting a custom set."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the possessive pronoun form of a gmeow:PronounSet — one of the five forms that define a custom set ('the book is theirs')."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pronounPossessiveDeterminer
<https://blackcatinformatics.ca/gmeow/pronounPossessiveDeterminer> rdf:type owl:DatatypeProperty ,
                                                                            owl:FunctionalProperty ;
                                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/PronounSet> ;
                                                                   rdfs:range rdfs:Literal ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                                   rdfs:label "pronoun possessive determiner"@x-gmeow-english ;
                                                                   skos:definition "The possessive determiner form of a pronoun set, e.g. \"her\", \"their\", \"xyr\"."@x-gmeow-english ;
                                                                   skos:example "ex:set gmeow:pronounPossessiveDeterminer \"their\" ."@x-gmeow-english ;
                                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid confusing it with the possessive pronoun form (gmeow:pronounPossessive — 'their book' versus 'the book is theirs') and avoid filling only some of the five forms on a specifying set."@x-gmeow-english ;
                                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:pronounPossessiveDeterminer once per gmeow:PronounSet (functional), alongside the other four form properties when minting a custom set."@x-gmeow-english ;
                                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the possessive determiner form of a gmeow:PronounSet — one of the five forms that define a custom set."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pronounReflexive
<https://blackcatinformatics.ca/gmeow/pronounReflexive> rdf:type owl:DatatypeProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/PronounSet> ;
                                                        rdfs:range rdfs:Literal ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                        rdfs:label "pronoun reflexive"@x-gmeow-english ;
                                                        skos:definition "The reflexive form of a pronoun set, e.g. \"herself\", \"themself\", \"xemself\"."@x-gmeow-english ;
                                                        skos:example "ex:set gmeow:pronounReflexive \"themself\" ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid filling only some of the five forms on a specifying set and avoid it on a non-specifying stance (any / ask / name-only)."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:pronounReflexive once per gmeow:PronounSet (functional), alongside the other four form properties when minting a custom set."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the reflexive form of a gmeow:PronounSet — one of the five forms that define a custom set."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pronounSubject
<https://blackcatinformatics.ca/gmeow/pronounSubject> rdf:type owl:DatatypeProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/PronounSet> ;
                                                      rdfs:range rdfs:Literal ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                      rdfs:label "pronoun subject"@x-gmeow-english ;
                                                      skos:definition "The subject (nominative) form of a pronoun set, e.g. \"she\", \"they\", \"xe\"."@x-gmeow-english ;
                                                      skos:example "ex:set gmeow:pronounSubject \"they\" ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid filling only some of the five forms on a specifying set (subject, object, possessive determiner, possessive pronoun, reflexive should all be present) and avoid it on a non-specifying stance (any / ask / name-only)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:pronounSubject once per gmeow:PronounSet (functional), alongside the other four form properties when minting a custom set."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the subject (nominative) form of a gmeow:PronounSet — one of the five forms that define a custom set."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/propagationMutationDistance
<https://blackcatinformatics.ca/gmeow/propagationMutationDistance> rdf:type owl:DatatypeProperty ;
                                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Event> ;
                                                                   rdfs:range xsd:integer ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                                   rdfs:label "propagation mutation distance"@x-gmeow-english ;
                                                                   skos:definition "The number of transmission hops before a propagated deceptive claim mutates. Solver-layer computation (Principle 12)."@x-gmeow-english ;
                                                                   skos:example "ex:campaign gmeow:propagationMutationDistance 3 ."@x-gmeow-english ;
                                                                   <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                                           <https://blackcatinformatics.ca/gmeow/consumerWikidata> ,
                                                                                                                           <https://blackcatinformatics.ca/gmeow/consumerWikipedia> ;
                                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it as an authored fact (it is solver-derived, Principle 12) and avoid reading it as a per-node intent label — the originating-deceiver vs unwitting-dupe distinction is per-node (gmeow:roleDeceiver / gmeow:roleDupe), not a campaign-wide hop count."@x-gmeow-english ;
                                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Let the solver compute the xsd:integer distance from the propagation chain and write it onto the campaign event; keep per-node intent on gmeow:deceptiveIntentClaim and roles rather than inferring it from this number."@x-gmeow-english ;
                                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use on a disinformation-campaign event to record how many propagation hops a claim survives before mutating — a solver metric over the prov:wasDerivedFrom / gmeow:propagatesFrom chain that helps locate the misinformation↔disinformation boundary."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/provenance
<https://blackcatinformatics.ca/gmeow/provenance> rdf:type owl:DatatypeProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                  rdfs:range rdfs:Literal ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/provenance> ;
                                                  rdfs:label "provenance"@x-gmeow-english ;
                                                  skos:definition "A free-text statement of any changes in ownership and custody of a resource since its creation that are significant for its authenticity, integrity, and interpretation (the dcterms:provenance idiom). A prose escape hatch — prefer the structured derivation, generation, and attribution links when the custody chain can be modelled as graph relations."@x-gmeow-english ;
                                                  skos:example "ex:report gmeow:provenance \"Donated 1998; held by the city archive since 2004.\" ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the custody chain can be expressed structurally; prefer gmeow:wasDerivedFrom, gmeow:wasGeneratedBy, and gmeow:wasAttributedTo so the lineage is queryable rather than locked in a literal."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Attach the prose to the gmeow:Entity as a literal; where parts of the narrative can be lifted into structured derivation, generation, or attribution links, model those and reserve this property for the irreducible remainder."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a human-readable custody/ownership narrative that resists structured modelling — provenance prose imported from a catalogue record or curator's note."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/quantityUncertainty
<https://blackcatinformatics.ca/gmeow/quantityUncertainty> rdf:type owl:DatatypeProperty ,
                                                                    owl:FunctionalProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/ScalarQuantity> ;
                                                           rdfs:range xsd:decimal ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                           rdfs:label "quantity uncertainty"@x-gmeow-english ;
                                                           skos:definition "The uncertainty (e.g. ±1 sigma) of a scalar quantity, in the same unit as the quantity value."@x-gmeow-english ;
                                                           skos:example "ex:temp22 gmeow:quantityUncertainty 0.3 ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating it with ontic determinacy (gmeow:hasDeterminacy — whether the value is crisp, vague, fuzzy) or with resolution (gmeow:hasGranularity); uncertainty is how-sure, an axis distinct from those (Principle 9)."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "State the spread in the quantity's own unit alongside gmeow:quantityValue; leave the fuzzy/probabilistic arithmetic and confidence intervals to the solver layer (P12), and carry the ontic model separately on gmeow:hasDeterminacy."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the EPISTEMIC spread of a scalar reading — a ±1σ or tolerance figure, expressed in the same unit as gmeow:quantityValue."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/quantityValue
<https://blackcatinformatics.ca/gmeow/quantityValue> rdf:type owl:DatatypeProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/ScalarQuantity> ;
                                                     rdfs:range xsd:decimal ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                     rdfs:label "quantity value"@x-gmeow-english ;
                                                     skos:definition "The numeric value of a scalar quantity, as an xsd:decimal. Functional: a scalar quantity has exactly one numeric value. Meaningful only with its unit (gmeow:hasUnit) — no silent units."@x-gmeow-english ;
                                                     skos:example "ex:temp22 gmeow:quantityValue 22.5 ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid publishing or comparing it without its gmeow:hasUnit (no silent units), avoid it for money (use gmeow:monetaryValue, whose currency frame is required), and avoid asserting two values — it is functional."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Put the magnitude here as xsd:decimal, name the unit with gmeow:hasUnit, the spread with gmeow:quantityUncertainty, and the ontic model with gmeow:hasDeterminacy; consumers read magnitude and unit together."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the bare numeric magnitude of a gmeow:ScalarQuantity (or its aliases) — the literal that, paired with gmeow:hasUnit, makes the reading meaningful."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/quaternionW
<https://blackcatinformatics.ca/gmeow/quaternionW> rdf:type owl:DatatypeProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Orientation> ;
                                                   rdfs:range xsd:double ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                   rdfs:label "quaternion W"@x-gmeow-english ;
                                                   skos:definition "The w (scalar) component of a unit quaternion representing orientation."@x-gmeow-english ;
                                                   skos:example "ex:ori gmeow:quaternionW 1.0 ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid a partial quaternion; supply all four components."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:quaternionW with X/Y/Z on the same Orientation."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the w (scalar) component of a unit quaternion orientation facet."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/quaternionX
<https://blackcatinformatics.ca/gmeow/quaternionX> rdf:type owl:DatatypeProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Orientation> ;
                                                   rdfs:range xsd:double ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                   rdfs:label "quaternion X"@x-gmeow-english ;
                                                   skos:definition "The x component of a unit quaternion representing orientation."@x-gmeow-english ;
                                                   skos:example "ex:ori gmeow:quaternionX 0.0 ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid mixing a partial quaternion with Euler angles without a clear single facet; quaternion needs all four components."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:quaternionX with Y/Z/W on the same Orientation as one coherent quaternion."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the x component of a unit quaternion orientation facet."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/quaternionY
<https://blackcatinformatics.ca/gmeow/quaternionY> rdf:type owl:DatatypeProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Orientation> ;
                                                   rdfs:range xsd:double ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                   rdfs:label "quaternion Y"@x-gmeow-english ;
                                                   skos:definition "The y component of a unit quaternion representing orientation."@x-gmeow-english ;
                                                   skos:example "ex:ori gmeow:quaternionY 0.0 ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid a partial quaternion; supply all four components."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:quaternionY with X/Z/W on the same Orientation."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the y component of a unit quaternion orientation facet."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/quaternionZ
<https://blackcatinformatics.ca/gmeow/quaternionZ> rdf:type owl:DatatypeProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Orientation> ;
                                                   rdfs:range xsd:double ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                   rdfs:label "quaternion Z"@x-gmeow-english ;
                                                   skos:definition "The z component of a unit quaternion representing orientation."@x-gmeow-english ;
                                                   skos:example "ex:ori gmeow:quaternionZ 0.0 ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid a partial quaternion; supply all four components."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:quaternionZ with X/Y/W on the same Orientation."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the z component of a unit quaternion orientation facet."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/quotedText
<https://blackcatinformatics.ca/gmeow/quotedText> rdf:type owl:DatatypeProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Work> ;
                                                  rdfs:range rdfs:Literal ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                  rdfs:label "quoted text"@x-gmeow-english ;
                                                  skos:definition "The inline text a work quotes when the quoted content is a passage rather than a linkable resource. Non-functional: several quoted passages may appear."@x-gmeow-english ;
                                                  skos:example "ex:post gmeow:quotedText \"To be, or not to be.\" ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it when the quoted content has its own resource (link it with gmeow:quotesContent instead) and avoid it for the body text of the work itself."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Attach the passage as a literal via gmeow:quotedText, ideally alongside gmeow:quotesContent pointing at the source when one exists."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the verbatim inline text a work quotes when the source is a bare passage with no linkable IRI; non-functional, so several passages may appear."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/ratioDenominator
<https://blackcatinformatics.ca/gmeow/ratioDenominator> rdf:type owl:DatatypeProperty ,
                                                                 owl:FunctionalProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/PitchExpression> ;
                                                        rdfs:range xsd:integer ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "ratio denominator"@x-gmeow-english ;
                                                        skos:definition "The denominator of an exact pitch or interval ratio. Always a positive integer."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/ratioNumerator
<https://blackcatinformatics.ca/gmeow/ratioNumerator> rdf:type owl:DatatypeProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/PitchExpression> ;
                                                      rdfs:range xsd:integer ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                      rdfs:label "ratio numerator"@x-gmeow-english ;
                                                      skos:definition "The numerator of an exact pitch or interval ratio. Never a float; paired with ratioDenominator for the canonical rational form."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rawAddressValue
<https://blackcatinformatics.ca/gmeow/rawAddressValue> rdf:type owl:DatatypeProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/MessageParticipant> ;
                                                       rdfs:range rdfs:Literal ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                       rdfs:label "raw address value"@x-gmeow-english ;
                                                       skos:definition "The raw, unparsed header segment or envelope value for this occurrence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/readReceiptRequested
<https://blackcatinformatics.ca/gmeow/readReceiptRequested> rdf:type owl:DatatypeProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                            rdfs:range xsd:boolean ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                            rdfs:label "read receipt requested"@x-gmeow-english ;
                                                            skos:definition "Whether the message requests a read receipt (convenience projection derived from the presence of a Disposition-Notification-To header). Not functional: different sources or parsers may disagree or strip the header (Principle 9). The canonical underlying fact is gmeow:dispositionNotificationTo."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/receivedAt
<https://blackcatinformatics.ca/gmeow/receivedAt> rdf:type owl:DatatypeProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Message> ;
                                                  rdfs:range xsd:dateTime ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                  rdfs:label "received at"@x-gmeow-english ;
                                                  skos:definition "When a message was received by the storing system (JMAP receivedAt / Gmail internalDate)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/recurrenceRuleText
<https://blackcatinformatics.ca/gmeow/recurrenceRuleText> rdf:type owl:DatatypeProperty ,
                                                                   owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/RecurrenceRule> ;
                                                          rdfs:range xsd:string ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                          rdfs:label "recurrence rule text"@x-gmeow-english ;
                                                          skos:definition "The recurrence rule as an RFC 5545 RRULE string (e.g. FREQ=WEEKLY;BYDAY=MO). Projected directly to iCalendar RRULE; a SET-typed TIMEX3 in ISO-TimeML."@x-gmeow-english ;
                                                          skos:example "ex:weeklyMon gmeow:recurrenceRuleText \"FREQ=WEEKLY;BYDAY=MO\" ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid encoding the recurrence as parsed sub-properties in core (the string is the source of truth) and avoid putting it directly on an event or series instead of on the gmeow:RecurrenceRule node."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Assert one RFC 5545 RRULE xsd:string per gmeow:RecurrenceRule via gmeow:recurrenceRuleText (functional); it projects straight to iCalendar RRULE."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the recurrence as an RFC 5545 RRULE string (FREQ=WEEKLY;BYDAY=MO) on a gmeow:RecurrenceRule — the authored, projection-ready form."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/recurringRisk
<https://blackcatinformatics.ca/gmeow/recurringRisk> rdf:type owl:DatatypeProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Myth> ;
                                                     rdfs:range xsd:boolean ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                     rdfs:label "recurring risk"@x-gmeow-english ;
                                                     skos:definition "A flag indicating that this myth or false claim is a repeat offender — agents and generated reports re-introduce it, so audit tooling can prioritise active correction over one-off debunking."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceValue
<https://blackcatinformatics.ca/gmeow/referenceValue> rdf:type owl:DatatypeProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/CadastralReference> ;
                                                      rdfs:range rdfs:Literal ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                      rdfs:label "reference value"@x-gmeow-english ;
                                                      skos:definition "Exactly one identifier string of the cadastral reference (e.g. 'Lot 42, Plan 12345', 'Folio 67890', 'Title No. ABCD-1234'). Functional: a single CadastralReference has exactly one reference value."@x-gmeow-english ;
                                                      skos:example "ex:cr gmeow:referenceValue \"Folio 67890\" ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid several values per reference (mint one CadastralReference per identifier)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Set exactly one gmeow:referenceValue and pair it with gmeow:referenceType."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the single identifier string of a cadastral reference; functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/regionLabel
<https://blackcatinformatics.ca/gmeow/regionLabel> rdf:type owl:DatatypeProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/ImageRegion> ;
                                                   rdfs:range rdfs:Literal ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                   rdfs:label "region label"@x-gmeow-english ;
                                                   skos:definition "A human-readable label for the region — e.g. 'face', 'car', 'building facade'."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/registrationNumber
<https://blackcatinformatics.ca/gmeow/registrationNumber> rdf:type owl:DatatypeProperty ,
                                                                   owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/Trademark> ;
                                                          rdfs:range rdfs:Literal ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                          rdfs:label "registration number"@x-gmeow-english ;
                                                          skos:definition "The registry registration number of a trademark (e.g. a CIPO / USPTO / WIPO number)."@x-gmeow-english ;
                                                          skos:example "ex:blackcatTM gmeow:registrationNumber \"TMA1234567\" ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid setting it on an unregistered common-law mark (there is no number — use gmeow:trademarkStatusUnregistered) and avoid putting it on the gmeow:Mark; it belongs on the right."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:registrationNumber once per Trademark (functional) when the mark is registered or pending; pair it with gmeow:trademarkStatus and the issuing registry."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the registry registration number of a trademark — a CIPO, USPTO, or WIPO identifier — on its gmeow:Trademark relator."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/relayAt
<https://blackcatinformatics.ca/gmeow/relayAt> rdf:type owl:DatatypeProperty ,
                                                        owl:FunctionalProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/RelayHop> ;
                                               rdfs:range xsd:dateTime ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                               rdfs:label "relay at"@x-gmeow-english ;
                                               skos:definition "The server timestamp recorded for a relay hop."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/relayBy
<https://blackcatinformatics.ca/gmeow/relayBy> rdf:type owl:DatatypeProperty ,
                                                        owl:FunctionalProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/RelayHop> ;
                                               rdfs:range rdfs:Literal ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                               rdfs:label "relay by"@x-gmeow-english ;
                                               skos:definition "The server that performed a relay hop."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/relayFrom
<https://blackcatinformatics.ca/gmeow/relayFrom> rdf:type owl:DatatypeProperty ,
                                                          owl:FunctionalProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/RelayHop> ;
                                                 rdfs:range rdfs:Literal ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                 rdfs:label "relay from"@x-gmeow-english ;
                                                 skos:definition "The host a relay hop received the message from."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/relayProtocol
<https://blackcatinformatics.ca/gmeow/relayProtocol> rdf:type owl:DatatypeProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/RelayHop> ;
                                                     rdfs:range rdfs:Literal ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                     rdfs:label "relay protocol"@x-gmeow-english ;
                                                     skos:definition "The protocol used for a relay hop (e.g. ESMTP, ESMTPS)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/releaseDoi
<https://blackcatinformatics.ca/gmeow/releaseDoi> rdf:type owl:DatatypeProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Release> ;
                                                  rdfs:range rdfs:Literal ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                  rdfs:label "release DOI"@x-gmeow-english ;
                                                  skos:definition "The Digital Object Identifier (DOI) assigned to a software release — typically minted through DataCite, Zenodo, or a similar PID registry. Non-functional: a release may carry multiple DOIs from different registrars (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/releaseVersion
<https://blackcatinformatics.ca/gmeow/releaseVersion> rdf:type owl:DatatypeProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/Release> ;
                                                      rdfs:range rdfs:Literal ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                      rdfs:label "release version"@x-gmeow-english ;
                                                      skos:definition "The version designation of a release — e.g. 'v1.0.0', '2.1.0+build.3'. Not functional: competing version schemes may coexist (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/reminderTrigger
<https://blackcatinformatics.ca/gmeow/reminderTrigger> rdf:type owl:DatatypeProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Reminder> ;
                                                       rdfs:range [ rdf:type rdfs:Datatype ;
                                                                    owl:unionOf ( xsd:dateTime
                                                                                  xsd:duration
                                                                                )
                                                                  ] ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                       rdfs:label "reminder trigger"@x-gmeow-english ;
                                                       skos:definition "The trigger for a reminder — either an xsd:duration offset before the target event (e.g. PT15M) or an absolute xsd:dateTime."@x-gmeow-english ;
                                                       skos:example "ex:standupAlarm gmeow:reminderTrigger \"PT15M\"^^xsd:duration ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid writing an offset as a bare number or a date (the range is the xsd:duration ∪ xsd:dateTime union — use PT15M, not 15) and avoid using it as the target event's own time."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Write an xsd:duration for an offset-from-target trigger or an xsd:dateTime for an absolute one; the offset is resolved against the gmeow:reminderTarget event's start."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to set when a reminder fires — an xsd:duration offset before its target event (PT15M, P1D) for the common case, or an absolute xsd:dateTime for a fixed alert time."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/requiresHost
<https://blackcatinformatics.ca/gmeow/requiresHost> rdf:type owl:DatatypeProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                    rdfs:range xsd:boolean ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                    rdfs:label "requires host"@x-gmeow-english ;
                                                    skos:definition "Asserts whether a reference frame requires a hosting entity to exist."@x-gmeow-english ;
                                                    skos:example "gmeow:referenceFrameRobotArm6DOF gmeow:requiresHost true ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid naming the host here (use gmeow:isHostedBy) — this flag only states whether a host is required."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:requiresHost true for frames bound to a host (a robot base, a building grid) and pair with gmeow:isHostedBy on instances."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to assert whether a reference frame needs a hosting entity to exist; functional boolean."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/resentDate
<https://blackcatinformatics.ca/gmeow/resentDate> rdf:type owl:DatatypeProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                  rdfs:range xsd:dateTime ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                  rdfs:label "resent date"@x-gmeow-english ;
                                                  skos:definition "The RFC 5322 Resent-Date header value of a message. Non-functional: a message may carry multiple Resent-Date values if it was resent multiple times. The raw header value remains on gmeow:MessageHeader (Principle 4)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/resentMessageId
<https://blackcatinformatics.ca/gmeow/resentMessageId> rdf:type owl:DatatypeProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                       rdfs:range rdfs:Literal ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                       rdfs:label "resent message id"@x-gmeow-english ;
                                                       skos:definition "The RFC 5322 Resent-Message-ID header value of a message. Non-functional: a message may carry multiple Resent-Message-ID values if it was resent multiple times. The raw header value remains on gmeow:MessageHeader (Principle 4)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rfcMessageId
<https://blackcatinformatics.ca/gmeow/rfcMessageId> rdf:type owl:DatatypeProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Message> ;
                                                    rdfs:range rdfs:Literal ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                    rdfs:label "RFC message id"@x-gmeow-english ;
                                                    skos:definition "The RFC 5322 Message-ID of a message."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rightAscension
<https://blackcatinformatics.ca/gmeow/rightAscension> rdf:type owl:DatatypeProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/CelestialCoordinates> ;
                                                      rdfs:range xsd:decimal ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                      rdfs:label "right ascension"@x-gmeow-english ;
                                                      skos:definition "Right ascension in degrees (0–360). Frame-relative: the meaning depends on the coordinateFrame (ICRS, FK5, etc.)."@x-gmeow-english ;
                                                      skos:example "ex:vegaCoords gmeow:rightAscension 279.23 ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid stating it without gmeow:coordinateFrame and avoid for terrestrial longitude (gmeow:longitude)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Pair gmeow:rightAscension with gmeow:declination and a declared gmeow:coordinateFrame (Principle 11)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use for right ascension in degrees on a CelestialCoordinates value; frame-relative."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rightOperand
<https://blackcatinformatics.ca/gmeow/rightOperand> rdf:type owl:DatatypeProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/AtomicConstraint> ;
                                                    rdfs:range rdfs:Literal ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                    rdfs:label "right operand"@x-gmeow-english ;
                                                    skos:definition "The value an atomic constraint tests against (odrl:rightOperand), e.g. \"2030-01-01\", \"EU\", \"5\". For an IRI-valued operand use gmeow:rightOperandReference."@x-gmeow-english ;
                                                    skos:example "ex:until2030 gmeow:rightOperand \"2030-01-01\" ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for an IRI-valued operand (use gmeow:rightOperandReference) and avoid carrying the dimension or operator here; those are gmeow:leftOperand and gmeow:constraintOperator."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:rightOperand once per AtomicConstraint (functional) to the literal tested value; switch to gmeow:rightOperandReference when the operand is a place, party, or vocabulary IRI."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the literal value an atomic constraint tests against (the odrl:rightOperand) — a date, a region code, a count."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roll
<https://blackcatinformatics.ca/gmeow/roll> rdf:type owl:DatatypeProperty ;
                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/Orientation> ;
                                            rdfs:range xsd:double ;
                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                            rdfs:label "roll"@x-gmeow-english ;
                                            skos:definition "Rotation about the longitudinal (typically x) axis, in degrees or radians as indicated by the reference frame."@x-gmeow-english ;
                                            skos:example "ex:ori gmeow:roll 0.0 ; gmeow:eulerOrder \"ZYX\" ."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid Euler angles without gmeow:eulerOrder."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:roll with gmeow:yaw, gmeow:pitch, and gmeow:eulerOrder."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use for rotation about the longitudinal axis in the Euler-angle facet."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/romanization
<https://blackcatinformatics.ca/gmeow/romanization> rdf:type owl:DatatypeProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Appellation> ;
                                                    rdfs:range rdfs:Literal ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                    rdfs:label "romanization"@x-gmeow-english ;
                                                    skos:definition "A Latin-script transliteration of THIS SAME appellation in another script (e.g. \"Yamada Tarō\" for \"山田太郎\"; pinyin for a Chinese name). Strictly a transliteration of one name — it NEVER bridges two distinct co-equal names (a Mandarin name is not the romanization of a Latin one)."@x-gmeow-english ;
                                                    skos:example "ex:yamadaName gmeow:romanization \"Yamada Tarō\" ."@x-gmeow-english ;
                                                    skos:scopeNote "Name the system that produced the romanization with gmeow:transliterationScheme (languages module) — Hepburn vs Kunrei for Japanese, Pinyin vs Wade-Giles for Mandarin — so the romanization records HOW it was derived; each scheme is catalogued as an FnO function in the projection layer."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it to bridge two distinct co-equal names (a Mandarin name is NOT the romanization of a Latin one — those are separate appellations) and avoid an unscheme'd romanization where the system matters — name it with gmeow:transliterationScheme."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:romanization on the appellation it transliterates and record the producing system with gmeow:transliterationScheme; never use it to link a Latin and a Han name as romanization-of."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry a Latin-script transliteration of THE SAME appellation in another script — pinyin for a Chinese name, Hepburn for a Japanese one — for indexing and accessible rendering."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/samplingMaxTokens
<https://blackcatinformatics.ca/gmeow/samplingMaxTokens> rdf:type owl:DatatypeProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/ModelInvocation> ;
                                                         rdfs:range xsd:positiveInteger ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                         rdfs:label "sampling max tokens"@x-gmeow-english ;
                                                         skos:definition "The output-length ceiling of this invocation."@x-gmeow-english ;
                                                         skos:example "ex:inv1 gmeow:samplingMaxTokens 4096 ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid confusing it with the model's context window (that is gmeow:modelContextWindow on the card, a model capability, not a per-call setting)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:samplingMaxTokens as a positive integer on the gmeow:ModelInvocation alongside the other sampling parameters."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the output-token ceiling of a gmeow:ModelInvocation — provenance for whether an output may have been truncated."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/samplingTemperature
<https://blackcatinformatics.ca/gmeow/samplingTemperature> rdf:type owl:DatatypeProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/ModelInvocation> ;
                                                           rdfs:range xsd:decimal ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                           rdfs:label "sampling temperature"@x-gmeow-english ;
                                                           skos:definition "The temperature parameter of this invocation. Sampling parameters are claim provenance: the same prompt at temperature 0 and 1.2 are different epistemic acts."@x-gmeow-english ;
                                                           skos:example "ex:inv1 gmeow:samplingTemperature 0.7 ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid placing it on the model agent or card (it is per-invocation, not per-model) and avoid treating it as an output quality score; it is an input setting, claim provenance."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:samplingTemperature as a decimal on the gmeow:ModelInvocation alongside gmeow:samplingTopP and gmeow:samplingMaxTokens so the sampling regime is fully recoverable."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the temperature of a gmeow:ModelInvocation as part of its provenance — the same prompt at temperature 0 versus 1.2 is a different epistemic act."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/samplingTopP
<https://blackcatinformatics.ca/gmeow/samplingTopP> rdf:type owl:DatatypeProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/ModelInvocation> ;
                                                    rdfs:range xsd:decimal ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                    rdfs:label "sampling top-p"@x-gmeow-english ;
                                                    skos:definition "The nucleus-sampling parameter of this invocation."@x-gmeow-english ;
                                                    skos:example "ex:inv1 gmeow:samplingTopP 0.95 ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid placing it on the model agent or card (it is per-invocation) and avoid conflating it with gmeow:samplingTemperature — they are independent sampling controls."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:samplingTopP as a decimal on the gmeow:ModelInvocation alongside the other sampling parameters."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the nucleus-sampling (top-p) cutoff of a gmeow:ModelInvocation as part of its provenance."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/scaleMax
<https://blackcatinformatics.ca/gmeow/scaleMax> rdf:type owl:DatatypeProperty ,
                                                         owl:FunctionalProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/ScoreScale> ;
                                                rdfs:range xsd:decimal ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                rdfs:label "scale maximum"@x-gmeow-english ;
                                                skos:definition "The scale's maximum value. Functional and mandatory; must exceed the minimum (SHACL)."@x-gmeow-english ;
                                                skos:example "ex:zeroToOne gmeow:scaleMax 1.0 ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid omitting it or giving more than one (it is functional and mandatory) and avoid a maximum at or below the minimum (SHACL requires max > min)."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:scaleMax once per gmeow:ScoreScale, paired with a strictly smaller gmeow:scaleMin."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to set the upper bound of a score scale."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/scaleMin
<https://blackcatinformatics.ca/gmeow/scaleMin> rdf:type owl:DatatypeProperty ,
                                                         owl:FunctionalProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/ScoreScale> ;
                                                rdfs:range xsd:decimal ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                rdfs:label "scale minimum"@x-gmeow-english ;
                                                skos:definition "The scale's minimum value. Functional and mandatory; must be below the maximum (SHACL)."@x-gmeow-english ;
                                                skos:example "ex:zeroToOne gmeow:scaleMin 0.0 ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid omitting it or giving more than one (it is functional and mandatory) and avoid a minimum at or above the maximum (SHACL requires min < max)."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:scaleMin once per gmeow:ScoreScale, paired with a strictly greater gmeow:scaleMax."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to set the lower bound of a score scale."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/scaleStep
<https://blackcatinformatics.ca/gmeow/scaleStep> rdf:type owl:DatatypeProperty ,
                                                          owl:FunctionalProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/ScoreScale> ;
                                                 rdfs:range xsd:decimal ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                 rdfs:label "scale step"@x-gmeow-english ;
                                                 skos:definition "The scale's granularity step, when discrete. Optional; absent means continuous."@x-gmeow-english ;
                                                 skos:example "ex:fivePoint gmeow:scaleStep 1.0 ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it for a continuous scale (leave it absent — absence means continuous) and avoid more than one (it is functional)."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:scaleStep once on a gmeow:ScoreScale only when the scale is discrete; omit it for continuous scales."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to declare the discrete step of a score scale — a five-point scale steps by one."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sceneConfidence
<https://blackcatinformatics.ca/gmeow/sceneConfidence> rdf:type owl:DatatypeProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/SceneGraphEdge> ;
                                                       rdfs:range xsd:decimal ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                       rdfs:label "scene confidence"@x-gmeow-english ;
                                                       skos:definition "The confidence of this scene-graph edge, as a decimal in [0.0, 1.0]. Functional: one confidence value per edge."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/scriptCode
<https://blackcatinformatics.ca/gmeow/scriptCode> rdf:type owl:DatatypeProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/WritingSystem> ;
                                                  rdfs:range rdfs:Literal ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                  rdfs:label "script code"@x-gmeow-english ;
                                                  skos:definition "The ISO 15924 script code of a writing system (\"Latn\", \"Hani\", \"Hira\", \"Kana\", \"Arab\", \"Brai\") when one exists, else a bespoke identifier for a conlang/AI script with no registered code. The bridge for names' gmeow:nameScript literals to resolve to a first-class WritingSystem. Non-functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/segmentIndex
<https://blackcatinformatics.ca/gmeow/segmentIndex> rdf:type owl:DatatypeProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/ContentSegment> ;
                                                    rdfs:range xsd:integer ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                    rdfs:label "segment index"@x-gmeow-english ;
                                                    skos:definition "The position of this segment within its containing whole — 1-based by convention, but not enforced."@x-gmeow-english ;
                                                    skos:example "ex:chapter3 gmeow:segmentIndex 3 ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for a subjective reading order (that is a gmeow:ReadingOrder standpoint) and avoid relying on it across whole boundaries — the index is local to one container."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the position integer on gmeow:segmentIndex alongside gmeow:segmentOf; perspectival orderings that differ from this structural index ride a gmeow:ReadingOrder."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the structural position of a content segment within its containing whole — the chapter or scene number; functional, 1-based by convention."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/segmentMapRatioDenominator
<https://blackcatinformatics.ca/gmeow/segmentMapRatioDenominator> rdf:type owl:DatatypeProperty ,
                                                                           owl:FunctionalProperty ;
                                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/TempoMapSegment> ;
                                                                  rdfs:range xsd:integer ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                  rdfs:label "segment map ratio denominator"@x-gmeow-english ;
                                                                  skos:definition "The denominator of the segment-level constant mapping ratio; must be a positive integer."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/segmentMapRatioNumerator
<https://blackcatinformatics.ca/gmeow/segmentMapRatioNumerator> rdf:type owl:DatatypeProperty ,
                                                                         owl:FunctionalProperty ;
                                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/TempoMapSegment> ;
                                                                rdfs:range xsd:integer ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "segment map ratio numerator"@x-gmeow-english ;
                                                                skos:definition "The numerator of the segment-level constant mapping ratio (musical units per clock unit or vice versa)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/selectorLocator
<https://blackcatinformatics.ca/gmeow/selectorLocator> rdf:type owl:DatatypeProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/Selector> ;
                                                       rdfs:range rdfs:Literal ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/citations> ;
                                                       rdfs:label "selector locator"@x-gmeow-english ;
                                                       skos:definition "A generic locator string within a cited work (e.g. 'section 3.2', 'image 4', 'entry 17'), expressed as a literal within a selector."@x-gmeow-english ;
                                                       skos:example "ex:loc gmeow:selectorLocator \"entry 17\" ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it where a page (gmeow:selectorPage) or character offset (gmeow:selectorTextPosition) is the natural anchor, and avoid overloading it to smuggle a verbatim quote — use gmeow:selectorTextQuote."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:selectorLocator on a gmeow:Selector to the structural locator string; combine with gmeow:selectorTextQuote when the passage must also be verifiable."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record a structural or domain locator a gmeow:Selector pinpoints when neither a page nor a character offset fits — a section, figure, image, table, or register entry."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/selectorPage
<https://blackcatinformatics.ca/gmeow/selectorPage> rdf:type owl:DatatypeProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Selector> ;
                                                    rdfs:range rdfs:Literal ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/citations> ;
                                                    rdfs:label "selector page"@x-gmeow-english ;
                                                    skos:definition "A page number or page range expressed as a literal within a selector."@x-gmeow-english ;
                                                    skos:example "ex:page42 gmeow:selectorPage \"42-44\" ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for non-paginated loci (use gmeow:selectorTextPosition for an offset or gmeow:selectorLocator for a section) and avoid the bearing CitationAct — page sits on the Selector."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:selectorPage on a gmeow:Selector as a literal page or range; combine with gmeow:selectorTextQuote when the exact passage also matters."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the page or page range a gmeow:Selector pinpoints within a cited work."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/selectorTextPosition
<https://blackcatinformatics.ca/gmeow/selectorTextPosition> rdf:type owl:DatatypeProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/Selector> ;
                                                            rdfs:range rdfs:Literal ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/citations> ;
                                                            rdfs:label "selector text position"@x-gmeow-english ;
                                                            skos:definition "A character offset or text position within a cited work, expressed as a literal within a selector."@x-gmeow-english ;
                                                            skos:example "ex:span gmeow:selectorTextPosition \"start=1024;end=1097\" ."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for human-facing page references (use gmeow:selectorPage) and avoid storing the quoted text here (that is gmeow:selectorTextQuote); position is the offset, not the content."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:selectorTextPosition on a gmeow:Selector as a literal offset or range; pair it with gmeow:selectorTextQuote so the anchor survives re-pagination of the source."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record a character offset or text-position range a gmeow:Selector pinpoints — the machine-precise locus into a digital cited work."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/selectorTextQuote
<https://blackcatinformatics.ca/gmeow/selectorTextQuote> rdf:type owl:DatatypeProperty ;
                                                         rdfs:domain <https://blackcatinformatics.ca/gmeow/Selector> ;
                                                         rdfs:range rdfs:Literal ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/citations> ;
                                                         rdfs:label "selector text quote"@x-gmeow-english ;
                                                         skos:definition "A verbatim text quote from the cited work, expressed as a literal within a selector."@x-gmeow-english ;
                                                         skos:example "ex:span gmeow:selectorTextQuote \"born the third day of March\"@en ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid paraphrasing here (the quote must be verbatim) and avoid using it as the offset (that is gmeow:selectorTextPosition); language-tag the literal where the source language is known."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:selectorTextQuote on a gmeow:Selector to the verbatim string, language-tagged; pair with gmeow:selectorTextPosition or gmeow:selectorPage to anchor it precisely."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the verbatim passage a gmeow:Selector anchors on — the durable, re-locatable form of a pinpoint that survives re-pagination of the cited work."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/selectorValue
<https://blackcatinformatics.ca/gmeow/selectorValue> rdf:type owl:DatatypeProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/RegionSelector> ;
                                                     rdfs:range rdfs:Literal ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                     rdfs:label "selector value"@x-gmeow-english ;
                                                     skos:definition "The raw selector data — an SVG path string, a pixel rectangle (x,y,w,h), a fractional rectangle, a polygon coordinate list, an RLE-encoded mask string, a DICOM-SEG mask reference, or a Web Annotation fragment (xywh=...). The format is determined by gmeow:selectorType. Parsing and coordinate conversion live in the solver layer (Principle 12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sentAt
<https://blackcatinformatics.ca/gmeow/sentAt> rdf:type owl:DatatypeProperty ;
                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/Message> ;
                                              rdfs:range xsd:dateTime ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                              rdfs:label "sent at"@x-gmeow-english ;
                                              skos:definition "When a message was sent (RFC 5322 Date)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sequenceEnd
<https://blackcatinformatics.ca/gmeow/sequenceEnd> rdf:type owl:DatatypeProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/SequenceCoordinates> ;
                                                   rdfs:range xsd:positiveInteger ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                   rdfs:label "sequence end"@x-gmeow-english ;
                                                   skos:definition "The 1-based inclusive end position of a feature on a biological sequence. Frame-relative: the meaning depends on the inReferenceAssembly (Principle 11)."@x-gmeow-english ;
                                                   skos:example "ex:brca1Coords gmeow:sequenceEnd 43125483 ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid mixed conventions and avoid omitting the assembly frame."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:sequenceEnd with gmeow:sequenceStart; meaning depends on gmeow:inReferenceAssembly."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the 1-based inclusive end position of a feature on a sequence; functional, frame-relative."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sequenceStart
<https://blackcatinformatics.ca/gmeow/sequenceStart> rdf:type owl:DatatypeProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/SequenceCoordinates> ;
                                                     rdfs:range xsd:positiveInteger ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                     rdfs:label "sequence start"@x-gmeow-english ;
                                                     skos:definition "The 1-based inclusive start position of a feature on a biological sequence. Frame-relative: the meaning depends on the inReferenceAssembly (Principle 11)."@x-gmeow-english ;
                                                     skos:example "ex:brca1Coords gmeow:sequenceStart 43044295 ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid 0-based or exclusive conventions silently and avoid omitting the assembly frame (Principle 11)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:sequenceStart with gmeow:sequenceEnd on the SequenceCoordinates; meaning depends on gmeow:inReferenceAssembly."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the 1-based inclusive start position of a feature on a sequence; functional, frame-relative."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/serviceShutdownDate
<https://blackcatinformatics.ca/gmeow/serviceShutdownDate> rdf:type owl:DatatypeProperty ,
                                                                    owl:FunctionalProperty ;
                                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/OnlineService> ;
                                                           rdfs:range xsd:dateTime ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accounts> ;
                                                           rdfs:label "service shutdown date"@x-gmeow-english ;
                                                           skos:definition "The date a historical online service shut down (Yahoo 360: 2009-07-13). The flat shortcut for service liveness; projects to schema:dissolutionDate. Promote to a destruction LifeEvent when evidence/standpoint matters."@x-gmeow-english ;
                                                           skos:example "ex:yahoo360 gmeow:serviceShutdownDate \"2009-07-13T00:00:00\"^^xsd:dateTime ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the shutdown carries evidence, dispute, or standpoint that must be first-class — promote to a destruction LifeEvent (lifecycle slice) — and avoid using it for an account's own retirement (use gmeow:accountStatus historical)."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the date as an xsd:dateTime on the OnlineService and set gmeow:serviceStatus to gmeow:serviceStatusShutDown; the flat date projects to schema:dissolutionDate, and you reify to a LifeEvent only when provenance demands it."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record when a historical online service ceased operation — the flat shutdown date that keeps a defunct service (Yahoo 360, Google+) first-class with its end recorded rather than deleted (P10)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/signatureAlgorithm
<https://blackcatinformatics.ca/gmeow/signatureAlgorithm> rdf:type owl:DatatypeProperty ,
                                                                   owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/CryptographicSignature> ;
                                                          rdfs:range rdfs:Literal ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                                          rdfs:label "signature algorithm"@x-gmeow-english ;
                                                          skos:definition "The algorithm used for a signature (e.g. rsa-sha256, ed25519)."@x-gmeow-english ;
                                                          skos:example "ex:sig1 gmeow:signatureAlgorithm \"ed25519\" ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the signing key's own algorithm (that is gmeow:keyAlgorithm on the key) and for the verification outcome (gmeow:verificationStatus); this names the act's algorithm. It is functional — one per signature."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Attach the algorithm literal to the signature alongside gmeow:signingKey; it complements rather than duplicates the key's gmeow:keyAlgorithm, since a key may sign with different digest pairings."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the algorithm a signature was made with — rsa-sha256, ed25519 — so a verifier can assess its strength or compatibility."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/signatureRecoveryAddress
<https://blackcatinformatics.ca/gmeow/signatureRecoveryAddress> rdf:type owl:DatatypeProperty ;
                                                                rdfs:range rdfs:Literal ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                                rdfs:label "signature recovery address"@x-gmeow-english ;
                                                                skos:definition "The blockchain address recovered from a signature's recovery data. Domain-free: may apply to CryptographicSignature or BlockchainAccount."@x-gmeow-english ;
                                                                skos:example "ex:sig1 gmeow:signatureRecoveryAddress \"0xabc...\" ."@x-gmeow-english ;
                                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a contract's deployment address (gmeow:contractAddress) and avoid reading the recovered address as proof of a real-world identity — it proves key control, not who the person is (module boundaries)."@x-gmeow-english ;
                                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Record the recovered address on the signature or account; the recovery computation runs in the solver layer, and binding the address to a real-world gmeow:Agent requires an explicit identity-binding Attestation."@x-gmeow-english ;
                                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the address recovered from a signature's recovery data — the on-chain identity that produced an ECDSA/secp256k1 signature, linking a gmeow:CryptographicSignature to a gmeow:BlockchainAccount."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/signingDomain
<https://blackcatinformatics.ca/gmeow/signingDomain> rdf:type owl:DatatypeProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/CryptographicSignature> ;
                                                     rdfs:range rdfs:Literal ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                                     rdfs:label "signing domain"@x-gmeow-english ;
                                                     skos:definition "The domain asserted by a signature (e.g. the DKIM d= tag)."@x-gmeow-english ;
                                                     skos:example "ex:sig1 gmeow:signingDomain \"example.com\" ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the signer agent (that is gmeow:signedBy) and for the verification outcome (gmeow:verificationStatus); the domain is the claimed signing authority, not the identity or the result. It is functional."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Attach the domain literal to the signature; the email-wire detail (Authentication-Results, relay hops) lives in the email extension, while this generic seam carries the asserted domain."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the domain a signature asserts on behalf of — the DKIM d= tag and like domain-scoped signing claims."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sizeEstimate
<https://blackcatinformatics.ca/gmeow/sizeEstimate> rdf:type owl:DatatypeProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Message> ;
                                                    rdfs:range xsd:integer ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                    rdfs:label "size estimate"@x-gmeow-english ;
                                                    skos:definition "The estimated size of a message in octets."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/slogan
<https://blackcatinformatics.ca/gmeow/slogan> rdf:type owl:DatatypeProperty ;
                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                              rdfs:range rdfs:Literal ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                              rdfs:label "slogan"@x-gmeow-english ;
                                              skos:definition "A promotional tagline or motto an agent presents itself by — the short marketing phrase of an organization (or person/brand). A flat, displayable literal (language-tagged where relevant); NOT a gmeow:Appellation/name. Non-functional in practice but unconstrained. Projects to schema:slogan."@x-gmeow-english ;
                                              skos:example "ex:acme gmeow:slogan \"Widgets that work\"@en ."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for the agent's name (a name is a structured gmeow:OrganizationName / gmeow:Appellation in the names slice) and avoid an untagged literal where a language is known."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:slogan to a language-tagged literal on the agent; keep names on gmeow:hasOrganizationName and let this carry only the marketing phrase."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry an agent's promotional tagline or motto — a short marketing phrase displayed as-is."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/smuflCodepoint
<https://blackcatinformatics.ca/gmeow/smuflCodepoint> rdf:type owl:DatatypeProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/NotationSystem> ;
                                                      rdfs:range xsd:string ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                      rdfs:label "SMuFL codepoint"@x-gmeow-english ;
                                                      skos:definition "A Unicode codepoint reference in the Standard Music Font Layout (SMuFL) specification that identifies a glyph used by this notation system. Multiple codepoints may be asserted as multiple triples."@x-gmeow-english ;
                                                      skos:example "ex:westernStaff gmeow:smuflCodepoint \"U+E050\" ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for non-SMuFL or non-musical glyph references and avoid treating a single triple as exhaustive — a notation system carries many codepoints, one per glyph."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Attach each SMuFL codepoint string (e.g. \"U+E050\") to the gmeow:NotationSystem via gmeow:smuflCodepoint; repeat the triple for each glyph the system uses."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the SMuFL Unicode codepoint(s) for glyphs a music notation system uses, so a renderer can map canonical content to concrete font glyphs; assert several as several triples."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sourceLocation
<https://blackcatinformatics.ca/gmeow/sourceLocation> rdf:type owl:DatatypeProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                      rdfs:range rdfs:Literal ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sources> ;
                                                      rdfs:label "source location"@x-gmeow-english ;
                                                      skos:definition "Where the source artifact came from — a file path, original filename, or URL. Provenance/audit only; carries no reliable identity."@x-gmeow-english ;
                                                      skos:example "ex:report gmeow:sourceLocation \"/imports/2026/report.pdf\" ."@x-gmeow-english ;
                                                      skos:scopeNote "Typically asserted on a Manifestation or Item."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid relying on it for identity or deduplication (paths and URLs are unstable; use gmeow:contentDigest) and avoid treating it as the citation locator into the work (that is the Selector in the citations slice)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:sourceLocation on the Manifestation or Item alongside gmeow:contentDigest; read the location as audit trail and the digest as the authoritative identity."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record where a source artifact came from — its file path, original filename, or URL — for provenance and audit."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sourceModifiedAt
<https://blackcatinformatics.ca/gmeow/sourceModifiedAt> rdf:type owl:DatatypeProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                        rdfs:range xsd:dateTime ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sources> ;
                                                        rdfs:label "source modified at"@x-gmeow-english ;
                                                        skos:definition "The last-modification time of the source artifact itself (e.g. a file mtime). A terminus-ante-quem on the recording of the claims this source carries — NOT valid-time (tenure) and NOT observation-time. Advisory and resettable; the reliable identity is gmeow:contentDigest. NOT functional: because a source is identified by its content digest, copies/syncs of the same bytes may legitimately report different modification times, which must coexist rather than force an inconsistency."@x-gmeow-english ;
                                                        skos:example "ex:report gmeow:sourceModifiedAt \"2026-06-15T12:00:00Z\"^^xsd:dateTime ."@x-gmeow-english ;
                                                        skos:scopeNote "Typically asserted on a Manifestation or Item."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it as valid-time/tenure or as observation-time (those are temporal-slice and observation constructs) and avoid treating it as identity — gmeow:contentDigest is the reliable identity; keep it non-functional so copies' differing mtimes coexist."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:sourceModifiedAt on the Manifestation or Item; pair it with gmeow:recordedNoLaterThan so the carrier's mtime bounds the recording of its claims, and with gmeow:contentDigest for stable identity."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the last-modification time of a source artifact (a file mtime) as a terminus-ante-quem on when the claims it carries were recorded."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/spanEnd
<https://blackcatinformatics.ca/gmeow/spanEnd> rdf:type owl:DatatypeProperty ;
                                               rdfs:range xsd:nonNegativeInteger ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                               rdfs:label "span end"@x-gmeow-english ;
                                               skos:definition "The ending character offset (unicode code points, zero-based, exclusive) of a span. Pairs with gmeow:spanStart."@x-gmeow-english ;
                                               skos:example "ex:c1 gmeow:spanEnd 512 ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid an end offset without a matching gmeow:spanStart, and avoid prose locators (those are the citations slice's gmeow:selectorTextPosition)."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:spanEnd alongside gmeow:spanStart as a zero-based exclusive code-point offset on the same span subject."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use to pin the exclusive end offset of a span in unicode code points, completing the half-open range opened by gmeow:spanStart."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/spanStart
<https://blackcatinformatics.ca/gmeow/spanStart> rdf:type owl:DatatypeProperty ;
                                                 rdfs:range xsd:nonNegativeInteger ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                 rdfs:label "span start"@x-gmeow-english ;
                                                 skos:definition "The starting character offset (unicode code points, zero-based, inclusive) of a span — a Chunk within its source, or an EvidenceSpan within a chunk. Domain-free: one span idiom for the retrieval substrate and the evidence layer. The TYPED sharpening of the citations slice's gmeow:selectorTextPosition (which remains the home of non-numeric position locators); mechanical AIS checking (EvidenceSpan audit machinery) needs integers, not prose."@x-gmeow-english ;
                                                 skos:example "ex:c1 gmeow:spanStart 0 ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for a non-numeric position locator (use the citations slice's gmeow:selectorTextPosition) and avoid asserting a start without its matching gmeow:spanEnd — the pair defines the span."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Assert gmeow:spanStart with gmeow:spanEnd as a zero-based half-open code-point range on the same span subject; keep both as integers so AIS coverage checks compute over them directly."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to pin the inclusive start offset of a span in unicode code points — a Chunk within its source or an EvidenceSpan within a chunk — when mechanical re-anchoring needs an integer, not prose."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/spdxLicenseId
<https://blackcatinformatics.ca/gmeow/spdxLicenseId> rdf:type owl:DatatypeProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/License> ;
                                                     rdfs:range rdfs:Literal ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                     rdfs:label "SPDX license id"@x-gmeow-english ;
                                                     skos:definition "The SPDX License List short identifier of a licence — the canonical machine-readable licence id (e.g. \"MIT\", \"Apache-2.0\", \"CC-BY-4.0\", \"GPL-3.0-only\"). The bridge to the SPDX / SBOM world (spdx:licenseId); the SPDX List also assigns each id a stable IRI under http://spdx.org/licenses/. Functional: a licence has one canonical SPDX id (a compound choice is an SPDX licence expression in the same literal)."@x-gmeow-english ;
                                                     skos:example "ex:apacheLicense gmeow:spdxLicenseId \"Apache-2.0\" ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for the coarse family (that is gmeow:licenseFamily) or the human-readable name (gmeow:spdxLicenseName), and avoid splitting a compound choice across triples — a dual choice is one SPDX licence expression in the same literal."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:spdxLicenseId once per License (functional) to a valid SPDX id or expression; consumers resolve the stable http://spdx.org/licenses/ IRI from it rather than importing the licence text."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the canonical SPDX short identifier of a licence — the machine-readable id that bridges to SPDX / SBOM tooling and resolves to a stable SPDX IRI by reference (P5)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/spdxLicenseName
<https://blackcatinformatics.ca/gmeow/spdxLicenseName> rdf:type owl:DatatypeProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/License> ;
                                                       rdfs:range rdfs:Literal ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                       rdfs:label "SPDX license name"@x-gmeow-english ;
                                                       skos:definition "The full SPDX License List name of a licence (spdx:name), e.g. \"Apache License 2.0\"."@x-gmeow-english ;
                                                       skos:example "ex:apacheLicense gmeow:spdxLicenseName \"Apache License 2.0\" ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it as the machine-readable identifier (that is gmeow:spdxLicenseId) and avoid an invented name; use the exact SPDX List name."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:spdxLicenseName on a gmeow:License to the exact SPDX List name for display, with gmeow:spdxLicenseId carrying the short id for matching."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the full human-readable SPDX List name of a licence (spdx:name) alongside the short gmeow:spdxLicenseId."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/spelledName
<https://blackcatinformatics.ca/gmeow/spelledName> rdf:type owl:DatatypeProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/PitchSpelling> ;
                                                   rdfs:range xsd:string ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                   rdfs:label "spelled name"@x-gmeow-english ;
                                                   skos:definition "The note-name string produced by this spelling, e.g. \"C♯4\", \"Ga\", \"+7\". Functional per relator: one spelled name per spelling."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/startedAtTime
<https://blackcatinformatics.ca/gmeow/startedAtTime> rdf:type owl:DatatypeProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/TimeInterval> ;
                                                     rdfs:range xsd:dateTime ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                     rdfs:label "started at time"@x-gmeow-english ;
                                                     skos:definition "The instant at which a time interval begins."@x-gmeow-english ;
                                                     skos:example "ex:tenureInterval gmeow:startedAtTime \"2019-03-01T00:00:00Z\"^^xsd:dateTime ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the start needs its own frame, granularity, or EDTF value (promote to gmeow:hasStartInstant on a gmeow:Instant) and avoid an xsd:date literal — base-triple time is xsd:dateTime (P3)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Write a full xsd:dateTime including the offset interpreted by the interval's gmeow:hasTemporalFrame; pair with gmeow:endedAtTime, or omit the end to leave the interval open."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to stamp the start of a gmeow:TimeInterval as a single crisp dateTime when no separate gmeow:Instant object is needed — the lightweight inline bound."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/storagePath
<https://blackcatinformatics.ca/gmeow/storagePath> rdf:type owl:DatatypeProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/StorageLocation> ;
                                                   rdfs:range rdfs:Literal ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                   rdfs:label "storage path"@x-gmeow-english ;
                                                   skos:definition "The path, key, or URI of a storage location within its service."@x-gmeow-english ;
                                                   skos:example "ex:bucket gmeow:storagePath \"s3://corpus/2026/\" ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the geographic device site (gmeow:physicalPlace) and for the service name (gmeow:storageService)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Add gmeow:storagePath alongside gmeow:storageService and the functional gmeow:storageMedium."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the path, key, or URI of a storage location within its service."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/storageService
<https://blackcatinformatics.ca/gmeow/storageService> rdf:type owl:DatatypeProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/StorageLocation> ;
                                                      rdfs:range rdfs:Literal ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                      rdfs:label "storage service"@x-gmeow-english ;
                                                      skos:definition "The service or system hosting a storage location (e.g. \"Google Drive\", \"AWS S3\", \"local\")."@x-gmeow-english ;
                                                      skos:example "ex:bucket gmeow:storageService \"AWS S3\" ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the medium kind (gmeow:storageMedium) and for the within-service path (gmeow:storagePath)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Add gmeow:storageService as a descriptive literal alongside gmeow:storageMedium and gmeow:storagePath."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the service or system hosting a storage location."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/streetAddress
<https://blackcatinformatics.ca/gmeow/streetAddress> rdf:type owl:DatatypeProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/PostalAddress> ;
                                                     rdfs:range rdfs:Literal ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                     rdfs:label "street address"@x-gmeow-english ;
                                                     skos:definition "The street-address coordinate value of a postal address, expressed along the gmeow:axisStreetAddress axis of the postal reference frame."@x-gmeow-english ;
                                                     skos:example "ex:home gmeow:streetAddress \"100 Main St\" ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid forcing a single normalized form (it is non-functional — conflicting source spellings coexist) and avoid using it for the resolved street place (that is reached via gmeow:addressPlace)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the line verbatim from the source; pair the address with gmeow:coarsenTo so a public projection emits the locality rather than this street-level precision."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the as-written street line of an address — the most precise, premises-identifying component, and the one disclosure control most needs to coarsen away."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/subject
<https://blackcatinformatics.ca/gmeow/subject> rdf:type owl:DatatypeProperty ;
                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/Message> ;
                                               rdfs:range rdfs:Literal ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                               rdfs:label "subject"@x-gmeow-english ;
                                               skos:definition "The subject line of a message (RFC 5322 Subject)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/subjectPrefix
<https://blackcatinformatics.ca/gmeow/subjectPrefix> rdf:type owl:DatatypeProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                     rdfs:range rdfs:Literal ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                     rdfs:label "subject prefix"@x-gmeow-english ;
                                                     skos:definition "A prefix stripped from a message subject during normalization (e.g. 'Re:', 'Fwd:', 'AW:'). A single message may have multiple nested prefixes, so this property is not functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/supportsNotability
<https://blackcatinformatics.ca/gmeow/supportsNotability> rdf:type owl:DatatypeProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/CitationAct> ;
                                                          rdfs:range xsd:boolean ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                          rdfs:label "supports notability"@x-gmeow-english ;
                                                          skos:definition "Whether this citation is asserted to support notability (encyclopedic significance) as distinct from factual verification. A citation may verify a fact (high evidential warrant) without supporting notability (e.g. a primary legal filing or a routine listing). Non-functional: competing notability assessments from different standpoints coexist (Principle 9)."@x-gmeow-english ;
                                                          skos:example "ex:citation gmeow:supportsNotability true ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it to claim a fact is true (notability is not verification — a strong-warrant primary filing may carry supportsNotability false) and avoid treating one assessment as final; competing standpoint judgements coexist, so it stays non-functional (Principle 9)."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Set the xsd:boolean on the gmeow:CitationAct alongside gmeow:sourceIndependence, gmeow:sourceTier, and gmeow:coverageDepth; the solver weighs the axes against a notability standard (cf. WP:GNG, P12) rather than relying on this flag alone."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to assert the standpoint judgement that a citation contributes to a subject's notability — encyclopedic significance — the summary flag the independence, tier, and coverage-depth axes feed into (Axis B)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/systematicity
<https://blackcatinformatics.ca/gmeow/systematicity> rdf:type owl:DatatypeProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Analogy> ;
                                                     rdfs:range xsd:decimal ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                                     rdfs:label "systematicity"@x-gmeow-english ;
                                                     skos:definition "A solver-computed measure of a gmeow:Analogy's structural consistency (Gentner's systematicity principle: deep, interconnected relational mappings beat shallow attribute matches) — the basis on which the best analogy is selected. A solver-layer value (Principle 12); best-analogy selection promotes the winner's modality and suppresses rival mappings, never an asserted isBest bit. NOT functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tableOfContents
<https://blackcatinformatics.ca/gmeow/tableOfContents> rdf:type owl:DatatypeProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                                       rdfs:range rdfs:Literal ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                       rdfs:label "table of contents"@x-gmeow-english ;
                                                       skos:definition "A list of subunits of a creative work."@x-gmeow-english ;
                                                       skos:example "ex:book gmeow:tableOfContents \"1. Loomings -- 2. The Carpet-Bag -- ...\" ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it when the structure should be queryable — model the subunits as gmeow:ContentSegment objects with gmeow:segmentIndex and let the projection render the TOC from structure."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the TOC string on gmeow:tableOfContents for the flat case; for structural navigation, prefer gmeow:hasSegment chains over a stored string."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a literal list of a work's subunits — a table-of-contents string captured as text from a source."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/taskDueDate
<https://blackcatinformatics.ca/gmeow/taskDueDate> rdf:type owl:DatatypeProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <https://blackcatinformatics.ca/gmeow/Task> ;
                                                   rdfs:range xsd:dateTime ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                   rdfs:label "task due date"@x-gmeow-english ;
                                                   skos:definition "The date and time by which the task is due."@x-gmeow-english ;
                                                   skos:example "ex:fileReport gmeow:taskDueDate \"2026-06-20T17:00:00Z\"^^xsd:dateTime ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting two (it is functional — one due date per task) and avoid an xsd:date literal — base-triple time is xsd:dateTime (P3)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Write a full xsd:dateTime in the task's event time zone; distinguish it from a meeting's start time, which lives on the event's own temporal placement."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to stamp a task's deadline — the iCalendar VTODO DUE moment by which it should be completed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/taskPriority
<https://blackcatinformatics.ca/gmeow/taskPriority> rdf:type owl:DatatypeProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Task> ;
                                                    rdfs:range xsd:integer ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                    rdfs:label "task priority"@x-gmeow-english ;
                                                    skos:definition "The priority of the task, 0-9, where 0 is undefined and 1 is highest. Aligned to iCalendar PRIORITY."@x-gmeow-english ;
                                                    skos:example "ex:fileReport gmeow:taskPriority 1 ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting two values (it is functional — one priority per task) and avoid inventing values outside 0-9; the scale is the iCalendar PRIORITY range."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Write an xsd:integer in 0-9; reserve 0 for 'undefined' and treat lower non-zero numbers as more urgent, per iCalendar."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to rank a task's urgency on the iCalendar PRIORITY scale (0 undefined, 1 highest, 9 lowest)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/taskRecurrenceUntilDone
<https://blackcatinformatics.ca/gmeow/taskRecurrenceUntilDone> rdf:type owl:DatatypeProperty ,
                                                                        owl:FunctionalProperty ;
                                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/Task> ;
                                                               rdfs:range xsd:boolean ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                               rdfs:label "task recurrence until done"@x-gmeow-english ;
                                                               skos:definition "Whether this recurring task continues until marked done, rather than stopping at a fixed count or end date."@x-gmeow-english ;
                                                               skos:example "ex:waterPlants gmeow:taskRecurrenceUntilDone true ."@x-gmeow-english ;
                                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting two values (it is functional — one flag per task) and avoid using it for a fixed-count recurrence; that termination belongs in the gmeow:scheduleRecurrenceRule."@x-gmeow-english ;
                                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Set the xsd:boolean true to make the task recur until its status reaches completed; leave it false or absent for a rule-bounded recurrence."@x-gmeow-english ;
                                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use to flag a recurring task that re-arms until completed rather than ending at a fixed count or date — the 'keep nagging until done' pattern."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/telephone
<https://blackcatinformatics.ca/gmeow/telephone> rdf:type owl:DatatypeProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                 rdfs:range rdfs:Literal ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                 rdfs:label "telephone"@x-gmeow-english ;
                                                 skos:definition "A telephone number at which an agent can be reached."@x-gmeow-english ;
                                                 skos:example "ex:lillith gmeow:telephone \"+1-403-555-0100\" ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                         <https://blackcatinformatics.ca/gmeow/consumerWikidata> ,
                                                                                                         <https://blackcatinformatics.ca/gmeow/consumerWikipedia> ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it when the number needs a usage role or tenure — promote to a first-class gmeow:TelephoneNumber via gmeow:hasContactPoint — and never project it to a public consumer; a phone number is sensitive personal data."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the number string on the agent, preferring E.164 form where known; treat it as sensitive-personal so it is released only to internal or agent-memory consumers."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                       <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the flat shortcut for an agent's telephone number when only the string is needed and no role, provider, or tenure must be carried."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tempoRatioApprox
<https://blackcatinformatics.ca/gmeow/tempoRatioApprox> rdf:type owl:DatatypeProperty ;
                                                        rdfs:domain <https://blackcatinformatics.ca/gmeow/TimeMapping> ;
                                                        rdfs:range xsd:decimal ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "tempo ratio approximation"@x-gmeow-english ;
                                                        skos:definition "A generated decimal approximation of an irrational tempo ratio, produced from tempoRatioExpression by the solver. A lossy projection, not the canonical value."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tempoRatioExpression
<https://blackcatinformatics.ca/gmeow/tempoRatioExpression> rdf:type owl:DatatypeProperty ,
                                                                     owl:FunctionalProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/TimeMapping> ;
                                                            rdfs:range xsd:string ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                            rdfs:label "tempo ratio expression"@x-gmeow-english ;
                                                            skos:definition "A canonical symbolic expression for an irrational tempo ratio (e.g. \"sqrt(2)/2\"), stored as a literal and never reasoner-parsed. The generated decimal approximation is tempoRatioApprox (Principle 4)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/threadSubject
<https://blackcatinformatics.ca/gmeow/threadSubject> rdf:type owl:DatatypeProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/Thread> ;
                                                     rdfs:range rdfs:Literal ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                     rdfs:label "thread subject"@x-gmeow-english ;
                                                     skos:definition "The base subject of a conversation thread, with reply/forward prefixes stripped, used for display and grouping. Derived from the raw RFC 5322 Subject headers of the messages in the thread."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/timeDurationDenominator
<https://blackcatinformatics.ca/gmeow/timeDurationDenominator> rdf:type owl:DatatypeProperty ,
                                                                        owl:FunctionalProperty ;
                                                               rdfs:domain <https://blackcatinformatics.ca/gmeow/MusicalTimeSpan> ;
                                                               rdfs:range xsd:integer ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "time duration denominator"@x-gmeow-english ;
                                                               skos:definition "The denominator of the rational duration of a MusicalTimeSpan in its frame. Always positive."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/timeDurationNumerator
<https://blackcatinformatics.ca/gmeow/timeDurationNumerator> rdf:type owl:DatatypeProperty ,
                                                                      owl:FunctionalProperty ;
                                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/MusicalTimeSpan> ;
                                                             rdfs:range xsd:integer ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "time duration numerator"@x-gmeow-english ;
                                                             skos:definition "The numerator of the rational duration of a MusicalTimeSpan in its frame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/timeStartDenominator
<https://blackcatinformatics.ca/gmeow/timeStartDenominator> rdf:type owl:DatatypeProperty ,
                                                                     owl:FunctionalProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/MusicalTimeSpan> ;
                                                            rdfs:range xsd:integer ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                            rdfs:label "time start denominator"@x-gmeow-english ;
                                                            skos:definition "The denominator of the rational start position of a MusicalTimeSpan in its frame. Always positive."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/timeStartNumerator
<https://blackcatinformatics.ca/gmeow/timeStartNumerator> rdf:type owl:DatatypeProperty ,
                                                                   owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/MusicalTimeSpan> ;
                                                          rdfs:range xsd:integer ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                          rdfs:label "time start numerator"@x-gmeow-english ;
                                                          skos:definition "The numerator of the rational start position of a MusicalTimeSpan in its frame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/timeZoneIanaId
<https://blackcatinformatics.ca/gmeow/timeZoneIanaId> rdf:type owl:DatatypeProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://blackcatinformatics.ca/gmeow/TimeZone> ;
                                                      rdfs:range xsd:string ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                      rdfs:label "time zone IANA id"@x-gmeow-english ;
                                                      skos:definition "The IANA time zone identifier, e.g. America/Toronto, Europe/Paris, UTC."@x-gmeow-english ;
                                                      skos:example "ex:torontoZone gmeow:timeZoneIanaId \"America/Toronto\" ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting two ids (it is functional — one tzid per zone) and avoid storing a fixed numeric offset here; the tzid, not an offset, names the zone's seasonal rules."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Write the IANA tzid as an xsd:string (America/Toronto, Europe/Paris, UTC); reference the gmeow:TimeZone from the calendar/schedule/event time-zone edges."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry a gmeow:TimeZone's canonical IANA tzid string — the identifier libraries resolve to the full DST ruleset."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/timezone
<https://blackcatinformatics.ca/gmeow/timezone> rdf:type owl:DatatypeProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Location> ;
                                                rdfs:range rdfs:Literal ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                rdfs:label "timezone"@x-gmeow-english ;
                                                skos:definition "An IANA time-zone identifier for a location (e.g. \"America/Edmonton\"). Non-functional: a large place may span several zones."@x-gmeow-english ;
                                                skos:example "ex:edinburgh gmeow:timezone \"Europe/London\" ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the civil-time-zone overlay as a regulated area (model that as a gmeow:RegulatoryOverlay of type gmeow:overlayTypeCivilTimeZone) and avoid asserting one zone for a multi-zone country."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Add one or more gmeow:timezone literals to the Location; multiple zones coexist for a spanning place."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use for an IANA time-zone identifier on a location; non-functional, so a large place may span several zones."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/title
<https://blackcatinformatics.ca/gmeow/title> rdf:type owl:DatatypeProperty ;
                                             rdfs:domain <https://blackcatinformatics.ca/gmeow/CreativeWork> ;
                                             rdfs:range rdfs:Literal ;
                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                             rdfs:label "title"@x-gmeow-english ;
                                             skos:definition "The flat title literal of a creative work — the 80%-case shortcut for a single plain title. Promote to a structured gmeow:CreativeWorkTitle via gmeow:hasTitle when language, script, evidence, or co-equal multilingual titles must be first-class."@x-gmeow-english ;
                                             skos:example "ex:work gmeow:title \"Moby-Dick\" ."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it when co-equal multilingual titles, scripts, or supersession must be modelled — promote to a structured gmeow:CreativeWorkTitle linked by gmeow:hasTitle."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Carry the title string on gmeow:title; when richer metadata is later needed, mint gmeow:CreativeWorkTitle objects and link them via gmeow:hasTitle (the flat/reified pair)."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the 80% case of a single plain title on a creative work — the flat literal shortcut when no language, script, or statement-level title metadata is needed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/toneEventIsUnpitched
<https://blackcatinformatics.ca/gmeow/toneEventIsUnpitched> rdf:type owl:DatatypeProperty ,
                                                                     owl:FunctionalProperty ;
                                                            rdfs:domain <https://blackcatinformatics.ca/gmeow/ToneEvent> ;
                                                            rdfs:range xsd:boolean ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                            rdfs:label "tone event is unpitched"@x-gmeow-english ;
                                                            skos:definition "True when this ToneEvent has no definite pitch (e.g. percussion, noise). Mutually exclusive with toneEventPitchValue and toneEventPitchTrajectory."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/toolArguments
<https://blackcatinformatics.ca/gmeow/toolArguments> rdf:type owl:DatatypeProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/ToolCall> ;
                                                     rdfs:range rdfs:Literal ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/agentic> ;
                                                     rdfs:label "tool arguments"@x-gmeow-english ;
                                                     skos:definition "The verbatim arguments payload presented to the tool (typically JSON), byte-faithful. For large payloads store a content digest literal instead ('blake3:…' — the gmeow:contentDigest convention): the digest is the value, resolvable from a content-addressed store. Functional: one arguments record per call."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/toolResult
<https://blackcatinformatics.ca/gmeow/toolResult> rdf:type owl:DatatypeProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/ToolCall> ;
                                                  rdfs:range rdfs:Literal ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/agentic> ;
                                                  rdfs:label "tool result"@x-gmeow-english ;
                                                  skos:definition "The verbatim result payload the tool returned, byte-faithful — the PAYLOAD of the event, never a forward entity link: an entity the call produced links back via gmeow:wasGeneratedBy (Principle 5). For large payloads store a content digest literal instead ('blake3:…'), as gmeow:toolArguments. Functional: one result record per call."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transactionHash
<https://blackcatinformatics.ca/gmeow/transactionHash> rdf:type owl:DatatypeProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/LedgerTransaction> ;
                                                       rdfs:range rdfs:Literal ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                       rdfs:label "transaction hash"@x-gmeow-english ;
                                                       skos:definition "The hash of a ledger transaction."@x-gmeow-english ;
                                                       skos:example "ex:tx1 gmeow:transactionHash \"0xabc123...\" ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a block's hash (gmeow:blockHash) or a chain identifier (gmeow:chainId); the transaction hash identifies one transaction, not its block or its network. Functional — one hash per transaction."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Set one transaction-hash literal on the gmeow:LedgerTransaction; pair it with the containing gmeow:Block and gmeow:BlockchainNetwork so the hash resolves unambiguously."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the hash that identifies a gmeow:LedgerTransaction on its chain — the stable on-chain identity used to look up and re-verify the transaction."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transcript
<https://blackcatinformatics.ca/gmeow/transcript> rdf:type owl:DatatypeProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/MediaObject> ;
                                                  rdfs:range rdfs:Literal ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                  rdfs:label "transcript"@x-gmeow-english ;
                                                  skos:definition "A text transcript of the spoken/audio content of a media object (schema:transcript). Distinct from gmeow:transcriptionOf, which is phonetic/script transcription of language — this is the verbatim text of audio/video. Non-functional: a media object may carry transcripts in several languages."@x-gmeow-english ;
                                                  skos:example "ex:podcast gmeow:transcript \"Welcome to the show...\"@en ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for phonetic/script transcription of language (that is gmeow:transcriptionOf in the names slice) and avoid it for a short on-screen caption (use gmeow:caption)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Attach the transcript text on gmeow:transcript with a language tag per rendition; pair with gmeow:contentLanguage on the carrying work. Projects to schema:transcript."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry the verbatim text of a media object's spoken or audio content — a podcast or video transcript; non-functional, so multilingual transcripts coexist with language tags."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/treeEntryMode
<https://blackcatinformatics.ca/gmeow/treeEntryMode> rdf:type owl:DatatypeProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/TreeEntry> ;
                                                     rdfs:range rdfs:Literal ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                     rdfs:label "tree entry mode"@x-gmeow-english ;
                                                     skos:definition "The git file mode of a tree entry — e.g. '100644' (regular file), '100755' (executable), '040000' (directory), '160000' (submodule), '120000' (symlink). Functional: one mode per entry."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/treeEntryName
<https://blackcatinformatics.ca/gmeow/treeEntryName> rdf:type owl:DatatypeProperty ,
                                                              owl:FunctionalProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/TreeEntry> ;
                                                     rdfs:range rdfs:Literal ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                     rdfs:label "tree entry name"@x-gmeow-english ;
                                                     skos:definition "The file or directory name of a tree entry — e.g. 'README.md', 'src'. Functional: one name per entry."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/trustLevel
<https://blackcatinformatics.ca/gmeow/trustLevel> rdf:type owl:DatatypeProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/TrustAssertion> ;
                                                  rdfs:range rdfs:Literal ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                                  rdfs:label "trust level"@x-gmeow-english ;
                                                  skos:definition "The degree of owner-trust expressed: ultimate, full, marginal, or none."@x-gmeow-english ;
                                                  skos:example "ex:t1 gmeow:trustLevel \"marginal\" ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for how carefully a key↔identity binding was checked (that is gmeow:certificationLevel) and avoid treating the level as a global rating — it is one trustor's subjective degree (Principle 9). It is functional on the assertion."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Attach one owner-trust level literal to the gmeow:TrustAssertion; the projection-layer metric reads it (with introducer depth/amount) to compute transitive validity, which is never entailed inside the reasoner."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the degree of owner-trust a trustor expresses in a trustee — the OpenPGP level (ultimate, full, marginal, none) that bounds how much weight an introducer carries."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/unLocode
<https://blackcatinformatics.ca/gmeow/unLocode> rdf:type owl:DatatypeProperty ,
                                                         owl:FunctionalProperty ;
                                                rdfs:domain <https://blackcatinformatics.ca/gmeow/Geocode> ;
                                                rdfs:range xsd:string ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                rdfs:label "UN/LOCODE"@x-gmeow-english ;
                                                skos:definition "A UN/LOCODE — a five-character code identifying transport-related locations (ports, airports, rail terminals) worldwide (e.g. 'GBLHR')."@x-gmeow-english ;
                                                skos:example "ex:locodeLoc gmeow:unLocode \"GBLHR\" ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for non-transport places where no LOCODE exists."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:unLocode on a Geocode whose gmeow:geocodeFrame is gmeow:referenceFrameUNLocode."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a UN/LOCODE transport-location code on a Geocode."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/usageInfo
<https://blackcatinformatics.ca/gmeow/usageInfo> rdf:type owl:DatatypeProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                 rdfs:range rdfs:Literal ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                 rdfs:label "usage info"@x-gmeow-english ;
                                                 skos:definition "Human-readable supplementary usage / licensing information (schema:usageInfo)."@x-gmeow-english ;
                                                 skos:example "ex:photo gmeow:usageInfo \"Editorial use only; contact rights@example.com for commercial licensing.\" ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it as a substitute for structured terms (model permissions, prohibitions, and duties as rules where they can be) and avoid putting the credit line here, which is gmeow:attributionText."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:usageInfo on the asset for prose that supplements the machine-readable licence; keep enforceable terms on gmeow:Permission / gmeow:Prohibition / gmeow:Duty."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                       <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry free-text supplementary usage or licensing guidance (schema:usageInfo) that does not fit the structured licence, permission, and duty model."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/userAgent
<https://blackcatinformatics.ca/gmeow/userAgent> rdf:type owl:DatatypeProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/EmailMessage> ;
                                                 rdfs:range rdfs:Literal ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                 rdfs:label "user agent"@x-gmeow-english ;
                                                 skos:definition "The raw User-Agent or X-Mailer header value of an email message — the sending software identifier as it appeared in the header."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/vectorRef
<https://blackcatinformatics.ca/gmeow/vectorRef> rdf:type owl:DatatypeProperty ;
                                                 rdfs:domain <https://blackcatinformatics.ca/gmeow/Embedding> ;
                                                 rdfs:range xsd:anyURI ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                                 rdfs:label "vector ref"@x-gmeow-english ;
                                                 skos:definition "A dereferenceable locator for the vector payload (an object-store key, an index slot). The vector lives outside the graph by reference (P12); the graph holds the audit trail, not the floats."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/verificationStatus
<https://blackcatinformatics.ca/gmeow/verificationStatus> rdf:type owl:DatatypeProperty ,
                                                                   owl:FunctionalProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/CryptographicSignature> ;
                                                          rdfs:range rdfs:Literal ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                                          rdfs:label "verification status"@x-gmeow-english ;
                                                          skos:definition "The verification outcome of a signature: verified, failed, or unverified."@x-gmeow-english ;
                                                          skos:example "ex:sig1 gmeow:verificationStatus \"verified\" ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the algorithm used (gmeow:signatureAlgorithm) and for owner-trust in the signer (gmeow:TrustAssertion); the status is the check result, not the strength or the trust. It is functional — one outcome per signature."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Attach the outcome literal to the signature after verifying gmeow:signingKey against a gmeow:Certification; a competing verifier's differing result is recorded as a separate signature observation rather than overwriting this one."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the outcome of checking a signature — verified, failed, or unverified — the result a verifier reached for this signature."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/versionFingerprint
<https://blackcatinformatics.ca/gmeow/versionFingerprint> rdf:type owl:DatatypeProperty ;
                                                          rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                          rdfs:range rdfs:Literal ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/versions> ;
                                                          rdfs:label "version fingerprint"@x-gmeow-english ;
                                                          skos:definition "A content fingerprint of the versioned entity — a hash, SWHID, content digest, or semantic identifier. Broader than gmeow:contentDigest (which is byte-exact and domain gmeow:CreativeWork, typically Manifestation or Item): versionFingerprint covers semantic fingerprints where exact bytes are not the identity criterion (e.g. a normalized form, a canonicalized serialization). Non-functional: a single entity may carry several fingerprints under different algorithms or schemes."@x-gmeow-english ;
                                                          skos:example "ex:v2 gmeow:versionFingerprint \"swh:1:rev:abc123\" ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a byte-exact digest of a creative-work manifestation or item (use gmeow:contentDigest) and avoid assuming one fingerprint per entity; several algorithms or schemes may coexist, so it is non-functional."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Attach one literal per algorithm/scheme to the versioned gmeow:Entity; record byte-exact identity separately with gmeow:contentDigest where that is the criterion."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to fingerprint a versioned entity where the identity criterion is semantic rather than byte-exact — a SWHID, a normalized-form hash, a canonicalized-serialization digest."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/versionLabel
<https://blackcatinformatics.ca/gmeow/versionLabel> rdf:type owl:DatatypeProperty ;
                                                    rdfs:domain <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                    rdfs:range rdfs:Literal ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                    rdfs:label "version label"@x-gmeow-english ;
                                                    skos:definition "The version designation of an entity as a literal (\"1993\", \"2011\", \"v2.1.0+build.7\", \"3rd Edition\"). Domain is gmeow:Entity so any versioned artifact — a language, a software release, a book edition, a dataset, an email variant — may carry its designation. Non-functional."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/virtualPlatform
<https://blackcatinformatics.ca/gmeow/virtualPlatform> rdf:type owl:DatatypeProperty ;
                                                       rdfs:domain <https://blackcatinformatics.ca/gmeow/VirtualLocation> ;
                                                       rdfs:range rdfs:Literal ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                       rdfs:label "virtual platform"@x-gmeow-english ;
                                                       skos:definition "The platform hosting a virtual location (Zoom, Meet, a chat service, …)."@x-gmeow-english ;
                                                       skos:example "ex:standup gmeow:virtualPlatform \"Zoom\" ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the kind of venue (that is gmeow:virtualLocationType) and avoid for the join URL (gmeow:accessUrl)."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Add gmeow:virtualPlatform as a descriptive literal alongside gmeow:virtualLocationType and gmeow:accessUrl."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the platform hosting a virtual location (Zoom, Meet, a chat service)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/walletAddress
<https://blackcatinformatics.ca/gmeow/walletAddress> rdf:type owl:DatatypeProperty ;
                                                     rdfs:domain <https://blackcatinformatics.ca/gmeow/CryptoWallet> ;
                                                     rdfs:range rdfs:Literal ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                     rdfs:label "wallet address"@x-gmeow-english ;
                                                     skos:definition "A public address of the crypto wallet. Non-functional: a single wallet may have multiple addresses (e.g. HD wallet derivation paths)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/webUrl
<https://blackcatinformatics.ca/gmeow/webUrl> rdf:type owl:DatatypeProperty ;
                                              rdfs:domain <https://blackcatinformatics.ca/gmeow/Repository> ;
                                              rdfs:range rdfs:Literal ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                              rdfs:label "web URL"@x-gmeow-english ;
                                              skos:definition "The human-readable web URL of the repository (e.g. the GitHub project page)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/what3words
<https://blackcatinformatics.ca/gmeow/what3words> rdf:type owl:DatatypeProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain <https://blackcatinformatics.ca/gmeow/Geocode> ;
                                                  rdfs:range xsd:string ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                  rdfs:label "what3words"@x-gmeow-english ;
                                                  skos:definition "A what3words address — three words that identify a 3m×3m square on Earth (e.g. 'filled.county.limes')."@x-gmeow-english ;
                                                  skos:example "ex:w3wLoc gmeow:what3words \"filled.county.limes\" ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid mixing it with another system on the same Geocode."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:what3words on a Geocode whose gmeow:geocodeFrame is gmeow:referenceFrameWhat3Words."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a what3words three-word address on a Geocode."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/yaw
<https://blackcatinformatics.ca/gmeow/yaw> rdf:type owl:DatatypeProperty ;
                                           rdfs:domain <https://blackcatinformatics.ca/gmeow/Orientation> ;
                                           rdfs:range xsd:double ;
                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                           rdfs:label "yaw"@x-gmeow-english ;
                                           skos:definition "Rotation about the vertical (typically z) axis, in degrees or radians as indicated by the reference frame."@x-gmeow-english ;
                                           skos:example "ex:ori gmeow:yaw 90.0 ; gmeow:eulerOrder \"ZYX\" ."@x-gmeow-english ;
                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid stating Euler angles without gmeow:eulerOrder (the rotation order disambiguates them)."@x-gmeow-english ;
                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Set gmeow:yaw with gmeow:pitch, gmeow:roll, and gmeow:eulerOrder on the Orientation."@x-gmeow-english ;
                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use for rotation about the vertical axis in the Euler-angle orientation facet."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/complexityClass
<https://blackcatinformatics.ca/logic/complexityClass> rdf:type owl:DatatypeProperty ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                                       rdfs:label "complexity class"@x-gmeow-english ;
                                                       skos:definition "The complexity / decidability class a projection or profile certifies — EL → PTIME, DL → decidable/N2EXPTIME, Datalog → terminating/PTIME-data — recorded alongside the preservation polarity in the loss ledger. Decidability is a projection guarantee bought by projecting down, not a canonical-layer promise: the canonical layer is maximally expressive and only semi-decidable."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/confidence
<https://blackcatinformatics.ca/logic/confidence> rdf:type owl:DatatypeProperty ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                                  rdfs:label "confidence"@x-gmeow-english ;
                                                  skos:definition "Epistemic confidence assigned to a statement by a source or process — how sure the asserter is. Normatively distinct from logic:probability: a confidence score is NOT a probability and MUST NOT be interpreted as one unless an explicit mapping to logic:probability is declared. Also distinct from logic:weight (a solver ranking) and logic:evidenceStrength (evidential warrant)."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/evidenceStrength
<https://blackcatinformatics.ca/logic/evidenceStrength> rdf:type owl:DatatypeProperty ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                                        rdfs:label "evidence strength"@x-gmeow-english ;
                                                        skos:definition "Evidential support for a statement, provenance-derived and reusing the evidence-slice warrant axes (source tier, evidence class): how well-warranted a claim is by its evidence. Normatively distinct from logic:probability, logic:confidence, and logic:weight — an evidential warrant is not a calibrated probability, an asserter's confidence, or a solver ranking, and is not interchangeable with any of them."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/probability
<https://blackcatinformatics.ca/logic/probability> rdf:type owl:DatatypeProperty ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                                   rdfs:label "probability"@x-gmeow-english ;
                                                   skos:definition "A calibrated probability under probabilistic fact/event semantics, requiring an explicit independence or dependency model. Distinct from logic:confidence, logic:weight, and logic:evidenceStrength and not interchangeable with them: probabilistic inference is available only in logic:ProbabilisticProfile. A logic:confidence annotation is NOT a probability unless an explicit mapping to this property is declared."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/weight
<https://blackcatinformatics.ca/logic/weight> rdf:type owl:DatatypeProperty ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                              rdfs:label "weight"@x-gmeow-english ;
                                              skos:definition "A solver or ranking weight — a numeric preference used to order or score derivations — not necessarily probabilistic and not an epistemic confidence. Normatively distinct from logic:probability, logic:confidence, and logic:evidenceStrength: a ranking weight carries no calibrated probabilistic or evidential meaning unless one is separately and explicitly declared."@x-gmeow-english .


#################################################################
#    Classes
#################################################################

###  http://purl.org/nemo/gufo#AbstractIndividual
<http://purl.org/nemo/gufo#AbstractIndividual> rdf:type owl:Class ;
                                               rdfs:subClassOf owl:Thing .


###  http://purl.org/nemo/gufo#AbstractIndividualType
<http://purl.org/nemo/gufo#AbstractIndividualType> rdf:type owl:Class ;
                                                   rdfs:subClassOf owl:Thing .


###  http://purl.org/nemo/gufo#Category
<http://purl.org/nemo/gufo#Category> rdf:type owl:Class ;
                                     rdfs:subClassOf owl:Thing .


###  http://purl.org/nemo/gufo#Collection
<http://purl.org/nemo/gufo#Collection> rdf:type owl:Class ;
                                       rdfs:subClassOf owl:Thing .


###  http://purl.org/nemo/gufo#Disposition
<http://purl.org/nemo/gufo#Disposition> rdf:type owl:Class ;
                                        rdfs:subClassOf owl:Thing .


###  http://purl.org/nemo/gufo#Endurant
<http://purl.org/nemo/gufo#Endurant> rdf:type owl:Class ;
                                     rdfs:subClassOf owl:Thing .


###  http://purl.org/nemo/gufo#Event
<http://purl.org/nemo/gufo#Event> rdf:type owl:Class ;
                                  rdfs:subClassOf owl:Thing .


###  http://purl.org/nemo/gufo#EventType
<http://purl.org/nemo/gufo#EventType> rdf:type owl:Class ;
                                      rdfs:subClassOf owl:Thing .


###  http://purl.org/nemo/gufo#FunctionalComplex
<http://purl.org/nemo/gufo#FunctionalComplex> rdf:type owl:Class ;
                                              rdfs:subClassOf owl:Thing .


###  http://purl.org/nemo/gufo#IntrinsicMode
<http://purl.org/nemo/gufo#IntrinsicMode> rdf:type owl:Class ;
                                          rdfs:subClassOf owl:Thing .


###  http://purl.org/nemo/gufo#Kind
<http://purl.org/nemo/gufo#Kind> rdf:type owl:Class ;
                                 rdfs:subClassOf owl:Thing .


###  http://purl.org/nemo/gufo#Object
<http://purl.org/nemo/gufo#Object> rdf:type owl:Class ;
                                   rdfs:subClassOf owl:Thing .


###  http://purl.org/nemo/gufo#QualityValue
<http://purl.org/nemo/gufo#QualityValue> rdf:type owl:Class ;
                                         rdfs:subClassOf owl:Thing .


###  http://purl.org/nemo/gufo#Relator
<http://purl.org/nemo/gufo#Relator> rdf:type owl:Class ;
                                    rdfs:subClassOf owl:Thing .


###  http://purl.org/nemo/gufo#Role
<http://purl.org/nemo/gufo#Role> rdf:type owl:Class ;
                                 rdfs:subClassOf owl:Thing .


###  http://purl.org/nemo/gufo#RoleMixin
<http://purl.org/nemo/gufo#RoleMixin> rdf:type owl:Class ;
                                      rdfs:subClassOf owl:Thing .


###  http://purl.org/nemo/gufo#Situation
<http://purl.org/nemo/gufo#Situation> rdf:type owl:Class ;
                                      rdfs:subClassOf owl:Thing .


###  http://purl.org/nemo/gufo#SituationType
<http://purl.org/nemo/gufo#SituationType> rdf:type owl:Class ;
                                          rdfs:subClassOf owl:Thing .


###  http://purl.org/nemo/gufo#SubKind
<http://purl.org/nemo/gufo#SubKind> rdf:type owl:Class ;
                                    rdfs:subClassOf owl:Thing .


###  http://qudt.org/schema/qudt/Unit
<http://qudt.org/schema/qudt/Unit> rdf:type owl:Class ;
                                   rdfs:subClassOf owl:Thing .


###  http://www.w3.org/ns/lemon/ontolex#LexicalEntry
<http://www.w3.org/ns/lemon/ontolex#LexicalEntry> rdf:type owl:Class ;
                                                  rdfs:subClassOf owl:Thing .


###  https://blackcatinformatics.ca/gmeow/AboutnessMode
<https://blackcatinformatics.ca/gmeow/AboutnessMode> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/AccessibilityAssertion
<https://blackcatinformatics.ca/gmeow/AccessibilityAssertion> rdf:type owl:Class ;
                                                              rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                              [ rdf:type owl:Restriction ;
                                                                                owl:onProperty <https://blackcatinformatics.ca/gmeow/assertionFacet> ;
                                                                                owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/AccessibilityFacet>
                                                                              ] ,
                                                                              [ rdf:type owl:Restriction ;
                                                                                owl:onProperty <https://blackcatinformatics.ca/gmeow/assertionPolarity> ;
                                                                                owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/AccessibilityPolarity>
                                                                              ] ,
                                                                              [ rdf:type owl:Restriction ;
                                                                                owl:onProperty <https://blackcatinformatics.ca/gmeow/assertionSubject> ;
                                                                                owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Entity>
                                                                              ] .


###  https://blackcatinformatics.ca/gmeow/AccessibilityFacet
<https://blackcatinformatics.ca/gmeow/AccessibilityFacet> rdf:type owl:Class ;
                                                          rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/AccessibilityPolarity
<https://blackcatinformatics.ca/gmeow/AccessibilityPolarity> rdf:type owl:Class ;
                                                             rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/AccountStatus
<https://blackcatinformatics.ca/gmeow/AccountStatus> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/AcquaintanceRelationship
<https://blackcatinformatics.ca/gmeow/AcquaintanceRelationship> rdf:type owl:Class ;
                                                                rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InterpersonalRelationship> .


###  https://blackcatinformatics.ca/gmeow/Activity
<https://blackcatinformatics.ca/gmeow/Activity> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Event> .


###  https://blackcatinformatics.ca/gmeow/AddressTenure
<https://blackcatinformatics.ca/gmeow/AddressTenure> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/TimeScopedRelation> .


###  https://blackcatinformatics.ca/gmeow/AdoptiveParentChild
<https://blackcatinformatics.ca/gmeow/AdoptiveParentChild> rdf:type owl:Class ;
                                                           rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/ParentChildRelationship> .


###  https://blackcatinformatics.ca/gmeow/AestheticQuality
<https://blackcatinformatics.ca/gmeow/AestheticQuality> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Agent
<https://blackcatinformatics.ca/gmeow/Agent> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.org/nemo/gufo#FunctionalComplex> ,
                                                             <https://blackcatinformatics.ca/gmeow/Entity> ;
                                             owl:disjointWith <https://blackcatinformatics.ca/gmeow/PhysicalObject> .


###  https://blackcatinformatics.ca/gmeow/AggregationFunction
<https://blackcatinformatics.ca/gmeow/AggregationFunction> rdf:type owl:Class ;
                                                           rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Agreement
<https://blackcatinformatics.ca/gmeow/Agreement> rdf:type owl:Class ;
                                                 rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> .


###  https://blackcatinformatics.ca/gmeow/AgreementName
<https://blackcatinformatics.ca/gmeow/AgreementName> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Appellation> .


###  https://blackcatinformatics.ca/gmeow/Analogy
<https://blackcatinformatics.ca/gmeow/Analogy> rdf:type owl:Class ;
                                               rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> .


###  https://blackcatinformatics.ca/gmeow/AnalysisProperty
<https://blackcatinformatics.ca/gmeow/AnalysisProperty> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Annotation
<https://blackcatinformatics.ca/gmeow/Annotation> rdf:type owl:Class ;
                                                  rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                  [ rdf:type owl:Restriction ;
                                                                    owl:onProperty <https://blackcatinformatics.ca/gmeow/annotationMotivation> ;
                                                                    owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/AnnotationMotivation>
                                                                  ] ,
                                                                  [ rdf:type owl:Restriction ;
                                                                    owl:onProperty <https://blackcatinformatics.ca/gmeow/annotationTarget> ;
                                                                    owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Entity>
                                                                  ] .


###  https://blackcatinformatics.ca/gmeow/AnnotationMotivation
<https://blackcatinformatics.ca/gmeow/AnnotationMotivation> rdf:type owl:Class ;
                                                            rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Appellation
<https://blackcatinformatics.ca/gmeow/Appellation> rdf:type owl:Class ;
                                                   rdfs:subClassOf <http://www.w3.org/ns/lemon/ontolex#LexicalEntry> ,
                                                                   <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/Appraisal
<https://blackcatinformatics.ca/gmeow/Appraisal> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Observation> .


###  https://blackcatinformatics.ca/gmeow/AppraisalDimension
<https://blackcatinformatics.ca/gmeow/AppraisalDimension> rdf:type owl:Class ;
                                                          rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/ArcSample
<https://blackcatinformatics.ca/gmeow/ArcSample> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Observation> .


###  https://blackcatinformatics.ca/gmeow/ArcType
<https://blackcatinformatics.ca/gmeow/ArcType> rdf:type owl:Class ;
                                               rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/ArchaeologicalFindContext
<https://blackcatinformatics.ca/gmeow/ArchaeologicalFindContext> rdf:type owl:Class ;
                                                                 rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Observation> ,
                                                                                 [ rdf:type owl:Restriction ;
                                                                                   owl:onProperty <https://blackcatinformatics.ca/gmeow/findContextTarget> ;
                                                                                   owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/PhysicalObject>
                                                                                 ] .


###  https://blackcatinformatics.ca/gmeow/Article
<https://blackcatinformatics.ca/gmeow/Article> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Work> .


###  https://blackcatinformatics.ca/gmeow/ArticulationKind
<https://blackcatinformatics.ca/gmeow/ArticulationKind> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Assessment
<https://blackcatinformatics.ca/gmeow/Assessment> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Observation> .


###  https://blackcatinformatics.ca/gmeow/Asset
<https://blackcatinformatics.ca/gmeow/Asset> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/AssetType
<https://blackcatinformatics.ca/gmeow/AssetType> rdf:type owl:Class ;
                                                 rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/AtomicConstraint
<https://blackcatinformatics.ca/gmeow/AtomicConstraint> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Constraint> ,
                                                                        [ rdf:type owl:Restriction ;
                                                                          owl:onProperty <https://blackcatinformatics.ca/gmeow/constraintOperator> ;
                                                                          owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/ConstraintOperator>
                                                                        ] ,
                                                                        [ rdf:type owl:Restriction ;
                                                                          owl:onProperty <https://blackcatinformatics.ca/gmeow/leftOperand> ;
                                                                          owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/LeftOperand>
                                                                        ] ;
                                                        owl:disjointWith <https://blackcatinformatics.ca/gmeow/LogicalConstraint> .


###  https://blackcatinformatics.ca/gmeow/Attachment
<https://blackcatinformatics.ca/gmeow/Attachment> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/BodyPart> .


###  https://blackcatinformatics.ca/gmeow/Attestation
<https://blackcatinformatics.ca/gmeow/Attestation> rdf:type owl:Class ;
                                                   rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                   [ rdf:type owl:Restriction ;
                                                                     owl:onProperty <https://blackcatinformatics.ca/gmeow/attestedSubject> ;
                                                                     owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Entity>
                                                                   ] ,
                                                                   [ rdf:type owl:Restriction ;
                                                                     owl:onProperty <https://blackcatinformatics.ca/gmeow/attester> ;
                                                                     owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                                   ] ,
                                                                   [ rdf:type owl:Restriction ;
                                                                     owl:onProperty <https://blackcatinformatics.ca/gmeow/issuedAt> ;
                                                                     owl:someValuesFrom xsd:dateTime
                                                                   ] .


###  https://blackcatinformatics.ca/gmeow/AttestationArtifact
<https://blackcatinformatics.ca/gmeow/AttestationArtifact> rdf:type owl:Class ;
                                                           rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> ,
                                                                           [ rdf:type owl:Restriction ;
                                                                             owl:onProperty <https://blackcatinformatics.ca/gmeow/artifactMediaType> ;
                                                                             owl:someValuesFrom rdfs:Literal
                                                                           ] .


###  https://blackcatinformatics.ca/gmeow/AttestationPolicy
<https://blackcatinformatics.ca/gmeow/AttestationPolicy> rdf:type owl:Class ;
                                                         rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/AttestationType
<https://blackcatinformatics.ca/gmeow/AttestationType> rdf:type owl:Class ;
                                                       rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/AuthenticationResult
<https://blackcatinformatics.ca/gmeow/AuthenticationResult> rdf:type owl:Class ;
                                                            rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/AuthorIdentity
<https://blackcatinformatics.ca/gmeow/AuthorIdentity> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/AuthorityLevel
<https://blackcatinformatics.ca/gmeow/AuthorityLevel> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Availability
<https://blackcatinformatics.ca/gmeow/Availability> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/TimeScopedRelation> ,
                                                                    [ rdf:type owl:Restriction ;
                                                                      owl:onProperty <https://blackcatinformatics.ca/gmeow/availabilityAgent> ;
                                                                      owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                                    ] ,
                                                                    [ rdf:type owl:Restriction ;
                                                                      owl:onProperty <https://blackcatinformatics.ca/gmeow/availabilitySlot> ;
                                                                      owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/TimeInterval>
                                                                    ] .


###  https://blackcatinformatics.ca/gmeow/AvailabilityStatus
<https://blackcatinformatics.ca/gmeow/AvailabilityStatus> rdf:type owl:Class ;
                                                          rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Axis
<https://blackcatinformatics.ca/gmeow/Axis> rdf:type owl:Class ;
                                            rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                            <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/BiologicalParentChild
<https://blackcatinformatics.ca/gmeow/BiologicalParentChild> rdf:type owl:Class ;
                                                             rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/ParentChildRelationship> .


###  https://blackcatinformatics.ca/gmeow/BiologicalSequenceLocation
<https://blackcatinformatics.ca/gmeow/BiologicalSequenceLocation> rdf:type owl:Class ;
                                                                  rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Location> .


###  https://blackcatinformatics.ca/gmeow/Blob
<https://blackcatinformatics.ca/gmeow/Blob> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/SourceNode> .


###  https://blackcatinformatics.ca/gmeow/Block
<https://blackcatinformatics.ca/gmeow/Block> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <https://blackcatinformatics.ca/gmeow/blockHash> ;
                                                               owl:someValuesFrom rdfs:Literal
                                                             ] ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <https://blackcatinformatics.ca/gmeow/blockNumber> ;
                                                               owl:someValuesFrom xsd:integer
                                                             ] .


###  https://blackcatinformatics.ca/gmeow/BlockchainAccount
<https://blackcatinformatics.ca/gmeow/BlockchainAccount> rdf:type owl:Class ;
                                                         rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/BlockchainNetwork
<https://blackcatinformatics.ca/gmeow/BlockchainNetwork> rdf:type owl:Class ;
                                                         rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Entity> ,
                                                                         [ rdf:type owl:Restriction ;
                                                                           owl:onProperty <https://blackcatinformatics.ca/gmeow/chainId> ;
                                                                           owl:someValuesFrom rdfs:Literal
                                                                         ] .


###  https://blackcatinformatics.ca/gmeow/BodyPart
<https://blackcatinformatics.ca/gmeow/BodyPart> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/BodyValue
<https://blackcatinformatics.ca/gmeow/BodyValue> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/BookRelease
<https://blackcatinformatics.ca/gmeow/BookRelease> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Manifestation> .


###  https://blackcatinformatics.ca/gmeow/Bookmark
<https://blackcatinformatics.ca/gmeow/Bookmark> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Annotation> .


###  https://blackcatinformatics.ca/gmeow/Branch
<https://blackcatinformatics.ca/gmeow/Branch> rdf:type owl:Class ;
                                              rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/BranchConditionType
<https://blackcatinformatics.ca/gmeow/BranchConditionType> rdf:type owl:Class ;
                                                           rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/BuildActivity
<https://blackcatinformatics.ca/gmeow/BuildActivity> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Activity> ,
                                                                     [ rdf:type owl:Restriction ;
                                                                       owl:onProperty <https://blackcatinformatics.ca/gmeow/buildOutput> ;
                                                                       owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Distribution>
                                                                     ] ,
                                                                     [ rdf:type owl:Restriction ;
                                                                       owl:onProperty <https://blackcatinformatics.ca/gmeow/buildSource> ;
                                                                       owl:someValuesFrom [ rdf:type owl:Class ;
                                                                                            owl:unionOf ( <https://blackcatinformatics.ca/gmeow/Commit>
                                                                                                          <https://blackcatinformatics.ca/gmeow/Repository>
                                                                                                        )
                                                                                          ]
                                                                     ] .


###  https://blackcatinformatics.ca/gmeow/Builder
<https://blackcatinformatics.ca/gmeow/Builder> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/SoftwareAgent> .


###  https://blackcatinformatics.ca/gmeow/CadastralReference
<https://blackcatinformatics.ca/gmeow/CadastralReference> rdf:type owl:Class ;
                                                          rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/CadastralReferenceType
<https://blackcatinformatics.ca/gmeow/CadastralReferenceType> rdf:type owl:Class ;
                                                              rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Calendar
<https://blackcatinformatics.ca/gmeow/Calendar> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/CalendarMethod
<https://blackcatinformatics.ca/gmeow/CalendarMethod> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/CalendarSystem
<https://blackcatinformatics.ca/gmeow/CalendarSystem> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                      <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/Capacity
<https://blackcatinformatics.ca/gmeow/Capacity> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Measurement> .


###  https://blackcatinformatics.ca/gmeow/CarrierMedium
<https://blackcatinformatics.ca/gmeow/CarrierMedium> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Cascade
<https://blackcatinformatics.ca/gmeow/Cascade> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/SocialObject> .


###  https://blackcatinformatics.ca/gmeow/CausalLink
<https://blackcatinformatics.ca/gmeow/CausalLink> rdf:type owl:Class ;
                                                  rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                  <https://blackcatinformatics.ca/gmeow/RiskFactor> .


###  https://blackcatinformatics.ca/gmeow/CausalModality
<https://blackcatinformatics.ca/gmeow/CausalModality> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/CelestialCoordinates
<https://blackcatinformatics.ca/gmeow/CelestialCoordinates> rdf:type owl:Class ;
                                                            rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                            <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/CelestialLocation
<https://blackcatinformatics.ca/gmeow/CelestialLocation> rdf:type owl:Class ;
                                                         rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Location> .


###  https://blackcatinformatics.ca/gmeow/CelestialObjectType
<https://blackcatinformatics.ca/gmeow/CelestialObjectType> rdf:type owl:Class ;
                                                           rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/CelestialReferenceOrigin
<https://blackcatinformatics.ca/gmeow/CelestialReferenceOrigin> rdf:type owl:Class ;
                                                                rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Certification
<https://blackcatinformatics.ca/gmeow/Certification> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                     [ rdf:type owl:Restriction ;
                                                                       owl:onProperty <https://blackcatinformatics.ca/gmeow/certifiedIdentity> ;
                                                                       owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                                     ] ,
                                                                     [ rdf:type owl:Restriction ;
                                                                       owl:onProperty <https://blackcatinformatics.ca/gmeow/certifiedKey> ;
                                                                       owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/CryptographicKey>
                                                                     ] ,
                                                                     [ rdf:type owl:Restriction ;
                                                                       owl:onProperty <https://blackcatinformatics.ca/gmeow/certifier> ;
                                                                       owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                                     ] .


###  https://blackcatinformatics.ca/gmeow/CharacterArc
<https://blackcatinformatics.ca/gmeow/CharacterArc> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/Chunk
<https://blackcatinformatics.ca/gmeow/Chunk> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <https://blackcatinformatics.ca/gmeow/chunkOf> ;
                                                               owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/InformationObject>
                                                             ] .


###  https://blackcatinformatics.ca/gmeow/CitationAct
<https://blackcatinformatics.ca/gmeow/CitationAct> rdf:type owl:Class ;
                                                   rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                   [ rdf:type owl:Restriction ;
                                                                     owl:onProperty <https://blackcatinformatics.ca/gmeow/citationIntent> ;
                                                                     owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/CitationIntent>
                                                                   ] ,
                                                                   [ rdf:type owl:Restriction ;
                                                                     owl:onProperty <https://blackcatinformatics.ca/gmeow/citedEntity> ;
                                                                     owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/CreativeWork>
                                                                   ] ,
                                                                   [ rdf:type owl:Restriction ;
                                                                     owl:onProperty <https://blackcatinformatics.ca/gmeow/citingEntity> ;
                                                                     owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Entity>
                                                                   ] .


###  https://blackcatinformatics.ca/gmeow/CitationIntent
<https://blackcatinformatics.ca/gmeow/CitationIntent> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/ClaimVeridicality
<https://blackcatinformatics.ca/gmeow/ClaimVeridicality> rdf:type owl:Class ;
                                                         rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/CodeReview
<https://blackcatinformatics.ca/gmeow/CodeReview> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Event> .


###  https://blackcatinformatics.ca/gmeow/CodecClass
<https://blackcatinformatics.ca/gmeow/CodecClass> rdf:type owl:Class ;
                                                  rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/CognitiveState
<https://blackcatinformatics.ca/gmeow/CognitiveState> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/MentalMoment> .


###  https://blackcatinformatics.ca/gmeow/Collection
<https://blackcatinformatics.ca/gmeow/Collection> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Work> .


###  https://blackcatinformatics.ca/gmeow/CollectionMemberRole
<https://blackcatinformatics.ca/gmeow/CollectionMemberRole> rdf:type owl:Class ;
                                                            rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Comment
<https://blackcatinformatics.ca/gmeow/Comment> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Note> .


###  https://blackcatinformatics.ca/gmeow/Commit
<https://blackcatinformatics.ca/gmeow/Commit> rdf:type owl:Class ;
                                              rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Activity> ,
                                                              [ rdf:type owl:Restriction ;
                                                                owl:onProperty <https://blackcatinformatics.ca/gmeow/authoredBy> ;
                                                                owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                              ] ,
                                                              [ rdf:type owl:Restriction ;
                                                                owl:onProperty <https://blackcatinformatics.ca/gmeow/commitAuthorIdentity> ;
                                                                owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/AuthorIdentity>
                                                              ] ,
                                                              [ rdf:type owl:Restriction ;
                                                                owl:onProperty <https://blackcatinformatics.ca/gmeow/commitCommitterIdentity> ;
                                                                owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/AuthorIdentity>
                                                              ] ,
                                                              [ rdf:type owl:Restriction ;
                                                                owl:onProperty <https://blackcatinformatics.ca/gmeow/commitTree> ;
                                                                owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/SourceTree>
                                                              ] .


###  https://blackcatinformatics.ca/gmeow/Commitment
<https://blackcatinformatics.ca/gmeow/Commitment> rdf:type owl:Class ;
                                                  rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                  <https://blackcatinformatics.ca/gmeow/IntentionalMoment> .


###  https://blackcatinformatics.ca/gmeow/Community
<https://blackcatinformatics.ca/gmeow/Community> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/CommunitySummary
<https://blackcatinformatics.ca/gmeow/CommunitySummary> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Summary> ,
                                                                        [ rdf:type owl:Restriction ;
                                                                          owl:onProperty <https://blackcatinformatics.ca/gmeow/summarizesCommunity> ;
                                                                          owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Community>
                                                                        ] .


###  https://blackcatinformatics.ca/gmeow/ComplianceAssessment
<https://blackcatinformatics.ca/gmeow/ComplianceAssessment> rdf:type owl:Class ;
                                                            rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Observation> .


###  https://blackcatinformatics.ca/gmeow/Condition
<https://blackcatinformatics.ca/gmeow/Condition> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/ConditionEvaluation
<https://blackcatinformatics.ca/gmeow/ConditionEvaluation> rdf:type owl:Class ;
                                                           rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Observation> .


###  https://blackcatinformatics.ca/gmeow/ConditionExpression
<https://blackcatinformatics.ca/gmeow/ConditionExpression> rdf:type owl:Class ;
                                                           rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/ConditionGroup
<https://blackcatinformatics.ca/gmeow/ConditionGroup> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Condition> .


###  https://blackcatinformatics.ca/gmeow/ConditionParameter
<https://blackcatinformatics.ca/gmeow/ConditionParameter> rdf:type owl:Class ;
                                                          rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/ConflictStrategy
<https://blackcatinformatics.ca/gmeow/ConflictStrategy> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Connection
<https://blackcatinformatics.ca/gmeow/Connection> rdf:type owl:Class ;
                                                  rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> .


###  https://blackcatinformatics.ca/gmeow/Constraint
<https://blackcatinformatics.ca/gmeow/Constraint> rdf:type owl:Class ;
                                                  rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> .


###  https://blackcatinformatics.ca/gmeow/ConstraintLogic
<https://blackcatinformatics.ca/gmeow/ConstraintLogic> rdf:type owl:Class ;
                                                       rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/ConstraintOperator
<https://blackcatinformatics.ca/gmeow/ConstraintOperator> rdf:type owl:Class ;
                                                          rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/ContactPoint
<https://blackcatinformatics.ca/gmeow/ContactPoint> rdf:type owl:Class ;
                                                    rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                    <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/ContactPointType
<https://blackcatinformatics.ca/gmeow/ContactPointType> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/ContainmentTenure
<https://blackcatinformatics.ca/gmeow/ContainmentTenure> rdf:type owl:Class ;
                                                         rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/TimeScopedRelation> ,
                                                                         [ rdf:type owl:Restriction ;
                                                                           owl:onProperty <https://blackcatinformatics.ca/gmeow/containmentChild> ;
                                                                           owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Place>
                                                                         ] ,
                                                                         [ rdf:type owl:Restriction ;
                                                                           owl:onProperty <https://blackcatinformatics.ca/gmeow/containmentParent> ;
                                                                           owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Place>
                                                                         ] .


###  https://blackcatinformatics.ca/gmeow/ContentDisposition
<https://blackcatinformatics.ca/gmeow/ContentDisposition> rdf:type owl:Class ;
                                                          rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/ContentSegment
<https://blackcatinformatics.ca/gmeow/ContentSegment> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> ,
                                                                      <https://blackcatinformatics.ca/gmeow/NarrativeScope> .


###  https://blackcatinformatics.ca/gmeow/ContentSegmentType
<https://blackcatinformatics.ca/gmeow/ContentSegmentType> rdf:type owl:Class ;
                                                          rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/ContentTransferEncoding
<https://blackcatinformatics.ca/gmeow/ContentTransferEncoding> rdf:type owl:Class ;
                                                               rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Contract
<https://blackcatinformatics.ca/gmeow/Contract> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Agreement> .


###  https://blackcatinformatics.ca/gmeow/Contradiction
<https://blackcatinformatics.ca/gmeow/Contradiction> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                     [ rdf:type owl:Restriction ;
                                                                       owl:onProperty <https://blackcatinformatics.ca/gmeow/contradictsClaim> ;
                                                                       owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Entity>
                                                                     ] .


###  https://blackcatinformatics.ca/gmeow/ContradictionKind
<https://blackcatinformatics.ca/gmeow/ContradictionKind> rdf:type owl:Class ;
                                                         rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Contribution
<https://blackcatinformatics.ca/gmeow/Contribution> rdf:type owl:Class ;
                                                    rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                    [ rdf:type owl:Restriction ;
                                                                      owl:onProperty <https://blackcatinformatics.ca/gmeow/contributionRole> ;
                                                                      owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/ContributionRole>
                                                                    ] ,
                                                                    [ rdf:type owl:Restriction ;
                                                                      owl:onProperty <https://blackcatinformatics.ca/gmeow/contributionTarget> ;
                                                                      owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/CreativeWork>
                                                                    ] ,
                                                                    [ rdf:type owl:Restriction ;
                                                                      owl:onProperty <https://blackcatinformatics.ca/gmeow/contributor> ;
                                                                      owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                                    ] .


###  https://blackcatinformatics.ca/gmeow/ContributionDegree
<https://blackcatinformatics.ca/gmeow/ContributionDegree> rdf:type owl:Class ;
                                                          rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/ContributionRole
<https://blackcatinformatics.ca/gmeow/ContributionRole> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/ControlFlow
<https://blackcatinformatics.ca/gmeow/ControlFlow> rdf:type owl:Class ;
                                                   rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                   [ rdf:type owl:Restriction ;
                                                                     owl:onProperty <https://blackcatinformatics.ca/gmeow/flowSource> ;
                                                                     owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/ProcedureStep>
                                                                   ] ,
                                                                   [ rdf:type owl:Restriction ;
                                                                     owl:onProperty <https://blackcatinformatics.ca/gmeow/flowTarget> ;
                                                                     owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/ProcedureStep>
                                                                   ] .


###  https://blackcatinformatics.ca/gmeow/CoordinateMatrix
<https://blackcatinformatics.ca/gmeow/CoordinateMatrix> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                        <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/CoordinateObservation
<https://blackcatinformatics.ca/gmeow/CoordinateObservation> rdf:type owl:Class ;
                                                             rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/SpatialMeasurement> ,
                                                                             [ rdf:type owl:Restriction ;
                                                                               owl:onProperty <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                                               owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Place>
                                                                             ] .


###  https://blackcatinformatics.ca/gmeow/Copyright
<https://blackcatinformatics.ca/gmeow/Copyright> rdf:type owl:Class ;
                                                 rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                 <https://blackcatinformatics.ca/gmeow/Entity> ,
                                                                 [ rdf:type owl:Restriction ;
                                                                   owl:onProperty <https://blackcatinformatics.ca/gmeow/copyrightHolder> ;
                                                                   owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                                 ] ,
                                                                 [ rdf:type owl:Restriction ;
                                                                   owl:onProperty <https://blackcatinformatics.ca/gmeow/copyrightWork> ;
                                                                   owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/InformationObject>
                                                                 ] .


###  https://blackcatinformatics.ca/gmeow/CopyrightStatus
<https://blackcatinformatics.ca/gmeow/CopyrightStatus> rdf:type owl:Class ;
                                                       rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Corpus
<https://blackcatinformatics.ca/gmeow/Corpus> rdf:type owl:Class ;
                                              rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/Correspondence
<https://blackcatinformatics.ca/gmeow/Correspondence> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> .


###  https://blackcatinformatics.ca/gmeow/CoupleRelationship
<https://blackcatinformatics.ca/gmeow/CoupleRelationship> rdf:type owl:Class ;
                                                          rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/KinRelationship> .


###  https://blackcatinformatics.ca/gmeow/CoverageDepth
<https://blackcatinformatics.ca/gmeow/CoverageDepth> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/CreativeDerivation
<https://blackcatinformatics.ca/gmeow/CreativeDerivation> rdf:type owl:Class ;
                                                          rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Observation> ,
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://blackcatinformatics.ca/gmeow/derivationProduct> ;
                                                                            owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/CreativeWork>
                                                                          ] ,
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://blackcatinformatics.ca/gmeow/derivationSource> ;
                                                                            owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/CreativeWork>
                                                                          ] ,
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://blackcatinformatics.ca/gmeow/derivationType> ;
                                                                            owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/DerivationType>
                                                                          ] .


###  https://blackcatinformatics.ca/gmeow/CreativeWork
<https://blackcatinformatics.ca/gmeow/CreativeWork> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> ,
                                                                    <https://blackcatinformatics.ca/gmeow/NarrativeScope> .


###  https://blackcatinformatics.ca/gmeow/CreativeWorkTitle
<https://blackcatinformatics.ca/gmeow/CreativeWorkTitle> rdf:type owl:Class ;
                                                         rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Appellation> .


###  https://blackcatinformatics.ca/gmeow/CreativeWorkType
<https://blackcatinformatics.ca/gmeow/CreativeWorkType> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Credential
<https://blackcatinformatics.ca/gmeow/Credential> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/Criterion
<https://blackcatinformatics.ca/gmeow/Criterion> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/CriterionDomain
<https://blackcatinformatics.ca/gmeow/CriterionDomain> rdf:type owl:Class ;
                                                       rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/CriterionPole
<https://blackcatinformatics.ca/gmeow/CriterionPole> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/CryptoWallet
<https://blackcatinformatics.ca/gmeow/CryptoWallet> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/FinancialAccount> ,
                                                                    [ rdf:type owl:Restriction ;
                                                                      owl:onProperty <https://blackcatinformatics.ca/gmeow/walletScheme> ;
                                                                      owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/WalletScheme>
                                                                    ] .


###  https://blackcatinformatics.ca/gmeow/CryptographicKey
<https://blackcatinformatics.ca/gmeow/CryptographicKey> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/CryptographicSignature
<https://blackcatinformatics.ca/gmeow/CryptographicSignature> rdf:type owl:Class ;
                                                              rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/DKIMSignature
<https://blackcatinformatics.ca/gmeow/DKIMSignature> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/CryptographicSignature> .


###  https://blackcatinformatics.ca/gmeow/DataFeed
<https://blackcatinformatics.ca/gmeow/DataFeed> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Collection> .


###  https://blackcatinformatics.ca/gmeow/DataFlow
<https://blackcatinformatics.ca/gmeow/DataFlow> rdf:type owl:Class ;
                                                rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                [ rdf:type owl:Restriction ;
                                                                  owl:onProperty <https://blackcatinformatics.ca/gmeow/dataFlowSource> ;
                                                                  owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/ProcedureStep>
                                                                ] ,
                                                                [ rdf:type owl:Restriction ;
                                                                  owl:onProperty <https://blackcatinformatics.ca/gmeow/dataFlowTarget> ;
                                                                  owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/ProcedureStep>
                                                                ] .


###  https://blackcatinformatics.ca/gmeow/Dataset
<https://blackcatinformatics.ca/gmeow/Dataset> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Work> .


###  https://blackcatinformatics.ca/gmeow/DatingMethod
<https://blackcatinformatics.ca/gmeow/DatingMethod> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/ObservationMethod> .


###  https://blackcatinformatics.ca/gmeow/DayOfWeek
<https://blackcatinformatics.ca/gmeow/DayOfWeek> rdf:type owl:Class ;
                                                 rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/DefeaterKind
<https://blackcatinformatics.ca/gmeow/DefeaterKind> rdf:type owl:Class ;
                                                    rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/DegreeOfFreedom
<https://blackcatinformatics.ca/gmeow/DegreeOfFreedom> rdf:type owl:Class ;
                                                       rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                       [ rdf:type owl:Restriction ;
                                                                         owl:onProperty <https://blackcatinformatics.ca/gmeow/dofParameter> ;
                                                                         owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/MusicalParameter>
                                                                       ] ,
                                                                       [ rdf:type owl:Restriction ;
                                                                         owl:onProperty <https://blackcatinformatics.ca/gmeow/dofStatus> ;
                                                                         owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/DeterminationStatus>
                                                                       ] .


###  https://blackcatinformatics.ca/gmeow/DeonticModality
<https://blackcatinformatics.ca/gmeow/DeonticModality> rdf:type owl:Class ;
                                                       rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/DepictionContext
<https://blackcatinformatics.ca/gmeow/DepictionContext> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/DepictionUsage
<https://blackcatinformatics.ca/gmeow/DepictionUsage> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Observation> ,
                                                                      [ rdf:type owl:Restriction ;
                                                                        owl:onProperty <https://blackcatinformatics.ca/gmeow/depictionImage> ;
                                                                        owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/MediaObject>
                                                                      ] ,
                                                                      [ rdf:type owl:Restriction ;
                                                                        owl:onProperty <https://blackcatinformatics.ca/gmeow/depictionSubject> ;
                                                                        owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Entity>
                                                                      ] .


###  https://blackcatinformatics.ca/gmeow/DerivationKind
<https://blackcatinformatics.ca/gmeow/DerivationKind> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/DerivationType
<https://blackcatinformatics.ca/gmeow/DerivationType> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Desire
<https://blackcatinformatics.ca/gmeow/Desire> rdf:type owl:Class ;
                                              rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/IntentionalMode> ;
                                              owl:disjointWith <https://blackcatinformatics.ca/gmeow/Intention> .


###  https://blackcatinformatics.ca/gmeow/Determinacy
<https://blackcatinformatics.ca/gmeow/Determinacy> rdf:type owl:Class ;
                                                   rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/DeterminationStatus
<https://blackcatinformatics.ca/gmeow/DeterminationStatus> rdf:type owl:Class ;
                                                           rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Diff
<https://blackcatinformatics.ca/gmeow/Diff> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> ,
                                                            [ rdf:type owl:Restriction ;
                                                              owl:onProperty <https://blackcatinformatics.ca/gmeow/diffFrom> ;
                                                              owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Commit>
                                                            ] ,
                                                            [ rdf:type owl:Restriction ;
                                                              owl:onProperty <https://blackcatinformatics.ca/gmeow/diffTo> ;
                                                              owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Commit>
                                                            ] .


###  https://blackcatinformatics.ca/gmeow/DisclosurePolicy
<https://blackcatinformatics.ca/gmeow/DisclosurePolicy> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/DistanceMetric
<https://blackcatinformatics.ca/gmeow/DistanceMetric> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Distribution
<https://blackcatinformatics.ca/gmeow/Distribution> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/Document
<https://blackcatinformatics.ca/gmeow/Document> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Work> .


###  https://blackcatinformatics.ca/gmeow/DocumentationConcern
<https://blackcatinformatics.ca/gmeow/DocumentationConcern> rdf:type owl:Class ;
                                                            rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Duration
<https://blackcatinformatics.ca/gmeow/Duration> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/Duty
<https://blackcatinformatics.ca/gmeow/Duty> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Rule> .


###  https://blackcatinformatics.ca/gmeow/DynamicsValue
<https://blackcatinformatics.ca/gmeow/DynamicsValue> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/EmailAddress
<https://blackcatinformatics.ca/gmeow/EmailAddress> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/ContactPoint> .


###  https://blackcatinformatics.ca/gmeow/EmailMessage
<https://blackcatinformatics.ca/gmeow/EmailMessage> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Message> .


###  https://blackcatinformatics.ca/gmeow/EmailPatchDiff
<https://blackcatinformatics.ca/gmeow/EmailPatchDiff> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/BodyPart> .


###  https://blackcatinformatics.ca/gmeow/Embedding
<https://blackcatinformatics.ca/gmeow/Embedding> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> ,
                                                                 [ rdf:type owl:Restriction ;
                                                                   owl:onProperty <https://blackcatinformatics.ca/gmeow/distanceMetric> ;
                                                                   owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/DistanceMetric>
                                                                 ] ,
                                                                 [ rdf:type owl:Restriction ;
                                                                   owl:onProperty <https://blackcatinformatics.ca/gmeow/embeddingModel> ;
                                                                   owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/SoftwareAgent>
                                                                 ] ,
                                                                 [ rdf:type owl:Restriction ;
                                                                   owl:onProperty <https://blackcatinformatics.ca/gmeow/embeddingOf> ;
                                                                   owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/InformationObject>
                                                                 ] .


###  https://blackcatinformatics.ca/gmeow/Emotion
<https://blackcatinformatics.ca/gmeow/Emotion> rdf:type owl:Class ;
                                               rdfs:subClassOf <http://purl.org/nemo/gufo#IntrinsicMode> ,
                                                               <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/EmotionType
<https://blackcatinformatics.ca/gmeow/EmotionType> rdf:type owl:Class ;
                                                   rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Employment
<https://blackcatinformatics.ca/gmeow/Employment> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Membership> ,
                                                                  [ rdf:type owl:Restriction ;
                                                                    owl:onProperty <https://blackcatinformatics.ca/gmeow/employmentType> ;
                                                                    owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/EmploymentType>
                                                                  ] ,
                                                                  [ rdf:type owl:Restriction ;
                                                                    owl:onProperty <https://blackcatinformatics.ca/gmeow/membershipMember> ;
                                                                    owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                                  ] ,
                                                                  [ rdf:type owl:Restriction ;
                                                                    owl:onProperty <https://blackcatinformatics.ca/gmeow/membershipOrganization> ;
                                                                    owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Organization>
                                                                  ] .


###  https://blackcatinformatics.ca/gmeow/EmploymentType
<https://blackcatinformatics.ca/gmeow/EmploymentType> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Entity
<https://blackcatinformatics.ca/gmeow/Entity> rdf:type owl:Class ;
                                              rdfs:subClassOf <http://purl.org/nemo/gufo#Endurant> .


###  https://blackcatinformatics.ca/gmeow/EntityExistence
<https://blackcatinformatics.ca/gmeow/EntityExistence> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/TimeScopedRelation> ,
                                                                       [ rdf:type owl:Restriction ;
                                                                         owl:onProperty <https://blackcatinformatics.ca/gmeow/existenceEntity> ;
                                                                         owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Entity>
                                                                       ] .


###  https://blackcatinformatics.ca/gmeow/EtymologicalDerivation
<https://blackcatinformatics.ca/gmeow/EtymologicalDerivation> rdf:type owl:Class ;
                                                              rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Observation> ,
                                                                              [ rdf:type owl:Restriction ;
                                                                                owl:onProperty <https://blackcatinformatics.ca/gmeow/derivationKind> ;
                                                                                owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/DerivationKind>
                                                                              ] ,
                                                                              [ rdf:type owl:Restriction ;
                                                                                owl:onProperty <https://blackcatinformatics.ca/gmeow/derivationSource> ;
                                                                                owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/InformationObject>
                                                                              ] ,
                                                                              [ rdf:type owl:Restriction ;
                                                                                owl:onProperty <https://blackcatinformatics.ca/gmeow/derivationTarget> ;
                                                                                owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/InformationObject>
                                                                              ] .


###  https://blackcatinformatics.ca/gmeow/EvaluationVerdict
<https://blackcatinformatics.ca/gmeow/EvaluationVerdict> rdf:type owl:Class ;
                                                         rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Event
<https://blackcatinformatics.ca/gmeow/Event> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.org/nemo/gufo#Event> .


###  https://blackcatinformatics.ca/gmeow/EventInvitation
<https://blackcatinformatics.ca/gmeow/EventInvitation> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Agreement> ,
                                                                       [ rdf:type owl:Restriction ;
                                                                         owl:onProperty <https://blackcatinformatics.ca/gmeow/invitationEvent> ;
                                                                         owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Event>
                                                                       ] ,
                                                                       [ rdf:type owl:Restriction ;
                                                                         owl:onProperty <https://blackcatinformatics.ca/gmeow/invitationInvitee> ;
                                                                         owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                                       ] .


###  https://blackcatinformatics.ca/gmeow/EventSchedule
<https://blackcatinformatics.ca/gmeow/EventSchedule> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                     [ rdf:type owl:Restriction ;
                                                                       owl:onProperty <https://blackcatinformatics.ca/gmeow/scheduleTemplateEvent> ;
                                                                       owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Event>
                                                                     ] .


###  https://blackcatinformatics.ca/gmeow/EventSeries
<https://blackcatinformatics.ca/gmeow/EventSeries> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/EventType
<https://blackcatinformatics.ca/gmeow/EventType> rdf:type owl:Class ;
                                                 rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/EvidenceClass
<https://blackcatinformatics.ca/gmeow/EvidenceClass> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/EvidenceSpan
<https://blackcatinformatics.ca/gmeow/EvidenceSpan> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/ExceptionType
<https://blackcatinformatics.ca/gmeow/ExceptionType> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Execution
<https://blackcatinformatics.ca/gmeow/Execution> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Event> ,
                                                                 [ rdf:type owl:Restriction ;
                                                                   owl:onProperty <https://blackcatinformatics.ca/gmeow/executesProcedure> ;
                                                                   owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Procedure>
                                                                 ] ,
                                                                 [ rdf:type owl:Restriction ;
                                                                   owl:onProperty <https://blackcatinformatics.ca/gmeow/executesStep> ;
                                                                   owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/ProcedureStep>
                                                                 ] .


###  https://blackcatinformatics.ca/gmeow/ExecutionStatus
<https://blackcatinformatics.ca/gmeow/ExecutionStatus> rdf:type owl:Class ;
                                                       rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Exemplar
<https://blackcatinformatics.ca/gmeow/Exemplar> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/CitationAct> .


###  https://blackcatinformatics.ca/gmeow/ExemplarPolarity
<https://blackcatinformatics.ca/gmeow/ExemplarPolarity> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/ExifTag
<https://blackcatinformatics.ca/gmeow/ExifTag> rdf:type owl:Class ;
                                               rdfs:subClassOf <http://purl.org/nemo/gufo#FunctionalComplex> .


###  https://blackcatinformatics.ca/gmeow/Experience
<https://blackcatinformatics.ca/gmeow/Experience> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/MentalProcess> .


###  https://blackcatinformatics.ca/gmeow/Expression
<https://blackcatinformatics.ca/gmeow/Expression> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/CreativeWork> .


###  https://blackcatinformatics.ca/gmeow/ExpressionLanguage
<https://blackcatinformatics.ca/gmeow/ExpressionLanguage> rdf:type owl:Class ;
                                                          rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/ExtractedEntity
<https://blackcatinformatics.ca/gmeow/ExtractedEntity> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/ExtractedRelationship
<https://blackcatinformatics.ca/gmeow/ExtractedRelationship> rdf:type owl:Class ;
                                                             rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> ,
                                                                             [ rdf:type owl:Restriction ;
                                                                               owl:onProperty <https://blackcatinformatics.ca/gmeow/relationshipSource> ;
                                                                               owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/ExtractedEntity>
                                                                             ] ,
                                                                             [ rdf:type owl:Restriction ;
                                                                               owl:onProperty <https://blackcatinformatics.ca/gmeow/relationshipTarget> ;
                                                                               owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/ExtractedEntity>
                                                                             ] .


###  https://blackcatinformatics.ca/gmeow/Family
<https://blackcatinformatics.ca/gmeow/Family> rdf:type owl:Class ;
                                              rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Group> .


###  https://blackcatinformatics.ca/gmeow/FeedPosting
<https://blackcatinformatics.ca/gmeow/FeedPosting> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Work> .


###  https://blackcatinformatics.ca/gmeow/FeedPostingKind
<https://blackcatinformatics.ca/gmeow/FeedPostingKind> rdf:type owl:Class ;
                                                       rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Filename
<https://blackcatinformatics.ca/gmeow/Filename> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Appellation> .


###  https://blackcatinformatics.ca/gmeow/FinancialAccount
<https://blackcatinformatics.ca/gmeow/FinancialAccount> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> ,
                                                                        [ rdf:type owl:Restriction ;
                                                                          owl:onProperty <https://blackcatinformatics.ca/gmeow/accountHolder> ;
                                                                          owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                                        ] ;
                                                        owl:disjointWith <https://blackcatinformatics.ca/gmeow/OnlineAccount> .


###  https://blackcatinformatics.ca/gmeow/FinancialAccountType
<https://blackcatinformatics.ca/gmeow/FinancialAccountType> rdf:type owl:Class ;
                                                            rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/FinancialTransaction
<https://blackcatinformatics.ca/gmeow/FinancialTransaction> rdf:type owl:Class ;
                                                            rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Event> ,
                                                                            [ rdf:type owl:Restriction ;
                                                                              owl:onProperty <https://blackcatinformatics.ca/gmeow/transactionAmount> ;
                                                                              owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/MonetaryAmount>
                                                                            ] .


###  https://blackcatinformatics.ca/gmeow/ForgePlatform
<https://blackcatinformatics.ca/gmeow/ForgePlatform> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/FormFunction
<https://blackcatinformatics.ca/gmeow/FormFunction> rdf:type owl:Class ;
                                                    rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/FormalLanguage
<https://blackcatinformatics.ca/gmeow/FormalLanguage> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Language> .


###  https://blackcatinformatics.ca/gmeow/FosterParentChild
<https://blackcatinformatics.ca/gmeow/FosterParentChild> rdf:type owl:Class ;
                                                         rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/ParentChildRelationship> .


###  https://blackcatinformatics.ca/gmeow/FrameKind
<https://blackcatinformatics.ca/gmeow/FrameKind> rdf:type owl:Class ;
                                                 rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/FrameRealm
<https://blackcatinformatics.ca/gmeow/FrameRealm> rdf:type owl:Class ;
                                                  rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/GTSCompaction
<https://blackcatinformatics.ca/gmeow/GTSCompaction> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Activity> .


###  https://blackcatinformatics.ca/gmeow/GTSDocument
<https://blackcatinformatics.ca/gmeow/GTSDocument> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Manifestation> .


###  https://blackcatinformatics.ca/gmeow/GTSProfile
<https://blackcatinformatics.ca/gmeow/GTSProfile> rdf:type owl:Class ;
                                                  rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/GTSSegment
<https://blackcatinformatics.ca/gmeow/GTSSegment> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Manifestation> .


###  https://blackcatinformatics.ca/gmeow/Gender
<https://blackcatinformatics.ca/gmeow/Gender> rdf:type owl:Class ;
                                              rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/GenderExpression
<https://blackcatinformatics.ca/gmeow/GenderExpression> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/IdentityFacet> ,
                                                                        [ rdf:type owl:Restriction ;
                                                                          owl:onProperty <https://blackcatinformatics.ca/gmeow/expressionValue> ;
                                                                          owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/GenderExpressionStyle>
                                                                        ] .


###  https://blackcatinformatics.ca/gmeow/GenderExpressionStyle
<https://blackcatinformatics.ca/gmeow/GenderExpressionStyle> rdf:type owl:Class ;
                                                             rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/GenderIdentity
<https://blackcatinformatics.ca/gmeow/GenderIdentity> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/IdentityFacet> ,
                                                                      [ rdf:type owl:Restriction ;
                                                                        owl:onProperty <https://blackcatinformatics.ca/gmeow/genderValue> ;
                                                                        owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Gender>
                                                                      ] .


###  https://blackcatinformatics.ca/gmeow/GenerativeProcess
<https://blackcatinformatics.ca/gmeow/GenerativeProcess> rdf:type owl:Class ;
                                                         rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                         <https://blackcatinformatics.ca/gmeow/Entity> ,
                                                                         [ rdf:type owl:Restriction ;
                                                                           owl:onProperty <https://blackcatinformatics.ca/gmeow/processKind> ;
                                                                           owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/GenerativeProcessKind>
                                                                         ] .


###  https://blackcatinformatics.ca/gmeow/GenerativeProcessKind
<https://blackcatinformatics.ca/gmeow/GenerativeProcessKind> rdf:type owl:Class ;
                                                             rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Genre
<https://blackcatinformatics.ca/gmeow/Genre> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/GeoCoordinates
<https://blackcatinformatics.ca/gmeow/GeoCoordinates> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/Geocode
<https://blackcatinformatics.ca/gmeow/Geocode> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/Geometry
<https://blackcatinformatics.ca/gmeow/Geometry> rdf:type owl:Class ;
                                                rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/GeometryType
<https://blackcatinformatics.ca/gmeow/GeometryType> rdf:type owl:Class ;
                                                    rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Goal
<https://blackcatinformatics.ca/gmeow/Goal> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/SocialObject> .


###  https://blackcatinformatics.ca/gmeow/GovernanceModel
<https://blackcatinformatics.ca/gmeow/GovernanceModel> rdf:type owl:Class ;
                                                       rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/GrammaticalAspect
<https://blackcatinformatics.ca/gmeow/GrammaticalAspect> rdf:type owl:Class ;
                                                         rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/GrammaticalTense
<https://blackcatinformatics.ca/gmeow/GrammaticalTense> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/GranularityLevel
<https://blackcatinformatics.ca/gmeow/GranularityLevel> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/GrooveProfile
<https://blackcatinformatics.ca/gmeow/GrooveProfile> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                     <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/GrooveProfileKind
<https://blackcatinformatics.ca/gmeow/GrooveProfileKind> rdf:type owl:Class ;
                                                         rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Group
<https://blackcatinformatics.ca/gmeow/Group> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.org/nemo/gufo#Collection> ,
                                                             <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/GroupOperator
<https://blackcatinformatics.ca/gmeow/GroupOperator> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/HarmonicFunction
<https://blackcatinformatics.ca/gmeow/HarmonicFunction> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Hazard
<https://blackcatinformatics.ca/gmeow/Hazard> rdf:type owl:Class ;
                                              rdfs:subClassOf <http://purl.org/nemo/gufo#Disposition> ,
                                                              <https://blackcatinformatics.ca/gmeow/RiskFactor> .


###  https://blackcatinformatics.ca/gmeow/Highlight
<https://blackcatinformatics.ca/gmeow/Highlight> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Annotation> ,
                                                                 [ rdf:type owl:Restriction ;
                                                                   owl:onProperty <https://blackcatinformatics.ca/gmeow/annotationTargetSpan> ;
                                                                   owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/EvidenceSpan>
                                                                 ] .


###  https://blackcatinformatics.ca/gmeow/Holding
<https://blackcatinformatics.ca/gmeow/Holding> rdf:type owl:Class ;
                                               rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                               [ rdf:type owl:Restriction ;
                                                                 owl:onProperty <https://blackcatinformatics.ca/gmeow/holdingAgent> ;
                                                                 owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                               ] ,
                                                               [ rdf:type owl:Restriction ;
                                                                 owl:onProperty <https://blackcatinformatics.ca/gmeow/holdingAsset> ;
                                                                 owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Asset>
                                                               ] .


###  https://blackcatinformatics.ca/gmeow/Honorific
<https://blackcatinformatics.ca/gmeow/Honorific> rdf:type owl:Class ;
                                                 rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/HonorificClass
<https://blackcatinformatics.ca/gmeow/HonorificClass> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/HonorificPosition
<https://blackcatinformatics.ca/gmeow/HonorificPosition> rdf:type owl:Class ;
                                                         rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Identifier
<https://blackcatinformatics.ca/gmeow/Identifier> rdf:type owl:Class ;
                                                  rdfs:subClassOf <http://purl.org/nemo/gufo#FunctionalComplex> .


###  https://blackcatinformatics.ca/gmeow/IdentityFacet
<https://blackcatinformatics.ca/gmeow/IdentityFacet> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Observation> ,
                                                                     [ rdf:type owl:Restriction ;
                                                                       owl:onProperty <https://blackcatinformatics.ca/gmeow/facetSubject> ;
                                                                       owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Person>
                                                                     ] ,
                                                                     [ rdf:type owl:Restriction ;
                                                                       owl:onProperty <https://blackcatinformatics.ca/gmeow/facetVantage> ;
                                                                       owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                                     ] .


###  https://blackcatinformatics.ca/gmeow/ImageRegion
<https://blackcatinformatics.ca/gmeow/ImageRegion> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> ,
                                                                   [ rdf:type owl:Restriction ;
                                                                     owl:onProperty <https://blackcatinformatics.ca/gmeow/regionOf> ;
                                                                     owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/MediaObject>
                                                                   ] .


###  https://blackcatinformatics.ca/gmeow/ImportActivity
<https://blackcatinformatics.ca/gmeow/ImportActivity> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Activity> .


###  https://blackcatinformatics.ca/gmeow/IndexAlgorithm
<https://blackcatinformatics.ca/gmeow/IndexAlgorithm> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/InferenceCommitment
<https://blackcatinformatics.ca/gmeow/InferenceCommitment> rdf:type owl:Class ;
                                                           rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> .


###  https://blackcatinformatics.ca/gmeow/InferenceMode
<https://blackcatinformatics.ca/gmeow/InferenceMode> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/InferenceProcess
<https://blackcatinformatics.ca/gmeow/InferenceProcess> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/MentalProcess> .


###  https://blackcatinformatics.ca/gmeow/InferenceTenure
<https://blackcatinformatics.ca/gmeow/InferenceTenure> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/TimeScopedRelation> .


###  https://blackcatinformatics.ca/gmeow/InformationObject
<https://blackcatinformatics.ca/gmeow/InformationObject> rdf:type owl:Class ;
                                                         rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                         <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                         owl:disjointWith <https://blackcatinformatics.ca/gmeow/PhysicalObject> .


###  https://blackcatinformatics.ca/gmeow/InlinePart
<https://blackcatinformatics.ca/gmeow/InlinePart> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/BodyPart> .


###  https://blackcatinformatics.ca/gmeow/Inscription
<https://blackcatinformatics.ca/gmeow/Inscription> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/InscriptionReading
<https://blackcatinformatics.ca/gmeow/InscriptionReading> rdf:type owl:Class ;
                                                          rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Observation> ,
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://blackcatinformatics.ca/gmeow/readingOf> ;
                                                                            owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Inscription>
                                                                          ] .


###  https://blackcatinformatics.ca/gmeow/InscriptionTranslation
<https://blackcatinformatics.ca/gmeow/InscriptionTranslation> rdf:type owl:Class ;
                                                              rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Observation> ,
                                                                              [ rdf:type owl:Restriction ;
                                                                                owl:onProperty <https://blackcatinformatics.ca/gmeow/translationOf> ;
                                                                                owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Inscription>
                                                                              ] .


###  https://blackcatinformatics.ca/gmeow/InscriptionTransliteration
<https://blackcatinformatics.ca/gmeow/InscriptionTransliteration> rdf:type owl:Class ;
                                                                  rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Observation> ,
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty <https://blackcatinformatics.ca/gmeow/transliterationOf> ;
                                                                                    owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Inscription>
                                                                                  ] .


###  https://blackcatinformatics.ca/gmeow/Instant
<https://blackcatinformatics.ca/gmeow/Instant> rdf:type owl:Class ;
                                               rdfs:subClassOf <http://purl.org/nemo/gufo#AbstractIndividual> .


###  https://blackcatinformatics.ca/gmeow/InstantMessageAddress
<https://blackcatinformatics.ca/gmeow/InstantMessageAddress> rdf:type owl:Class ;
                                                             rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/ContactPoint> .


###  https://blackcatinformatics.ca/gmeow/InstrumentConfiguration
<https://blackcatinformatics.ca/gmeow/InstrumentConfiguration> rdf:type owl:Class ;
                                                               rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                               [ rdf:type owl:Restriction ;
                                                                                 owl:onProperty <https://blackcatinformatics.ca/gmeow/configurationModification> ;
                                                                                 owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/InstrumentModification>
                                                                               ] ,
                                                                               [ rdf:type owl:Restriction ;
                                                                                 owl:onProperty <https://blackcatinformatics.ca/gmeow/configurationTuningFrame> ;
                                                                                 owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/TuningSystem>
                                                                               ] .


###  https://blackcatinformatics.ca/gmeow/InstrumentModification
<https://blackcatinformatics.ca/gmeow/InstrumentModification> rdf:type owl:Class ;
                                                              rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/InstrumentType
<https://blackcatinformatics.ca/gmeow/InstrumentType> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Intention
<https://blackcatinformatics.ca/gmeow/Intention> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/IntentionalMode> .


###  https://blackcatinformatics.ca/gmeow/IntentionTenure
<https://blackcatinformatics.ca/gmeow/IntentionTenure> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/TimeScopedRelation> .


###  https://blackcatinformatics.ca/gmeow/IntentionalMode
<https://blackcatinformatics.ca/gmeow/IntentionalMode> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/IntentionalMoment> ,
                                                                       <https://blackcatinformatics.ca/gmeow/MentalMoment> .


###  https://blackcatinformatics.ca/gmeow/IntentionalMoment
<https://blackcatinformatics.ca/gmeow/IntentionalMoment> rdf:type owl:Class ;
                                                         rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/InterpersonalRelationship
<https://blackcatinformatics.ca/gmeow/InterpersonalRelationship> rdf:type owl:Class ;
                                                                 rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                                 [ rdf:type owl:Restriction ;
                                                                                   owl:onProperty <https://blackcatinformatics.ca/gmeow/relationshipParty> ;
                                                                                   owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                                                 ] .


###  https://blackcatinformatics.ca/gmeow/InvitationStatus
<https://blackcatinformatics.ca/gmeow/InvitationStatus> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Invoice
<https://blackcatinformatics.ca/gmeow/Invoice> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Document> ,
                                                               [ rdf:type owl:Restriction ;
                                                                 owl:onProperty <https://blackcatinformatics.ca/gmeow/invoiceAmount> ;
                                                                 owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/MonetaryAmount>
                                                               ] ,
                                                               [ rdf:type owl:Restriction ;
                                                                 owl:onProperty <https://blackcatinformatics.ca/gmeow/invoiceIssuer> ;
                                                                 owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                               ] ,
                                                               [ rdf:type owl:Restriction ;
                                                                 owl:onProperty <https://blackcatinformatics.ca/gmeow/invoiceRecipient> ;
                                                                 owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                               ] .


###  https://blackcatinformatics.ca/gmeow/InvoiceStatus
<https://blackcatinformatics.ca/gmeow/InvoiceStatus> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Issue
<https://blackcatinformatics.ca/gmeow/Issue> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/Item
<https://blackcatinformatics.ca/gmeow/Item> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/CreativeWork> .


###  https://blackcatinformatics.ca/gmeow/JournalEntry
<https://blackcatinformatics.ca/gmeow/JournalEntry> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Event> ,
                                                                    [ rdf:type owl:Restriction ;
                                                                      owl:onProperty <https://blackcatinformatics.ca/gmeow/journalEntryPostings> ;
                                                                      owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Posting>
                                                                    ] .


###  https://blackcatinformatics.ca/gmeow/JurisdictionTenure
<https://blackcatinformatics.ca/gmeow/JurisdictionTenure> rdf:type owl:Class ;
                                                          rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/TimeScopedRelation> ,
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://blackcatinformatics.ca/gmeow/jurisdictionPlace> ;
                                                                            owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Place>
                                                                          ] ,
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://blackcatinformatics.ca/gmeow/jurisdictionPolity> ;
                                                                            owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                                          ] .


###  https://blackcatinformatics.ca/gmeow/KeyScheme
<https://blackcatinformatics.ca/gmeow/KeyScheme> rdf:type owl:Class ;
                                                 rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/KinRelationship
<https://blackcatinformatics.ca/gmeow/KinRelationship> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Observation> .


###  https://blackcatinformatics.ca/gmeow/KnowledgeLevel
<https://blackcatinformatics.ca/gmeow/KnowledgeLevel> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/KnowledgeProficiency
<https://blackcatinformatics.ca/gmeow/KnowledgeProficiency> rdf:type owl:Class ;
                                                            rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                            [ rdf:type owl:Restriction ;
                                                                              owl:onProperty <https://blackcatinformatics.ca/gmeow/knowledgeProficiencyAgent> ;
                                                                              owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                                            ] ,
                                                                            [ rdf:type owl:Restriction ;
                                                                              owl:onProperty <https://blackcatinformatics.ca/gmeow/knowledgeProficiencyLevel> ;
                                                                              owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/KnowledgeLevel>
                                                                            ] ,
                                                                            [ rdf:type owl:Restriction ;
                                                                              owl:onProperty <https://blackcatinformatics.ca/gmeow/knowledgeProficiencyScale> ;
                                                                              owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/ProficiencyScale>
                                                                            ] ,
                                                                            [ rdf:type owl:Restriction ;
                                                                              owl:onProperty <https://blackcatinformatics.ca/gmeow/knowledgeProficiencySubject> ;
                                                                              owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Entity>
                                                                            ] .


###  https://blackcatinformatics.ca/gmeow/LandTenure
<https://blackcatinformatics.ca/gmeow/LandTenure> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/TimeScopedRelation> ,
                                                                  [ rdf:type owl:Restriction ;
                                                                    owl:onProperty <https://blackcatinformatics.ca/gmeow/tenureParty> ;
                                                                    owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                                  ] ,
                                                                  [ rdf:type owl:Restriction ;
                                                                    owl:onProperty <https://blackcatinformatics.ca/gmeow/tenurePlace> ;
                                                                    owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Place>
                                                                  ] .


###  https://blackcatinformatics.ca/gmeow/LandTenureType
<https://blackcatinformatics.ca/gmeow/LandTenureType> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Language
<https://blackcatinformatics.ca/gmeow/Language> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/LanguageChangeEvent
<https://blackcatinformatics.ca/gmeow/LanguageChangeEvent> rdf:type owl:Class ;
                                                           rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Activity> .


###  https://blackcatinformatics.ca/gmeow/LanguageChangeType
<https://blackcatinformatics.ca/gmeow/LanguageChangeType> rdf:type owl:Class ;
                                                          rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/LanguageCreation
<https://blackcatinformatics.ca/gmeow/LanguageCreation> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Activity> .


###  https://blackcatinformatics.ca/gmeow/LanguageModality
<https://blackcatinformatics.ca/gmeow/LanguageModality> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/LanguageOrigin
<https://blackcatinformatics.ca/gmeow/LanguageOrigin> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/LanguageProficiency
<https://blackcatinformatics.ca/gmeow/LanguageProficiency> rdf:type owl:Class ;
                                                           rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> .


###  https://blackcatinformatics.ca/gmeow/LanguageState
<https://blackcatinformatics.ca/gmeow/LanguageState> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Observation> ,
                                                                     [ rdf:type owl:Restriction ;
                                                                       owl:onProperty <https://blackcatinformatics.ca/gmeow/stateAuthority> ;
                                                                       owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                                     ] ,
                                                                     [ rdf:type owl:Restriction ;
                                                                       owl:onProperty <https://blackcatinformatics.ca/gmeow/stateLanguage> ;
                                                                       owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Language>
                                                                     ] .


###  https://blackcatinformatics.ca/gmeow/LanguageStatus
<https://blackcatinformatics.ca/gmeow/LanguageStatus> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/LanguageVariety
<https://blackcatinformatics.ca/gmeow/LanguageVariety> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Language> .


###  https://blackcatinformatics.ca/gmeow/LanguageVarietyKind
<https://blackcatinformatics.ca/gmeow/LanguageVarietyKind> rdf:type owl:Class ;
                                                           rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/LanguageVersion
<https://blackcatinformatics.ca/gmeow/LanguageVersion> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Language> .


###  https://blackcatinformatics.ca/gmeow/LedgerAccount
<https://blackcatinformatics.ca/gmeow/LedgerAccount> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> ,
                                                                     [ rdf:type owl:Restriction ;
                                                                       owl:onProperty <https://blackcatinformatics.ca/gmeow/ledgerAccountHolder> ;
                                                                       owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                                     ] ,
                                                                     [ rdf:type owl:Restriction ;
                                                                       owl:onProperty <https://blackcatinformatics.ca/gmeow/ledgerAccountType> ;
                                                                       owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/LedgerAccountType>
                                                                     ] .


###  https://blackcatinformatics.ca/gmeow/LedgerAccountType
<https://blackcatinformatics.ca/gmeow/LedgerAccountType> rdf:type owl:Class ;
                                                         rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/LedgerEvent
<https://blackcatinformatics.ca/gmeow/LedgerEvent> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Event> ,
                                                                   [ rdf:type owl:Restriction ;
                                                                     owl:onProperty <https://blackcatinformatics.ca/gmeow/logIndex> ;
                                                                     owl:someValuesFrom xsd:integer
                                                                   ] .


###  https://blackcatinformatics.ca/gmeow/LedgerFinalityStatus
<https://blackcatinformatics.ca/gmeow/LedgerFinalityStatus> rdf:type owl:Class ;
                                                            rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/LedgerTransaction
<https://blackcatinformatics.ca/gmeow/LedgerTransaction> rdf:type owl:Class ;
                                                         rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> ,
                                                                         [ rdf:type owl:Restriction ;
                                                                           owl:onProperty <https://blackcatinformatics.ca/gmeow/transactionHash> ;
                                                                           owl:someValuesFrom rdfs:Literal
                                                                         ] .


###  https://blackcatinformatics.ca/gmeow/LeftOperand
<https://blackcatinformatics.ca/gmeow/LeftOperand> rdf:type owl:Class ;
                                                   rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/LexicalForm
<https://blackcatinformatics.ca/gmeow/LexicalForm> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/LexicalFormType
<https://blackcatinformatics.ca/gmeow/LexicalFormType> rdf:type owl:Class ;
                                                       rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/LexicalItem
<https://blackcatinformatics.ca/gmeow/LexicalItem> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/License
<https://blackcatinformatics.ca/gmeow/License> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Agreement> ,
                                                               [ rdf:type owl:Restriction ;
                                                                 owl:onProperty <https://blackcatinformatics.ca/gmeow/licensedWork> ;
                                                                 owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/InformationObject>
                                                               ] ,
                                                               [ rdf:type owl:Restriction ;
                                                                 owl:onProperty <https://blackcatinformatics.ca/gmeow/licensor> ;
                                                                 owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                               ] .


###  https://blackcatinformatics.ca/gmeow/LicenseFamily
<https://blackcatinformatics.ca/gmeow/LicenseFamily> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/LifeEvent
<https://blackcatinformatics.ca/gmeow/LifeEvent> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Event> .


###  https://blackcatinformatics.ca/gmeow/LiteraryWork
<https://blackcatinformatics.ca/gmeow/LiteraryWork> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Work> .


###  https://blackcatinformatics.ca/gmeow/Location
<https://blackcatinformatics.ca/gmeow/Location> rdf:type owl:Class ;
                                                rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/LocationState
<https://blackcatinformatics.ca/gmeow/LocationState> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                     <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/LogicalConstraint
<https://blackcatinformatics.ca/gmeow/LogicalConstraint> rdf:type owl:Class ;
                                                         rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Constraint> ,
                                                                         [ rdf:type owl:Restriction ;
                                                                           owl:onProperty <https://blackcatinformatics.ca/gmeow/constraintLogic> ;
                                                                           owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/ConstraintLogic>
                                                                         ] ,
                                                                         [ rdf:type owl:Restriction ;
                                                                           owl:onProperty <https://blackcatinformatics.ca/gmeow/logicConstraintMember> ;
                                                                           owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Constraint>
                                                                         ] .


###  https://blackcatinformatics.ca/gmeow/Mailbox
<https://blackcatinformatics.ca/gmeow/Mailbox> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/MailboxResidence
<https://blackcatinformatics.ca/gmeow/MailboxResidence> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/TimeScopedRelation> .


###  https://blackcatinformatics.ca/gmeow/MailingList
<https://blackcatinformatics.ca/gmeow/MailingList> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/MaintenanceStatus
<https://blackcatinformatics.ca/gmeow/MaintenanceStatus> rdf:type owl:Class ;
                                                         rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Manifestation
<https://blackcatinformatics.ca/gmeow/Manifestation> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/CreativeWork> .


###  https://blackcatinformatics.ca/gmeow/ManifestationFormat
<https://blackcatinformatics.ca/gmeow/ManifestationFormat> rdf:type owl:Class ;
                                                           rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Mark
<https://blackcatinformatics.ca/gmeow/Mark> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/MaximViolationType
<https://blackcatinformatics.ca/gmeow/MaximViolationType> rdf:type owl:Class ;
                                                          rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/MeasuredValue
<https://blackcatinformatics.ca/gmeow/MeasuredValue> rdf:type owl:Class ;
                                                     owl:equivalentClass <https://blackcatinformatics.ca/gmeow/Quantity> ;
                                                     rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                     <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/Measurement
<https://blackcatinformatics.ca/gmeow/Measurement> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Observation> .


###  https://blackcatinformatics.ca/gmeow/MediaObject
<https://blackcatinformatics.ca/gmeow/MediaObject> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Manifestation> .


###  https://blackcatinformatics.ca/gmeow/Membership
<https://blackcatinformatics.ca/gmeow/Membership> rdf:type owl:Class ;
                                                  rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> .


###  https://blackcatinformatics.ca/gmeow/MemoryItem
<https://blackcatinformatics.ca/gmeow/MemoryItem> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Observation> ,
                                                                  [ rdf:type owl:Restriction ;
                                                                    owl:onProperty <https://blackcatinformatics.ca/gmeow/memoryOf> ;
                                                                    owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                                  ] .


###  https://blackcatinformatics.ca/gmeow/MemoryKind
<https://blackcatinformatics.ca/gmeow/MemoryKind> rdf:type owl:Class ;
                                                  rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/MentalMoment
<https://blackcatinformatics.ca/gmeow/MentalMoment> rdf:type owl:Class ;
                                                    rdfs:subClassOf <http://purl.org/nemo/gufo#IntrinsicMode> .


###  https://blackcatinformatics.ca/gmeow/MentalProcess
<https://blackcatinformatics.ca/gmeow/MentalProcess> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Event> .


###  https://blackcatinformatics.ca/gmeow/MentalProcessType
<https://blackcatinformatics.ca/gmeow/MentalProcessType> rdf:type owl:Class ;
                                                         rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/MentalReferenceFrame
<https://blackcatinformatics.ca/gmeow/MentalReferenceFrame> rdf:type owl:Class ;
                                                            rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ,
                                                                            [ rdf:type owl:Restriction ;
                                                                              owl:onProperty <https://blackcatinformatics.ca/gmeow/isHostedBy> ;
                                                                              owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Entity>
                                                                            ] .


###  https://blackcatinformatics.ca/gmeow/Merge
<https://blackcatinformatics.ca/gmeow/Merge> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Activity> .


###  https://blackcatinformatics.ca/gmeow/MergeRequest
<https://blackcatinformatics.ca/gmeow/MergeRequest> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/Message
<https://blackcatinformatics.ca/gmeow/Message> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/MessageHeader
<https://blackcatinformatics.ca/gmeow/MessageHeader> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/MessageKeyword
<https://blackcatinformatics.ca/gmeow/MessageKeyword> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/MessageKind
<https://blackcatinformatics.ca/gmeow/MessageKind> rdf:type owl:Class ;
                                                   rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/MessageParticipant
<https://blackcatinformatics.ca/gmeow/MessageParticipant> rdf:type owl:Class ;
                                                          rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://blackcatinformatics.ca/gmeow/participantAddress> ;
                                                                            owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/EmailAddress>
                                                                          ] ,
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://blackcatinformatics.ca/gmeow/participantMessage> ;
                                                                            owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/EmailMessage>
                                                                          ] ,
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://blackcatinformatics.ca/gmeow/participantRole> ;
                                                                            owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/MessageParticipantRole>
                                                                          ] .


###  https://blackcatinformatics.ca/gmeow/MessageParticipantRole
<https://blackcatinformatics.ca/gmeow/MessageParticipantRole> rdf:type owl:Class ;
                                                              rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/MeterAssignment
<https://blackcatinformatics.ca/gmeow/MeterAssignment> rdf:type owl:Class ;
                                                       rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                       [ rdf:type owl:Restriction ;
                                                                         owl:onProperty <https://blackcatinformatics.ca/gmeow/assignedMeter> ;
                                                                         owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/MetricStructure>
                                                                       ] ,
                                                                       [ rdf:type owl:Restriction ;
                                                                         owl:onProperty <https://blackcatinformatics.ca/gmeow/assignmentSpan> ;
                                                                         owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/MusicalTimeSpan>
                                                                       ] ,
                                                                       [ rdf:type owl:Restriction ;
                                                                         owl:onProperty <https://blackcatinformatics.ca/gmeow/meterCarrier> ;
                                                                         owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Entity>
                                                                       ] .


###  https://blackcatinformatics.ca/gmeow/MetricGroup
<https://blackcatinformatics.ca/gmeow/MetricGroup> rdf:type owl:Class ;
                                                   rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                   <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/MetricKind
<https://blackcatinformatics.ca/gmeow/MetricKind> rdf:type owl:Class ;
                                                  rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/MetricModulation
<https://blackcatinformatics.ca/gmeow/MetricModulation> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                        [ rdf:type owl:Restriction ;
                                                                          owl:onProperty <https://blackcatinformatics.ca/gmeow/modulationFromFrame> ;
                                                                          owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/MusicalTimeFrame>
                                                                        ] ,
                                                                        [ rdf:type owl:Restriction ;
                                                                          owl:onProperty <https://blackcatinformatics.ca/gmeow/modulationToFrame> ;
                                                                          owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/MusicalTimeFrame>
                                                                        ] .


###  https://blackcatinformatics.ca/gmeow/MetricStructure
<https://blackcatinformatics.ca/gmeow/MetricStructure> rdf:type owl:Class ;
                                                       rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                       <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/Mitigation
<https://blackcatinformatics.ca/gmeow/Mitigation> rdf:type owl:Class ;
                                                  rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                  [ rdf:type owl:Restriction ;
                                                                    owl:onProperty <https://blackcatinformatics.ca/gmeow/mitigationCounters> ;
                                                                    owl:someValuesFrom owl:Thing
                                                                  ] ,
                                                                  [ rdf:type owl:Restriction ;
                                                                    owl:onProperty <https://blackcatinformatics.ca/gmeow/mitigationMeasure> ;
                                                                    owl:someValuesFrom owl:Thing
                                                                  ] .


###  https://blackcatinformatics.ca/gmeow/MitigationStatus
<https://blackcatinformatics.ca/gmeow/MitigationStatus> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/ModelCard
<https://blackcatinformatics.ca/gmeow/ModelCard> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/ModelInvocation
<https://blackcatinformatics.ca/gmeow/ModelInvocation> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Activity> .


###  https://blackcatinformatics.ca/gmeow/MonetaryAmount
<https://blackcatinformatics.ca/gmeow/MonetaryAmount> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Entity> ,
                                                                      [ rdf:type owl:Restriction ;
                                                                        owl:onProperty <https://blackcatinformatics.ca/gmeow/currency> ;
                                                                        owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/ReferenceFrame>
                                                                      ] .


###  https://blackcatinformatics.ca/gmeow/Motif
<https://blackcatinformatics.ca/gmeow/Motif> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/SocialObject> .


###  https://blackcatinformatics.ca/gmeow/MotifKind
<https://blackcatinformatics.ca/gmeow/MotifKind> rdf:type owl:Class ;
                                                 rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/MultipartBodyPart
<https://blackcatinformatics.ca/gmeow/MultipartBodyPart> rdf:type owl:Class ;
                                                         rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/BodyPart> .


###  https://blackcatinformatics.ca/gmeow/MultipartType
<https://blackcatinformatics.ca/gmeow/MultipartType> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/MusicAnalysisClaim
<https://blackcatinformatics.ca/gmeow/MusicAnalysisClaim> rdf:type owl:Class ;
                                                          rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Observation> ,
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://blackcatinformatics.ca/gmeow/analysisFrame> ;
                                                                            owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/ReferenceFrame>
                                                                          ] ,
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://blackcatinformatics.ca/gmeow/analysisProperty> ;
                                                                            owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/AnalysisProperty>
                                                                          ] ,
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://blackcatinformatics.ca/gmeow/analysisResult> ;
                                                                            owl:someValuesFrom owl:Thing
                                                                          ] ,
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://blackcatinformatics.ca/gmeow/analysisTarget> ;
                                                                            owl:someValuesFrom owl:Thing
                                                                          ] .


###  https://blackcatinformatics.ca/gmeow/MusicalParameter
<https://blackcatinformatics.ca/gmeow/MusicalParameter> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/MusicalSegment
<https://blackcatinformatics.ca/gmeow/MusicalSegment> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/ContentSegment> .


###  https://blackcatinformatics.ca/gmeow/MusicalTimeFrame
<https://blackcatinformatics.ca/gmeow/MusicalTimeFrame> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ,
                                                                        [ rdf:type owl:Restriction ;
                                                                          owl:onProperty <https://blackcatinformatics.ca/gmeow/frameRealm> ;
                                                                          owl:hasValue <https://blackcatinformatics.ca/gmeow/frameRealmMusicalTime>
                                                                        ] .


###  https://blackcatinformatics.ca/gmeow/MusicalTimeSpan
<https://blackcatinformatics.ca/gmeow/MusicalTimeSpan> rdf:type owl:Class ;
                                                       rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                       <https://blackcatinformatics.ca/gmeow/Entity> ,
                                                                       [ rdf:type owl:Restriction ;
                                                                         owl:onProperty <https://blackcatinformatics.ca/gmeow/hasMusicalTimeFrame> ;
                                                                         owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/MusicalTimeFrame>
                                                                       ] .


###  https://blackcatinformatics.ca/gmeow/MusicalWork
<https://blackcatinformatics.ca/gmeow/MusicalWork> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Work> .


###  https://blackcatinformatics.ca/gmeow/Myth
<https://blackcatinformatics.ca/gmeow/Myth> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/SocialObject> ,
                                                            [ rdf:type owl:Restriction ;
                                                              owl:onProperty <https://blackcatinformatics.ca/gmeow/hasMythTelling> ;
                                                              owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/CreativeWork>
                                                            ] .


###  https://blackcatinformatics.ca/gmeow/NamePart
<https://blackcatinformatics.ca/gmeow/NamePart> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/NamePartType
<https://blackcatinformatics.ca/gmeow/NamePartType> rdf:type owl:Class ;
                                                    rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/NamePurpose
<https://blackcatinformatics.ca/gmeow/NamePurpose> rdf:type owl:Class ;
                                                   rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/NameRegister
<https://blackcatinformatics.ca/gmeow/NameRegister> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Register> .


###  https://blackcatinformatics.ca/gmeow/NameUsage
<https://blackcatinformatics.ca/gmeow/NameUsage> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Observation> ,
                                                                 [ rdf:type owl:Restriction ;
                                                                   owl:onProperty <https://blackcatinformatics.ca/gmeow/usageAppellation> ;
                                                                   owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Appellation>
                                                                 ] ,
                                                                 [ rdf:type owl:Restriction ;
                                                                   owl:onProperty <https://blackcatinformatics.ca/gmeow/usageNamed> ;
                                                                   owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Entity>
                                                                 ] .


###  https://blackcatinformatics.ca/gmeow/NamedPeriod
<https://blackcatinformatics.ca/gmeow/NamedPeriod> rdf:type owl:Class ;
                                                   rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                   <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/NarrationMode
<https://blackcatinformatics.ca/gmeow/NarrationMode> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/NarrationUsage
<https://blackcatinformatics.ca/gmeow/NarrationUsage> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> .


###  https://blackcatinformatics.ca/gmeow/NarrativeFrameLink
<https://blackcatinformatics.ca/gmeow/NarrativeFrameLink> rdf:type owl:Class ;
                                                          rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> .


###  https://blackcatinformatics.ca/gmeow/NarrativeFrameRelation
<https://blackcatinformatics.ca/gmeow/NarrativeFrameRelation> rdf:type owl:Class ;
                                                              rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/NarrativePosition
<https://blackcatinformatics.ca/gmeow/NarrativePosition> rdf:type owl:Class ;
                                                         rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                         <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/NarrativeReferenceFrame
<https://blackcatinformatics.ca/gmeow/NarrativeReferenceFrame> rdf:type owl:Class ;
                                                               rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/NarrativeScope> ,
                                                                               <https://blackcatinformatics.ca/gmeow/ReferenceFrame> .


###  https://blackcatinformatics.ca/gmeow/NarrativeRole
<https://blackcatinformatics.ca/gmeow/NarrativeRole> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/NarrativeScope
<https://blackcatinformatics.ca/gmeow/NarrativeScope> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/NarrativeTimeAxis
<https://blackcatinformatics.ca/gmeow/NarrativeTimeAxis> rdf:type owl:Class ;
                                                         rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/NarrativeTimeFrame
<https://blackcatinformatics.ca/gmeow/NarrativeTimeFrame> rdf:type owl:Class ;
                                                          rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/ReferenceFrame> .


###  https://blackcatinformatics.ca/gmeow/NeoRiemannianOperation
<https://blackcatinformatics.ca/gmeow/NeoRiemannianOperation> rdf:type owl:Class ;
                                                              rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/NetworkAddress
<https://blackcatinformatics.ca/gmeow/NetworkAddress> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/NetworkAddressType
<https://blackcatinformatics.ca/gmeow/NetworkAddressType> rdf:type owl:Class ;
                                                          rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Norm
<https://blackcatinformatics.ca/gmeow/Norm> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/NormativeSystem
<https://blackcatinformatics.ca/gmeow/NormativeSystem> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/SocialObject> .


###  https://blackcatinformatics.ca/gmeow/NotationProjectionProfile
<https://blackcatinformatics.ca/gmeow/NotationProjectionProfile> rdf:type owl:Class ;
                                                                 rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Profile> .


###  https://blackcatinformatics.ca/gmeow/NotationSystem
<https://blackcatinformatics.ca/gmeow/NotationSystem> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/SymbolicSystem> .


###  https://blackcatinformatics.ca/gmeow/NotationSystemUsage
<https://blackcatinformatics.ca/gmeow/NotationSystemUsage> rdf:type owl:Class ;
                                                           rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Observation> ,
                                                                           [ rdf:type owl:Restriction ;
                                                                             owl:onProperty <https://blackcatinformatics.ca/gmeow/notationUsageInterval> ;
                                                                             owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/TimeInterval>
                                                                           ] ,
                                                                           [ rdf:type owl:Restriction ;
                                                                             owl:onProperty <https://blackcatinformatics.ca/gmeow/notationUsageNotationSystem> ;
                                                                             owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/NotationSystem>
                                                                           ] ,
                                                                           [ rdf:type owl:Restriction ;
                                                                             owl:onProperty <https://blackcatinformatics.ca/gmeow/notationUsageRole> ;
                                                                             owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/NotationUsageRole>
                                                                           ] ,
                                                                           [ rdf:type owl:Restriction ;
                                                                             owl:onProperty <https://blackcatinformatics.ca/gmeow/notationUsageTarget> ;
                                                                             owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Entity>
                                                                           ] .


###  https://blackcatinformatics.ca/gmeow/NotationUsageRole
<https://blackcatinformatics.ca/gmeow/NotationUsageRole> rdf:type owl:Class ;
                                                         rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Note
<https://blackcatinformatics.ca/gmeow/Note> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/ObservableProperty
<https://blackcatinformatics.ca/gmeow/ObservableProperty> rdf:type owl:Class ;
                                                          rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Observation
<https://blackcatinformatics.ca/gmeow/Observation> rdf:type owl:Class ;
                                                   rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                   [ rdf:type owl:Restriction ;
                                                                     owl:onProperty <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                                     owl:someValuesFrom owl:Thing
                                                                   ] ,
                                                                   [ rdf:type owl:Restriction ;
                                                                     owl:onProperty <https://blackcatinformatics.ca/gmeow/vantage> ;
                                                                     owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Entity>
                                                                   ] .


###  https://blackcatinformatics.ca/gmeow/ObservationMethod
<https://blackcatinformatics.ca/gmeow/ObservationMethod> rdf:type owl:Class ;
                                                         rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/ObservationType
<https://blackcatinformatics.ca/gmeow/ObservationType> rdf:type owl:Class ;
                                                       rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/ObservationalActivity
<https://blackcatinformatics.ca/gmeow/ObservationalActivity> rdf:type owl:Class ;
                                                             rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Activity> .


###  https://blackcatinformatics.ca/gmeow/Occupancy
<https://blackcatinformatics.ca/gmeow/Occupancy> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Measurement> .


###  https://blackcatinformatics.ca/gmeow/Occupation
<https://blackcatinformatics.ca/gmeow/Occupation> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/Offering
<https://blackcatinformatics.ca/gmeow/Offering> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/OnlineAccount
<https://blackcatinformatics.ca/gmeow/OnlineAccount> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/OnlineService
<https://blackcatinformatics.ca/gmeow/OnlineService> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/OpacityReason
<https://blackcatinformatics.ca/gmeow/OpacityReason> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/OpaqueFrame
<https://blackcatinformatics.ca/gmeow/OpaqueFrame> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/OpeningHoursSpecification
<https://blackcatinformatics.ca/gmeow/OpeningHoursSpecification> rdf:type owl:Class ;
                                                                 rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/Order
<https://blackcatinformatics.ca/gmeow/Order> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Agreement> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <https://blackcatinformatics.ca/gmeow/orderAmount> ;
                                                               owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/MonetaryAmount>
                                                             ] ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <https://blackcatinformatics.ca/gmeow/orderBuyer> ;
                                                               owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                             ] ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <https://blackcatinformatics.ca/gmeow/orderSeller> ;
                                                               owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                             ] .


###  https://blackcatinformatics.ca/gmeow/OrderStatus
<https://blackcatinformatics.ca/gmeow/OrderStatus> rdf:type owl:Class ;
                                                   rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Organization
<https://blackcatinformatics.ca/gmeow/Organization> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Agent> .


###  https://blackcatinformatics.ca/gmeow/OrganizationName
<https://blackcatinformatics.ca/gmeow/OrganizationName> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Appellation> .


###  https://blackcatinformatics.ca/gmeow/OrganizationType
<https://blackcatinformatics.ca/gmeow/OrganizationType> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Orientation
<https://blackcatinformatics.ca/gmeow/Orientation> rdf:type owl:Class ;
                                                   rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                   <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/OrnamentProfile
<https://blackcatinformatics.ca/gmeow/OrnamentProfile> rdf:type owl:Class ;
                                                       rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                       <https://blackcatinformatics.ca/gmeow/Entity> ,
                                                                       [ rdf:type owl:Restriction ;
                                                                         owl:onProperty <https://blackcatinformatics.ca/gmeow/ornamentProfileKind> ;
                                                                         owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/OrnamentProfileKind>
                                                                       ] .


###  https://blackcatinformatics.ca/gmeow/OrnamentProfileKind
<https://blackcatinformatics.ca/gmeow/OrnamentProfileKind> rdf:type owl:Class ;
                                                           rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/PGPSignature
<https://blackcatinformatics.ca/gmeow/PGPSignature> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/CryptographicSignature> .


###  https://blackcatinformatics.ca/gmeow/Package
<https://blackcatinformatics.ca/gmeow/Package> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/ParentChildRelationship
<https://blackcatinformatics.ca/gmeow/ParentChildRelationship> rdf:type owl:Class ;
                                                               rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/KinRelationship> ,
                                                                               [ rdf:type owl:Restriction ;
                                                                                 owl:onProperty <https://blackcatinformatics.ca/gmeow/relationshipChild> ;
                                                                                 owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Person>
                                                                               ] ,
                                                                               [ rdf:type owl:Restriction ;
                                                                                 owl:onProperty <https://blackcatinformatics.ca/gmeow/relationshipParent> ;
                                                                                 owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Person>
                                                                               ] .


###  https://blackcatinformatics.ca/gmeow/ParticipantRole
<https://blackcatinformatics.ca/gmeow/ParticipantRole> rdf:type owl:Class ;
                                                       rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Participation
<https://blackcatinformatics.ca/gmeow/Participation> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                     [ rdf:type owl:Restriction ;
                                                                       owl:onProperty <https://blackcatinformatics.ca/gmeow/participationEvent> ;
                                                                       owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Event>
                                                                     ] ,
                                                                     [ rdf:type owl:Restriction ;
                                                                       owl:onProperty <https://blackcatinformatics.ca/gmeow/participationParticipant> ;
                                                                       owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Entity>
                                                                     ] .


###  https://blackcatinformatics.ca/gmeow/Patent
<https://blackcatinformatics.ca/gmeow/Patent> rdf:type owl:Class ;
                                              rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Work> .


###  https://blackcatinformatics.ca/gmeow/Payment
<https://blackcatinformatics.ca/gmeow/Payment> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/FinancialTransaction> .


###  https://blackcatinformatics.ca/gmeow/PaymentMethod
<https://blackcatinformatics.ca/gmeow/PaymentMethod> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/PerformanceDecision
<https://blackcatinformatics.ca/gmeow/PerformanceDecision> rdf:type owl:Class ;
                                                           rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                           [ rdf:type owl:Restriction ;
                                                                             owl:onProperty <https://blackcatinformatics.ca/gmeow/decisionConstraint> ;
                                                                             owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/TraversalConstraint>
                                                                           ] ,
                                                                           [ rdf:type owl:Restriction ;
                                                                             owl:onProperty <https://blackcatinformatics.ca/gmeow/decisionPerformance> ;
                                                                             owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Event>
                                                                           ] .


###  https://blackcatinformatics.ca/gmeow/PerformanceParticipation
<https://blackcatinformatics.ca/gmeow/PerformanceParticipation> rdf:type owl:Class ;
                                                                rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Participation> ,
                                                                                [ rdf:type owl:Restriction ;
                                                                                  owl:onProperty <https://blackcatinformatics.ca/gmeow/participationRole> ;
                                                                                  owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/ParticipantRole>
                                                                                ] .


###  https://blackcatinformatics.ca/gmeow/PeriodType
<https://blackcatinformatics.ca/gmeow/PeriodType> rdf:type owl:Class ;
                                                  rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Permission
<https://blackcatinformatics.ca/gmeow/Permission> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Rule> .


###  https://blackcatinformatics.ca/gmeow/Person
<https://blackcatinformatics.ca/gmeow/Person> rdf:type owl:Class ;
                                              rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Agent> .


###  https://blackcatinformatics.ca/gmeow/PersonName
<https://blackcatinformatics.ca/gmeow/PersonName> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Appellation> .


###  https://blackcatinformatics.ca/gmeow/Persona
<https://blackcatinformatics.ca/gmeow/Persona> rdf:type owl:Class ;
                                               rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> .


###  https://blackcatinformatics.ca/gmeow/PhysicalCarrierType
<https://blackcatinformatics.ca/gmeow/PhysicalCarrierType> rdf:type owl:Class ;
                                                           rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/PhysicalObject
<https://blackcatinformatics.ca/gmeow/PhysicalObject> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                      <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/PitchAnchor
<https://blackcatinformatics.ca/gmeow/PitchAnchor> rdf:type owl:Class ;
                                                   rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                   <https://blackcatinformatics.ca/gmeow/Entity> ,
                                                                   [ rdf:type owl:Restriction ;
                                                                     owl:onProperty <https://blackcatinformatics.ca/gmeow/pitchAnchorOf> ;
                                                                     owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/TuningSystem>
                                                                   ] .


###  https://blackcatinformatics.ca/gmeow/PitchCollection
<https://blackcatinformatics.ca/gmeow/PitchCollection> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/PitchCollectionKind
<https://blackcatinformatics.ca/gmeow/PitchCollectionKind> rdf:type owl:Class ;
                                                           rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/PitchCollectionMembership
<https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> rdf:type owl:Class ;
                                                                 rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                                 [ rdf:type owl:Restriction ;
                                                                                   owl:onProperty <https://blackcatinformatics.ca/gmeow/membershipCollection> ;
                                                                                   owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/PitchCollection>
                                                                                 ] ,
                                                                                 [ rdf:type owl:Restriction ;
                                                                                   owl:onProperty <https://blackcatinformatics.ca/gmeow/membershipPitch> ;
                                                                                   owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/PitchValue>
                                                                                 ] ,
                                                                                 [ rdf:type owl:Restriction ;
                                                                                   owl:onProperty <https://blackcatinformatics.ca/gmeow/membershipRole> ;
                                                                                   owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/CollectionMemberRole>
                                                                                 ] .


###  https://blackcatinformatics.ca/gmeow/PitchExpression
<https://blackcatinformatics.ca/gmeow/PitchExpression> rdf:type owl:Class ;
                                                       rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                       <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/PitchInterval
<https://blackcatinformatics.ca/gmeow/PitchInterval> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/PitchExpression> .


###  https://blackcatinformatics.ca/gmeow/PitchSpelling
<https://blackcatinformatics.ca/gmeow/PitchSpelling> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                     [ rdf:type owl:Restriction ;
                                                                       owl:onProperty <https://blackcatinformatics.ca/gmeow/spellingPitch> ;
                                                                       owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/PitchValue>
                                                                     ] ,
                                                                     [ rdf:type owl:Restriction ;
                                                                       owl:onProperty <https://blackcatinformatics.ca/gmeow/spellingSystem> ;
                                                                       owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/PitchSpellingSystem>
                                                                     ] ,
                                                                     [ rdf:type owl:Restriction ;
                                                                       owl:onProperty <https://blackcatinformatics.ca/gmeow/spelledName> ;
                                                                       owl:someValuesFrom xsd:string
                                                                     ] .


###  https://blackcatinformatics.ca/gmeow/PitchSpellingSystem
<https://blackcatinformatics.ca/gmeow/PitchSpellingSystem> rdf:type owl:Class ;
                                                           rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/PitchTrajectory
<https://blackcatinformatics.ca/gmeow/PitchTrajectory> rdf:type owl:Class ;
                                                       rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                       <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/PitchTrajectoryControlPoint
<https://blackcatinformatics.ca/gmeow/PitchTrajectoryControlPoint> rdf:type owl:Class ;
                                                                   rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                                   <https://blackcatinformatics.ca/gmeow/Entity> ,
                                                                                   [ rdf:type owl:Restriction ;
                                                                                     owl:onProperty <https://blackcatinformatics.ca/gmeow/controlPointOfTrajectory> ;
                                                                                     owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/PitchTrajectory>
                                                                                   ] ,
                                                                                   [ rdf:type owl:Restriction ;
                                                                                     owl:onProperty <https://blackcatinformatics.ca/gmeow/controlPointPitch> ;
                                                                                     owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/PitchValue>
                                                                                   ] .


###  https://blackcatinformatics.ca/gmeow/PitchTrajectoryInterpolationKind
<https://blackcatinformatics.ca/gmeow/PitchTrajectoryInterpolationKind> rdf:type owl:Class ;
                                                                        rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/PitchValue
<https://blackcatinformatics.ca/gmeow/PitchValue> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/PitchExpression> .


###  https://blackcatinformatics.ca/gmeow/Place
<https://blackcatinformatics.ca/gmeow/Place> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Location> .


###  https://blackcatinformatics.ca/gmeow/PlaceName
<https://blackcatinformatics.ca/gmeow/PlaceName> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Appellation> .


###  https://blackcatinformatics.ca/gmeow/PlaceNaming
<https://blackcatinformatics.ca/gmeow/PlaceNaming> rdf:type owl:Class ;
                                                   owl:equivalentClass [ owl:intersectionOf ( <https://blackcatinformatics.ca/gmeow/NameUsage>
                                                                                              [ rdf:type owl:Restriction ;
                                                                                                owl:onProperty <https://blackcatinformatics.ca/gmeow/usageNamed> ;
                                                                                                owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Place>
                                                                                              ]
                                                                                            ) ;
                                                                         rdf:type owl:Class
                                                                       ] ;
                                                   rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/NameUsage> ,
                                                                   [ rdf:type owl:Restriction ;
                                                                     owl:onProperty <https://blackcatinformatics.ca/gmeow/usageNamed> ;
                                                                     owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Place>
                                                                   ] .


###  https://blackcatinformatics.ca/gmeow/PlaceType
<https://blackcatinformatics.ca/gmeow/PlaceType> rdf:type owl:Class ;
                                                 rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/PlayingTechnique
<https://blackcatinformatics.ca/gmeow/PlayingTechnique> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Pose
<https://blackcatinformatics.ca/gmeow/Pose> rdf:type owl:Class ;
                                            rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                            <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/Post
<https://blackcatinformatics.ca/gmeow/Post> rdf:type owl:Class ;
                                            rdfs:subClassOf <http://purl.org/nemo/gufo#FunctionalComplex> ,
                                                            [ rdf:type owl:Restriction ;
                                                              owl:onProperty <https://blackcatinformatics.ca/gmeow/postIn> ;
                                                              owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Organization>
                                                            ] .


###  https://blackcatinformatics.ca/gmeow/PostalAddress
<https://blackcatinformatics.ca/gmeow/PostalAddress> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/ContactPoint> .


###  https://blackcatinformatics.ca/gmeow/Posting
<https://blackcatinformatics.ca/gmeow/Posting> rdf:type owl:Class ;
                                               rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                               [ rdf:type owl:Restriction ;
                                                                 owl:onProperty <https://blackcatinformatics.ca/gmeow/postingAccount> ;
                                                                 owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/LedgerAccount>
                                                               ] ,
                                                               [ rdf:type owl:Restriction ;
                                                                 owl:onProperty <https://blackcatinformatics.ca/gmeow/postingAmount> ;
                                                                 owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/MonetaryAmount>
                                                               ] ,
                                                               [ rdf:type owl:Restriction ;
                                                                 owl:onProperty <https://blackcatinformatics.ca/gmeow/postingDirection> ;
                                                                 owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/PostingDirection>
                                                               ] ,
                                                               [ rdf:type owl:Restriction ;
                                                                 owl:onProperty <https://blackcatinformatics.ca/gmeow/postingJournalEntry> ;
                                                                 owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/JournalEntry>
                                                               ] .


###  https://blackcatinformatics.ca/gmeow/PostingDirection
<https://blackcatinformatics.ca/gmeow/PostingDirection> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/PrecedenceTenure
<https://blackcatinformatics.ca/gmeow/PrecedenceTenure> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/TimeScopedRelation> .


###  https://blackcatinformatics.ca/gmeow/PrivacyNotice
<https://blackcatinformatics.ca/gmeow/PrivacyNotice> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/Procedure
<https://blackcatinformatics.ca/gmeow/Procedure> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> ,
                                                                 [ rdf:type owl:Restriction ;
                                                                   owl:onProperty <https://blackcatinformatics.ca/gmeow/hasProcedureStep> ;
                                                                   owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/ProcedureStep>
                                                                 ] .


###  https://blackcatinformatics.ca/gmeow/ProcedureStep
<https://blackcatinformatics.ca/gmeow/ProcedureStep> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/ProcedureType
<https://blackcatinformatics.ca/gmeow/ProcedureType> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/ProfessionalRelationship
<https://blackcatinformatics.ca/gmeow/ProfessionalRelationship> rdf:type owl:Class ;
                                                                rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InterpersonalRelationship> .


###  https://blackcatinformatics.ca/gmeow/ProficiencyLevel
<https://blackcatinformatics.ca/gmeow/ProficiencyLevel> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/ProficiencyModality
<https://blackcatinformatics.ca/gmeow/ProficiencyModality> rdf:type owl:Class ;
                                                           rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/ProficiencyScale
<https://blackcatinformatics.ca/gmeow/ProficiencyScale> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Profile
<https://blackcatinformatics.ca/gmeow/Profile> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/ProfilePage
<https://blackcatinformatics.ca/gmeow/ProfilePage> rdf:type owl:Class ;
                                                   owl:equivalentClass [ owl:intersectionOf ( <https://blackcatinformatics.ca/gmeow/WebPage>
                                                                                              [ rdf:type owl:Restriction ;
                                                                                                owl:onProperty <https://blackcatinformatics.ca/gmeow/pagePrincipalSubject> ;
                                                                                                owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                                                              ]
                                                                                            ) ;
                                                                         rdf:type owl:Class
                                                                       ] ;
                                                   rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/WebPage> ,
                                                                   [ rdf:type owl:Restriction ;
                                                                     owl:onProperty <https://blackcatinformatics.ca/gmeow/pagePrincipalSubject> ;
                                                                     owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                                   ] .


###  https://blackcatinformatics.ca/gmeow/ProgrammingLanguage
<https://blackcatinformatics.ca/gmeow/ProgrammingLanguage> rdf:type owl:Class ;
                                                           rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/FormalLanguage> .


###  https://blackcatinformatics.ca/gmeow/Prohibition
<https://blackcatinformatics.ca/gmeow/Prohibition> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Rule> .


###  https://blackcatinformatics.ca/gmeow/Project
<https://blackcatinformatics.ca/gmeow/Project> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/ProjectionContext
<https://blackcatinformatics.ca/gmeow/ProjectionContext> rdf:type owl:Class ;
                                                         rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/ProjectionFunction
<https://blackcatinformatics.ca/gmeow/ProjectionFunction> rdf:type owl:Class ;
                                                          rdfs:subClassOf <https://w3id.org/function/ontology#Function> .


###  https://blackcatinformatics.ca/gmeow/ProjectionLoss
<https://blackcatinformatics.ca/gmeow/ProjectionLoss> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Prompt
<https://blackcatinformatics.ca/gmeow/Prompt> rdf:type owl:Class ;
                                              rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/PromptRole
<https://blackcatinformatics.ca/gmeow/PromptRole> rdf:type owl:Class ;
                                                  rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/PromptTemplate
<https://blackcatinformatics.ca/gmeow/PromptTemplate> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Prompt> .


###  https://blackcatinformatics.ca/gmeow/PronounSet
<https://blackcatinformatics.ca/gmeow/PronounSet> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/Proposition
<https://blackcatinformatics.ca/gmeow/Proposition> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/SocialObject> .


###  https://blackcatinformatics.ca/gmeow/ProximityMeasurement
<https://blackcatinformatics.ca/gmeow/ProximityMeasurement> rdf:type owl:Class ;
                                                            rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Measurement> .


###  https://blackcatinformatics.ca/gmeow/Push
<https://blackcatinformatics.ca/gmeow/Push> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Activity> .


###  https://blackcatinformatics.ca/gmeow/QualityAssessment
<https://blackcatinformatics.ca/gmeow/QualityAssessment> rdf:type owl:Class ;
                                                         rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Observation> ,
                                                                         [ rdf:type owl:Restriction ;
                                                                           owl:onProperty <https://blackcatinformatics.ca/gmeow/assessedEntity> ;
                                                                           owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Entity>
                                                                         ] .


###  https://blackcatinformatics.ca/gmeow/QualityDimension
<https://blackcatinformatics.ca/gmeow/QualityDimension> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Quantity
<https://blackcatinformatics.ca/gmeow/Quantity> rdf:type owl:Class ;
                                                owl:equivalentClass <https://blackcatinformatics.ca/gmeow/ScalarQuantity> ;
                                                rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/ReadingOrder
<https://blackcatinformatics.ca/gmeow/ReadingOrder> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Standpoint> .


###  https://blackcatinformatics.ca/gmeow/RealizationMode
<https://blackcatinformatics.ca/gmeow/RealizationMode> rdf:type owl:Class ;
                                                       rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Recording
<https://blackcatinformatics.ca/gmeow/Recording> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Manifestation> .


###  https://blackcatinformatics.ca/gmeow/RecurrenceRule
<https://blackcatinformatics.ca/gmeow/RecurrenceRule> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/Ref
<https://blackcatinformatics.ca/gmeow/Ref> rdf:type owl:Class ;
                                           rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/ReferenceFrame
<https://blackcatinformatics.ca/gmeow/ReferenceFrame> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                      <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/ReferencePosition
<https://blackcatinformatics.ca/gmeow/ReferencePosition> rdf:type owl:Class ;
                                                         rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                         <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/RegionSelector
<https://blackcatinformatics.ca/gmeow/RegionSelector> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/Register
<https://blackcatinformatics.ca/gmeow/Register> rdf:type owl:Class ;
                                                rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/RegulatoryOverlay
<https://blackcatinformatics.ca/gmeow/RegulatoryOverlay> rdf:type owl:Class ;
                                                         rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/TimeScopedRelation> ,
                                                                         [ rdf:type owl:Restriction ;
                                                                           owl:onProperty <https://blackcatinformatics.ca/gmeow/overlayAuthority> ;
                                                                           owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                                         ] ,
                                                                         [ rdf:type owl:Restriction ;
                                                                           owl:onProperty <https://blackcatinformatics.ca/gmeow/overlayPlace> ;
                                                                           owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Place>
                                                                         ] .


###  https://blackcatinformatics.ca/gmeow/RegulatoryOverlayType
<https://blackcatinformatics.ca/gmeow/RegulatoryOverlayType> rdf:type owl:Class ;
                                                             rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/RelayHop
<https://blackcatinformatics.ca/gmeow/RelayHop> rdf:type owl:Class ;
                                                rdfs:subClassOf <http://purl.org/nemo/gufo#Event> .


###  https://blackcatinformatics.ca/gmeow/Release
<https://blackcatinformatics.ca/gmeow/Release> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Event> ,
                                                               [ rdf:type owl:Restriction ;
                                                                 owl:onProperty <https://blackcatinformatics.ca/gmeow/releaseOf> ;
                                                                 owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Project>
                                                               ] .


###  https://blackcatinformatics.ca/gmeow/Reminder
<https://blackcatinformatics.ca/gmeow/Reminder> rdf:type owl:Class ;
                                                rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                <https://blackcatinformatics.ca/gmeow/Entity> ,
                                                                [ rdf:type owl:Restriction ;
                                                                  owl:onProperty <https://blackcatinformatics.ca/gmeow/reminderTarget> ;
                                                                  owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Event>
                                                                ] .


###  https://blackcatinformatics.ca/gmeow/ReminderAction
<https://blackcatinformatics.ca/gmeow/ReminderAction> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Repository
<https://blackcatinformatics.ca/gmeow/Repository> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/RepositoryType
<https://blackcatinformatics.ca/gmeow/RepositoryType> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/RetrievalEvent
<https://blackcatinformatics.ca/gmeow/RetrievalEvent> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Activity> ,
                                                                      [ rdf:type owl:Restriction ;
                                                                        owl:onProperty <https://blackcatinformatics.ca/gmeow/againstIndex> ;
                                                                        owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/VectorIndex>
                                                                      ] .


###  https://blackcatinformatics.ca/gmeow/Review
<https://blackcatinformatics.ca/gmeow/Review> rdf:type owl:Class ;
                                              rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/RightsAction
<https://blackcatinformatics.ca/gmeow/RightsAction> rdf:type owl:Class ;
                                                    rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/RightsStatement
<https://blackcatinformatics.ca/gmeow/RightsStatement> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Observation> ,
                                                                       [ rdf:type owl:Restriction ;
                                                                         owl:onProperty <https://blackcatinformatics.ca/gmeow/statementAbout> ;
                                                                         owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Entity>
                                                                       ] .


###  https://blackcatinformatics.ca/gmeow/RightsType
<https://blackcatinformatics.ca/gmeow/RightsType> rdf:type owl:Class ;
                                                  rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/RiskFactor
<https://blackcatinformatics.ca/gmeow/RiskFactor> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/Role
<https://blackcatinformatics.ca/gmeow/Role> rdf:type owl:Class ;
                                            rdfs:subClassOf <http://purl.org/nemo/gufo#FunctionalComplex> .


###  https://blackcatinformatics.ca/gmeow/RoleInNarrative
<https://blackcatinformatics.ca/gmeow/RoleInNarrative> rdf:type owl:Class ;
                                                       rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> .


###  https://blackcatinformatics.ca/gmeow/RomanticOrientation
<https://blackcatinformatics.ca/gmeow/RomanticOrientation> rdf:type owl:Class ;
                                                           rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/IdentityFacet> ,
                                                                           [ rdf:type owl:Restriction ;
                                                                             owl:onProperty <https://blackcatinformatics.ca/gmeow/romanticOrientationValue> ;
                                                                             owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/RomanticOrientationValue>
                                                                           ] .


###  https://blackcatinformatics.ca/gmeow/RomanticOrientationValue
<https://blackcatinformatics.ca/gmeow/RomanticOrientationValue> rdf:type owl:Class ;
                                                                rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Route
<https://blackcatinformatics.ca/gmeow/Route> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/RouteKind
<https://blackcatinformatics.ca/gmeow/RouteKind> rdf:type owl:Class ;
                                                 rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/RsvpStatus
<https://blackcatinformatics.ca/gmeow/RsvpStatus> rdf:type owl:Class ;
                                                  rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Rubric
<https://blackcatinformatics.ca/gmeow/Rubric> rdf:type owl:Class ;
                                              rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Norm> ,
                                                              <https://blackcatinformatics.ca/gmeow/SocialObject> .


###  https://blackcatinformatics.ca/gmeow/Rule
<https://blackcatinformatics.ca/gmeow/Rule> rdf:type owl:Class ;
                                            rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                            <https://blackcatinformatics.ca/gmeow/Norm> ,
                                                            [ rdf:type owl:Restriction ;
                                                              owl:onProperty <https://blackcatinformatics.ca/gmeow/ruleAction> ;
                                                              owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/RightsAction>
                                                            ] .


###  https://blackcatinformatics.ca/gmeow/SLSALevel
<https://blackcatinformatics.ca/gmeow/SLSALevel> rdf:type owl:Class ;
                                                 rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/SMIMESignature
<https://blackcatinformatics.ca/gmeow/SMIMESignature> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/CryptographicSignature> .


###  https://blackcatinformatics.ca/gmeow/ScalarQuantity
<https://blackcatinformatics.ca/gmeow/ScalarQuantity> rdf:type owl:Class ;
                                                      owl:equivalentClass <https://blackcatinformatics.ca/gmeow/SensoryQuantity> ;
                                                      rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                      <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/SceneGraphEdge
<https://blackcatinformatics.ca/gmeow/SceneGraphEdge> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                      [ rdf:type owl:Restriction ;
                                                                        owl:onProperty <https://blackcatinformatics.ca/gmeow/sceneObject> ;
                                                                        owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/ImageRegion>
                                                                      ] ,
                                                                      [ rdf:type owl:Restriction ;
                                                                        owl:onProperty <https://blackcatinformatics.ca/gmeow/sceneSubject> ;
                                                                        owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/ImageRegion>
                                                                      ] .


###  https://blackcatinformatics.ca/gmeow/SceneRelationType
<https://blackcatinformatics.ca/gmeow/SceneRelationType> rdf:type owl:Class ;
                                                         rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/ScheduleException
<https://blackcatinformatics.ca/gmeow/ScheduleException> rdf:type owl:Class ;
                                                         rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                         [ rdf:type owl:Restriction ;
                                                                           owl:onProperty <https://blackcatinformatics.ca/gmeow/exceptionSchedule> ;
                                                                           owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/EventSchedule>
                                                                         ] ,
                                                                         [ rdf:type owl:Restriction ;
                                                                           owl:onProperty <https://blackcatinformatics.ca/gmeow/exceptionOriginalDate> ;
                                                                           owl:someValuesFrom xsd:dateTime
                                                                         ] .


###  https://blackcatinformatics.ca/gmeow/SchenkerLevel
<https://blackcatinformatics.ca/gmeow/SchenkerLevel> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/ScoreAnchor
<https://blackcatinformatics.ca/gmeow/ScoreAnchor> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/ScoreEdition
<https://blackcatinformatics.ca/gmeow/ScoreEdition> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Manifestation> .


###  https://blackcatinformatics.ca/gmeow/ScoreScale
<https://blackcatinformatics.ca/gmeow/ScoreScale> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/ScriptLanguageAttribution
<https://blackcatinformatics.ca/gmeow/ScriptLanguageAttribution> rdf:type owl:Class ;
                                                                 rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Observation> ,
                                                                                 [ rdf:type owl:Restriction ;
                                                                                   owl:onProperty <https://blackcatinformatics.ca/gmeow/attributionTarget> ;
                                                                                   owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Inscription>
                                                                                 ] .


###  https://blackcatinformatics.ca/gmeow/ScriptRole
<https://blackcatinformatics.ca/gmeow/ScriptRole> rdf:type owl:Class ;
                                                  rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/SegmentKind
<https://blackcatinformatics.ca/gmeow/SegmentKind> rdf:type owl:Class ;
                                                   rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/SegmentTransformation
<https://blackcatinformatics.ca/gmeow/SegmentTransformation> rdf:type owl:Class ;
                                                             rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                             [ rdf:type owl:Restriction ;
                                                                               owl:onProperty <https://blackcatinformatics.ca/gmeow/transformationSource> ;
                                                                               owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/MusicalSegment>
                                                                             ] ,
                                                                             [ rdf:type owl:Restriction ;
                                                                               owl:onProperty <https://blackcatinformatics.ca/gmeow/transformationTarget> ;
                                                                               owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/MusicalSegment>
                                                                             ] ,
                                                                             [ rdf:type owl:Restriction ;
                                                                               owl:onProperty <https://blackcatinformatics.ca/gmeow/transformationType> ;
                                                                               owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/TransformationType>
                                                                             ] .


###  https://blackcatinformatics.ca/gmeow/Selector
<https://blackcatinformatics.ca/gmeow/Selector> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/EvidenceSpan> .


###  https://blackcatinformatics.ca/gmeow/SelectorType
<https://blackcatinformatics.ca/gmeow/SelectorType> rdf:type owl:Class ;
                                                    rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/SeniorityLevel
<https://blackcatinformatics.ca/gmeow/SeniorityLevel> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/SensitivityLevel
<https://blackcatinformatics.ca/gmeow/SensitivityLevel> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Sensor
<https://blackcatinformatics.ca/gmeow/Sensor> rdf:type owl:Class ;
                                              rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Agent> .


###  https://blackcatinformatics.ca/gmeow/SensorPlatform
<https://blackcatinformatics.ca/gmeow/SensorPlatform> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                      <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/SensoryEnvironment
<https://blackcatinformatics.ca/gmeow/SensoryEnvironment> rdf:type owl:Class ;
                                                          rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                          <https://blackcatinformatics.ca/gmeow/Entity> ,
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://blackcatinformatics.ca/gmeow/environmentAtLocation> ;
                                                                            owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Location>
                                                                          ] .


###  https://blackcatinformatics.ca/gmeow/SensoryModality
<https://blackcatinformatics.ca/gmeow/SensoryModality> rdf:type owl:Class ;
                                                       rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/SensoryObservation
<https://blackcatinformatics.ca/gmeow/SensoryObservation> rdf:type owl:Class ;
                                                          rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Observation> ,
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://blackcatinformatics.ca/gmeow/sensoryObservationOf> ;
                                                                            owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Entity>
                                                                          ] ,
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://blackcatinformatics.ca/gmeow/sensoryProperty> ;
                                                                            owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/ObservableProperty>
                                                                          ] ,
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://blackcatinformatics.ca/gmeow/sensoryResult> ;
                                                                            owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/SensoryQuantity>
                                                                          ] ,
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://blackcatinformatics.ca/gmeow/vantage> ;
                                                                            owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                                          ] .


###  https://blackcatinformatics.ca/gmeow/SensoryPerception
<https://blackcatinformatics.ca/gmeow/SensoryPerception> rdf:type owl:Class ;
                                                         rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/StandpointClaim> ,
                                                                         [ rdf:type owl:Restriction ;
                                                                           owl:onProperty <https://blackcatinformatics.ca/gmeow/perceptionEnvironment> ;
                                                                           owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/SensoryEnvironment>
                                                                         ] .


###  https://blackcatinformatics.ca/gmeow/SensoryQuantity
<https://blackcatinformatics.ca/gmeow/SensoryQuantity> rdf:type owl:Class ;
                                                       rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                       <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/SequenceCoordinates
<https://blackcatinformatics.ca/gmeow/SequenceCoordinates> rdf:type owl:Class ;
                                                           rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                           <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/SequenceFeature
<https://blackcatinformatics.ca/gmeow/SequenceFeature> rdf:type owl:Class ;
                                                       rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                       <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/SequenceFeatureType
<https://blackcatinformatics.ca/gmeow/SequenceFeatureType> rdf:type owl:Class ;
                                                           rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/SerialInstallment
<https://blackcatinformatics.ca/gmeow/SerialInstallment> rdf:type owl:Class ;
                                                         rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Manifestation> .


###  https://blackcatinformatics.ca/gmeow/SerialWork
<https://blackcatinformatics.ca/gmeow/SerialWork> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Work> .


###  https://blackcatinformatics.ca/gmeow/Service
<https://blackcatinformatics.ca/gmeow/Service> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Work> .


###  https://blackcatinformatics.ca/gmeow/ServiceOffering
<https://blackcatinformatics.ca/gmeow/ServiceOffering> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/ServiceStatus
<https://blackcatinformatics.ca/gmeow/ServiceStatus> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/ServiceType
<https://blackcatinformatics.ca/gmeow/ServiceType> rdf:type owl:Class ;
                                                   rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/SetClassLabel
<https://blackcatinformatics.ca/gmeow/SetClassLabel> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/SeverityLevel
<https://blackcatinformatics.ca/gmeow/SeverityLevel> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/SexAssignedAtBirth
<https://blackcatinformatics.ca/gmeow/SexAssignedAtBirth> rdf:type owl:Class ;
                                                          rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/SexualOrientation
<https://blackcatinformatics.ca/gmeow/SexualOrientation> rdf:type owl:Class ;
                                                         rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/IdentityFacet> ,
                                                                         [ rdf:type owl:Restriction ;
                                                                           owl:onProperty <https://blackcatinformatics.ca/gmeow/sexualOrientationValue> ;
                                                                           owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/SexualOrientationValue>
                                                                         ] .


###  https://blackcatinformatics.ca/gmeow/SexualOrientationValue
<https://blackcatinformatics.ca/gmeow/SexualOrientationValue> rdf:type owl:Class ;
                                                              rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/SignatureScheme
<https://blackcatinformatics.ca/gmeow/SignatureScheme> rdf:type owl:Class ;
                                                       rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/SiteType
<https://blackcatinformatics.ca/gmeow/SiteType> rdf:type owl:Class ;
                                                rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Skill
<https://blackcatinformatics.ca/gmeow/Skill> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/SkillProficiency
<https://blackcatinformatics.ca/gmeow/SkillProficiency> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                        [ rdf:type owl:Restriction ;
                                                                          owl:onProperty <https://blackcatinformatics.ca/gmeow/skillProficiencyAgent> ;
                                                                          owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                                        ] ,
                                                                        [ rdf:type owl:Restriction ;
                                                                          owl:onProperty <https://blackcatinformatics.ca/gmeow/skillProficiencyLevel> ;
                                                                          owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/ProficiencyLevel>
                                                                        ] ,
                                                                        [ rdf:type owl:Restriction ;
                                                                          owl:onProperty <https://blackcatinformatics.ca/gmeow/skillProficiencyOf> ;
                                                                          owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Skill>
                                                                        ] ,
                                                                        [ rdf:type owl:Restriction ;
                                                                          owl:onProperty <https://blackcatinformatics.ca/gmeow/skillProficiencyScale> ;
                                                                          owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/ProficiencyScale>
                                                                        ] .


###  https://blackcatinformatics.ca/gmeow/SmartContract
<https://blackcatinformatics.ca/gmeow/SmartContract> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Entity> ,
                                                                     [ rdf:type owl:Restriction ;
                                                                       owl:onProperty <https://blackcatinformatics.ca/gmeow/contractAddress> ;
                                                                       owl:someValuesFrom rdfs:Literal
                                                                     ] .


###  https://blackcatinformatics.ca/gmeow/SocialObject
<https://blackcatinformatics.ca/gmeow/SocialObject> rdf:type owl:Class ;
                                                    rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                    <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/SoftwareAgent
<https://blackcatinformatics.ca/gmeow/SoftwareAgent> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Agent> .


###  https://blackcatinformatics.ca/gmeow/SoftwareName
<https://blackcatinformatics.ca/gmeow/SoftwareName> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Appellation> .


###  https://blackcatinformatics.ca/gmeow/SoftwareProduct
<https://blackcatinformatics.ca/gmeow/SoftwareProduct> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Work> .


###  https://blackcatinformatics.ca/gmeow/SoftwareProject
<https://blackcatinformatics.ca/gmeow/SoftwareProject> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Project> .


###  https://blackcatinformatics.ca/gmeow/SourceDirectory
<https://blackcatinformatics.ca/gmeow/SourceDirectory> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/SourceTree> .


###  https://blackcatinformatics.ca/gmeow/SourceFile
<https://blackcatinformatics.ca/gmeow/SourceFile> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/SourceNode> .


###  https://blackcatinformatics.ca/gmeow/SourceIndependence
<https://blackcatinformatics.ca/gmeow/SourceIndependence> rdf:type owl:Class ;
                                                          rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/SourceNode
<https://blackcatinformatics.ca/gmeow/SourceNode> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/SourceRole
<https://blackcatinformatics.ca/gmeow/SourceRole> rdf:type owl:Class ;
                                                  rdfs:subClassOf <http://purl.org/nemo/gufo#FunctionalComplex> ,
                                                                  <https://blackcatinformatics.ca/gmeow/CreativeWork> .


###  https://blackcatinformatics.ca/gmeow/SourceTier
<https://blackcatinformatics.ca/gmeow/SourceTier> rdf:type owl:Class ;
                                                  rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/SourceTree
<https://blackcatinformatics.ca/gmeow/SourceTree> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/SourceNode> .


###  https://blackcatinformatics.ca/gmeow/SpatialAggregation
<https://blackcatinformatics.ca/gmeow/SpatialAggregation> rdf:type owl:Class ;
                                                          rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Measurement> .


###  https://blackcatinformatics.ca/gmeow/SpatialBin
<https://blackcatinformatics.ca/gmeow/SpatialBin> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Place> .


###  https://blackcatinformatics.ca/gmeow/SpatialCoordinates
<https://blackcatinformatics.ca/gmeow/SpatialCoordinates> rdf:type owl:Class ;
                                                          rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                          <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/SpatialMeasurement
<https://blackcatinformatics.ca/gmeow/SpatialMeasurement> rdf:type owl:Class ;
                                                          rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Measurement> ,
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                                            owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Entity>
                                                                          ] ,
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://blackcatinformatics.ca/gmeow/vantage> ;
                                                                            owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                                          ] .


###  https://blackcatinformatics.ca/gmeow/Spectrum
<https://blackcatinformatics.ca/gmeow/Spectrum> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/Standpoint
<https://blackcatinformatics.ca/gmeow/Standpoint> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/StandpointClaim
<https://blackcatinformatics.ca/gmeow/StandpointClaim> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Observation> .


###  https://blackcatinformatics.ca/gmeow/StandpointModality
<https://blackcatinformatics.ca/gmeow/StandpointModality> rdf:type owl:Class ;
                                                          rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/StandpointTenure
<https://blackcatinformatics.ca/gmeow/StandpointTenure> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/TimeScopedRelation> ,
                                                                        [ rdf:type owl:Restriction ;
                                                                          owl:onProperty <https://blackcatinformatics.ca/gmeow/standpointClaim> ;
                                                                          owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/StandpointClaim>
                                                                        ] ,
                                                                        [ rdf:type owl:Restriction ;
                                                                          owl:onProperty <https://blackcatinformatics.ca/gmeow/tenureStandpoint> ;
                                                                          owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Standpoint>
                                                                        ] .


###  https://blackcatinformatics.ca/gmeow/StepParentChild
<https://blackcatinformatics.ca/gmeow/StepParentChild> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/ParentChildRelationship> .


###  https://blackcatinformatics.ca/gmeow/StepType
<https://blackcatinformatics.ca/gmeow/StepType> rdf:type owl:Class ;
                                                rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/StorageLocation
<https://blackcatinformatics.ca/gmeow/StorageLocation> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Location> .


###  https://blackcatinformatics.ca/gmeow/StorageMedium
<https://blackcatinformatics.ca/gmeow/StorageMedium> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/StrandOrientation
<https://blackcatinformatics.ca/gmeow/StrandOrientation> rdf:type owl:Class ;
                                                         rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Stream
<https://blackcatinformatics.ca/gmeow/Stream> rdf:type owl:Class ;
                                              rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                              <https://blackcatinformatics.ca/gmeow/Entity> ,
                                                              [ rdf:type owl:Restriction ;
                                                                owl:onProperty <https://blackcatinformatics.ca/gmeow/streamOf> ;
                                                                owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Entity>
                                                              ] .


###  https://blackcatinformatics.ca/gmeow/StyleGuide
<https://blackcatinformatics.ca/gmeow/StyleGuide> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/Summary
<https://blackcatinformatics.ca/gmeow/Summary> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/SupportPolarity
<https://blackcatinformatics.ca/gmeow/SupportPolarity> rdf:type owl:Class ;
                                                       rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/SymbolicSystem
<https://blackcatinformatics.ca/gmeow/SymbolicSystem> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/SymbolicSystemKind
<https://blackcatinformatics.ca/gmeow/SymbolicSystemKind> rdf:type owl:Class ;
                                                          rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Tag
<https://blackcatinformatics.ca/gmeow/Tag> rdf:type owl:Class ;
                                           rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/TagScheme
<https://blackcatinformatics.ca/gmeow/TagScheme> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/Tagging
<https://blackcatinformatics.ca/gmeow/Tagging> rdf:type owl:Class ;
                                               rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                               [ rdf:type owl:Restriction ;
                                                                 owl:onProperty <https://blackcatinformatics.ca/gmeow/taggingTag> ;
                                                                 owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Tag>
                                                               ] ,
                                                               [ rdf:type owl:Restriction ;
                                                                 owl:onProperty <https://blackcatinformatics.ca/gmeow/taggingTagged> ;
                                                                 owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Entity>
                                                               ] ,
                                                               [ rdf:type owl:Restriction ;
                                                                 owl:onProperty <https://blackcatinformatics.ca/gmeow/taggingTagger> ;
                                                                 owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                               ] .


###  https://blackcatinformatics.ca/gmeow/Task
<https://blackcatinformatics.ca/gmeow/Task> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Event> .


###  https://blackcatinformatics.ca/gmeow/TaskStatus
<https://blackcatinformatics.ca/gmeow/TaskStatus> rdf:type owl:Class ;
                                                  rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/TelephoneNumber
<https://blackcatinformatics.ca/gmeow/TelephoneNumber> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/ContactPoint> .


###  https://blackcatinformatics.ca/gmeow/TempoMap
<https://blackcatinformatics.ca/gmeow/TempoMap> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/TimeMapping> .


###  https://blackcatinformatics.ca/gmeow/TempoMapKind
<https://blackcatinformatics.ca/gmeow/TempoMapKind> rdf:type owl:Class ;
                                                    rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/TempoMapSegment
<https://blackcatinformatics.ca/gmeow/TempoMapSegment> rdf:type owl:Class ;
                                                       rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                       <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/TemporalFrame
<https://blackcatinformatics.ca/gmeow/TemporalFrame> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/ReferenceFrame> .


###  https://blackcatinformatics.ca/gmeow/TemporalMeasurement
<https://blackcatinformatics.ca/gmeow/TemporalMeasurement> rdf:type owl:Class ;
                                                           rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Measurement> ,
                                                                           [ rdf:type owl:Restriction ;
                                                                             owl:onProperty <https://blackcatinformatics.ca/gmeow/observedFeature> ;
                                                                             owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Entity>
                                                                           ] ,
                                                                           [ rdf:type owl:Restriction ;
                                                                             owl:onProperty <https://blackcatinformatics.ca/gmeow/vantage> ;
                                                                             owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                                           ] .


###  https://blackcatinformatics.ca/gmeow/TemporalPrecision
<https://blackcatinformatics.ca/gmeow/TemporalPrecision> rdf:type owl:Class ;
                                                         rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/TextDirection
<https://blackcatinformatics.ca/gmeow/TextDirection> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/TextExtraction
<https://blackcatinformatics.ca/gmeow/TextExtraction> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Document> .


###  https://blackcatinformatics.ca/gmeow/Thread
<https://blackcatinformatics.ca/gmeow/Thread> rdf:type owl:Class ;
                                              rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/TimbreDescriptor
<https://blackcatinformatics.ca/gmeow/TimbreDescriptor> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/TimeInterval
<https://blackcatinformatics.ca/gmeow/TimeInterval> rdf:type owl:Class ;
                                                    rdfs:subClassOf <http://purl.org/nemo/gufo#AbstractIndividual> .


###  https://blackcatinformatics.ca/gmeow/TimeMapping
<https://blackcatinformatics.ca/gmeow/TimeMapping> rdf:type owl:Class ;
                                                   rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                   <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/TimeMappingKind
<https://blackcatinformatics.ca/gmeow/TimeMappingKind> rdf:type owl:Class ;
                                                       rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/TimeScale
<https://blackcatinformatics.ca/gmeow/TimeScale> rdf:type owl:Class ;
                                                 rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                 <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/TimeScopedRelation
<https://blackcatinformatics.ca/gmeow/TimeScopedRelation> rdf:type owl:Class ;
                                                          rdfs:subClassOf <http://purl.org/nemo/gufo#Situation> .


###  https://blackcatinformatics.ca/gmeow/TimeZone
<https://blackcatinformatics.ca/gmeow/TimeZone> rdf:type owl:Class ;
                                                rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/ToneEvent
<https://blackcatinformatics.ca/gmeow/ToneEvent> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/MusicalSegment> .


###  https://blackcatinformatics.ca/gmeow/ToolCall
<https://blackcatinformatics.ca/gmeow/ToolCall> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Activity> .


###  https://blackcatinformatics.ca/gmeow/Trademark
<https://blackcatinformatics.ca/gmeow/Trademark> rdf:type owl:Class ;
                                                 rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                 <https://blackcatinformatics.ca/gmeow/Entity> ,
                                                                 [ rdf:type owl:Restriction ;
                                                                   owl:onProperty <https://blackcatinformatics.ca/gmeow/trademarkHolder> ;
                                                                   owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                                 ] ,
                                                                 [ rdf:type owl:Restriction ;
                                                                   owl:onProperty <https://blackcatinformatics.ca/gmeow/trademarkMark> ;
                                                                   owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Mark>
                                                                 ] .


###  https://blackcatinformatics.ca/gmeow/TrademarkStatus
<https://blackcatinformatics.ca/gmeow/TrademarkStatus> rdf:type owl:Class ;
                                                       rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Trajectory
<https://blackcatinformatics.ca/gmeow/Trajectory> rdf:type owl:Class ;
                                                  rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                                  <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/TransactionStatus
<https://blackcatinformatics.ca/gmeow/TransactionStatus> rdf:type owl:Class ;
                                                         rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/TransactionType
<https://blackcatinformatics.ca/gmeow/TransactionType> rdf:type owl:Class ;
                                                       rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/TransformCodec
<https://blackcatinformatics.ca/gmeow/TransformCodec> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/TransformationType
<https://blackcatinformatics.ca/gmeow/TransformationType> rdf:type owl:Class ;
                                                          rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/TransliterationScheme
<https://blackcatinformatics.ca/gmeow/TransliterationScheme> rdf:type owl:Class ;
                                                             rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/TransparencyLogEntry
<https://blackcatinformatics.ca/gmeow/TransparencyLogEntry> rdf:type owl:Class ;
                                                            rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> ,
                                                                            [ rdf:type owl:Restriction ;
                                                                              owl:onProperty <https://blackcatinformatics.ca/gmeow/logEntryIndex> ;
                                                                              owl:someValuesFrom xsd:integer
                                                                            ] ,
                                                                            [ rdf:type owl:Restriction ;
                                                                              owl:onProperty <https://blackcatinformatics.ca/gmeow/logEntryUrl> ;
                                                                              owl:someValuesFrom rdfs:Literal
                                                                            ] .


###  https://blackcatinformatics.ca/gmeow/TraversalConstraint
<https://blackcatinformatics.ca/gmeow/TraversalConstraint> rdf:type owl:Class ;
                                                           rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/TreeEntry
<https://blackcatinformatics.ca/gmeow/TreeEntry> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> ,
                                                                 [ rdf:type owl:Restriction ;
                                                                   owl:onProperty <https://blackcatinformatics.ca/gmeow/treeEntryObject> ;
                                                                   owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/SourceNode>
                                                                 ] ,
                                                                 [ rdf:type owl:Restriction ;
                                                                   owl:onProperty <https://blackcatinformatics.ca/gmeow/treeEntryMode> ;
                                                                   owl:someValuesFrom rdfs:Literal
                                                                 ] ,
                                                                 [ rdf:type owl:Restriction ;
                                                                   owl:onProperty <https://blackcatinformatics.ca/gmeow/treeEntryName> ;
                                                                   owl:someValuesFrom rdfs:Literal
                                                                 ] .


###  https://blackcatinformatics.ca/gmeow/TrustAssertion
<https://blackcatinformatics.ca/gmeow/TrustAssertion> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> ,
                                                                      [ rdf:type owl:Restriction ;
                                                                        owl:onProperty <https://blackcatinformatics.ca/gmeow/trustee> ;
                                                                        owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                                      ] ,
                                                                      [ rdf:type owl:Restriction ;
                                                                        owl:onProperty <https://blackcatinformatics.ca/gmeow/trustor> ;
                                                                        owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                                      ] .


###  https://blackcatinformatics.ca/gmeow/TuningSystem
<https://blackcatinformatics.ca/gmeow/TuningSystem> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ,
                                                                    [ rdf:type owl:Restriction ;
                                                                      owl:onProperty <https://blackcatinformatics.ca/gmeow/frameRealm> ;
                                                                      owl:hasValue <https://blackcatinformatics.ca/gmeow/frameRealmMusicalPitch>
                                                                    ] .


###  https://blackcatinformatics.ca/gmeow/TuningSystemKind
<https://blackcatinformatics.ca/gmeow/TuningSystemKind> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/UsageAttestation
<https://blackcatinformatics.ca/gmeow/UsageAttestation> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Observation> ,
                                                                        [ rdf:type owl:Restriction ;
                                                                          owl:onProperty <https://blackcatinformatics.ca/gmeow/attestedForm> ;
                                                                          owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/LexicalForm>
                                                                        ] ,
                                                                        [ rdf:type owl:Restriction ;
                                                                          owl:onProperty <https://blackcatinformatics.ca/gmeow/attestedInSource> ;
                                                                          owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/CreativeWork>
                                                                        ] .


###  https://blackcatinformatics.ca/gmeow/Utilization
<https://blackcatinformatics.ca/gmeow/Utilization> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Measurement> .


###  https://blackcatinformatics.ca/gmeow/VectorIndex
<https://blackcatinformatics.ca/gmeow/VectorIndex> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/VerificationActivity
<https://blackcatinformatics.ca/gmeow/VerificationActivity> rdf:type owl:Class ;
                                                            rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Activity> .


###  https://blackcatinformatics.ca/gmeow/VerificationResult
<https://blackcatinformatics.ca/gmeow/VerificationResult> rdf:type owl:Class ;
                                                          rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> ,
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://blackcatinformatics.ca/gmeow/hasVerificationStatus> ;
                                                                            owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/VerificationStatus>
                                                                          ] .


###  https://blackcatinformatics.ca/gmeow/VerificationStatus
<https://blackcatinformatics.ca/gmeow/VerificationStatus> rdf:type owl:Class ;
                                                          rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/VersionMembership
<https://blackcatinformatics.ca/gmeow/VersionMembership> rdf:type owl:Class ;
                                                         rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Observation> ,
                                                                         [ rdf:type owl:Restriction ;
                                                                           owl:onProperty <https://blackcatinformatics.ca/gmeow/membershipAuthority> ;
                                                                           owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Agent>
                                                                         ] ,
                                                                         [ rdf:type owl:Restriction ;
                                                                           owl:onProperty <https://blackcatinformatics.ca/gmeow/versionMember> ;
                                                                           owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/Entity>
                                                                         ] ,
                                                                         [ rdf:type owl:Restriction ;
                                                                           owl:onProperty <https://blackcatinformatics.ca/gmeow/versionSet> ;
                                                                           owl:someValuesFrom <https://blackcatinformatics.ca/gmeow/VersionSet>
                                                                         ] .


###  https://blackcatinformatics.ca/gmeow/VersionRole
<https://blackcatinformatics.ca/gmeow/VersionRole> rdf:type owl:Class ;
                                                   rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/VersionScale
<https://blackcatinformatics.ca/gmeow/VersionScale> rdf:type owl:Class ;
                                                    rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/VersionSet
<https://blackcatinformatics.ca/gmeow/VersionSet> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/VirtualLocation
<https://blackcatinformatics.ca/gmeow/VirtualLocation> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Location> .


###  https://blackcatinformatics.ca/gmeow/VirtualLocationType
<https://blackcatinformatics.ca/gmeow/VirtualLocationType> rdf:type owl:Class ;
                                                           rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/Voice
<https://blackcatinformatics.ca/gmeow/Voice> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.org/nemo/gufo#Object> ,
                                                             <https://blackcatinformatics.ca/gmeow/Entity> .


###  https://blackcatinformatics.ca/gmeow/WalletScheme
<https://blackcatinformatics.ca/gmeow/WalletScheme> rdf:type owl:Class ;
                                                    rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/WebPage
<https://blackcatinformatics.ca/gmeow/WebPage> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Manifestation> .


###  https://blackcatinformatics.ca/gmeow/WebSite
<https://blackcatinformatics.ca/gmeow/WebSite> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/Manifestation> .


###  https://blackcatinformatics.ca/gmeow/Work
<https://blackcatinformatics.ca/gmeow/Work> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/CreativeWork> .


###  https://blackcatinformatics.ca/gmeow/WritingSystem
<https://blackcatinformatics.ca/gmeow/WritingSystem> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://blackcatinformatics.ca/gmeow/InformationObject> .


###  https://blackcatinformatics.ca/gmeow/WritingSystemType
<https://blackcatinformatics.ca/gmeow/WritingSystemType> rdf:type owl:Class ;
                                                         rdfs:subClassOf <http://purl.org/nemo/gufo#QualityValue> .


###  https://blackcatinformatics.ca/gmeow/WritingSystemUsage
<https://blackcatinformatics.ca/gmeow/WritingSystemUsage> rdf:type owl:Class ;
                                                          rdfs:subClassOf <http://purl.org/nemo/gufo#Relator> .


###  https://blackcatinformatics.ca/logic/Category
<https://blackcatinformatics.ca/logic/Category> rdf:type owl:Class ;
                                                rdfs:subClassOf owl:Thing ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                                rdfs:label "Category"@x-gmeow-english ;
                                                skos:definition "A rigid non-sortal that classifies instances of several different Kinds by shared essential properties without itself supplying a principle of identity: it dispersively spans Kinds rather than carrying its own identity criterion. Rigid but identity-dispersive; the rigid counterpart of the anti-rigid RoleMixin and PhaseMixin."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/Event
<https://blackcatinformatics.ca/logic/Event> rdf:type owl:Class ;
                                             rdfs:subClassOf owl:Thing ;
                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                             rdfs:label "Event"@x-gmeow-english ;
                                             skos:definition "A perdurant occurrence that happens in time and is composed of temporal parts: an action, a process, a happening that unfolds and is complete once it has occurred. Tokens it as an occurrence rather than an endurant; in the type-level world strata (risk, teleology, norms) the no-occurrence gate keeps reasoning over Event *types* without entailing any Event instance."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/Kind
<https://blackcatinformatics.ca/logic/Kind> rdf:type owl:Class ;
                                            rdfs:subClassOf owl:Thing ;
                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                            rdfs:label "Kind"@x-gmeow-english ;
                                            skos:definition "A rigid sortal that supplies a principle of identity to its instances and applies necessarily across every world in which an instance exists: an ultimate sortal under which an object falls for its whole existence. Every object instantiates exactly one ultimate Kind. Rigid (rigidlyAppliesTo) and identity-supplying (suppliesIdentity); contrast the anti-rigid Role and Phase."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/Mixin
<https://blackcatinformatics.ca/logic/Mixin> rdf:type owl:Class ;
                                             rdfs:subClassOf owl:Thing ;
                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                             rdfs:label "Mixin"@x-gmeow-english ;
                                             skos:definition "A semi-rigid non-sortal that classifies instances of several Kinds, applying rigidly to some instances and anti-rigidly to others: a dispersive type whose rigidity is mixed across its extension. Identity-dispersive like a Category, but semi-rigid rather than uniformly rigid."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/Phase
<https://blackcatinformatics.ca/logic/Phase> rdf:type owl:Class ;
                                             rdfs:subClassOf owl:Thing ;
                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                             rdfs:label "Phase"@x-gmeow-english ;
                                             skos:definition "An anti-rigid sortal an instance falls under during a stage of its existence determined by a change in its own intrinsic state — child, adult, vacant, occupied. Anti-rigid: there is a world of existence in which the instance lacks the Phase (the anti-rigidity witness). Contrast Role, whose change is relational rather than intrinsic."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/PhaseMixin
<https://blackcatinformatics.ca/logic/PhaseMixin> rdf:type owl:Class ;
                                                  rdfs:subClassOf owl:Thing ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                                  rdfs:label "Phase Mixin"@x-gmeow-english ;
                                                  skos:definition "An anti-rigid non-sortal that abstracts an intrinsically-determined phase shared across instances of several Kinds — living thing (a person or an animal in its living phase). Anti-rigid and identity-dispersive: a Phase generalized to span multiple Kinds without supplying identity."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/PreservationKind
<https://blackcatinformatics.ca/logic/PreservationKind> rdf:type owl:Class ;
                                                        rdfs:subClassOf owl:Thing ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                                        rdfs:label "Preservation Kind"@x-gmeow-english ;
                                                        skos:definition "The polarity of guarantee a reasoning projection makes about its answers relative to the canonical logic: model: the answer-preservation classification recorded in the loss ledger for each projection, distinct from and complementary to the complexity/decidability class. Its individuals range from exact preservation through sound under-approximation and complete over-approximation to validation-only and the two inconsistency-direction kinds."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/Relator
<https://blackcatinformatics.ca/logic/Relator> rdf:type owl:Class ;
                                               rdfs:subClassOf owl:Thing ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                               rdfs:label "Relator"@x-gmeow-english ;
                                               skos:definition "A truthmaker of a material relation: an objectified relationship — a marriage, an employment, an enrolment — that mediates two or more relata and existentially depends on each of them. A Relator must mediate at least two distinct entities (the relator-mediation discipline, RelComp); the relation it grounds holds in virtue of the Relator existing."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/Role
<https://blackcatinformatics.ca/logic/Role> rdf:type owl:Class ;
                                            rdfs:subClassOf owl:Thing ;
                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                            rdfs:label "Role"@x-gmeow-english ;
                                            skos:definition "An anti-rigid sortal an instance falls under contingently, by virtue of a relation it bears to some other entity — student, employee, defendant. Anti-rigid: there is a world of existence in which the instance lacks the Role (the anti-rigidity witness). Identity-dependent on the underlying Kind; contrast Phase, whose change is intrinsic rather than relational."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/RoleMixin
<https://blackcatinformatics.ca/logic/RoleMixin> rdf:type owl:Class ;
                                                 rdfs:subClassOf owl:Thing ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                                 rdfs:label "Role Mixin"@x-gmeow-english ;
                                                 skos:definition "An anti-rigid non-sortal that abstracts a relationally-acquired property shared across instances of several Kinds — customer (a person or an organization), insured party. Anti-rigid and identity-dispersive: a Role generalized to span multiple Kinds without supplying identity."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/SemanticProfile
<https://blackcatinformatics.ca/logic/SemanticProfile> rdf:type owl:Class ;
                                                       rdfs:subClassOf owl:Thing ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                                       rdfs:label "Semantic Profile"@x-gmeow-english ;
                                                       skos:definition "The named semantics that governs a rule set's interpretation. Because logic: admits monotonic Horn rules, negation-as-failure, well-founded and stable-model semantics, and procedural Prolog all at once, 'sound' is meaningless until the profile is named — so every rule set must declare one, and soundness, completeness, and decidability class are all stated relative to it."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/Situation
<https://blackcatinformatics.ca/logic/Situation> rdf:type owl:Class ;
                                                 rdfs:subClassOf owl:Thing ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                                 rdfs:label "Situation"@x-gmeow-english ;
                                                 skos:definition "A reified configuration of entities and their properties standing in a state of affairs at a time — the DOLCE Description-and-Situation sense: a snapshot of how things are that can satisfy a described state (a goal-world realized by a Situation). The static counterpart of the dynamic Event."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/SubKind
<https://blackcatinformatics.ca/logic/SubKind> rdf:type owl:Class ;
                                               rdfs:subClassOf owl:Thing ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                               rdfs:label "Sub Kind"@x-gmeow-english ;
                                               skos:definition "A rigid sortal that specializes a Kind without supplying its own independent principle of identity: it carries the identity criterion inherited from the Kind it specializes. Rigid like a Kind, but identity-dependent rather than identity-supplying."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/World
<https://blackcatinformatics.ca/logic/World> rdf:type owl:Class ;
                                             rdfs:subClassOf owl:Thing ;
                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                             rdfs:label "World"@x-gmeow-english ;
                                             skos:definition "A reified, named context relative to which truth is evaluated — a possible world in the Kripke sense, realized by GMEOW's materialized contextual index (standpoints, narrative reference frames, goal-, ought-, feared-, and counterfactual-worlds). Truth is world-relative and entailment is world-indexed: a contradiction within one world is a witness, a contradiction across worlds is not an inconsistency in the model. Carries a world-type taxonomy (epistemic, doxastic, telic, deontic, alethic, representational, counterfactual)."@x-gmeow-english .


###  https://w3id.org/function/ontology#Function
<https://w3id.org/function/ontology#Function> rdf:type owl:Class ;
                                              rdfs:subClassOf owl:Thing .


#################################################################
#    Individuals
#################################################################

###  http://qudt.org/vocab/unit/YR
<http://qudt.org/vocab/unit/YR> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/AboutnessMode
<https://blackcatinformatics.ca/gmeow/AboutnessMode> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/AccessibilityAssertion
<https://blackcatinformatics.ca/gmeow/AccessibilityAssertion> rdf:type owl:NamedIndividual ,
                                                                       <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/AccessibilityFacet
<https://blackcatinformatics.ca/gmeow/AccessibilityFacet> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/AccessibilityPolarity
<https://blackcatinformatics.ca/gmeow/AccessibilityPolarity> rdf:type owl:NamedIndividual ,
                                                                      <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/AccountStatus
<https://blackcatinformatics.ca/gmeow/AccountStatus> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/AcquaintanceRelationship
<https://blackcatinformatics.ca/gmeow/AcquaintanceRelationship> rdf:type owl:NamedIndividual ,
                                                                         <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Activity
<https://blackcatinformatics.ca/gmeow/Activity> rdf:type owl:NamedIndividual ,
                                                         <http://purl.org/nemo/gufo#EventType> .


###  https://blackcatinformatics.ca/gmeow/AddressTenure
<https://blackcatinformatics.ca/gmeow/AddressTenure> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#SituationType> .


###  https://blackcatinformatics.ca/gmeow/AdoptiveParentChild
<https://blackcatinformatics.ca/gmeow/AdoptiveParentChild> rdf:type owl:NamedIndividual ,
                                                                    <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/AestheticQuality
<https://blackcatinformatics.ca/gmeow/AestheticQuality> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Agent
<https://blackcatinformatics.ca/gmeow/Agent> rdf:type owl:NamedIndividual ,
                                                      <http://purl.org/nemo/gufo#Category> .


###  https://blackcatinformatics.ca/gmeow/AggregationFunction
<https://blackcatinformatics.ca/gmeow/AggregationFunction> rdf:type owl:NamedIndividual ,
                                                                    <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Agreement
<https://blackcatinformatics.ca/gmeow/Agreement> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/AgreementName
<https://blackcatinformatics.ca/gmeow/AgreementName> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Analogy
<https://blackcatinformatics.ca/gmeow/Analogy> rdf:type owl:NamedIndividual ,
                                                        <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/AnalysisProperty
<https://blackcatinformatics.ca/gmeow/AnalysisProperty> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Annotation
<https://blackcatinformatics.ca/gmeow/Annotation> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/AnnotationMotivation
<https://blackcatinformatics.ca/gmeow/AnnotationMotivation> rdf:type owl:NamedIndividual ,
                                                                     <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Appellation
<https://blackcatinformatics.ca/gmeow/Appellation> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Appraisal
<https://blackcatinformatics.ca/gmeow/Appraisal> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/AppraisalDimension
<https://blackcatinformatics.ca/gmeow/AppraisalDimension> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/ArcSample
<https://blackcatinformatics.ca/gmeow/ArcSample> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/ArcType
<https://blackcatinformatics.ca/gmeow/ArcType> rdf:type owl:NamedIndividual ,
                                                        <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/ArchaeologicalFindContext
<https://blackcatinformatics.ca/gmeow/ArchaeologicalFindContext> rdf:type owl:NamedIndividual ,
                                                                          <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Article
<https://blackcatinformatics.ca/gmeow/Article> rdf:type owl:NamedIndividual ,
                                                        <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/ArticulationKind
<https://blackcatinformatics.ca/gmeow/ArticulationKind> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Assessment
<https://blackcatinformatics.ca/gmeow/Assessment> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Asset
<https://blackcatinformatics.ca/gmeow/Asset> rdf:type owl:NamedIndividual ,
                                                      <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/AssetType
<https://blackcatinformatics.ca/gmeow/AssetType> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/AtomicConstraint
<https://blackcatinformatics.ca/gmeow/AtomicConstraint> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Attachment
<https://blackcatinformatics.ca/gmeow/Attachment> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Attestation
<https://blackcatinformatics.ca/gmeow/Attestation> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/AttestationArtifact
<https://blackcatinformatics.ca/gmeow/AttestationArtifact> rdf:type owl:NamedIndividual ,
                                                                    <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/AttestationPolicy
<https://blackcatinformatics.ca/gmeow/AttestationPolicy> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/AttestationType
<https://blackcatinformatics.ca/gmeow/AttestationType> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/AuthenticationResult
<https://blackcatinformatics.ca/gmeow/AuthenticationResult> rdf:type owl:NamedIndividual ,
                                                                     <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/AuthorIdentity
<https://blackcatinformatics.ca/gmeow/AuthorIdentity> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/AuthorityLevel
<https://blackcatinformatics.ca/gmeow/AuthorityLevel> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Availability
<https://blackcatinformatics.ca/gmeow/Availability> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#SituationType> .


###  https://blackcatinformatics.ca/gmeow/AvailabilityStatus
<https://blackcatinformatics.ca/gmeow/AvailabilityStatus> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Axis
<https://blackcatinformatics.ca/gmeow/Axis> rdf:type owl:NamedIndividual ,
                                                     <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/BiologicalParentChild
<https://blackcatinformatics.ca/gmeow/BiologicalParentChild> rdf:type owl:NamedIndividual ,
                                                                      <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/BiologicalSequenceLocation
<https://blackcatinformatics.ca/gmeow/BiologicalSequenceLocation> rdf:type owl:NamedIndividual ,
                                                                           <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Blob
<https://blackcatinformatics.ca/gmeow/Blob> rdf:type owl:NamedIndividual ,
                                                     <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Block
<https://blackcatinformatics.ca/gmeow/Block> rdf:type owl:NamedIndividual ,
                                                      <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/BlockchainAccount
<https://blackcatinformatics.ca/gmeow/BlockchainAccount> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/BlockchainNetwork
<https://blackcatinformatics.ca/gmeow/BlockchainNetwork> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/BodyPart
<https://blackcatinformatics.ca/gmeow/BodyPart> rdf:type owl:NamedIndividual ,
                                                         <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/BodyValue
<https://blackcatinformatics.ca/gmeow/BodyValue> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/BookRelease
<https://blackcatinformatics.ca/gmeow/BookRelease> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Bookmark
<https://blackcatinformatics.ca/gmeow/Bookmark> rdf:type owl:NamedIndividual ,
                                                         <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Branch
<https://blackcatinformatics.ca/gmeow/Branch> rdf:type owl:NamedIndividual ,
                                                       <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/BranchConditionType
<https://blackcatinformatics.ca/gmeow/BranchConditionType> rdf:type owl:NamedIndividual ,
                                                                    <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/BuildActivity
<https://blackcatinformatics.ca/gmeow/BuildActivity> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#EventType> .


###  https://blackcatinformatics.ca/gmeow/Builder
<https://blackcatinformatics.ca/gmeow/Builder> rdf:type owl:NamedIndividual ,
                                                        <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/CadastralReference
<https://blackcatinformatics.ca/gmeow/CadastralReference> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/CadastralReferenceType
<https://blackcatinformatics.ca/gmeow/CadastralReferenceType> rdf:type owl:NamedIndividual ,
                                                                       <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Calendar
<https://blackcatinformatics.ca/gmeow/Calendar> rdf:type owl:NamedIndividual ,
                                                         <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/CalendarMethod
<https://blackcatinformatics.ca/gmeow/CalendarMethod> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/CalendarSystem
<https://blackcatinformatics.ca/gmeow/CalendarSystem> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Capacity
<https://blackcatinformatics.ca/gmeow/Capacity> rdf:type owl:NamedIndividual ,
                                                         <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/CarrierMedium
<https://blackcatinformatics.ca/gmeow/CarrierMedium> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Cascade
<https://blackcatinformatics.ca/gmeow/Cascade> rdf:type owl:NamedIndividual ,
                                                        <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/CausalLink
<https://blackcatinformatics.ca/gmeow/CausalLink> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/CausalModality
<https://blackcatinformatics.ca/gmeow/CausalModality> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/CelestialCoordinates
<https://blackcatinformatics.ca/gmeow/CelestialCoordinates> rdf:type owl:NamedIndividual ,
                                                                     <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/CelestialLocation
<https://blackcatinformatics.ca/gmeow/CelestialLocation> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/CelestialObjectType
<https://blackcatinformatics.ca/gmeow/CelestialObjectType> rdf:type owl:NamedIndividual ,
                                                                    <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/CelestialReferenceOrigin
<https://blackcatinformatics.ca/gmeow/CelestialReferenceOrigin> rdf:type owl:NamedIndividual ,
                                                                         <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Certification
<https://blackcatinformatics.ca/gmeow/Certification> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/CharacterArc
<https://blackcatinformatics.ca/gmeow/CharacterArc> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Chunk
<https://blackcatinformatics.ca/gmeow/Chunk> rdf:type owl:NamedIndividual ,
                                                      <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/CitationAct
<https://blackcatinformatics.ca/gmeow/CitationAct> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/CitationIntent
<https://blackcatinformatics.ca/gmeow/CitationIntent> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/ClaimVeridicality
<https://blackcatinformatics.ca/gmeow/ClaimVeridicality> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/CodeReview
<https://blackcatinformatics.ca/gmeow/CodeReview> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#EventType> .


###  https://blackcatinformatics.ca/gmeow/CodecClass
<https://blackcatinformatics.ca/gmeow/CodecClass> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/CognitiveState
<https://blackcatinformatics.ca/gmeow/CognitiveState> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Collection
<https://blackcatinformatics.ca/gmeow/Collection> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/CollectionMemberRole
<https://blackcatinformatics.ca/gmeow/CollectionMemberRole> rdf:type owl:NamedIndividual ,
                                                                     <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Comment
<https://blackcatinformatics.ca/gmeow/Comment> rdf:type owl:NamedIndividual ,
                                                        <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Commit
<https://blackcatinformatics.ca/gmeow/Commit> rdf:type owl:NamedIndividual ,
                                                       <http://purl.org/nemo/gufo#EventType> .


###  https://blackcatinformatics.ca/gmeow/Commitment
<https://blackcatinformatics.ca/gmeow/Commitment> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Community
<https://blackcatinformatics.ca/gmeow/Community> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/CommunitySummary
<https://blackcatinformatics.ca/gmeow/CommunitySummary> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/ComplianceAssessment
<https://blackcatinformatics.ca/gmeow/ComplianceAssessment> rdf:type owl:NamedIndividual ,
                                                                     <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Condition
<https://blackcatinformatics.ca/gmeow/Condition> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/ConditionEvaluation
<https://blackcatinformatics.ca/gmeow/ConditionEvaluation> rdf:type owl:NamedIndividual ,
                                                                    <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/ConditionExpression
<https://blackcatinformatics.ca/gmeow/ConditionExpression> rdf:type owl:NamedIndividual ,
                                                                    <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/ConditionGroup
<https://blackcatinformatics.ca/gmeow/ConditionGroup> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/ConditionParameter
<https://blackcatinformatics.ca/gmeow/ConditionParameter> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/ConflictStrategy
<https://blackcatinformatics.ca/gmeow/ConflictStrategy> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Connection
<https://blackcatinformatics.ca/gmeow/Connection> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Constraint
<https://blackcatinformatics.ca/gmeow/Constraint> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#Category> .


###  https://blackcatinformatics.ca/gmeow/ConstraintLogic
<https://blackcatinformatics.ca/gmeow/ConstraintLogic> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/ConstraintOperator
<https://blackcatinformatics.ca/gmeow/ConstraintOperator> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/ContactPoint
<https://blackcatinformatics.ca/gmeow/ContactPoint> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/ContactPointType
<https://blackcatinformatics.ca/gmeow/ContactPointType> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/ContainmentTenure
<https://blackcatinformatics.ca/gmeow/ContainmentTenure> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#SituationType> .


###  https://blackcatinformatics.ca/gmeow/ContentDisposition
<https://blackcatinformatics.ca/gmeow/ContentDisposition> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/ContentSegment
<https://blackcatinformatics.ca/gmeow/ContentSegment> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/ContentSegmentType
<https://blackcatinformatics.ca/gmeow/ContentSegmentType> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/ContentTransferEncoding
<https://blackcatinformatics.ca/gmeow/ContentTransferEncoding> rdf:type owl:NamedIndividual ,
                                                                        <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Contract
<https://blackcatinformatics.ca/gmeow/Contract> rdf:type owl:NamedIndividual ,
                                                         <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Contradiction
<https://blackcatinformatics.ca/gmeow/Contradiction> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/ContradictionKind
<https://blackcatinformatics.ca/gmeow/ContradictionKind> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Contribution
<https://blackcatinformatics.ca/gmeow/Contribution> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/ContributionDegree
<https://blackcatinformatics.ca/gmeow/ContributionDegree> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/ContributionRole
<https://blackcatinformatics.ca/gmeow/ContributionRole> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/ControlFlow
<https://blackcatinformatics.ca/gmeow/ControlFlow> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/CoordinateMatrix
<https://blackcatinformatics.ca/gmeow/CoordinateMatrix> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/CoordinateObservation
<https://blackcatinformatics.ca/gmeow/CoordinateObservation> rdf:type owl:NamedIndividual ,
                                                                      <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Copyright
<https://blackcatinformatics.ca/gmeow/Copyright> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/CopyrightStatus
<https://blackcatinformatics.ca/gmeow/CopyrightStatus> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Corpus
<https://blackcatinformatics.ca/gmeow/Corpus> rdf:type owl:NamedIndividual ,
                                                       <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Correspondence
<https://blackcatinformatics.ca/gmeow/Correspondence> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/CoupleRelationship
<https://blackcatinformatics.ca/gmeow/CoupleRelationship> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/CoverageDepth
<https://blackcatinformatics.ca/gmeow/CoverageDepth> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/CreativeDerivation
<https://blackcatinformatics.ca/gmeow/CreativeDerivation> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/CreativeWork
<https://blackcatinformatics.ca/gmeow/CreativeWork> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#Category> .


###  https://blackcatinformatics.ca/gmeow/CreativeWorkTitle
<https://blackcatinformatics.ca/gmeow/CreativeWorkTitle> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/CreativeWorkType
<https://blackcatinformatics.ca/gmeow/CreativeWorkType> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Credential
<https://blackcatinformatics.ca/gmeow/Credential> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Criterion
<https://blackcatinformatics.ca/gmeow/Criterion> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/CriterionDomain
<https://blackcatinformatics.ca/gmeow/CriterionDomain> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/CriterionPole
<https://blackcatinformatics.ca/gmeow/CriterionPole> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/CryptoWallet
<https://blackcatinformatics.ca/gmeow/CryptoWallet> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/CryptographicKey
<https://blackcatinformatics.ca/gmeow/CryptographicKey> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/CryptographicSignature
<https://blackcatinformatics.ca/gmeow/CryptographicSignature> rdf:type owl:NamedIndividual ,
                                                                       <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/DKIMSignature
<https://blackcatinformatics.ca/gmeow/DKIMSignature> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/DataFeed
<https://blackcatinformatics.ca/gmeow/DataFeed> rdf:type owl:NamedIndividual ,
                                                         <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/DataFlow
<https://blackcatinformatics.ca/gmeow/DataFlow> rdf:type owl:NamedIndividual ,
                                                         <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Dataset
<https://blackcatinformatics.ca/gmeow/Dataset> rdf:type owl:NamedIndividual ,
                                                        <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/DatingMethod
<https://blackcatinformatics.ca/gmeow/DatingMethod> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/DayOfWeek
<https://blackcatinformatics.ca/gmeow/DayOfWeek> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/DefeaterKind
<https://blackcatinformatics.ca/gmeow/DefeaterKind> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/DegreeOfFreedom
<https://blackcatinformatics.ca/gmeow/DegreeOfFreedom> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/DeonticModality
<https://blackcatinformatics.ca/gmeow/DeonticModality> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/DepictionContext
<https://blackcatinformatics.ca/gmeow/DepictionContext> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/DepictionUsage
<https://blackcatinformatics.ca/gmeow/DepictionUsage> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/DerivationKind
<https://blackcatinformatics.ca/gmeow/DerivationKind> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/DerivationType
<https://blackcatinformatics.ca/gmeow/DerivationType> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Desire
<https://blackcatinformatics.ca/gmeow/Desire> rdf:type owl:NamedIndividual ,
                                                       <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Determinacy
<https://blackcatinformatics.ca/gmeow/Determinacy> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/DeterminationStatus
<https://blackcatinformatics.ca/gmeow/DeterminationStatus> rdf:type owl:NamedIndividual ,
                                                                    <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Diff
<https://blackcatinformatics.ca/gmeow/Diff> rdf:type owl:NamedIndividual ,
                                                     <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/DisclosurePolicy
<https://blackcatinformatics.ca/gmeow/DisclosurePolicy> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/DistanceMetric
<https://blackcatinformatics.ca/gmeow/DistanceMetric> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Distribution
<https://blackcatinformatics.ca/gmeow/Distribution> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Document
<https://blackcatinformatics.ca/gmeow/Document> rdf:type owl:NamedIndividual ,
                                                         <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/DocumentationConcern
<https://blackcatinformatics.ca/gmeow/DocumentationConcern> rdf:type owl:NamedIndividual ,
                                                                     <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Duration
<https://blackcatinformatics.ca/gmeow/Duration> rdf:type owl:NamedIndividual ,
                                                         <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Duty
<https://blackcatinformatics.ca/gmeow/Duty> rdf:type owl:NamedIndividual ,
                                                     <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/DynamicsValue
<https://blackcatinformatics.ca/gmeow/DynamicsValue> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/EmailAddress
<https://blackcatinformatics.ca/gmeow/EmailAddress> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/EmailMessage
<https://blackcatinformatics.ca/gmeow/EmailMessage> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/EmailPatchDiff
<https://blackcatinformatics.ca/gmeow/EmailPatchDiff> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Embedding
<https://blackcatinformatics.ca/gmeow/Embedding> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Emotion
<https://blackcatinformatics.ca/gmeow/Emotion> rdf:type owl:NamedIndividual ,
                                                        <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/EmotionType
<https://blackcatinformatics.ca/gmeow/EmotionType> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Employment
<https://blackcatinformatics.ca/gmeow/Employment> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/EmploymentType
<https://blackcatinformatics.ca/gmeow/EmploymentType> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Entity
<https://blackcatinformatics.ca/gmeow/Entity> rdf:type owl:NamedIndividual ,
                                                       <http://purl.org/nemo/gufo#Category> .


###  https://blackcatinformatics.ca/gmeow/EntityExistence
<https://blackcatinformatics.ca/gmeow/EntityExistence> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#SituationType> .


###  https://blackcatinformatics.ca/gmeow/EtymologicalDerivation
<https://blackcatinformatics.ca/gmeow/EtymologicalDerivation> rdf:type owl:NamedIndividual ,
                                                                       <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/EvaluationVerdict
<https://blackcatinformatics.ca/gmeow/EvaluationVerdict> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Event
<https://blackcatinformatics.ca/gmeow/Event> rdf:type owl:NamedIndividual ,
                                                      <http://purl.org/nemo/gufo#EventType> .


###  https://blackcatinformatics.ca/gmeow/EventInvitation
<https://blackcatinformatics.ca/gmeow/EventInvitation> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/EventSchedule
<https://blackcatinformatics.ca/gmeow/EventSchedule> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/EventSeries
<https://blackcatinformatics.ca/gmeow/EventSeries> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/EventType
<https://blackcatinformatics.ca/gmeow/EventType> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/EvidenceClass
<https://blackcatinformatics.ca/gmeow/EvidenceClass> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/EvidenceSpan
<https://blackcatinformatics.ca/gmeow/EvidenceSpan> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#Category> .


###  https://blackcatinformatics.ca/gmeow/ExceptionType
<https://blackcatinformatics.ca/gmeow/ExceptionType> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Execution
<https://blackcatinformatics.ca/gmeow/Execution> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#EventType> .


###  https://blackcatinformatics.ca/gmeow/ExecutionStatus
<https://blackcatinformatics.ca/gmeow/ExecutionStatus> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Exemplar
<https://blackcatinformatics.ca/gmeow/Exemplar> rdf:type owl:NamedIndividual ,
                                                         <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/ExemplarPolarity
<https://blackcatinformatics.ca/gmeow/ExemplarPolarity> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/ExifTag
<https://blackcatinformatics.ca/gmeow/ExifTag> rdf:type owl:NamedIndividual ,
                                                        <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Experience
<https://blackcatinformatics.ca/gmeow/Experience> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#EventType> .


###  https://blackcatinformatics.ca/gmeow/Expression
<https://blackcatinformatics.ca/gmeow/Expression> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/ExpressionLanguage
<https://blackcatinformatics.ca/gmeow/ExpressionLanguage> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/ExtractedEntity
<https://blackcatinformatics.ca/gmeow/ExtractedEntity> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/ExtractedRelationship
<https://blackcatinformatics.ca/gmeow/ExtractedRelationship> rdf:type owl:NamedIndividual ,
                                                                      <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Family
<https://blackcatinformatics.ca/gmeow/Family> rdf:type owl:NamedIndividual ,
                                                       <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/FeedPosting
<https://blackcatinformatics.ca/gmeow/FeedPosting> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/FeedPostingKind
<https://blackcatinformatics.ca/gmeow/FeedPostingKind> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Filename
<https://blackcatinformatics.ca/gmeow/Filename> rdf:type owl:NamedIndividual ,
                                                         <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/FinancialAccount
<https://blackcatinformatics.ca/gmeow/FinancialAccount> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/FinancialAccountType
<https://blackcatinformatics.ca/gmeow/FinancialAccountType> rdf:type owl:NamedIndividual ,
                                                                     <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/FinancialTransaction
<https://blackcatinformatics.ca/gmeow/FinancialTransaction> rdf:type owl:NamedIndividual ,
                                                                     <http://purl.org/nemo/gufo#EventType> .


###  https://blackcatinformatics.ca/gmeow/ForgePlatform
<https://blackcatinformatics.ca/gmeow/ForgePlatform> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/FormFunction
<https://blackcatinformatics.ca/gmeow/FormFunction> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/FormalLanguage
<https://blackcatinformatics.ca/gmeow/FormalLanguage> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/FosterParentChild
<https://blackcatinformatics.ca/gmeow/FosterParentChild> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/FrameKind
<https://blackcatinformatics.ca/gmeow/FrameKind> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/FrameRealm
<https://blackcatinformatics.ca/gmeow/FrameRealm> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/GTSCompaction
<https://blackcatinformatics.ca/gmeow/GTSCompaction> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#EventType> .


###  https://blackcatinformatics.ca/gmeow/GTSDocument
<https://blackcatinformatics.ca/gmeow/GTSDocument> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/GTSProfile
<https://blackcatinformatics.ca/gmeow/GTSProfile> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/GTSSegment
<https://blackcatinformatics.ca/gmeow/GTSSegment> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Gender
<https://blackcatinformatics.ca/gmeow/Gender> rdf:type owl:NamedIndividual ,
                                                       <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/GenderExpression
<https://blackcatinformatics.ca/gmeow/GenderExpression> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/GenderExpressionStyle
<https://blackcatinformatics.ca/gmeow/GenderExpressionStyle> rdf:type owl:NamedIndividual ,
                                                                      <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/GenderIdentity
<https://blackcatinformatics.ca/gmeow/GenderIdentity> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/GenerativeProcess
<https://blackcatinformatics.ca/gmeow/GenerativeProcess> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/GenerativeProcessKind
<https://blackcatinformatics.ca/gmeow/GenerativeProcessKind> rdf:type owl:NamedIndividual ,
                                                                      <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Genre
<https://blackcatinformatics.ca/gmeow/Genre> rdf:type owl:NamedIndividual ,
                                                      <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/GeoCoordinates
<https://blackcatinformatics.ca/gmeow/GeoCoordinates> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Geocode
<https://blackcatinformatics.ca/gmeow/Geocode> rdf:type owl:NamedIndividual ,
                                                        <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Geometry
<https://blackcatinformatics.ca/gmeow/Geometry> rdf:type owl:NamedIndividual ,
                                                         <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/GeometryType
<https://blackcatinformatics.ca/gmeow/GeometryType> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Goal
<https://blackcatinformatics.ca/gmeow/Goal> rdf:type owl:NamedIndividual ,
                                                     <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/GovernanceModel
<https://blackcatinformatics.ca/gmeow/GovernanceModel> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/GrammaticalAspect
<https://blackcatinformatics.ca/gmeow/GrammaticalAspect> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/GrammaticalTense
<https://blackcatinformatics.ca/gmeow/GrammaticalTense> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/GranularityLevel
<https://blackcatinformatics.ca/gmeow/GranularityLevel> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/GrooveProfile
<https://blackcatinformatics.ca/gmeow/GrooveProfile> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/GrooveProfileKind
<https://blackcatinformatics.ca/gmeow/GrooveProfileKind> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Group
<https://blackcatinformatics.ca/gmeow/Group> rdf:type owl:NamedIndividual ,
                                                      <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/GroupOperator
<https://blackcatinformatics.ca/gmeow/GroupOperator> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/HarmonicFunction
<https://blackcatinformatics.ca/gmeow/HarmonicFunction> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Hazard
<https://blackcatinformatics.ca/gmeow/Hazard> rdf:type owl:NamedIndividual ,
                                                       <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Highlight
<https://blackcatinformatics.ca/gmeow/Highlight> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Holding
<https://blackcatinformatics.ca/gmeow/Holding> rdf:type owl:NamedIndividual ,
                                                        <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Honorific
<https://blackcatinformatics.ca/gmeow/Honorific> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/HonorificClass
<https://blackcatinformatics.ca/gmeow/HonorificClass> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/HonorificPosition
<https://blackcatinformatics.ca/gmeow/HonorificPosition> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Identifier
<https://blackcatinformatics.ca/gmeow/Identifier> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/IdentityFacet
<https://blackcatinformatics.ca/gmeow/IdentityFacet> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/ImageRegion
<https://blackcatinformatics.ca/gmeow/ImageRegion> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/ImportActivity
<https://blackcatinformatics.ca/gmeow/ImportActivity> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#EventType> .


###  https://blackcatinformatics.ca/gmeow/IndexAlgorithm
<https://blackcatinformatics.ca/gmeow/IndexAlgorithm> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/InferenceCommitment
<https://blackcatinformatics.ca/gmeow/InferenceCommitment> rdf:type owl:NamedIndividual ,
                                                                    <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/InferenceMode
<https://blackcatinformatics.ca/gmeow/InferenceMode> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/InferenceProcess
<https://blackcatinformatics.ca/gmeow/InferenceProcess> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#EventType> .


###  https://blackcatinformatics.ca/gmeow/InferenceTenure
<https://blackcatinformatics.ca/gmeow/InferenceTenure> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#SituationType> .


###  https://blackcatinformatics.ca/gmeow/InformationObject
<https://blackcatinformatics.ca/gmeow/InformationObject> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#Category> .


###  https://blackcatinformatics.ca/gmeow/InlinePart
<https://blackcatinformatics.ca/gmeow/InlinePart> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Inscription
<https://blackcatinformatics.ca/gmeow/Inscription> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/InscriptionReading
<https://blackcatinformatics.ca/gmeow/InscriptionReading> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/InscriptionTranslation
<https://blackcatinformatics.ca/gmeow/InscriptionTranslation> rdf:type owl:NamedIndividual ,
                                                                       <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/InscriptionTransliteration
<https://blackcatinformatics.ca/gmeow/InscriptionTransliteration> rdf:type owl:NamedIndividual ,
                                                                           <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Instant
<https://blackcatinformatics.ca/gmeow/Instant> rdf:type owl:NamedIndividual ,
                                                        <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/InstantMessageAddress
<https://blackcatinformatics.ca/gmeow/InstantMessageAddress> rdf:type owl:NamedIndividual ,
                                                                      <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/InstrumentConfiguration
<https://blackcatinformatics.ca/gmeow/InstrumentConfiguration> rdf:type owl:NamedIndividual ,
                                                                        <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/InstrumentModification
<https://blackcatinformatics.ca/gmeow/InstrumentModification> rdf:type owl:NamedIndividual ,
                                                                       <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/InstrumentType
<https://blackcatinformatics.ca/gmeow/InstrumentType> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Intention
<https://blackcatinformatics.ca/gmeow/Intention> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/IntentionTenure
<https://blackcatinformatics.ca/gmeow/IntentionTenure> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#SituationType> .


###  https://blackcatinformatics.ca/gmeow/IntentionalMode
<https://blackcatinformatics.ca/gmeow/IntentionalMode> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#Category> .


###  https://blackcatinformatics.ca/gmeow/IntentionalMoment
<https://blackcatinformatics.ca/gmeow/IntentionalMoment> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#Category> .


###  https://blackcatinformatics.ca/gmeow/InterpersonalRelationship
<https://blackcatinformatics.ca/gmeow/InterpersonalRelationship> rdf:type owl:NamedIndividual ,
                                                                          <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/InvitationStatus
<https://blackcatinformatics.ca/gmeow/InvitationStatus> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Invoice
<https://blackcatinformatics.ca/gmeow/Invoice> rdf:type owl:NamedIndividual ,
                                                        <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/InvoiceStatus
<https://blackcatinformatics.ca/gmeow/InvoiceStatus> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Issue
<https://blackcatinformatics.ca/gmeow/Issue> rdf:type owl:NamedIndividual ,
                                                      <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Item
<https://blackcatinformatics.ca/gmeow/Item> rdf:type owl:NamedIndividual ,
                                                     <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/JournalEntry
<https://blackcatinformatics.ca/gmeow/JournalEntry> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#EventType> .


###  https://blackcatinformatics.ca/gmeow/JurisdictionTenure
<https://blackcatinformatics.ca/gmeow/JurisdictionTenure> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#SituationType> .


###  https://blackcatinformatics.ca/gmeow/KeyScheme
<https://blackcatinformatics.ca/gmeow/KeyScheme> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/KinRelationship
<https://blackcatinformatics.ca/gmeow/KinRelationship> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/KnowledgeLevel
<https://blackcatinformatics.ca/gmeow/KnowledgeLevel> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/KnowledgeProficiency
<https://blackcatinformatics.ca/gmeow/KnowledgeProficiency> rdf:type owl:NamedIndividual ,
                                                                     <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/LandTenure
<https://blackcatinformatics.ca/gmeow/LandTenure> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#SituationType> .


###  https://blackcatinformatics.ca/gmeow/LandTenureType
<https://blackcatinformatics.ca/gmeow/LandTenureType> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Language
<https://blackcatinformatics.ca/gmeow/Language> rdf:type owl:NamedIndividual ,
                                                         <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/LanguageChangeEvent
<https://blackcatinformatics.ca/gmeow/LanguageChangeEvent> rdf:type owl:NamedIndividual ,
                                                                    <http://purl.org/nemo/gufo#EventType> .


###  https://blackcatinformatics.ca/gmeow/LanguageChangeType
<https://blackcatinformatics.ca/gmeow/LanguageChangeType> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/LanguageCreation
<https://blackcatinformatics.ca/gmeow/LanguageCreation> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#EventType> .


###  https://blackcatinformatics.ca/gmeow/LanguageModality
<https://blackcatinformatics.ca/gmeow/LanguageModality> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/LanguageOrigin
<https://blackcatinformatics.ca/gmeow/LanguageOrigin> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/LanguageProficiency
<https://blackcatinformatics.ca/gmeow/LanguageProficiency> rdf:type owl:NamedIndividual ,
                                                                    <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/LanguageState
<https://blackcatinformatics.ca/gmeow/LanguageState> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/LanguageStatus
<https://blackcatinformatics.ca/gmeow/LanguageStatus> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/LanguageVariety
<https://blackcatinformatics.ca/gmeow/LanguageVariety> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/LanguageVarietyKind
<https://blackcatinformatics.ca/gmeow/LanguageVarietyKind> rdf:type owl:NamedIndividual ,
                                                                    <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/LanguageVersion
<https://blackcatinformatics.ca/gmeow/LanguageVersion> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/LedgerAccount
<https://blackcatinformatics.ca/gmeow/LedgerAccount> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/LedgerAccountType
<https://blackcatinformatics.ca/gmeow/LedgerAccountType> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/LedgerEvent
<https://blackcatinformatics.ca/gmeow/LedgerEvent> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/LedgerFinalityStatus
<https://blackcatinformatics.ca/gmeow/LedgerFinalityStatus> rdf:type owl:NamedIndividual ,
                                                                     <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/LedgerTransaction
<https://blackcatinformatics.ca/gmeow/LedgerTransaction> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/LeftOperand
<https://blackcatinformatics.ca/gmeow/LeftOperand> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/LexicalForm
<https://blackcatinformatics.ca/gmeow/LexicalForm> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/LexicalFormType
<https://blackcatinformatics.ca/gmeow/LexicalFormType> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/LexicalItem
<https://blackcatinformatics.ca/gmeow/LexicalItem> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/License
<https://blackcatinformatics.ca/gmeow/License> rdf:type owl:NamedIndividual ,
                                                        <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/LicenseFamily
<https://blackcatinformatics.ca/gmeow/LicenseFamily> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/LifeEvent
<https://blackcatinformatics.ca/gmeow/LifeEvent> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#EventType> .


###  https://blackcatinformatics.ca/gmeow/LiteraryWork
<https://blackcatinformatics.ca/gmeow/LiteraryWork> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Location
<https://blackcatinformatics.ca/gmeow/Location> rdf:type owl:NamedIndividual ,
                                                         <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/LocationState
<https://blackcatinformatics.ca/gmeow/LocationState> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/LogicalConstraint
<https://blackcatinformatics.ca/gmeow/LogicalConstraint> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Mailbox
<https://blackcatinformatics.ca/gmeow/Mailbox> rdf:type owl:NamedIndividual ,
                                                        <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/MailboxResidence
<https://blackcatinformatics.ca/gmeow/MailboxResidence> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#SituationType> .


###  https://blackcatinformatics.ca/gmeow/MailingList
<https://blackcatinformatics.ca/gmeow/MailingList> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/MaintenanceStatus
<https://blackcatinformatics.ca/gmeow/MaintenanceStatus> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Manifestation
<https://blackcatinformatics.ca/gmeow/Manifestation> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/ManifestationFormat
<https://blackcatinformatics.ca/gmeow/ManifestationFormat> rdf:type owl:NamedIndividual ,
                                                                    <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Mark
<https://blackcatinformatics.ca/gmeow/Mark> rdf:type owl:NamedIndividual ,
                                                     <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/MaximViolationType
<https://blackcatinformatics.ca/gmeow/MaximViolationType> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/MeasuredValue
<https://blackcatinformatics.ca/gmeow/MeasuredValue> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Measurement
<https://blackcatinformatics.ca/gmeow/Measurement> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/MediaObject
<https://blackcatinformatics.ca/gmeow/MediaObject> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Membership
<https://blackcatinformatics.ca/gmeow/Membership> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/MemoryItem
<https://blackcatinformatics.ca/gmeow/MemoryItem> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#Role> .


###  https://blackcatinformatics.ca/gmeow/MemoryKind
<https://blackcatinformatics.ca/gmeow/MemoryKind> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/MentalMoment
<https://blackcatinformatics.ca/gmeow/MentalMoment> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#Category> .


###  https://blackcatinformatics.ca/gmeow/MentalProcess
<https://blackcatinformatics.ca/gmeow/MentalProcess> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#EventType> .


###  https://blackcatinformatics.ca/gmeow/MentalProcessType
<https://blackcatinformatics.ca/gmeow/MentalProcessType> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/MentalReferenceFrame
<https://blackcatinformatics.ca/gmeow/MentalReferenceFrame> rdf:type owl:NamedIndividual ,
                                                                     <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Merge
<https://blackcatinformatics.ca/gmeow/Merge> rdf:type owl:NamedIndividual ,
                                                      <http://purl.org/nemo/gufo#EventType> .


###  https://blackcatinformatics.ca/gmeow/MergeRequest
<https://blackcatinformatics.ca/gmeow/MergeRequest> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Message
<https://blackcatinformatics.ca/gmeow/Message> rdf:type owl:NamedIndividual ,
                                                        <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/MessageHeader
<https://blackcatinformatics.ca/gmeow/MessageHeader> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/MessageKeyword
<https://blackcatinformatics.ca/gmeow/MessageKeyword> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/MessageKind
<https://blackcatinformatics.ca/gmeow/MessageKind> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/MessageParticipant
<https://blackcatinformatics.ca/gmeow/MessageParticipant> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/MessageParticipantRole
<https://blackcatinformatics.ca/gmeow/MessageParticipantRole> rdf:type owl:NamedIndividual ,
                                                                       <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/MeterAssignment
<https://blackcatinformatics.ca/gmeow/MeterAssignment> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/MetricGroup
<https://blackcatinformatics.ca/gmeow/MetricGroup> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/MetricKind
<https://blackcatinformatics.ca/gmeow/MetricKind> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/MetricModulation
<https://blackcatinformatics.ca/gmeow/MetricModulation> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/MetricStructure
<https://blackcatinformatics.ca/gmeow/MetricStructure> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Mitigation
<https://blackcatinformatics.ca/gmeow/Mitigation> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/MitigationStatus
<https://blackcatinformatics.ca/gmeow/MitigationStatus> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/ModelCard
<https://blackcatinformatics.ca/gmeow/ModelCard> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/ModelInvocation
<https://blackcatinformatics.ca/gmeow/ModelInvocation> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#EventType> .


###  https://blackcatinformatics.ca/gmeow/MonetaryAmount
<https://blackcatinformatics.ca/gmeow/MonetaryAmount> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Motif
<https://blackcatinformatics.ca/gmeow/Motif> rdf:type owl:NamedIndividual ,
                                                      <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/MotifKind
<https://blackcatinformatics.ca/gmeow/MotifKind> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/MultipartBodyPart
<https://blackcatinformatics.ca/gmeow/MultipartBodyPart> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/MultipartType
<https://blackcatinformatics.ca/gmeow/MultipartType> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/MusicAnalysisClaim
<https://blackcatinformatics.ca/gmeow/MusicAnalysisClaim> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/MusicalParameter
<https://blackcatinformatics.ca/gmeow/MusicalParameter> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/MusicalSegment
<https://blackcatinformatics.ca/gmeow/MusicalSegment> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/MusicalTimeFrame
<https://blackcatinformatics.ca/gmeow/MusicalTimeFrame> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/MusicalTimeSpan
<https://blackcatinformatics.ca/gmeow/MusicalTimeSpan> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/MusicalWork
<https://blackcatinformatics.ca/gmeow/MusicalWork> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Myth
<https://blackcatinformatics.ca/gmeow/Myth> rdf:type owl:NamedIndividual ,
                                                     <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/NamePart
<https://blackcatinformatics.ca/gmeow/NamePart> rdf:type owl:NamedIndividual ,
                                                         <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/NamePartType
<https://blackcatinformatics.ca/gmeow/NamePartType> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/NamePurpose
<https://blackcatinformatics.ca/gmeow/NamePurpose> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/NameRegister
<https://blackcatinformatics.ca/gmeow/NameRegister> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/NameUsage
<https://blackcatinformatics.ca/gmeow/NameUsage> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/NamedPeriod
<https://blackcatinformatics.ca/gmeow/NamedPeriod> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/NarrationMode
<https://blackcatinformatics.ca/gmeow/NarrationMode> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/NarrationUsage
<https://blackcatinformatics.ca/gmeow/NarrationUsage> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/NarrativeFrameLink
<https://blackcatinformatics.ca/gmeow/NarrativeFrameLink> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/NarrativeFrameRelation
<https://blackcatinformatics.ca/gmeow/NarrativeFrameRelation> rdf:type owl:NamedIndividual ,
                                                                       <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/NarrativePosition
<https://blackcatinformatics.ca/gmeow/NarrativePosition> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/NarrativeReferenceFrame
<https://blackcatinformatics.ca/gmeow/NarrativeReferenceFrame> rdf:type owl:NamedIndividual ,
                                                                        <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/NarrativeRole
<https://blackcatinformatics.ca/gmeow/NarrativeRole> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/NarrativeScope
<https://blackcatinformatics.ca/gmeow/NarrativeScope> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#Category> .


###  https://blackcatinformatics.ca/gmeow/NarrativeTimeAxis
<https://blackcatinformatics.ca/gmeow/NarrativeTimeAxis> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/NarrativeTimeFrame
<https://blackcatinformatics.ca/gmeow/NarrativeTimeFrame> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/NeoRiemannianOperation
<https://blackcatinformatics.ca/gmeow/NeoRiemannianOperation> rdf:type owl:NamedIndividual ,
                                                                       <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/NetworkAddress
<https://blackcatinformatics.ca/gmeow/NetworkAddress> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/NetworkAddressType
<https://blackcatinformatics.ca/gmeow/NetworkAddressType> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Norm
<https://blackcatinformatics.ca/gmeow/Norm> rdf:type owl:NamedIndividual ,
                                                     <http://purl.org/nemo/gufo#Category> .


###  https://blackcatinformatics.ca/gmeow/NormativeSystem
<https://blackcatinformatics.ca/gmeow/NormativeSystem> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/NotationProjectionProfile
<https://blackcatinformatics.ca/gmeow/NotationProjectionProfile> rdf:type owl:NamedIndividual ,
                                                                          <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/NotationSystem
<https://blackcatinformatics.ca/gmeow/NotationSystem> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/NotationSystemUsage
<https://blackcatinformatics.ca/gmeow/NotationSystemUsage> rdf:type owl:NamedIndividual ,
                                                                    <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/NotationUsageRole
<https://blackcatinformatics.ca/gmeow/NotationUsageRole> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Note
<https://blackcatinformatics.ca/gmeow/Note> rdf:type owl:NamedIndividual ,
                                                     <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/ObservableProperty
<https://blackcatinformatics.ca/gmeow/ObservableProperty> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Observation
<https://blackcatinformatics.ca/gmeow/Observation> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/ObservationMethod
<https://blackcatinformatics.ca/gmeow/ObservationMethod> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/ObservationType
<https://blackcatinformatics.ca/gmeow/ObservationType> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/ObservationalActivity
<https://blackcatinformatics.ca/gmeow/ObservationalActivity> rdf:type owl:NamedIndividual ,
                                                                      <http://purl.org/nemo/gufo#EventType> .


###  https://blackcatinformatics.ca/gmeow/Occupancy
<https://blackcatinformatics.ca/gmeow/Occupancy> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Occupation
<https://blackcatinformatics.ca/gmeow/Occupation> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Offering
<https://blackcatinformatics.ca/gmeow/Offering> rdf:type owl:NamedIndividual ,
                                                         <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/OnlineAccount
<https://blackcatinformatics.ca/gmeow/OnlineAccount> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/OnlineService
<https://blackcatinformatics.ca/gmeow/OnlineService> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/OpacityReason
<https://blackcatinformatics.ca/gmeow/OpacityReason> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/OpaqueFrame
<https://blackcatinformatics.ca/gmeow/OpaqueFrame> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/OpeningHoursSpecification
<https://blackcatinformatics.ca/gmeow/OpeningHoursSpecification> rdf:type owl:NamedIndividual ,
                                                                          <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Order
<https://blackcatinformatics.ca/gmeow/Order> rdf:type owl:NamedIndividual ,
                                                      <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/OrderStatus
<https://blackcatinformatics.ca/gmeow/OrderStatus> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Organization
<https://blackcatinformatics.ca/gmeow/Organization> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/OrganizationName
<https://blackcatinformatics.ca/gmeow/OrganizationName> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/OrganizationType
<https://blackcatinformatics.ca/gmeow/OrganizationType> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Orientation
<https://blackcatinformatics.ca/gmeow/Orientation> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/OrnamentProfile
<https://blackcatinformatics.ca/gmeow/OrnamentProfile> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/OrnamentProfileKind
<https://blackcatinformatics.ca/gmeow/OrnamentProfileKind> rdf:type owl:NamedIndividual ,
                                                                    <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/PGPSignature
<https://blackcatinformatics.ca/gmeow/PGPSignature> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Package
<https://blackcatinformatics.ca/gmeow/Package> rdf:type owl:NamedIndividual ,
                                                        <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/ParentChildRelationship
<https://blackcatinformatics.ca/gmeow/ParentChildRelationship> rdf:type owl:NamedIndividual ,
                                                                        <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/ParticipantRole
<https://blackcatinformatics.ca/gmeow/ParticipantRole> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Participation
<https://blackcatinformatics.ca/gmeow/Participation> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Patent
<https://blackcatinformatics.ca/gmeow/Patent> rdf:type owl:NamedIndividual ,
                                                       <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Payment
<https://blackcatinformatics.ca/gmeow/Payment> rdf:type owl:NamedIndividual ,
                                                        <http://purl.org/nemo/gufo#EventType> .


###  https://blackcatinformatics.ca/gmeow/PaymentMethod
<https://blackcatinformatics.ca/gmeow/PaymentMethod> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/PerformanceDecision
<https://blackcatinformatics.ca/gmeow/PerformanceDecision> rdf:type owl:NamedIndividual ,
                                                                    <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/PerformanceParticipation
<https://blackcatinformatics.ca/gmeow/PerformanceParticipation> rdf:type owl:NamedIndividual ,
                                                                         <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/PeriodType
<https://blackcatinformatics.ca/gmeow/PeriodType> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Permission
<https://blackcatinformatics.ca/gmeow/Permission> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Person
<https://blackcatinformatics.ca/gmeow/Person> rdf:type owl:NamedIndividual ,
                                                       <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/PersonName
<https://blackcatinformatics.ca/gmeow/PersonName> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Persona
<https://blackcatinformatics.ca/gmeow/Persona> rdf:type owl:NamedIndividual ,
                                                        <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/PhysicalCarrierType
<https://blackcatinformatics.ca/gmeow/PhysicalCarrierType> rdf:type owl:NamedIndividual ,
                                                                    <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/PhysicalObject
<https://blackcatinformatics.ca/gmeow/PhysicalObject> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#Category> .


###  https://blackcatinformatics.ca/gmeow/PitchAnchor
<https://blackcatinformatics.ca/gmeow/PitchAnchor> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/PitchCollection
<https://blackcatinformatics.ca/gmeow/PitchCollection> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/PitchCollectionKind
<https://blackcatinformatics.ca/gmeow/PitchCollectionKind> rdf:type owl:NamedIndividual ,
                                                                    <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/PitchCollectionMembership
<https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> rdf:type owl:NamedIndividual ,
                                                                          <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/PitchExpression
<https://blackcatinformatics.ca/gmeow/PitchExpression> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#Category> .


###  https://blackcatinformatics.ca/gmeow/PitchInterval
<https://blackcatinformatics.ca/gmeow/PitchInterval> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/PitchSpelling
<https://blackcatinformatics.ca/gmeow/PitchSpelling> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/PitchSpellingSystem
<https://blackcatinformatics.ca/gmeow/PitchSpellingSystem> rdf:type owl:NamedIndividual ,
                                                                    <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/PitchTrajectory
<https://blackcatinformatics.ca/gmeow/PitchTrajectory> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/PitchTrajectoryControlPoint
<https://blackcatinformatics.ca/gmeow/PitchTrajectoryControlPoint> rdf:type owl:NamedIndividual ,
                                                                            <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/PitchTrajectoryInterpolationKind
<https://blackcatinformatics.ca/gmeow/PitchTrajectoryInterpolationKind> rdf:type owl:NamedIndividual ,
                                                                                 <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/PitchValue
<https://blackcatinformatics.ca/gmeow/PitchValue> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Place
<https://blackcatinformatics.ca/gmeow/Place> rdf:type owl:NamedIndividual ,
                                                      <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/PlaceName
<https://blackcatinformatics.ca/gmeow/PlaceName> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/PlaceNaming
<https://blackcatinformatics.ca/gmeow/PlaceNaming> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/PlaceType
<https://blackcatinformatics.ca/gmeow/PlaceType> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/PlayingTechnique
<https://blackcatinformatics.ca/gmeow/PlayingTechnique> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Pose
<https://blackcatinformatics.ca/gmeow/Pose> rdf:type owl:NamedIndividual ,
                                                     <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Post
<https://blackcatinformatics.ca/gmeow/Post> rdf:type owl:NamedIndividual ,
                                                     <http://purl.org/nemo/gufo#RoleMixin> .


###  https://blackcatinformatics.ca/gmeow/PostalAddress
<https://blackcatinformatics.ca/gmeow/PostalAddress> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Posting
<https://blackcatinformatics.ca/gmeow/Posting> rdf:type owl:NamedIndividual ,
                                                        <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/PostingDirection
<https://blackcatinformatics.ca/gmeow/PostingDirection> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/PrecedenceTenure
<https://blackcatinformatics.ca/gmeow/PrecedenceTenure> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#SituationType> .


###  https://blackcatinformatics.ca/gmeow/PrivacyNotice
<https://blackcatinformatics.ca/gmeow/PrivacyNotice> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Procedure
<https://blackcatinformatics.ca/gmeow/Procedure> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/ProcedureStep
<https://blackcatinformatics.ca/gmeow/ProcedureStep> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/ProcedureType
<https://blackcatinformatics.ca/gmeow/ProcedureType> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/ProfessionalRelationship
<https://blackcatinformatics.ca/gmeow/ProfessionalRelationship> rdf:type owl:NamedIndividual ,
                                                                         <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/ProficiencyLevel
<https://blackcatinformatics.ca/gmeow/ProficiencyLevel> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/ProficiencyModality
<https://blackcatinformatics.ca/gmeow/ProficiencyModality> rdf:type owl:NamedIndividual ,
                                                                    <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/ProficiencyScale
<https://blackcatinformatics.ca/gmeow/ProficiencyScale> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Profile
<https://blackcatinformatics.ca/gmeow/Profile> rdf:type owl:NamedIndividual ,
                                                        <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/ProfilePage
<https://blackcatinformatics.ca/gmeow/ProfilePage> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/ProgrammingLanguage
<https://blackcatinformatics.ca/gmeow/ProgrammingLanguage> rdf:type owl:NamedIndividual ,
                                                                    <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Prohibition
<https://blackcatinformatics.ca/gmeow/Prohibition> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Project
<https://blackcatinformatics.ca/gmeow/Project> rdf:type owl:NamedIndividual ,
                                                        <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/ProjectionContext
<https://blackcatinformatics.ca/gmeow/ProjectionContext> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/ProjectionFunction
<https://blackcatinformatics.ca/gmeow/ProjectionFunction> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/ProjectionLoss
<https://blackcatinformatics.ca/gmeow/ProjectionLoss> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Prompt
<https://blackcatinformatics.ca/gmeow/Prompt> rdf:type owl:NamedIndividual ,
                                                       <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/PromptRole
<https://blackcatinformatics.ca/gmeow/PromptRole> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/PromptTemplate
<https://blackcatinformatics.ca/gmeow/PromptTemplate> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/PronounSet
<https://blackcatinformatics.ca/gmeow/PronounSet> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Proposition
<https://blackcatinformatics.ca/gmeow/Proposition> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/ProximityMeasurement
<https://blackcatinformatics.ca/gmeow/ProximityMeasurement> rdf:type owl:NamedIndividual ,
                                                                     <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Push
<https://blackcatinformatics.ca/gmeow/Push> rdf:type owl:NamedIndividual ,
                                                     <http://purl.org/nemo/gufo#EventType> .


###  https://blackcatinformatics.ca/gmeow/QualityAssessment
<https://blackcatinformatics.ca/gmeow/QualityAssessment> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/QualityDimension
<https://blackcatinformatics.ca/gmeow/QualityDimension> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Quantity
<https://blackcatinformatics.ca/gmeow/Quantity> rdf:type owl:NamedIndividual ,
                                                         <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/ReadingOrder
<https://blackcatinformatics.ca/gmeow/ReadingOrder> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/RealizationMode
<https://blackcatinformatics.ca/gmeow/RealizationMode> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Recording
<https://blackcatinformatics.ca/gmeow/Recording> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/RecurrenceRule
<https://blackcatinformatics.ca/gmeow/RecurrenceRule> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Ref
<https://blackcatinformatics.ca/gmeow/Ref> rdf:type owl:NamedIndividual ,
                                                    <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/ReferenceFrame
<https://blackcatinformatics.ca/gmeow/ReferenceFrame> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/ReferencePosition
<https://blackcatinformatics.ca/gmeow/ReferencePosition> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/RegionSelector
<https://blackcatinformatics.ca/gmeow/RegionSelector> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Register
<https://blackcatinformatics.ca/gmeow/Register> rdf:type owl:NamedIndividual ,
                                                         <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/RegulatoryOverlay
<https://blackcatinformatics.ca/gmeow/RegulatoryOverlay> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#SituationType> .


###  https://blackcatinformatics.ca/gmeow/RegulatoryOverlayType
<https://blackcatinformatics.ca/gmeow/RegulatoryOverlayType> rdf:type owl:NamedIndividual ,
                                                                      <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/RelayHop
<https://blackcatinformatics.ca/gmeow/RelayHop> rdf:type owl:NamedIndividual ,
                                                         <http://purl.org/nemo/gufo#EventType> .


###  https://blackcatinformatics.ca/gmeow/Release
<https://blackcatinformatics.ca/gmeow/Release> rdf:type owl:NamedIndividual ,
                                                        <http://purl.org/nemo/gufo#EventType> .


###  https://blackcatinformatics.ca/gmeow/Reminder
<https://blackcatinformatics.ca/gmeow/Reminder> rdf:type owl:NamedIndividual ,
                                                         <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/ReminderAction
<https://blackcatinformatics.ca/gmeow/ReminderAction> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Repository
<https://blackcatinformatics.ca/gmeow/Repository> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/RepositoryType
<https://blackcatinformatics.ca/gmeow/RepositoryType> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/RetrievalEvent
<https://blackcatinformatics.ca/gmeow/RetrievalEvent> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#EventType> .


###  https://blackcatinformatics.ca/gmeow/Review
<https://blackcatinformatics.ca/gmeow/Review> rdf:type owl:NamedIndividual ,
                                                       <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/RightsAction
<https://blackcatinformatics.ca/gmeow/RightsAction> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/RightsStatement
<https://blackcatinformatics.ca/gmeow/RightsStatement> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/RightsType
<https://blackcatinformatics.ca/gmeow/RightsType> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/RiskFactor
<https://blackcatinformatics.ca/gmeow/RiskFactor> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#Category> .


###  https://blackcatinformatics.ca/gmeow/Role
<https://blackcatinformatics.ca/gmeow/Role> rdf:type owl:NamedIndividual ,
                                                     <http://purl.org/nemo/gufo#RoleMixin> .


###  https://blackcatinformatics.ca/gmeow/RoleInNarrative
<https://blackcatinformatics.ca/gmeow/RoleInNarrative> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/RomanticOrientation
<https://blackcatinformatics.ca/gmeow/RomanticOrientation> rdf:type owl:NamedIndividual ,
                                                                    <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/RomanticOrientationValue
<https://blackcatinformatics.ca/gmeow/RomanticOrientationValue> rdf:type owl:NamedIndividual ,
                                                                         <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Route
<https://blackcatinformatics.ca/gmeow/Route> rdf:type owl:NamedIndividual ,
                                                      <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/RouteKind
<https://blackcatinformatics.ca/gmeow/RouteKind> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/RsvpStatus
<https://blackcatinformatics.ca/gmeow/RsvpStatus> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Rubric
<https://blackcatinformatics.ca/gmeow/Rubric> rdf:type owl:NamedIndividual ,
                                                       <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Rule
<https://blackcatinformatics.ca/gmeow/Rule> rdf:type owl:NamedIndividual ,
                                                     <http://purl.org/nemo/gufo#Category> .


###  https://blackcatinformatics.ca/gmeow/SLSALevel
<https://blackcatinformatics.ca/gmeow/SLSALevel> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/SMIMESignature
<https://blackcatinformatics.ca/gmeow/SMIMESignature> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/ScalarQuantity
<https://blackcatinformatics.ca/gmeow/ScalarQuantity> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/SceneGraphEdge
<https://blackcatinformatics.ca/gmeow/SceneGraphEdge> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/SceneRelationType
<https://blackcatinformatics.ca/gmeow/SceneRelationType> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/ScheduleException
<https://blackcatinformatics.ca/gmeow/ScheduleException> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/SchenkerLevel
<https://blackcatinformatics.ca/gmeow/SchenkerLevel> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/ScoreAnchor
<https://blackcatinformatics.ca/gmeow/ScoreAnchor> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/ScoreEdition
<https://blackcatinformatics.ca/gmeow/ScoreEdition> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/ScoreScale
<https://blackcatinformatics.ca/gmeow/ScoreScale> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/ScriptLanguageAttribution
<https://blackcatinformatics.ca/gmeow/ScriptLanguageAttribution> rdf:type owl:NamedIndividual ,
                                                                          <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/ScriptRole
<https://blackcatinformatics.ca/gmeow/ScriptRole> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/SegmentKind
<https://blackcatinformatics.ca/gmeow/SegmentKind> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/SegmentTransformation
<https://blackcatinformatics.ca/gmeow/SegmentTransformation> rdf:type owl:NamedIndividual ,
                                                                      <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Selector
<https://blackcatinformatics.ca/gmeow/Selector> rdf:type owl:NamedIndividual ,
                                                         <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/SelectorType
<https://blackcatinformatics.ca/gmeow/SelectorType> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/SeniorityLevel
<https://blackcatinformatics.ca/gmeow/SeniorityLevel> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/SensitivityLevel
<https://blackcatinformatics.ca/gmeow/SensitivityLevel> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Sensor
<https://blackcatinformatics.ca/gmeow/Sensor> rdf:type owl:NamedIndividual ,
                                                       <http://purl.org/nemo/gufo#RoleMixin> .


###  https://blackcatinformatics.ca/gmeow/SensorPlatform
<https://blackcatinformatics.ca/gmeow/SensorPlatform> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/SensoryEnvironment
<https://blackcatinformatics.ca/gmeow/SensoryEnvironment> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/SensoryModality
<https://blackcatinformatics.ca/gmeow/SensoryModality> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/SensoryObservation
<https://blackcatinformatics.ca/gmeow/SensoryObservation> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/SensoryPerception
<https://blackcatinformatics.ca/gmeow/SensoryPerception> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/SensoryQuantity
<https://blackcatinformatics.ca/gmeow/SensoryQuantity> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/SequenceCoordinates
<https://blackcatinformatics.ca/gmeow/SequenceCoordinates> rdf:type owl:NamedIndividual ,
                                                                    <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/SequenceFeature
<https://blackcatinformatics.ca/gmeow/SequenceFeature> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/SequenceFeatureType
<https://blackcatinformatics.ca/gmeow/SequenceFeatureType> rdf:type owl:NamedIndividual ,
                                                                    <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/SerialInstallment
<https://blackcatinformatics.ca/gmeow/SerialInstallment> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/SerialWork
<https://blackcatinformatics.ca/gmeow/SerialWork> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Service
<https://blackcatinformatics.ca/gmeow/Service> rdf:type owl:NamedIndividual ,
                                                        <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/ServiceOffering
<https://blackcatinformatics.ca/gmeow/ServiceOffering> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/ServiceStatus
<https://blackcatinformatics.ca/gmeow/ServiceStatus> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/ServiceType
<https://blackcatinformatics.ca/gmeow/ServiceType> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/SetClassLabel
<https://blackcatinformatics.ca/gmeow/SetClassLabel> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/SeverityLevel
<https://blackcatinformatics.ca/gmeow/SeverityLevel> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/SexAssignedAtBirth
<https://blackcatinformatics.ca/gmeow/SexAssignedAtBirth> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/SexualOrientation
<https://blackcatinformatics.ca/gmeow/SexualOrientation> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/SexualOrientationValue
<https://blackcatinformatics.ca/gmeow/SexualOrientationValue> rdf:type owl:NamedIndividual ,
                                                                       <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/SignatureScheme
<https://blackcatinformatics.ca/gmeow/SignatureScheme> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/SiteType
<https://blackcatinformatics.ca/gmeow/SiteType> rdf:type owl:NamedIndividual ,
                                                         <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Skill
<https://blackcatinformatics.ca/gmeow/Skill> rdf:type owl:NamedIndividual ,
                                                      <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/SkillProficiency
<https://blackcatinformatics.ca/gmeow/SkillProficiency> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/SmartContract
<https://blackcatinformatics.ca/gmeow/SmartContract> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/SocialObject
<https://blackcatinformatics.ca/gmeow/SocialObject> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#Category> .


###  https://blackcatinformatics.ca/gmeow/SoftwareAgent
<https://blackcatinformatics.ca/gmeow/SoftwareAgent> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/SoftwareName
<https://blackcatinformatics.ca/gmeow/SoftwareName> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/SoftwareProduct
<https://blackcatinformatics.ca/gmeow/SoftwareProduct> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/SoftwareProject
<https://blackcatinformatics.ca/gmeow/SoftwareProject> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/SourceDirectory
<https://blackcatinformatics.ca/gmeow/SourceDirectory> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/SourceFile
<https://blackcatinformatics.ca/gmeow/SourceFile> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/SourceIndependence
<https://blackcatinformatics.ca/gmeow/SourceIndependence> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/SourceNode
<https://blackcatinformatics.ca/gmeow/SourceNode> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/SourceRole
<https://blackcatinformatics.ca/gmeow/SourceRole> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#RoleMixin> .


###  https://blackcatinformatics.ca/gmeow/SourceTier
<https://blackcatinformatics.ca/gmeow/SourceTier> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/SourceTree
<https://blackcatinformatics.ca/gmeow/SourceTree> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/SpatialAggregation
<https://blackcatinformatics.ca/gmeow/SpatialAggregation> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/SpatialBin
<https://blackcatinformatics.ca/gmeow/SpatialBin> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/SpatialCoordinates
<https://blackcatinformatics.ca/gmeow/SpatialCoordinates> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/SpatialMeasurement
<https://blackcatinformatics.ca/gmeow/SpatialMeasurement> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Spectrum
<https://blackcatinformatics.ca/gmeow/Spectrum> rdf:type owl:NamedIndividual ,
                                                         <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Standpoint
<https://blackcatinformatics.ca/gmeow/Standpoint> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/StandpointClaim
<https://blackcatinformatics.ca/gmeow/StandpointClaim> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/StandpointModality
<https://blackcatinformatics.ca/gmeow/StandpointModality> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/StandpointTenure
<https://blackcatinformatics.ca/gmeow/StandpointTenure> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#SituationType> .


###  https://blackcatinformatics.ca/gmeow/StepParentChild
<https://blackcatinformatics.ca/gmeow/StepParentChild> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/StepType
<https://blackcatinformatics.ca/gmeow/StepType> rdf:type owl:NamedIndividual ,
                                                         <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/StorageLocation
<https://blackcatinformatics.ca/gmeow/StorageLocation> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/StorageMedium
<https://blackcatinformatics.ca/gmeow/StorageMedium> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/StrandOrientation
<https://blackcatinformatics.ca/gmeow/StrandOrientation> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Stream
<https://blackcatinformatics.ca/gmeow/Stream> rdf:type owl:NamedIndividual ,
                                                       <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/StyleGuide
<https://blackcatinformatics.ca/gmeow/StyleGuide> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Summary
<https://blackcatinformatics.ca/gmeow/Summary> rdf:type owl:NamedIndividual ,
                                                        <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/SupportPolarity
<https://blackcatinformatics.ca/gmeow/SupportPolarity> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/SymbolicSystem
<https://blackcatinformatics.ca/gmeow/SymbolicSystem> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/SymbolicSystemKind
<https://blackcatinformatics.ca/gmeow/SymbolicSystemKind> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Tag
<https://blackcatinformatics.ca/gmeow/Tag> rdf:type owl:NamedIndividual ,
                                                    <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/TagScheme
<https://blackcatinformatics.ca/gmeow/TagScheme> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Tagging
<https://blackcatinformatics.ca/gmeow/Tagging> rdf:type owl:NamedIndividual ,
                                                        <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/Task
<https://blackcatinformatics.ca/gmeow/Task> rdf:type owl:NamedIndividual ,
                                                     <http://purl.org/nemo/gufo#EventType> .


###  https://blackcatinformatics.ca/gmeow/TaskStatus
<https://blackcatinformatics.ca/gmeow/TaskStatus> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/TelephoneNumber
<https://blackcatinformatics.ca/gmeow/TelephoneNumber> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/TempoMap
<https://blackcatinformatics.ca/gmeow/TempoMap> rdf:type owl:NamedIndividual ,
                                                         <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/TempoMapKind
<https://blackcatinformatics.ca/gmeow/TempoMapKind> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/TempoMapSegment
<https://blackcatinformatics.ca/gmeow/TempoMapSegment> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/TemporalFrame
<https://blackcatinformatics.ca/gmeow/TemporalFrame> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/TemporalMeasurement
<https://blackcatinformatics.ca/gmeow/TemporalMeasurement> rdf:type owl:NamedIndividual ,
                                                                    <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/TemporalPrecision
<https://blackcatinformatics.ca/gmeow/TemporalPrecision> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/TextDirection
<https://blackcatinformatics.ca/gmeow/TextDirection> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/TextExtraction
<https://blackcatinformatics.ca/gmeow/TextExtraction> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Thread
<https://blackcatinformatics.ca/gmeow/Thread> rdf:type owl:NamedIndividual ,
                                                       <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/TimbreDescriptor
<https://blackcatinformatics.ca/gmeow/TimbreDescriptor> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/TimeInterval
<https://blackcatinformatics.ca/gmeow/TimeInterval> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/TimeMapping
<https://blackcatinformatics.ca/gmeow/TimeMapping> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/TimeMappingKind
<https://blackcatinformatics.ca/gmeow/TimeMappingKind> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/TimeScale
<https://blackcatinformatics.ca/gmeow/TimeScale> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/TimeScopedRelation
<https://blackcatinformatics.ca/gmeow/TimeScopedRelation> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#SituationType> .


###  https://blackcatinformatics.ca/gmeow/TimeZone
<https://blackcatinformatics.ca/gmeow/TimeZone> rdf:type owl:NamedIndividual ,
                                                         <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/ToneEvent
<https://blackcatinformatics.ca/gmeow/ToneEvent> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/ToolCall
<https://blackcatinformatics.ca/gmeow/ToolCall> rdf:type owl:NamedIndividual ,
                                                         <http://purl.org/nemo/gufo#EventType> .


###  https://blackcatinformatics.ca/gmeow/Trademark
<https://blackcatinformatics.ca/gmeow/Trademark> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/TrademarkStatus
<https://blackcatinformatics.ca/gmeow/TrademarkStatus> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Trajectory
<https://blackcatinformatics.ca/gmeow/Trajectory> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/TransactionStatus
<https://blackcatinformatics.ca/gmeow/TransactionStatus> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/TransactionType
<https://blackcatinformatics.ca/gmeow/TransactionType> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/TransformCodec
<https://blackcatinformatics.ca/gmeow/TransformCodec> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/TransformationType
<https://blackcatinformatics.ca/gmeow/TransformationType> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/TransliterationScheme
<https://blackcatinformatics.ca/gmeow/TransliterationScheme> rdf:type owl:NamedIndividual ,
                                                                      <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/TransparencyLogEntry
<https://blackcatinformatics.ca/gmeow/TransparencyLogEntry> rdf:type owl:NamedIndividual ,
                                                                     <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/TraversalConstraint
<https://blackcatinformatics.ca/gmeow/TraversalConstraint> rdf:type owl:NamedIndividual ,
                                                                    <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/TreeEntry
<https://blackcatinformatics.ca/gmeow/TreeEntry> rdf:type owl:NamedIndividual ,
                                                          <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/TrustAssertion
<https://blackcatinformatics.ca/gmeow/TrustAssertion> rdf:type owl:NamedIndividual ,
                                                               <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/TuningSystem
<https://blackcatinformatics.ca/gmeow/TuningSystem> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/TuningSystemKind
<https://blackcatinformatics.ca/gmeow/TuningSystemKind> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/UsageAttestation
<https://blackcatinformatics.ca/gmeow/UsageAttestation> rdf:type owl:NamedIndividual ,
                                                                 <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Utilization
<https://blackcatinformatics.ca/gmeow/Utilization> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/VectorIndex
<https://blackcatinformatics.ca/gmeow/VectorIndex> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/VerificationActivity
<https://blackcatinformatics.ca/gmeow/VerificationActivity> rdf:type owl:NamedIndividual ,
                                                                     <http://purl.org/nemo/gufo#EventType> .


###  https://blackcatinformatics.ca/gmeow/VerificationResult
<https://blackcatinformatics.ca/gmeow/VerificationResult> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/VerificationStatus
<https://blackcatinformatics.ca/gmeow/VerificationStatus> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/VersionMembership
<https://blackcatinformatics.ca/gmeow/VersionMembership> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/VersionRole
<https://blackcatinformatics.ca/gmeow/VersionRole> rdf:type owl:NamedIndividual ,
                                                            <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/VersionScale
<https://blackcatinformatics.ca/gmeow/VersionScale> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/VersionSet
<https://blackcatinformatics.ca/gmeow/VersionSet> rdf:type owl:NamedIndividual ,
                                                           <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/VirtualLocation
<https://blackcatinformatics.ca/gmeow/VirtualLocation> rdf:type owl:NamedIndividual ,
                                                                <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/VirtualLocationType
<https://blackcatinformatics.ca/gmeow/VirtualLocationType> rdf:type owl:NamedIndividual ,
                                                                    <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/Voice
<https://blackcatinformatics.ca/gmeow/Voice> rdf:type owl:NamedIndividual ,
                                                      <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/WalletScheme
<https://blackcatinformatics.ca/gmeow/WalletScheme> rdf:type owl:NamedIndividual ,
                                                             <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/WebPage
<https://blackcatinformatics.ca/gmeow/WebPage> rdf:type owl:NamedIndividual ,
                                                        <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/WebSite
<https://blackcatinformatics.ca/gmeow/WebSite> rdf:type owl:NamedIndividual ,
                                                        <http://purl.org/nemo/gufo#SubKind> .


###  https://blackcatinformatics.ca/gmeow/Work
<https://blackcatinformatics.ca/gmeow/Work> rdf:type owl:NamedIndividual ,
                                                     <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/WritingSystem
<https://blackcatinformatics.ca/gmeow/WritingSystem> rdf:type owl:NamedIndividual ,
                                                              <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/WritingSystemType
<https://blackcatinformatics.ca/gmeow/WritingSystemType> rdf:type owl:NamedIndividual ,
                                                                  <http://purl.org/nemo/gufo#AbstractIndividualType> .


###  https://blackcatinformatics.ca/gmeow/WritingSystemUsage
<https://blackcatinformatics.ca/gmeow/WritingSystemUsage> rdf:type owl:NamedIndividual ,
                                                                   <http://purl.org/nemo/gufo#Kind> .


###  https://blackcatinformatics.ca/gmeow/aboutnessDescribes
<https://blackcatinformatics.ca/gmeow/aboutnessDescribes> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/AboutnessMode> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                          rdfs:label "describes"@x-gmeow-english ;
                                                          skos:definition "The describing (mention) aboutness mode — the carrier reports, quotes, depicts, defines, or analyzes its subject without performing it. Source material about a practice, not an embodiment of it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/aboutnessEnacts
<https://blackcatinformatics.ca/gmeow/aboutnessEnacts> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/AboutnessMode> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                       rdfs:label "enacts"@x-gmeow-english ;
                                                       skos:definition "The enacting (use) aboutness mode — the carrier performs, demands, exemplifies, or embodies its subject rather than merely reporting it. A style guide whose prose IS the voice it teaches; a covenant text that demands the trust it names. Fiction is the licensed case where enactment co-occurs with non-assertion (deception module bridge)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/accountStatusActive
<https://blackcatinformatics.ca/gmeow/accountStatusActive> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/AccountStatus> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accounts> ;
                                                           rdfs:label "active"@x-gmeow-english ;
                                                           skos:definition "An account in current use."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/accountStatusDormant
<https://blackcatinformatics.ca/gmeow/accountStatusDormant> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/AccountStatus> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accounts> ;
                                                            rdfs:label "dormant"@x-gmeow-english ;
                                                            skos:definition "An account retained but not actively used."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/accountStatusHistorical
<https://blackcatinformatics.ca/gmeow/accountStatusHistorical> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/AccountStatus> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accounts> ;
                                                               rdfs:label "historical"@x-gmeow-english ;
                                                               skos:definition "A retired account, kept for the record (P10): the holder no longer uses it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/accountTypeBank
<https://blackcatinformatics.ca/gmeow/accountTypeBank> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/FinancialAccountType> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                       rdfs:label "bank account"@x-gmeow-english ;
                                                       skos:definition "A deposit or chequing account at a bank or credit union."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/accountTypeCredit
<https://blackcatinformatics.ca/gmeow/accountTypeCredit> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/FinancialAccountType> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                         rdfs:label "credit account"@x-gmeow-english ;
                                                         skos:definition "A credit card or line-of-credit account."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/accountTypeInvestment
<https://blackcatinformatics.ca/gmeow/accountTypeInvestment> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/FinancialAccountType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                             rdfs:label "investment account"@x-gmeow-english ;
                                                             skos:definition "A brokerage, retirement, or other investment holdings account."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/accountTypeWallet
<https://blackcatinformatics.ca/gmeow/accountTypeWallet> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/FinancialAccountType> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                         rdfs:label "wallet"@x-gmeow-english ;
                                                         skos:definition "A digital wallet — fiat or crypto — held by an agent."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionAcceptTracking
<https://blackcatinformatics.ca/gmeow/actionAcceptTracking> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                            rdfs:label "accept tracking"@x-gmeow-english ;
                                                            skos:definition "Accept that use of the asset may be tracked (odrl:acceptTracking)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionAggregate
<https://blackcatinformatics.ca/gmeow/actionAggregate> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                       rdfs:label "aggregate"@x-gmeow-english ;
                                                       skos:definition "Use the asset within an aggregation with other assets (odrl:aggregate)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionAnnotate
<https://blackcatinformatics.ca/gmeow/actionAnnotate> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                      rdfs:label "annotate"@x-gmeow-english ;
                                                      skos:definition "Add explanatory notations to the asset (odrl:annotate)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionAnonymize
<https://blackcatinformatics.ca/gmeow/actionAnonymize> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                       rdfs:label "anonymize"@x-gmeow-english ;
                                                       skos:definition "Anonymise identifying information in the asset (odrl:anonymize)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionArchive
<https://blackcatinformatics.ca/gmeow/actionArchive> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                     rdfs:label "archive"@x-gmeow-english ;
                                                     skos:definition "Store the asset for long-term preservation (odrl:archive)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionAttribute
<https://blackcatinformatics.ca/gmeow/actionAttribute> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                       rdfs:label "attribute"@x-gmeow-english ;
                                                       skos:definition "Credit the rights holder (odrl:attribute; cc:Attribution) — typically the action of an attribution duty."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionCommercialize
<https://blackcatinformatics.ca/gmeow/actionCommercialize> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                           rdfs:label "commercialize"@x-gmeow-english ;
                                                           skos:definition "Use the asset for commercial advantage (odrl:commercialize; cc:CommercialUse)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionCompensate
<https://blackcatinformatics.ca/gmeow/actionCompensate> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                        rdfs:label "compensate"@x-gmeow-english ;
                                                        skos:definition "Compensate the assigner by payment (odrl:compensate) — typically a duty."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionConcurrentUse
<https://blackcatinformatics.ca/gmeow/actionConcurrentUse> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                           rdfs:label "concurrent use"@x-gmeow-english ;
                                                           skos:definition "Permit a limited number of concurrent uses (odrl:concurrentUse)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionDelete
<https://blackcatinformatics.ca/gmeow/actionDelete> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                    rdfs:label "delete"@x-gmeow-english ;
                                                    skos:definition "Permanently remove all copies of the asset (odrl:delete)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionDerive
<https://blackcatinformatics.ca/gmeow/actionDerive> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                    rdfs:label "derive / modify"@x-gmeow-english ;
                                                    skos:definition "Create derivative / adapted works from the asset (odrl:derive; cc:DerivativeWorks)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionDigitize
<https://blackcatinformatics.ca/gmeow/actionDigitize> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                      rdfs:label "digitize"@x-gmeow-english ;
                                                      skos:definition "Produce a digital copy of a physical asset (odrl:digitize)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionDisplay
<https://blackcatinformatics.ca/gmeow/actionDisplay> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                     rdfs:label "display"@x-gmeow-english ;
                                                     skos:definition "Display the asset, e.g. on screen (odrl:display)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionDistribute
<https://blackcatinformatics.ca/gmeow/actionDistribute> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                        rdfs:label "distribute"@x-gmeow-english ;
                                                        skos:definition "Distribute / publish copies of the asset (odrl:distribute; cc:Distribution)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionEnsureExclusivity
<https://blackcatinformatics.ca/gmeow/actionEnsureExclusivity> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                               rdfs:label "ensure exclusivity"@x-gmeow-english ;
                                                               skos:definition "Guarantee exclusivity of the granted rights (odrl:ensureExclusivity) — a duty."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionExecute
<https://blackcatinformatics.ca/gmeow/actionExecute> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                     rdfs:label "execute"@x-gmeow-english ;
                                                     skos:definition "Run / execute the asset (e.g. software) (odrl:execute)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionExtract
<https://blackcatinformatics.ca/gmeow/actionExtract> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                     rdfs:label "extract"@x-gmeow-english ;
                                                     skos:definition "Extract part of the asset (odrl:extract) — e.g. for text/data mining."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionGive
<https://blackcatinformatics.ca/gmeow/actionGive> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                  rdfs:label "give"@x-gmeow-english ;
                                                  skos:definition "Transfer ownership of the asset to another party without compensation (odrl:give)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionGrantUse
<https://blackcatinformatics.ca/gmeow/actionGrantUse> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                      rdfs:label "grant use"@x-gmeow-english ;
                                                      skos:definition "Grant the use of the asset to third parties (odrl:grantUse)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionInclude
<https://blackcatinformatics.ca/gmeow/actionInclude> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                     rdfs:label "include"@x-gmeow-english ;
                                                     skos:definition "Include other related assets in the asset (odrl:include)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionIndex
<https://blackcatinformatics.ca/gmeow/actionIndex> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                   rdfs:label "index"@x-gmeow-english ;
                                                   skos:definition "Record the asset in an index (odrl:index)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionInform
<https://blackcatinformatics.ca/gmeow/actionInform> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                    rdfs:label "inform"@x-gmeow-english ;
                                                    skos:definition "Inform a party that an action has occurred (odrl:inform) — a duty."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionInstall
<https://blackcatinformatics.ca/gmeow/actionInstall> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                     rdfs:label "install"@x-gmeow-english ;
                                                     skos:definition "Install the asset on a device (odrl:install)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionLease
<https://blackcatinformatics.ca/gmeow/actionLease> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                   rdfs:label "lease"@x-gmeow-english ;
                                                   skos:definition "Make the asset available for use for a period in return for payment (odrl:lease)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionLend
<https://blackcatinformatics.ca/gmeow/actionLend> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                  rdfs:label "lend"@x-gmeow-english ;
                                                  skos:definition "Make the asset available for temporary use without transferring ownership (odrl:lend)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionModify
<https://blackcatinformatics.ca/gmeow/actionModify> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                    rdfs:label "modify"@x-gmeow-english ;
                                                    skos:definition "Change existing content of the asset (odrl:modify)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionMove
<https://blackcatinformatics.ca/gmeow/actionMove> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                  rdfs:label "move"@x-gmeow-english ;
                                                  skos:definition "Move the asset from one digital location to another, deleting the original (odrl:move)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionNextPolicy
<https://blackcatinformatics.ca/gmeow/actionNextPolicy> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                        rdfs:label "next policy"@x-gmeow-english ;
                                                        skos:definition "Apply a subsequent policy to a re-distributed asset (odrl:nextPolicy)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionObtainConsent
<https://blackcatinformatics.ca/gmeow/actionObtainConsent> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                           rdfs:label "obtain consent"@x-gmeow-english ;
                                                           skos:definition "Obtain the holder's prior consent before exercising a permission (odrl:obtainConsent)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionPlay
<https://blackcatinformatics.ca/gmeow/actionPlay> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                  rdfs:label "play"@x-gmeow-english ;
                                                  skos:definition "Render the asset as audio/video (odrl:play)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionPresent
<https://blackcatinformatics.ca/gmeow/actionPresent> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                     rdfs:label "present / display"@x-gmeow-english ;
                                                     skos:definition "Publicly present, perform or display the asset (odrl:present)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionPrint
<https://blackcatinformatics.ca/gmeow/actionPrint> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                   rdfs:label "print"@x-gmeow-english ;
                                                   skos:definition "Create a hard-copy rendition of the asset (odrl:print)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionProcessPersonalData
<https://blackcatinformatics.ca/gmeow/actionProcessPersonalData> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                                 rdfs:label "process personal data"@x-gmeow-english ;
                                                                 skos:definition "Process personal data about a data subject — the privacy-regulated action (aligned to dpv:Processing and odrl:use)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionRead
<https://blackcatinformatics.ca/gmeow/actionRead> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                  rdfs:label "read"@x-gmeow-english ;
                                                  skos:definition "Obtain data from the asset (odrl:read)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionReproduce
<https://blackcatinformatics.ca/gmeow/actionReproduce> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                       rdfs:label "reproduce"@x-gmeow-english ;
                                                       skos:definition "Make copies of the asset (odrl:reproduce; cc:Reproduction)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionRetainNotice
<https://blackcatinformatics.ca/gmeow/actionRetainNotice> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                          rdfs:label "retain notice"@x-gmeow-english ;
                                                          skos:definition "Preserve copyright / licence notices (cc:Notice) — typically the action of a notice duty."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionReviewPolicy
<https://blackcatinformatics.ca/gmeow/actionReviewPolicy> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                          rdfs:label "review policy"@x-gmeow-english ;
                                                          skos:definition "Review the policy applicable to the asset (odrl:reviewPolicy) — a duty."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionSell
<https://blackcatinformatics.ca/gmeow/actionSell> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                  rdfs:label "sell"@x-gmeow-english ;
                                                  skos:definition "Transfer ownership of the asset in return for payment (odrl:sell)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionShareAlike
<https://blackcatinformatics.ca/gmeow/actionShareAlike> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                        rdfs:label "share alike"@x-gmeow-english ;
                                                        skos:definition "Distribute derivatives under the same licence (odrl:shareAlike; cc:ShareAlike) — typically the action of a share-alike duty."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionStream
<https://blackcatinformatics.ca/gmeow/actionStream> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                    rdfs:label "stream"@x-gmeow-english ;
                                                    skos:definition "Deliver the asset as a real-time stream (odrl:stream)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionSynchronize
<https://blackcatinformatics.ca/gmeow/actionSynchronize> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                         rdfs:label "synchronize"@x-gmeow-english ;
                                                         skos:definition "Use the asset in timed relation with another asset (odrl:synchronize)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionTextToSpeech
<https://blackcatinformatics.ca/gmeow/actionTextToSpeech> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                          rdfs:label "text to speech"@x-gmeow-english ;
                                                          skos:definition "Render text of the asset as synthesized speech (odrl:textToSpeech)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionTransfer
<https://blackcatinformatics.ca/gmeow/actionTransfer> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                      rdfs:label "transfer"@x-gmeow-english ;
                                                      skos:definition "Transfer ownership of the asset to another party (odrl:transfer)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionTransform
<https://blackcatinformatics.ca/gmeow/actionTransform> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                       rdfs:label "transform"@x-gmeow-english ;
                                                       skos:definition "Convert the asset into a different format (odrl:transform)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionTranslate
<https://blackcatinformatics.ca/gmeow/actionTranslate> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                       rdfs:label "translate"@x-gmeow-english ;
                                                       skos:definition "Translate the asset into another language (odrl:translate)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionUninstall
<https://blackcatinformatics.ca/gmeow/actionUninstall> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                       rdfs:label "uninstall"@x-gmeow-english ;
                                                       skos:definition "Remove an installed asset from a device (odrl:uninstall)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionUse
<https://blackcatinformatics.ca/gmeow/actionUse> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                 rdfs:label "use"@x-gmeow-english ;
                                                 skos:definition "Use the asset (the broad odrl:use action)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/actionWatermark
<https://blackcatinformatics.ca/gmeow/actionWatermark> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/RightsAction> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                       rdfs:label "watermark"@x-gmeow-english ;
                                                       skos:definition "Apply a watermark to the asset (odrl:watermark) — a duty."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/agentInternationalCommissionOnStratigraphy
<https://blackcatinformatics.ca/gmeow/agentInternationalCommissionOnStratigraphy> rdf:type owl:NamedIndividual ,
                                                                                           <https://blackcatinformatics.ca/gmeow/Organization> ;
                                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                                                  rdfs:label "International Commission on Stratigraphy"@x-gmeow-english ;
                                                                                  skos:definition "The International Commission on Stratigraphy (ICS), the global scientific authority for definition and nomenclature of geologic time units."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/aggAverage
<https://blackcatinformatics.ca/gmeow/aggAverage> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/AggregationFunction> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/aggregation> ;
                                                  rdfs:label "average"@x-gmeow-english ;
                                                  skos:definition "The arithmetic mean of a numeric property over entities within the aggregation region."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/aggCentroid
<https://blackcatinformatics.ca/gmeow/aggCentroid> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/AggregationFunction> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/aggregation> ;
                                                   rdfs:label "centroid"@x-gmeow-english ;
                                                   skos:definition "The geometric centre of the aggregation region or of the entities within it. Computed by the solver layer (Principle 12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/aggCount
<https://blackcatinformatics.ca/gmeow/aggCount> rdf:type owl:NamedIndividual ,
                                                         <https://blackcatinformatics.ca/gmeow/AggregationFunction> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/aggregation> ;
                                                rdfs:label "count"@x-gmeow-english ;
                                                skos:definition "The number of entities within the aggregation region."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/aggDensity
<https://blackcatinformatics.ca/gmeow/aggDensity> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/AggregationFunction> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/aggregation> ;
                                                  rdfs:label "density"@x-gmeow-english ;
                                                  skos:definition "The number of entities per unit area within the aggregation region. Computed by the solver layer (Principle 12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/aggMaximum
<https://blackcatinformatics.ca/gmeow/aggMaximum> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/AggregationFunction> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/aggregation> ;
                                                  rdfs:label "maximum"@x-gmeow-english ;
                                                  skos:definition "The largest value of a numeric property over entities within the aggregation region."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/aggMinimum
<https://blackcatinformatics.ca/gmeow/aggMinimum> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/AggregationFunction> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/aggregation> ;
                                                  rdfs:label "minimum"@x-gmeow-english ;
                                                  skos:definition "The smallest value of a numeric property over entities within the aggregation region."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/aggSum
<https://blackcatinformatics.ca/gmeow/aggSum> rdf:type owl:NamedIndividual ,
                                                       <https://blackcatinformatics.ca/gmeow/AggregationFunction> ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/aggregation> ;
                                              rdfs:label "sum"@x-gmeow-english ;
                                              skos:definition "The arithmetic sum of a numeric property over entities within the aggregation region."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/analysisPropertyFormFunction
<https://blackcatinformatics.ca/gmeow/analysisPropertyFormFunction> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/AnalysisProperty> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                    rdfs:label "form function"@x-gmeow-english ;
                                                                    skos:definition "The formal function of a segment."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/analysisPropertyGroove
<https://blackcatinformatics.ca/gmeow/analysisPropertyGroove> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/AnalysisProperty> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "groove"@x-gmeow-english ;
                                                              skos:definition "A groove or rhythmic feel classification."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/analysisPropertyHarmonyLabel
<https://blackcatinformatics.ca/gmeow/analysisPropertyHarmonyLabel> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/AnalysisProperty> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                    rdfs:label "harmony label"@x-gmeow-english ;
                                                                    skos:definition "A chord or harmonic-function label."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/analysisPropertyKey
<https://blackcatinformatics.ca/gmeow/analysisPropertyKey> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/AnalysisProperty> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "key"@x-gmeow-english ;
                                                           skos:definition "The tonal key of a passage or segment."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/analysisPropertyMeter
<https://blackcatinformatics.ca/gmeow/analysisPropertyMeter> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/AnalysisProperty> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "meter"@x-gmeow-english ;
                                                             skos:definition "The meter or metric structure of a span."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/analysisPropertyMode
<https://blackcatinformatics.ca/gmeow/analysisPropertyMode> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/AnalysisProperty> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                            rdfs:label "mode"@x-gmeow-english ;
                                                            skos:definition "A mode, raga, maqam, or pathet identity."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/analysisPropertyMotifIdentity
<https://blackcatinformatics.ca/gmeow/analysisPropertyMotifIdentity> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/AnalysisProperty> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                     rdfs:label "motif identity"@x-gmeow-english ;
                                                                     skos:definition "The identity of a motif or theme."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/analysisPropertySchema
<https://blackcatinformatics.ca/gmeow/analysisPropertySchema> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/AnalysisProperty> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "schema"@x-gmeow-english ;
                                                              skos:definition "A harmonic or melodic schema label."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/analysisPropertySegment
<https://blackcatinformatics.ca/gmeow/analysisPropertySegment> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/AnalysisProperty> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "segment"@x-gmeow-english ;
                                                               skos:definition "A structural or timed segment boundary or label, aligned to JAMS-style segment annotations."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/analysisPropertyTuningIdentification
<https://blackcatinformatics.ca/gmeow/analysisPropertyTuningIdentification> rdf:type owl:NamedIndividual ,
                                                                                     <https://blackcatinformatics.ca/gmeow/AnalysisProperty> ;
                                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                            rdfs:label "tuning identification"@x-gmeow-english ;
                                                                            skos:definition "Identification of the tuning system in use."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/arcTypeComingOfAge
<https://blackcatinformatics.ca/gmeow/arcTypeComingOfAge> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/ArcType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                          rdfs:label "coming-of-age"@x-gmeow-english ;
                                                          skos:definition "A transition from childhood to maturity."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/arcTypeCorruption
<https://blackcatinformatics.ca/gmeow/arcTypeCorruption> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/ArcType> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                         rdfs:label "corruption"@x-gmeow-english ;
                                                         skos:definition "A moral or ethical degradation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/arcTypeFall
<https://blackcatinformatics.ca/gmeow/arcTypeFall> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/ArcType> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                   rdfs:label "fall"@x-gmeow-english ;
                                                   skos:definition "A decline from a state of grace, power, or virtue."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/arcTypeQuest
<https://blackcatinformatics.ca/gmeow/arcTypeQuest> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/ArcType> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                    rdfs:label "quest"@x-gmeow-english ;
                                                    skos:definition "A journey toward a goal that transforms the protagonist."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/arcTypeRecovery
<https://blackcatinformatics.ca/gmeow/arcTypeRecovery> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/ArcType> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                       rdfs:label "recovery"@x-gmeow-english ;
                                                       skos:definition "A return to health, wholeness, or stability after loss."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/arcTypeRedemption
<https://blackcatinformatics.ca/gmeow/arcTypeRedemption> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/ArcType> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                         rdfs:label "redemption"@x-gmeow-english ;
                                                         skos:definition "A moral recovery or atonement for past failings."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/articulationAccent
<https://blackcatinformatics.ca/gmeow/articulationAccent> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/ArticulationKind> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                          rdfs:label "accent"@x-gmeow-english ;
                                                          skos:definition "An emphasis on a particular tone event."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/articulationHarmonic
<https://blackcatinformatics.ca/gmeow/articulationHarmonic> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/ArticulationKind> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                            rdfs:label "harmonic"@x-gmeow-english ;
                                                            skos:definition "A string harmonic articulation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/articulationLegato
<https://blackcatinformatics.ca/gmeow/articulationLegato> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/ArticulationKind> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                          rdfs:label "legato"@x-gmeow-english ;
                                                          skos:definition "A smooth, connected articulation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/articulationMarcato
<https://blackcatinformatics.ca/gmeow/articulationMarcato> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/ArticulationKind> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "marcato"@x-gmeow-english ;
                                                           skos:definition "A strongly accented articulation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/articulationPizzicato
<https://blackcatinformatics.ca/gmeow/articulationPizzicato> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/ArticulationKind> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "pizzicato"@x-gmeow-english ;
                                                             skos:definition "A plucked-string articulation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/articulationStaccato
<https://blackcatinformatics.ca/gmeow/articulationStaccato> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/ArticulationKind> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                            rdfs:label "staccato"@x-gmeow-english ;
                                                            skos:definition "A short, detached articulation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/articulationTenuto
<https://blackcatinformatics.ca/gmeow/articulationTenuto> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/ArticulationKind> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                          rdfs:label "tenuto"@x-gmeow-english ;
                                                          skos:definition "An articulation indicating a note is held for its full value."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/aspectNone
<https://blackcatinformatics.ca/gmeow/aspectNone> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/GrammaticalAspect> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                  rdfs:label "none"@x-gmeow-english ;
                                                  skos:definition "ISO-TimeML aspect NONE."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/aspectPerfective
<https://blackcatinformatics.ca/gmeow/aspectPerfective> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/GrammaticalAspect> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                        rdfs:label "perfective"@x-gmeow-english ;
                                                        skos:definition "ISO-TimeML aspect PERFECTIVE."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/aspectPerfectiveProgressive
<https://blackcatinformatics.ca/gmeow/aspectPerfectiveProgressive> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/GrammaticalAspect> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                                   rdfs:label "perfective-progressive"@x-gmeow-english ;
                                                                   skos:definition "ISO-TimeML aspect PERFECTIVE_PROGRESSIVE."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/aspectProgressive
<https://blackcatinformatics.ca/gmeow/aspectProgressive> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/GrammaticalAspect> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                         rdfs:label "progressive"@x-gmeow-english ;
                                                         skos:definition "ISO-TimeML aspect PROGRESSIVE."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/assessedBeginner
<https://blackcatinformatics.ca/gmeow/assessedBeginner> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/ProficiencyLevel> ;
                                                        <https://blackcatinformatics.ca/gmeow/levelScale> <https://blackcatinformatics.ca/gmeow/scaleAssessed> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                        rdfs:label "assessed beginner"@x-gmeow-english ;
                                                        skos:definition "The assessed beginner proficiency level — a milestone on a scale that describes how well an agent commands a language or skill."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/assessedCompetent
<https://blackcatinformatics.ca/gmeow/assessedCompetent> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/ProficiencyLevel> ;
                                                         <https://blackcatinformatics.ca/gmeow/levelScale> <https://blackcatinformatics.ca/gmeow/scaleAssessed> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                         rdfs:label "assessed competent"@x-gmeow-english ;
                                                         skos:definition "The assessed competent proficiency level — a milestone on a scale that describes how well an agent commands a language or skill."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/assessedExpert
<https://blackcatinformatics.ca/gmeow/assessedExpert> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/ProficiencyLevel> ;
                                                      <https://blackcatinformatics.ca/gmeow/levelScale> <https://blackcatinformatics.ca/gmeow/scaleAssessed> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                      rdfs:label "assessed expert"@x-gmeow-english ;
                                                      skos:definition "The assessed expert proficiency level — a milestone on a scale that describes how well an agent commands a language or skill."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/assetTypeBond
<https://blackcatinformatics.ca/gmeow/assetTypeBond> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/AssetType> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                     rdfs:label "bond"@x-gmeow-english ;
                                                     skos:definition "A fixed-income debt instrument."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/assetTypeCommodity
<https://blackcatinformatics.ca/gmeow/assetTypeCommodity> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/AssetType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                          rdfs:label "commodity"@x-gmeow-english ;
                                                          skos:definition "A basic good or raw material traded on a market (gold, oil, wheat, etc.)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/assetTypeCryptocurrency
<https://blackcatinformatics.ca/gmeow/assetTypeCryptocurrency> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/AssetType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                               rdfs:label "cryptocurrency"@x-gmeow-english ;
                                                               skos:definition "A digital currency operating on a blockchain or distributed ledger."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/assetTypeRealEstate
<https://blackcatinformatics.ca/gmeow/assetTypeRealEstate> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/AssetType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                           rdfs:label "real estate"@x-gmeow-english ;
                                                           skos:definition "A real property asset — land, buildings, or improvements."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/assetTypeStock
<https://blackcatinformatics.ca/gmeow/assetTypeStock> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/AssetType> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                      rdfs:label "stock"@x-gmeow-english ;
                                                      skos:definition "A share of ownership in a corporation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attestationTypeAIOutput
<https://blackcatinformatics.ca/gmeow/attestationTypeAIOutput> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/AttestationType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                               rdfs:label "AI output attestation"@x-gmeow-english ;
                                                               skos:definition "An attestation about the provenance, generation parameters, or content characteristics of an AI-generated output."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attestationTypeBlockchainClaim
<https://blackcatinformatics.ca/gmeow/attestationTypeBlockchainClaim> rdf:type owl:NamedIndividual ,
                                                                               <https://blackcatinformatics.ca/gmeow/AttestationType> ;
                                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                                      rdfs:label "blockchain claim"@x-gmeow-english ;
                                                                      skos:definition "A claim recorded on a distributed ledger or blockchain, whose existence and ordering are verifiable by network consensus."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attestationTypeC2PA
<https://blackcatinformatics.ca/gmeow/attestationTypeC2PA> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/AttestationType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                           rdfs:label "C2PA manifest"@x-gmeow-english ;
                                                           skos:definition "C2PA manifest attestation for media content provenance and authenticity, per the Coalition for Content Provenance and Authenticity."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attestationTypeDSSE
<https://blackcatinformatics.ca/gmeow/attestationTypeDSSE> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/AttestationType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                           rdfs:label "DSSE envelope"@x-gmeow-english ;
                                                           skos:definition "Dead Simple Signing Envelope (DSSE) — a lightweight, payload-agnostic envelope for authenticated messages."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attestationTypeEAT
<https://blackcatinformatics.ca/gmeow/attestationTypeEAT> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/AttestationType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                          rdfs:label "EAT token"@x-gmeow-english ;
                                                          skos:definition "Entity Attestation Token (EAT) — a claim about device or hardware state, typically encoded as a CBOR Web Token."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attestationTypeFactCheck
<https://blackcatinformatics.ca/gmeow/attestationTypeFactCheck> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/AttestationType> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                                rdfs:label "fact check"@x-gmeow-english ;
                                                                skos:definition "An attestation whose purpose is to verify or refute a claim — the schema.org ClaimReview act, modelled as an attestation with type fact-check. The result is a VerificationResult, not a global truth assertion (Principle 12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attestationTypeGitSignedTag
<https://blackcatinformatics.ca/gmeow/attestationTypeGitSignedTag> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/AttestationType> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                                   rdfs:label "git signed tag"@x-gmeow-english ;
                                                                   skos:definition "A Git tag signed with OpenPGP, SSH, or X.509 to assert source-code integrity."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attestationTypeInToto
<https://blackcatinformatics.ca/gmeow/attestationTypeInToto> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/AttestationType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                             rdfs:label "in-toto attestation"@x-gmeow-english ;
                                                             skos:definition "in-toto attestation about a step in a software supply chain, used to verify the integrity of a build or distribution pipeline."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attestationTypeNanopublication
<https://blackcatinformatics.ca/gmeow/attestationTypeNanopublication> rdf:type owl:NamedIndividual ,
                                                                               <https://blackcatinformatics.ca/gmeow/AttestationType> ;
                                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                                      rdfs:label "nanopublication"@x-gmeow-english ;
                                                                      skos:definition "A nanopublication — a small, citable, signed RDF publication with assertion, provenance, and publication-info graphs."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attestationTypeQualityReport
<https://blackcatinformatics.ca/gmeow/attestationTypeQualityReport> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/AttestationType> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                                    rdfs:label "quality report attestation"@x-gmeow-english ;
                                                                    skos:definition "An attestation about quality-assessment results, test outcomes, or conformance metrics for an artifact or process."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attestationTypeReleaseManifest
<https://blackcatinformatics.ca/gmeow/attestationTypeReleaseManifest> rdf:type owl:NamedIndividual ,
                                                                               <https://blackcatinformatics.ca/gmeow/AttestationType> ;
                                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                                      rdfs:label "release manifest"@x-gmeow-english ;
                                                                      skos:definition "A software-release manifest listing the artifacts, checksums, and metadata that constitute a release."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attestationTypeSCITT
<https://blackcatinformatics.ca/gmeow/attestationTypeSCITT> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/AttestationType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                            rdfs:label "SCITT signed statement"@x-gmeow-english ;
                                                            skos:definition "SCITT signed statement — a transparency-service-registered attestation for supply-chain integrity."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attestationTypeSLSAProvenance
<https://blackcatinformatics.ca/gmeow/attestationTypeSLSAProvenance> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/AttestationType> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                                     rdfs:label "SLSA provenance"@x-gmeow-english ;
                                                                     skos:definition "SLSA provenance attestation describing how a software artifact was produced, per the Supply-chain Levels for Software Artifacts framework."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attestationTypeSignedRDF
<https://blackcatinformatics.ca/gmeow/attestationTypeSignedRDF> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/AttestationType> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                                rdfs:label "signed RDF graph"@x-gmeow-english ;
                                                                skos:definition "An RDF graph or dataset signed as a whole, often using RDF Dataset Canonicalization and detached signatures."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/attestationTypeVerifiableCredential
<https://blackcatinformatics.ca/gmeow/attestationTypeVerifiableCredential> rdf:type owl:NamedIndividual ,
                                                                                    <https://blackcatinformatics.ca/gmeow/AttestationType> ;
                                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                                           rdfs:label "verifiable credential"@x-gmeow-english ;
                                                                           skos:definition "W3C Verifiable Credential — a cryptographically verifiable claim about a subject, typically issued by a trusted entity."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/authorityAbsolute
<https://blackcatinformatics.ca/gmeow/authorityAbsolute> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/AuthorityLevel> ;
                                                         <https://blackcatinformatics.ca/gmeow/strongerThan> <https://blackcatinformatics.ca/gmeow/authorityHigh> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                         rdfs:label "absolute"@x-gmeow-english ;
                                                         skos:definition "The absolute authority level — the issuing system claims this norm overrides all others it issues."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/authorityConditional
<https://blackcatinformatics.ca/gmeow/authorityConditional> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/AuthorityLevel> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                            rdfs:label "conditional"@x-gmeow-english ;
                                                            skos:definition "The conditional authority level — authority contingent on an activation condition."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/authorityHigh
<https://blackcatinformatics.ca/gmeow/authorityHigh> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/AuthorityLevel> ;
                                                     <https://blackcatinformatics.ca/gmeow/strongerThan> <https://blackcatinformatics.ca/gmeow/authorityMedium> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                     rdfs:label "high"@x-gmeow-english ;
                                                     skos:definition "The high authority level."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/authorityMedium
<https://blackcatinformatics.ca/gmeow/authorityMedium> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/AuthorityLevel> ;
                                                       <https://blackcatinformatics.ca/gmeow/strongerThan> <https://blackcatinformatics.ca/gmeow/authorityConditional> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                       rdfs:label "medium"@x-gmeow-english ;
                                                       skos:definition "The medium authority level."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/availabilityStatusBusy
<https://blackcatinformatics.ca/gmeow/availabilityStatusBusy> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/AvailabilityStatus> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                              rdfs:label "busy"@x-gmeow-english ;
                                                              skos:definition "The agent is busy during this slot. Aligned to iCalendar FBTYPE=BUSY."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/availabilityStatusFree
<https://blackcatinformatics.ca/gmeow/availabilityStatusFree> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/AvailabilityStatus> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                              rdfs:label "free"@x-gmeow-english ;
                                                              skos:definition "The agent is free during this slot. Aligned to iCalendar FBTYPE=FREE."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/availabilityStatusOutOfOffice
<https://blackcatinformatics.ca/gmeow/availabilityStatusOutOfOffice> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/AvailabilityStatus> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                                     rdfs:label "out of office"@x-gmeow-english ;
                                                                     skos:definition "The agent is out of office. Aligned to iCalendar FBTYPE=BUSY-UNAVAILABLE."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/availabilityStatusTentative
<https://blackcatinformatics.ca/gmeow/availabilityStatusTentative> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/AvailabilityStatus> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                                   rdfs:label "tentative"@x-gmeow-english ;
                                                                   skos:definition "The agent is tentatively busy. Aligned to iCalendar FBTYPE=BUSY-TENTATIVE."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisAddressLocality
<https://blackcatinformatics.ca/gmeow/axisAddressLocality> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                           rdfs:label "address locality axis"@x-gmeow-english ;
                                                           skos:definition "The address locality axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisAddressRegion
<https://blackcatinformatics.ca/gmeow/axisAddressRegion> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "address region axis"@x-gmeow-english ;
                                                         skos:definition "The address region axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisAllocentricX
<https://blackcatinformatics.ca/gmeow/axisAllocentricX> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                        rdfs:label "allocentric X"@x-gmeow-english ;
                                                        skos:definition "The X axis of an allocentric (world-centred) cognitive map."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisAllocentricY
<https://blackcatinformatics.ca/gmeow/axisAllocentricY> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                        rdfs:label "allocentric Y"@x-gmeow-english ;
                                                        skos:definition "The Y axis of an allocentric (world-centred) cognitive map."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisAltitude
<https://blackcatinformatics.ca/gmeow/axisAltitude> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                    rdfs:label "altitude"@x-gmeow-english ;
                                                    skos:definition "The vertical axis above a reference datum — mean sea level, ground level, or another vertical reference surface. Used for aviation and terrestrial elevation bounds."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisAngularVelocityX
<https://blackcatinformatics.ca/gmeow/axisAngularVelocityX> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                            rdfs:label "angular velocity X axis"@x-gmeow-english ;
                                                            skos:definition "The angular velocity x axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisAngularVelocityY
<https://blackcatinformatics.ca/gmeow/axisAngularVelocityY> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                            rdfs:label "angular velocity Y axis"@x-gmeow-english ;
                                                            skos:definition "The angular velocity y axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisAngularVelocityZ
<https://blackcatinformatics.ca/gmeow/axisAngularVelocityZ> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                            rdfs:label "angular velocity Z axis"@x-gmeow-english ;
                                                            skos:definition "The angular velocity z axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisArousal
<https://blackcatinformatics.ca/gmeow/axisArousal> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                   rdfs:label "arousal"@x-gmeow-english ;
                                                   skos:definition "The activation-deactivation dimension of affect (Russell circumplex)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisAstar
<https://blackcatinformatics.ca/gmeow/axisAstar> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                 rdfs:label "CIE a* red-green"@x-gmeow-english ;
                                                 skos:definition "The astar axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisBGPAS
<https://blackcatinformatics.ca/gmeow/axisBGPAS> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                 rdfs:label "BGP autonomous system axis"@x-gmeow-english ;
                                                 skos:definition "The bgpas axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisBearing
<https://blackcatinformatics.ca/gmeow/axisBearing> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                   rdfs:label "bearing axis"@x-gmeow-english ;
                                                   skos:definition "The bearing axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisBlue
<https://blackcatinformatics.ca/gmeow/axisBlue> rdf:type owl:NamedIndividual ,
                                                         <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                rdfs:label "blue channel"@x-gmeow-english ;
                                                skos:definition "The blue axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisBstar
<https://blackcatinformatics.ca/gmeow/axisBstar> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                 rdfs:label "CIE b* blue-yellow"@x-gmeow-english ;
                                                 skos:definition "The bstar axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisConceptualSimilarity
<https://blackcatinformatics.ca/gmeow/axisConceptualSimilarity> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                rdfs:label "conceptual similarity"@x-gmeow-english ;
                                                                skos:definition "The similarity or distance between concepts in a Gärdenfors-style conceptual space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisConfigurationVector
<https://blackcatinformatics.ca/gmeow/axisConfigurationVector> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                               rdfs:label "configuration vector axis"@x-gmeow-english ;
                                                               skos:definition "A generic n-dimensional configuration vector axis for variable-DOF robots. The actual dimensionality is pushed to the solver layer via CoordinateMatrix.matrixShape (Principle 12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisCountryCode
<https://blackcatinformatics.ca/gmeow/axisCountryCode> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                       rdfs:label "country code axis"@x-gmeow-english ;
                                                       skos:definition "The country code axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisCyan
<https://blackcatinformatics.ca/gmeow/axisCyan> rdf:type owl:NamedIndividual ,
                                                         <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                rdfs:label "cyan channel"@x-gmeow-english ;
                                                skos:definition "The cyan axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisDNSName
<https://blackcatinformatics.ca/gmeow/axisDNSName> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                   rdfs:label "DNS name axis"@x-gmeow-english ;
                                                   skos:definition "The dns name axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisDay
<https://blackcatinformatics.ca/gmeow/axisDay> rdf:type owl:NamedIndividual ,
                                                        <https://blackcatinformatics.ca/gmeow/Axis> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                               rdfs:label "day"@x-gmeow-english ;
                                               skos:definition "The day axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisDayOfWeek
<https://blackcatinformatics.ca/gmeow/axisDayOfWeek> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                     rdfs:label "day of week"@x-gmeow-english ;
                                                     skos:definition "The day-of-week axis (ISO 8601 weekday 1=Monday–7=Sunday) of a week-date reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisDeclination
<https://blackcatinformatics.ca/gmeow/axisDeclination> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                       rdfs:label "declination"@x-gmeow-english ;
                                                       skos:definition "The declination axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisDepth
<https://blackcatinformatics.ca/gmeow/axisDepth> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                 rdfs:label "depth"@x-gmeow-english ;
                                                 skos:definition "The vertical axis below a reference datum — mean sea level, chart datum, or another vertical reference surface. Used for maritime depth bounds and bathymetry."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisDiscourseTime
<https://blackcatinformatics.ca/gmeow/axisDiscourseTime> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/NarrativeTimeAxis> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                         rdfs:label "discourse time (syuzhet)"@x-gmeow-english ;
                                                         skos:definition "The discourse-time axis — narrative position in the order of telling: chapter indices, scene ordinals, page positions. Owned by the telling work or expression; a re-segmented edition is a different discourse frame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisEgocentricForward
<https://blackcatinformatics.ca/gmeow/axisEgocentricForward> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                             rdfs:label "egocentric forward"@x-gmeow-english ;
                                                             skos:definition "The forward/backward axis of an egocentric cognitive map, relative to the agent's facing direction."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisEgocentricLateral
<https://blackcatinformatics.ca/gmeow/axisEgocentricLateral> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                             rdfs:label "egocentric lateral"@x-gmeow-english ;
                                                             skos:definition "The left/right axis of an egocentric cognitive map, relative to the agent's facing direction."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisElevation
<https://blackcatinformatics.ca/gmeow/axisElevation> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                     rdfs:label "elevation"@x-gmeow-english ;
                                                     skos:definition "The elevation axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisExtendedAddress
<https://blackcatinformatics.ca/gmeow/axisExtendedAddress> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                           rdfs:label "extended address axis"@x-gmeow-english ;
                                                           skos:definition "The extended address axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisFlightLevel
<https://blackcatinformatics.ca/gmeow/axisFlightLevel> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                       rdfs:label "flight level"@x-gmeow-english ;
                                                       skos:definition "The pressure-altitude axis expressed as ICAO flight level (standard atmosphere 1013.25 hPa). Independent of local QNH; used for en-route airspace bounds."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisFrequency
<https://blackcatinformatics.ca/gmeow/axisFrequency> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                     rdfs:label "frequency"@x-gmeow-english ;
                                                     skos:definition "The frequency axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisGalacticLatitude
<https://blackcatinformatics.ca/gmeow/axisGalacticLatitude> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                            rdfs:label "galactic latitude"@x-gmeow-english ;
                                                            skos:definition "The galactic latitude axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisGalacticLongitude
<https://blackcatinformatics.ca/gmeow/axisGalacticLongitude> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                             rdfs:label "galactic longitude"@x-gmeow-english ;
                                                             skos:definition "The galactic longitude axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisGeneralizedCoordinate
<https://blackcatinformatics.ca/gmeow/axisGeneralizedCoordinate> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                 rdfs:label "generalized coordinate"@x-gmeow-english ;
                                                                 skos:definition "A generalized position coordinate qᵢ in a Lagrangian or Hamiltonian formulation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisGeneralizedMomentum
<https://blackcatinformatics.ca/gmeow/axisGeneralizedMomentum> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                               rdfs:label "generalized momentum"@x-gmeow-english ;
                                                               skos:definition "The conjugate momentum pᵢ = ∂L/∂q̇ᵢ corresponding to a generalized coordinate qᵢ."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisGeohash
<https://blackcatinformatics.ca/gmeow/axisGeohash> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                   rdfs:label "geohash string"@x-gmeow-english ;
                                                   skos:definition "The geohash axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisGreen
<https://blackcatinformatics.ca/gmeow/axisGreen> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                 rdfs:label "green channel"@x-gmeow-english ;
                                                 skos:definition "The green axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisHeading
<https://blackcatinformatics.ca/gmeow/axisHeading> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                   rdfs:label "heading axis"@x-gmeow-english ;
                                                   skos:definition "The heading axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisHilbertState
<https://blackcatinformatics.ca/gmeow/axisHilbertState> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                        rdfs:label "Hilbert state vector"@x-gmeow-english ;
                                                        skos:definition "A single axis representing the state vector in a Hilbert space. The actual infinite-dimensional structure is a solver-layer attribute (Principle 12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisHour
<https://blackcatinformatics.ca/gmeow/axisHour> rdf:type owl:NamedIndividual ,
                                                         <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                rdfs:label "hour"@x-gmeow-english ;
                                                skos:definition "The hour axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisIPv4Address
<https://blackcatinformatics.ca/gmeow/axisIPv4Address> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                       rdfs:label "IPv4 address axis"@x-gmeow-english ;
                                                       skos:definition "The i pv 4 address axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisIPv6Address
<https://blackcatinformatics.ca/gmeow/axisIPv6Address> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                       rdfs:label "IPv6 address axis"@x-gmeow-english ;
                                                       skos:definition "The i pv 6 address axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisImaginedSpaceX
<https://blackcatinformatics.ca/gmeow/axisImaginedSpaceX> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "imagined space X"@x-gmeow-english ;
                                                          skos:definition "The X axis of an imagined or dream space (memory palace, dream landscape)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisImaginedSpaceY
<https://blackcatinformatics.ca/gmeow/axisImaginedSpaceY> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "imagined space Y"@x-gmeow-english ;
                                                          skos:definition "The Y axis of an imagined or dream space (memory palace, dream landscape)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisImaginedSpaceZ
<https://blackcatinformatics.ca/gmeow/axisImaginedSpaceZ> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "imagined space Z"@x-gmeow-english ;
                                                          skos:definition "The Z axis of an imagined or dream space (memory palace, dream landscape)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisJointAngle1
<https://blackcatinformatics.ca/gmeow/axisJointAngle1> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                       rdfs:label "joint angle 1"@x-gmeow-english ;
                                                       skos:definition "The joint angle 1 axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisJointAngle2
<https://blackcatinformatics.ca/gmeow/axisJointAngle2> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                       rdfs:label "joint angle 2"@x-gmeow-english ;
                                                       skos:definition "The joint angle 2 axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisJointAngle3
<https://blackcatinformatics.ca/gmeow/axisJointAngle3> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                       rdfs:label "joint angle 3"@x-gmeow-english ;
                                                       skos:definition "The joint angle 3 axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisJointAngle4
<https://blackcatinformatics.ca/gmeow/axisJointAngle4> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                       rdfs:label "joint angle 4"@x-gmeow-english ;
                                                       skos:definition "The joint angle 4 axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisJointAngle5
<https://blackcatinformatics.ca/gmeow/axisJointAngle5> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                       rdfs:label "joint angle 5"@x-gmeow-english ;
                                                       skos:definition "The joint angle 5 axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisJointAngle6
<https://blackcatinformatics.ca/gmeow/axisJointAngle6> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                       rdfs:label "joint angle 6"@x-gmeow-english ;
                                                       skos:definition "The joint angle 6 axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisKey
<https://blackcatinformatics.ca/gmeow/axisKey> rdf:type owl:NamedIndividual ,
                                                        <https://blackcatinformatics.ca/gmeow/Axis> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                               rdfs:label "key (black) channel"@x-gmeow-english ;
                                               skos:definition "The key axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisLatentVector
<https://blackcatinformatics.ca/gmeow/axisLatentVector> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                        rdfs:label "latent vector"@x-gmeow-english ;
                                                        skos:definition "A single axis representing a point in a learned latent vector space. The embedding dimension is a solver-layer attribute (Principle 12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisLatitude
<https://blackcatinformatics.ca/gmeow/axisLatitude> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                    rdfs:label "latitude"@x-gmeow-english ;
                                                    skos:definition "The latitude axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisLightness
<https://blackcatinformatics.ca/gmeow/axisLightness> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                     rdfs:label "CIE L* lightness"@x-gmeow-english ;
                                                     skos:definition "The lightness axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisLinearVelocityX
<https://blackcatinformatics.ca/gmeow/axisLinearVelocityX> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                           rdfs:label "linear velocity X axis"@x-gmeow-english ;
                                                           skos:definition "The linear velocity x axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisLinearVelocityY
<https://blackcatinformatics.ca/gmeow/axisLinearVelocityY> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                           rdfs:label "linear velocity Y axis"@x-gmeow-english ;
                                                           skos:definition "The linear velocity y axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisLinearVelocityZ
<https://blackcatinformatics.ca/gmeow/axisLinearVelocityZ> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                           rdfs:label "linear velocity Z axis"@x-gmeow-english ;
                                                           skos:definition "The linear velocity z axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisLongitude
<https://blackcatinformatics.ca/gmeow/axisLongitude> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                     rdfs:label "longitude"@x-gmeow-english ;
                                                     skos:definition "The longitude axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisMACAddress
<https://blackcatinformatics.ca/gmeow/axisMACAddress> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                      rdfs:label "MAC address axis"@x-gmeow-english ;
                                                      skos:definition "The mac address axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisMGRS
<https://blackcatinformatics.ca/gmeow/axisMGRS> rdf:type owl:NamedIndividual ,
                                                         <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                rdfs:label "MGRS grid reference"@x-gmeow-english ;
                                                skos:definition "The mgrs axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisMagenta
<https://blackcatinformatics.ca/gmeow/axisMagenta> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                   rdfs:label "magenta channel"@x-gmeow-english ;
                                                   skos:definition "The magenta axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisMagnitude
<https://blackcatinformatics.ca/gmeow/axisMagnitude> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                     rdfs:label "magnitude"@x-gmeow-english ;
                                                     skos:definition "The magnitude axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisMileMarker
<https://blackcatinformatics.ca/gmeow/axisMileMarker> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                      rdfs:label "mile marker / chainage"@x-gmeow-english ;
                                                      skos:definition "The mile marker axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisMinute
<https://blackcatinformatics.ca/gmeow/axisMinute> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                  rdfs:label "minute"@x-gmeow-english ;
                                                  skos:definition "The minute axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisMomentumX
<https://blackcatinformatics.ca/gmeow/axisMomentumX> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                     rdfs:label "momentum X"@x-gmeow-english ;
                                                     skos:definition "The momentum x axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisMomentumY
<https://blackcatinformatics.ca/gmeow/axisMomentumY> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                     rdfs:label "momentum Y"@x-gmeow-english ;
                                                     skos:definition "The momentum y axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisMomentumZ
<https://blackcatinformatics.ca/gmeow/axisMomentumZ> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                     rdfs:label "momentum Z"@x-gmeow-english ;
                                                     skos:definition "The momentum z axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisMonth
<https://blackcatinformatics.ca/gmeow/axisMonth> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                 rdfs:label "month"@x-gmeow-english ;
                                                 skos:definition "The month axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisMusicAnalysis
<https://blackcatinformatics.ca/gmeow/axisMusicAnalysis> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "music analysis axis"@x-gmeow-english ;
                                                         skos:definition "The single abstract axis of a music-analysis reference frame; specific analytical dimensions are interpreted by the frame's theory, not asserted as coordinates in the ontology (Principle 12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisPitch
<https://blackcatinformatics.ca/gmeow/axisPitch> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                 rdfs:label "pitch axis"@x-gmeow-english ;
                                                 skos:definition "The pitch axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisPlusCode
<https://blackcatinformatics.ca/gmeow/axisPlusCode> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                    rdfs:label "Plus Code cell"@x-gmeow-english ;
                                                    skos:definition "The plus code axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisPortNumber
<https://blackcatinformatics.ca/gmeow/axisPortNumber> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                      rdfs:label "port number axis"@x-gmeow-english ;
                                                      skos:definition "The port number axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisPostOfficeBox
<https://blackcatinformatics.ca/gmeow/axisPostOfficeBox> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "post office box axis"@x-gmeow-english ;
                                                         skos:definition "The post office box axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisPostalCode
<https://blackcatinformatics.ca/gmeow/axisPostalCode> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                      rdfs:label "postal code axis"@x-gmeow-english ;
                                                      skos:definition "The postal code axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisPredictedMeanVote
<https://blackcatinformatics.ca/gmeow/axisPredictedMeanVote> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                             rdfs:label "predicted mean vote (PMV)"@x-gmeow-english ;
                                                             skos:definition "The predicted mean vote axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisPredictedPercentageDissatisfied
<https://blackcatinformatics.ca/gmeow/axisPredictedPercentageDissatisfied> rdf:type owl:NamedIndividual ,
                                                                                    <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                           rdfs:label "predicted percentage dissatisfied (PPD)"@x-gmeow-english ;
                                                                           skos:definition "The predicted percentage dissatisfied axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisQuaternionW
<https://blackcatinformatics.ca/gmeow/axisQuaternionW> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                       rdfs:label "quaternion W axis"@x-gmeow-english ;
                                                       skos:definition "The quaternion w axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisQuaternionX
<https://blackcatinformatics.ca/gmeow/axisQuaternionX> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                       rdfs:label "quaternion X axis"@x-gmeow-english ;
                                                       skos:definition "The quaternion x axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisQuaternionY
<https://blackcatinformatics.ca/gmeow/axisQuaternionY> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                       rdfs:label "quaternion Y axis"@x-gmeow-english ;
                                                       skos:definition "The quaternion y axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisQuaternionZ
<https://blackcatinformatics.ca/gmeow/axisQuaternionZ> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                       rdfs:label "quaternion Z axis"@x-gmeow-english ;
                                                       skos:definition "The quaternion z axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisRed
<https://blackcatinformatics.ca/gmeow/axisRed> rdf:type owl:NamedIndividual ,
                                                        <https://blackcatinformatics.ca/gmeow/Axis> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                               rdfs:label "red channel"@x-gmeow-english ;
                                               skos:definition "The red axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisRightAscension
<https://blackcatinformatics.ca/gmeow/axisRightAscension> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "right ascension"@x-gmeow-english ;
                                                          skos:definition "The right ascension axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisRoll
<https://blackcatinformatics.ca/gmeow/axisRoll> rdf:type owl:NamedIndividual ,
                                                         <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                rdfs:label "roll axis"@x-gmeow-english ;
                                                skos:definition "The roll axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisScalar
<https://blackcatinformatics.ca/gmeow/axisScalar> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                  rdfs:label "scalar axis"@x-gmeow-english ;
                                                  skos:definition "The scalar axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisSecond
<https://blackcatinformatics.ca/gmeow/axisSecond> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                  rdfs:label "second"@x-gmeow-english ;
                                                  skos:definition "The second axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisSequencePosition
<https://blackcatinformatics.ca/gmeow/axisSequencePosition> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                            rdfs:label "sequence position"@x-gmeow-english ;
                                                            skos:definition "The linear position axis along a biological sequence (DNA, RNA, protein), measured in base pairs or amino-acid residues from a sequence origin."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisStoryTime
<https://blackcatinformatics.ca/gmeow/axisStoryTime> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/NarrativeTimeAxis> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                     rdfs:label "story time (fabula)"@x-gmeow-english ;
                                                     skos:definition "The story-time axis — narrative position in the order of happening in-universe: the fabula. Owned by a narrative reference frame; a continuity may reorder story time, and the reordering (a retcon) is a frame-scoped claim revision preserved by suppression (Principle 10)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisStreetAddress
<https://blackcatinformatics.ca/gmeow/axisStreetAddress> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "street address axis"@x-gmeow-english ;
                                                         skos:definition "The street address axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisTime
<https://blackcatinformatics.ca/gmeow/axisTime> rdf:type owl:NamedIndividual ,
                                                         <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                rdfs:label "musical time axis"@x-gmeow-english ;
                                                skos:definition "The musical time axis of a reference frame — a one-dimensional rational-position axis used by musical-time reference frames."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisTristimulusX
<https://blackcatinformatics.ca/gmeow/axisTristimulusX> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                        rdfs:label "CIE X tristimulus"@x-gmeow-english ;
                                                        skos:definition "The tristimulus x axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisTristimulusY
<https://blackcatinformatics.ca/gmeow/axisTristimulusY> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                        rdfs:label "CIE Y tristimulus"@x-gmeow-english ;
                                                        skos:definition "The tristimulus y axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisTristimulusZ
<https://blackcatinformatics.ca/gmeow/axisTristimulusZ> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                        rdfs:label "CIE Z tristimulus"@x-gmeow-english ;
                                                        skos:definition "The tristimulus z axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisUNLocode
<https://blackcatinformatics.ca/gmeow/axisUNLocode> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                    rdfs:label "UN/LOCODE code"@x-gmeow-english ;
                                                    skos:definition "The un locode axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisURL
<https://blackcatinformatics.ca/gmeow/axisURL> rdf:type owl:NamedIndividual ,
                                                        <https://blackcatinformatics.ca/gmeow/Axis> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                               rdfs:label "URL axis"@x-gmeow-english ;
                                               skos:definition "The url axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisValence
<https://blackcatinformatics.ca/gmeow/axisValence> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                   rdfs:label "valence"@x-gmeow-english ;
                                                   skos:definition "The pleasure-displeasure dimension of affect (Russell circumplex)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisVirtualAddress
<https://blackcatinformatics.ca/gmeow/axisVirtualAddress> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "virtual address axis"@x-gmeow-english ;
                                                          skos:definition "The virtual address axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisWeek
<https://blackcatinformatics.ca/gmeow/axisWeek> rdf:type owl:NamedIndividual ,
                                                         <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                rdfs:label "week"@x-gmeow-english ;
                                                skos:definition "The week-number axis (ISO 8601 week 1–53) of a week-date reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisWhat3Words
<https://blackcatinformatics.ca/gmeow/axisWhat3Words> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                      rdfs:label "what3words word triple"@x-gmeow-english ;
                                                      skos:definition "The what 3 words axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisX
<https://blackcatinformatics.ca/gmeow/axisX> rdf:type owl:NamedIndividual ,
                                                      <https://blackcatinformatics.ca/gmeow/Axis> ;
                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                             rdfs:label "X axis"@x-gmeow-english ;
                                             skos:definition "The x axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisY
<https://blackcatinformatics.ca/gmeow/axisY> rdf:type owl:NamedIndividual ,
                                                      <https://blackcatinformatics.ca/gmeow/Axis> ;
                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                             rdfs:label "Y axis"@x-gmeow-english ;
                                             skos:definition "The y axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisYaw
<https://blackcatinformatics.ca/gmeow/axisYaw> rdf:type owl:NamedIndividual ,
                                                        <https://blackcatinformatics.ca/gmeow/Axis> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                               rdfs:label "yaw axis"@x-gmeow-english ;
                                               skos:definition "The yaw axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisYear
<https://blackcatinformatics.ca/gmeow/axisYear> rdf:type owl:NamedIndividual ,
                                                         <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                rdfs:label "year"@x-gmeow-english ;
                                                skos:definition "The year axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisYellow
<https://blackcatinformatics.ca/gmeow/axisYellow> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/Axis> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                  rdfs:label "yellow channel"@x-gmeow-english ;
                                                  skos:definition "The yellow axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/axisZ
<https://blackcatinformatics.ca/gmeow/axisZ> rdf:type owl:NamedIndividual ,
                                                      <https://blackcatinformatics.ca/gmeow/Axis> ;
                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                             rdfs:label "Z axis"@x-gmeow-english ;
                                             skos:definition "The z axis of a reference frame — a coordinate axis used by a reference frame to name one dimension of a value space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/branchConditionIf
<https://blackcatinformatics.ca/gmeow/branchConditionIf> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/BranchConditionType> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                         rdfs:label "if"@x-gmeow-english ;
                                                         skos:definition "A conditional if-then branch."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/branchConditionLoop
<https://blackcatinformatics.ca/gmeow/branchConditionLoop> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/BranchConditionType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                           rdfs:label "loop"@x-gmeow-english ;
                                                           skos:definition "An iterative loop-back branch."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/branchConditionParallel
<https://blackcatinformatics.ca/gmeow/branchConditionParallel> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/BranchConditionType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                               rdfs:label "parallel"@x-gmeow-english ;
                                                               skos:definition "A parallel split or join branch."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/branchConditionSwitch
<https://blackcatinformatics.ca/gmeow/branchConditionSwitch> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/BranchConditionType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                             rdfs:label "switch"@x-gmeow-english ;
                                                             skos:definition "A multi-way switch branch."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/bullshit
<https://blackcatinformatics.ca/gmeow/bullshit> rdf:type owl:NamedIndividual ,
                                                         <https://blackcatinformatics.ca/gmeow/StandpointModality> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/standpoint> ;
                                                rdfs:label "bullshit (indifference to truth)"@x-gmeow-english ;
                                                skos:definition "The standpoint asserts P with indifference to its truth-value — Frankfurt's bullshit modality. Distinct from lying (which cares about truth and asserts the opposite) and from error (which cares and gets it wrong). A bullshit claim is neither true nor false under the standpoint; it is held without regard for correspondence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/calendarChinese
<https://blackcatinformatics.ca/gmeow/calendarChinese> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/CalendarSystem> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                       rdfs:label "Chinese calendar"@x-gmeow-english ;
                                                       skos:definition "The lunisolar Chinese calendar."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/calendarCoptic
<https://blackcatinformatics.ca/gmeow/calendarCoptic> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/CalendarSystem> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                      rdfs:label "Coptic calendar"@x-gmeow-english ;
                                                      skos:definition "The Coptic calendar."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/calendarEthiopian
<https://blackcatinformatics.ca/gmeow/calendarEthiopian> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/CalendarSystem> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                         rdfs:label "Ethiopian calendar"@x-gmeow-english ;
                                                         skos:definition "The Ethiopian calendar, similar to the Coptic."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/calendarGregorian
<https://blackcatinformatics.ca/gmeow/calendarGregorian> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/CalendarSystem> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                         rdfs:label "Gregorian calendar"@x-gmeow-english ;
                                                         skos:definition "The Gregorian calendar, introduced 1582."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/calendarHebrew
<https://blackcatinformatics.ca/gmeow/calendarHebrew> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/CalendarSystem> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                      rdfs:label "Hebrew calendar"@x-gmeow-english ;
                                                      skos:definition "The lunisolar Hebrew calendar."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/calendarISOWeek
<https://blackcatinformatics.ca/gmeow/calendarISOWeek> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/CalendarSystem> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                       rdfs:label "ISO week date"@x-gmeow-english ;
                                                       skos:definition "The ISO 8601 week-numbering calendar."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/calendarIslamic
<https://blackcatinformatics.ca/gmeow/calendarIslamic> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/CalendarSystem> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                       rdfs:label "Islamic (Hijri) calendar"@x-gmeow-english ;
                                                       skos:definition "The lunar Islamic calendar."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/calendarJulian
<https://blackcatinformatics.ca/gmeow/calendarJulian> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/CalendarSystem> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                      rdfs:label "Julian calendar"@x-gmeow-english ;
                                                      skos:definition "The Julian calendar, predecessor to the Gregorian."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/calendarMethodAdd
<https://blackcatinformatics.ca/gmeow/calendarMethodAdd> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/CalendarMethod> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                         rdfs:label "add"@x-gmeow-english ;
                                                         skos:definition "An addition of one or more instances to an existing event (iTIP METHOD=ADD)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/calendarMethodCancel
<https://blackcatinformatics.ca/gmeow/calendarMethodCancel> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/CalendarMethod> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                            rdfs:label "cancel"@x-gmeow-english ;
                                                            skos:definition "A cancellation of an event (iTIP METHOD=CANCEL)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/calendarMethodCounter
<https://blackcatinformatics.ca/gmeow/calendarMethodCounter> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/CalendarMethod> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                             rdfs:label "counter"@x-gmeow-english ;
                                                             skos:definition "A counter-proposal to an invitation (iTIP METHOD=COUNTER)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/calendarMethodDeclineCounter
<https://blackcatinformatics.ca/gmeow/calendarMethodDeclineCounter> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/CalendarMethod> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                                    rdfs:label "decline counter"@x-gmeow-english ;
                                                                    skos:definition "A decline of a counter-proposal (iTIP METHOD=DECLINECOUNTER)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/calendarMethodPublish
<https://blackcatinformatics.ca/gmeow/calendarMethodPublish> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/CalendarMethod> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                             rdfs:label "publish"@x-gmeow-english ;
                                                             skos:definition "A published event announcement (iTIP METHOD=PUBLISH)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/calendarMethodRefresh
<https://blackcatinformatics.ca/gmeow/calendarMethodRefresh> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/CalendarMethod> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                             rdfs:label "refresh"@x-gmeow-english ;
                                                             skos:definition "A request for the latest version of an event (iTIP METHOD=REFRESH)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/calendarMethodReply
<https://blackcatinformatics.ca/gmeow/calendarMethodReply> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/CalendarMethod> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                           rdfs:label "reply"@x-gmeow-english ;
                                                           skos:definition "A response to an invitation (iTIP METHOD=REPLY)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/calendarMethodRequest
<https://blackcatinformatics.ca/gmeow/calendarMethodRequest> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/CalendarMethod> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                             rdfs:label "request"@x-gmeow-english ;
                                                             skos:definition "An invitation to attend an event (iTIP METHOD=REQUEST)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/calendarPersian
<https://blackcatinformatics.ca/gmeow/calendarPersian> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/CalendarSystem> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                       rdfs:label "Persian (Solar Hijri) calendar"@x-gmeow-english ;
                                                       skos:definition "The solar Persian calendar."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/carrierBone
<https://blackcatinformatics.ca/gmeow/carrierBone> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/PhysicalCarrierType> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                   rdfs:label "bone"@x-gmeow-english ;
                                                   skos:definition "A bone object or fragment bearing carved or inked signs."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/carrierCoin
<https://blackcatinformatics.ca/gmeow/carrierCoin> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/PhysicalCarrierType> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                   rdfs:label "coin"@x-gmeow-english ;
                                                   skos:definition "A metallic disc bearing stamped legends, symbols, or portraits."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/carrierManuscript
<https://blackcatinformatics.ca/gmeow/carrierManuscript> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/PhysicalCarrierType> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                         rdfs:label "manuscript"@x-gmeow-english ;
                                                         skos:definition "A handwritten document on parchment, papyrus, paper, or other flexible support."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/carrierMetal
<https://blackcatinformatics.ca/gmeow/carrierMetal> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/PhysicalCarrierType> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                    rdfs:label "metal"@x-gmeow-english ;
                                                    skos:definition "A metal object or fragment bearing inscribed, cast, or stamped text."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/carrierOstracon
<https://blackcatinformatics.ca/gmeow/carrierOstracon> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/PhysicalCarrierType> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                       rdfs:label "ostracon"@x-gmeow-english ;
                                                       skos:definition "A potsherd or stone flake bearing ink or incised writing."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/carrierPapyrus
<https://blackcatinformatics.ca/gmeow/carrierPapyrus> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/PhysicalCarrierType> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                      rdfs:label "papyrus"@x-gmeow-english ;
                                                      skos:definition "A sheet of papyrus bearing written or drawn content."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/carrierPotterySherd
<https://blackcatinformatics.ca/gmeow/carrierPotterySherd> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/PhysicalCarrierType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                           rdfs:label "pottery sherd"@x-gmeow-english ;
                                                           skos:definition "A fragment of ceramic vessel, often bearing painted or incised marks."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/carrierSeal
<https://blackcatinformatics.ca/gmeow/carrierSeal> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/PhysicalCarrierType> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                   rdfs:label "seal"@x-gmeow-english ;
                                                   skos:definition "A stamped or engraved object used to impress a design or text into clay or wax."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/carrierStela
<https://blackcatinformatics.ca/gmeow/carrierStela> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/PhysicalCarrierType> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                    rdfs:label "stela"@x-gmeow-english ;
                                                    skos:definition "An upright stone slab or pillar bearing inscribed text or relief."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/carrierTablet
<https://blackcatinformatics.ca/gmeow/carrierTablet> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/PhysicalCarrierType> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                     rdfs:label "tablet"@x-gmeow-english ;
                                                     skos:definition "A flat slab of clay, stone, or wax bearing inscribed text."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/carrierWallInscription
<https://blackcatinformatics.ca/gmeow/carrierWallInscription> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/PhysicalCarrierType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                              rdfs:label "wall inscription"@x-gmeow-english ;
                                                              skos:definition "Text or signs carved, painted, or affixed to a wall or other architectural surface."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/carrierWood
<https://blackcatinformatics.ca/gmeow/carrierWood> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/PhysicalCarrierType> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                   rdfs:label "wood"@x-gmeow-english ;
                                                   skos:definition "A wooden object or fragment bearing inscribed, painted, or burned text."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/causallyEnables
<https://blackcatinformatics.ca/gmeow/causallyEnables> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/CausalModality> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                       rdfs:label "enables"@x-gmeow-english ;
                                                       skos:definition "The antecedent kind makes the consequent kind possible."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/causallyNecessitates
<https://blackcatinformatics.ca/gmeow/causallyNecessitates> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/CausalModality> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                            rdfs:label "necessitates"@x-gmeow-english ;
                                                            skos:definition "The antecedent kind suffices for the consequent kind."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/causallyPrevents
<https://blackcatinformatics.ca/gmeow/causallyPrevents> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/CausalModality> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                        rdfs:label "prevents"@x-gmeow-english ;
                                                        skos:definition "The antecedent kind blocks the consequent kind — the inhibitory reading, reified."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/causallyPromotes
<https://blackcatinformatics.ca/gmeow/causallyPromotes> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/CausalModality> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                        rdfs:label "promotes"@x-gmeow-english ;
                                                        skos:definition "The antecedent kind raises the likelihood of the consequent kind."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/cefrA1
<https://blackcatinformatics.ca/gmeow/cefrA1> rdf:type owl:NamedIndividual ,
                                                       <https://blackcatinformatics.ca/gmeow/ProficiencyLevel> ;
                                              <https://blackcatinformatics.ca/gmeow/levelScale> <https://blackcatinformatics.ca/gmeow/scaleCEFR> ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                              rdfs:label "CEFR A1"@x-gmeow-english ;
                                              skos:definition "The a 1 proficiency level — a milestone on a scale that describes how well an agent commands a language or skill."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/cefrA2
<https://blackcatinformatics.ca/gmeow/cefrA2> rdf:type owl:NamedIndividual ,
                                                       <https://blackcatinformatics.ca/gmeow/ProficiencyLevel> ;
                                              <https://blackcatinformatics.ca/gmeow/levelScale> <https://blackcatinformatics.ca/gmeow/scaleCEFR> ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                              rdfs:label "CEFR A2"@x-gmeow-english ;
                                              skos:definition "The a 2 proficiency level — a milestone on a scale that describes how well an agent commands a language or skill."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/cefrB1
<https://blackcatinformatics.ca/gmeow/cefrB1> rdf:type owl:NamedIndividual ,
                                                       <https://blackcatinformatics.ca/gmeow/ProficiencyLevel> ;
                                              <https://blackcatinformatics.ca/gmeow/levelScale> <https://blackcatinformatics.ca/gmeow/scaleCEFR> ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                              rdfs:label "CEFR B1"@x-gmeow-english ;
                                              skos:definition "The b 1 proficiency level — a milestone on a scale that describes how well an agent commands a language or skill."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/cefrB2
<https://blackcatinformatics.ca/gmeow/cefrB2> rdf:type owl:NamedIndividual ,
                                                       <https://blackcatinformatics.ca/gmeow/ProficiencyLevel> ;
                                              <https://blackcatinformatics.ca/gmeow/levelScale> <https://blackcatinformatics.ca/gmeow/scaleCEFR> ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                              rdfs:label "CEFR B2"@x-gmeow-english ;
                                              skos:definition "The b 2 proficiency level — a milestone on a scale that describes how well an agent commands a language or skill."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/cefrC1
<https://blackcatinformatics.ca/gmeow/cefrC1> rdf:type owl:NamedIndividual ,
                                                       <https://blackcatinformatics.ca/gmeow/ProficiencyLevel> ;
                                              <https://blackcatinformatics.ca/gmeow/levelScale> <https://blackcatinformatics.ca/gmeow/scaleCEFR> ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                              rdfs:label "CEFR C1"@x-gmeow-english ;
                                              skos:definition "The c 1 proficiency level — a milestone on a scale that describes how well an agent commands a language or skill."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/cefrC2
<https://blackcatinformatics.ca/gmeow/cefrC2> rdf:type owl:NamedIndividual ,
                                                       <https://blackcatinformatics.ca/gmeow/ProficiencyLevel> ;
                                              <https://blackcatinformatics.ca/gmeow/levelScale> <https://blackcatinformatics.ca/gmeow/scaleCEFR> ;
                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                              rdfs:label "CEFR C2"@x-gmeow-english ;
                                              skos:definition "The c 2 proficiency level — a milestone on a scale that describes how well an agent commands a language or skill."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/celestialObjectTypeAsteroid
<https://blackcatinformatics.ca/gmeow/celestialObjectTypeAsteroid> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/CelestialObjectType> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                   rdfs:label "asteroid"@x-gmeow-english ;
                                                                   skos:definition "The asteroid celestial object type — a category of astronomical entity by its physical nature or scale."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/celestialObjectTypeCluster
<https://blackcatinformatics.ca/gmeow/celestialObjectTypeCluster> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/CelestialObjectType> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                  rdfs:label "star cluster"@x-gmeow-english ;
                                                                  skos:definition "The cluster celestial object type — a category of astronomical entity by its physical nature or scale."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/celestialObjectTypeComet
<https://blackcatinformatics.ca/gmeow/celestialObjectTypeComet> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/CelestialObjectType> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                rdfs:label "comet"@x-gmeow-english ;
                                                                skos:definition "The comet celestial object type — a category of astronomical entity by its physical nature or scale."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/celestialObjectTypeGalaxy
<https://blackcatinformatics.ca/gmeow/celestialObjectTypeGalaxy> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/CelestialObjectType> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                 rdfs:label "galaxy"@x-gmeow-english ;
                                                                 skos:definition "The galaxy celestial object type — a category of astronomical entity by its physical nature or scale."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/celestialObjectTypeNebula
<https://blackcatinformatics.ca/gmeow/celestialObjectTypeNebula> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/CelestialObjectType> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                 rdfs:label "nebula"@x-gmeow-english ;
                                                                 skos:definition "The nebula celestial object type — a category of astronomical entity by its physical nature or scale."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/celestialObjectTypePlanet
<https://blackcatinformatics.ca/gmeow/celestialObjectTypePlanet> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/CelestialObjectType> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                 rdfs:label "planet"@x-gmeow-english ;
                                                                 skos:definition "The planet celestial object type — a category of astronomical entity by its physical nature or scale."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/celestialObjectTypeSpacecraft
<https://blackcatinformatics.ca/gmeow/celestialObjectTypeSpacecraft> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/CelestialObjectType> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                     rdfs:label "spacecraft / artificial satellite"@x-gmeow-english ;
                                                                     skos:definition "The spacecraft celestial object type — a category of astronomical entity by its physical nature or scale."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/celestialObjectTypeStar
<https://blackcatinformatics.ca/gmeow/celestialObjectTypeStar> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/CelestialObjectType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                               rdfs:label "star"@x-gmeow-english ;
                                                               skos:definition "The star celestial object type — a category of astronomical entity by its physical nature or scale."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/changeBorrowing
<https://blackcatinformatics.ca/gmeow/changeBorrowing> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/LanguageChangeType> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                       rdfs:label "borrowing"@x-gmeow-english ;
                                                       skos:definition "The borrowing language change type — a kind of diachronic process that alters a language's form, lexicon, or social standing."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/changeExtinction
<https://blackcatinformatics.ca/gmeow/changeExtinction> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/LanguageChangeType> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                        rdfs:label "extinction"@x-gmeow-english ;
                                                        skos:definition "The extinction language change type — a kind of diachronic process that alters a language's form, lexicon, or social standing."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/changeGrammaticalChange
<https://blackcatinformatics.ca/gmeow/changeGrammaticalChange> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/LanguageChangeType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                               rdfs:label "grammatical change"@x-gmeow-english ;
                                                               skos:definition "The grammatical change language change type — a kind of diachronic process that alters a language's form, lexicon, or social standing."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/changeLanguageContact
<https://blackcatinformatics.ca/gmeow/changeLanguageContact> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/LanguageChangeType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                             rdfs:label "language contact"@x-gmeow-english ;
                                                             skos:definition "The language contact language change type — a kind of diachronic process that alters a language's form, lexicon, or social standing."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/changeLexicalInnovation
<https://blackcatinformatics.ca/gmeow/changeLexicalInnovation> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/LanguageChangeType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                               rdfs:label "lexical innovation"@x-gmeow-english ;
                                                               skos:definition "The lexical innovation language change type — a kind of diachronic process that alters a language's form, lexicon, or social standing."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/changeMerger
<https://blackcatinformatics.ca/gmeow/changeMerger> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/LanguageChangeType> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                    rdfs:label "merger"@x-gmeow-english ;
                                                    skos:definition "The merger language change type — a kind of diachronic process that alters a language's form, lexicon, or social standing."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/changeRevitalization
<https://blackcatinformatics.ca/gmeow/changeRevitalization> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/LanguageChangeType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                            rdfs:label "revitalization"@x-gmeow-english ;
                                                            skos:definition "The revitalization language change type — a kind of diachronic process that alters a language's form, lexicon, or social standing."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/changeRevival
<https://blackcatinformatics.ca/gmeow/changeRevival> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/LanguageChangeType> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                     rdfs:label "revival"@x-gmeow-english ;
                                                     skos:definition "The revival language change type — a kind of diachronic process that alters a language's form, lexicon, or social standing."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/changeSemanticDrift
<https://blackcatinformatics.ca/gmeow/changeSemanticDrift> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/LanguageChangeType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                           rdfs:label "semantic drift"@x-gmeow-english ;
                                                           skos:definition "The semantic drift language change type — a kind of diachronic process that alters a language's form, lexicon, or social standing."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/changeSoundShift
<https://blackcatinformatics.ca/gmeow/changeSoundShift> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/LanguageChangeType> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                        rdfs:label "sound shift"@x-gmeow-english ;
                                                        skos:definition "The sound shift language change type — a kind of diachronic process that alters a language's form, lexicon, or social standing."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/changeSpellingReform
<https://blackcatinformatics.ca/gmeow/changeSpellingReform> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/LanguageChangeType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                            rdfs:label "spelling reform"@x-gmeow-english ;
                                                            skos:definition "The spelling reform language change type — a kind of diachronic process that alters a language's form, lexicon, or social standing."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/changeSplit
<https://blackcatinformatics.ca/gmeow/changeSplit> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/LanguageChangeType> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                   rdfs:label "split"@x-gmeow-english ;
                                                   skos:definition "The split language change type — a kind of diachronic process that alters a language's form, lexicon, or social standing."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/changeStandardization
<https://blackcatinformatics.ca/gmeow/changeStandardization> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/LanguageChangeType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                             rdfs:label "standardization"@x-gmeow-english ;
                                                             skos:definition "The standardization language change type — a kind of diachronic process that alters a language's form, lexicon, or social standing."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/codecBase64
<https://blackcatinformatics.ca/gmeow/codecBase64> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/TransformCodec> ;
                                                   <https://blackcatinformatics.ca/gmeow/codecClass> <https://blackcatinformatics.ca/gmeow/codecClassEncode> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                   rdfs:label "base64 codec"@x-gmeow-english ;
                                                   skos:definition "RFC 4648 base64 re-encoding, for payloads that must transit text-only channels."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/codecBase85
<https://blackcatinformatics.ca/gmeow/codecBase85> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/TransformCodec> ;
                                                   <https://blackcatinformatics.ca/gmeow/codecClass> <https://blackcatinformatics.ca/gmeow/codecClassEncode> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                   rdfs:label "base85 codec"@x-gmeow-english ;
                                                   skos:definition "base85 (Ascii85/Z85-family) re-encoding — denser than base64 for text-only channels."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/codecClassCompress
<https://blackcatinformatics.ca/gmeow/codecClassCompress> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/CodecClass> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                          rdfs:label "compress"@x-gmeow-english ;
                                                          skos:definition "A lossless compression transform (gzip, zstd, lzma2): reversal needs only a library."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/codecClassEncode
<https://blackcatinformatics.ca/gmeow/codecClassEncode> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/CodecClass> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                        rdfs:label "encode"@x-gmeow-english ;
                                                        skos:definition "A reversible re-encoding (identity, base64, base85): reversal needs only a library; no information is hidden or removed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/codecClassEncrypt
<https://blackcatinformatics.ca/gmeow/codecClassEncrypt> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/CodecClass> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                         rdfs:label "encrypt"@x-gmeow-english ;
                                                         skos:definition "A confidentiality transform (COSE encryption): reversal needs a key; without one the frame degrades to missing-key opacity for that reader."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/codecCoseEncrypt0
<https://blackcatinformatics.ca/gmeow/codecCoseEncrypt0> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/TransformCodec> ;
                                                         <https://blackcatinformatics.ca/gmeow/codecClass> <https://blackcatinformatics.ca/gmeow/codecClassEncrypt> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                         rdfs:label "COSE Encrypt0 codec"@x-gmeow-english ;
                                                         skos:definition "RFC 9052 COSE_Encrypt0 sealing: the payload is encrypted to declared recipients; readers without a key see a missing-key opaque frame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/codecGzip
<https://blackcatinformatics.ca/gmeow/codecGzip> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/TransformCodec> ;
                                                 <https://blackcatinformatics.ca/gmeow/codecClass> <https://blackcatinformatics.ca/gmeow/codecClassCompress> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                 rdfs:label "gzip codec"@x-gmeow-english ;
                                                 skos:definition "RFC 1952 gzip compression."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/codecIdentity
<https://blackcatinformatics.ca/gmeow/codecIdentity> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/TransformCodec> ;
                                                     <https://blackcatinformatics.ca/gmeow/codecClass> <https://blackcatinformatics.ca/gmeow/codecClassEncode> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                     rdfs:label "identity codec"@x-gmeow-english ;
                                                     skos:definition "The identity transform: payload bytes pass through unchanged."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/codecLzma2
<https://blackcatinformatics.ca/gmeow/codecLzma2> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/TransformCodec> ;
                                                  <https://blackcatinformatics.ca/gmeow/codecClass> <https://blackcatinformatics.ca/gmeow/codecClassCompress> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                  rdfs:label "lzma2 codec"@x-gmeow-english ;
                                                  skos:definition "LZMA2 (xz) compression — higher ratio, slower, for archival density."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/codecZstd
<https://blackcatinformatics.ca/gmeow/codecZstd> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/TransformCodec> ;
                                                 <https://blackcatinformatics.ca/gmeow/codecClass> <https://blackcatinformatics.ca/gmeow/codecClassCompress> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                 rdfs:label "zstd codec"@x-gmeow-english ;
                                                 skos:definition "RFC 8878 Zstandard compression — the GTS workhorse compressor."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/collectionMemberRoleAscentOnly
<https://blackcatinformatics.ca/gmeow/collectionMemberRoleAscentOnly> rdf:type owl:NamedIndividual ,
                                                                               <https://blackcatinformatics.ca/gmeow/CollectionMemberRole> ;
                                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                      rdfs:label "ascent only"@x-gmeow-english ;
                                                                      skos:definition "A pitch used only in the ascending form of a collection, as in many ragas."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/collectionMemberRoleDescentOnly
<https://blackcatinformatics.ca/gmeow/collectionMemberRoleDescentOnly> rdf:type owl:NamedIndividual ,
                                                                                <https://blackcatinformatics.ca/gmeow/CollectionMemberRole> ;
                                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                       rdfs:label "descent only"@x-gmeow-english ;
                                                                       skos:definition "A pitch used only in the descending form of a collection, as in many ragas."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/collectionMemberRoleGhammaz
<https://blackcatinformatics.ca/gmeow/collectionMemberRoleGhammaz> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/CollectionMemberRole> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                   rdfs:label "ghammāz"@x-gmeow-english ;
                                                                   skos:definition "The pivot or ghammāz pitch of a jins, often used to modulate to the next jins in a maqam."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/collectionMemberRoleMember
<https://blackcatinformatics.ca/gmeow/collectionMemberRoleMember> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/CollectionMemberRole> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                  rdfs:label "member"@x-gmeow-english ;
                                                                  skos:definition "A generic collection member with no further specialised role."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/collectionMemberRoleOrnamental
<https://blackcatinformatics.ca/gmeow/collectionMemberRoleOrnamental> rdf:type owl:NamedIndividual ,
                                                                               <https://blackcatinformatics.ca/gmeow/CollectionMemberRole> ;
                                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                      rdfs:label "ornamental"@x-gmeow-english ;
                                                                      skos:definition "A pitch used primarily as an ornament or grace tone around a structural pitch."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/collectionMemberRoleSamvadi
<https://blackcatinformatics.ca/gmeow/collectionMemberRoleSamvadi> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/CollectionMemberRole> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                   rdfs:label "samvādī"@x-gmeow-english ;
                                                                   skos:definition "The second-most important pitch in a raga, often in a consonant relationship with the vādī."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/collectionMemberRoleTonicFinalis
<https://blackcatinformatics.ca/gmeow/collectionMemberRoleTonicFinalis> rdf:type owl:NamedIndividual ,
                                                                                 <https://blackcatinformatics.ca/gmeow/CollectionMemberRole> ;
                                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                        rdfs:label "tonic / finalis"@x-gmeow-english ;
                                                                        skos:definition "The central pitch of a collection — its tonic or finalis."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/collectionMemberRoleVadi
<https://blackcatinformatics.ca/gmeow/collectionMemberRoleVadi> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/CollectionMemberRole> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "vādī"@x-gmeow-english ;
                                                                skos:definition "The most prominent or sonant pitch in a raga, second only to the tonic in importance."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/conceivable
<https://blackcatinformatics.ca/gmeow/conceivable> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/StandpointModality> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/standpoint> ;
                                                   rdfs:label "conceivable (◊, possible)"@x-gmeow-english ;
                                                   skos:definition "◊_S — possible according to the standpoint: the proposition holds in some precisification the standpoint admits, but is not settled (CRMinf belief value 'possible')."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/concernDisclosure
<https://blackcatinformatics.ca/gmeow/concernDisclosure> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/DocumentationConcern> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                         rdfs:label "disclosure and suppression"@x-gmeow-english ;
                                                         skos:definition "Projection-time withholding, coarsening, sensitivity, and display control."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/concernFrames
<https://blackcatinformatics.ca/gmeow/concernFrames> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/DocumentationConcern> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                     rdfs:label "frames and units"@x-gmeow-english ;
                                                     skos:definition "Reference frames, units, determinacy, granularity, and frame-relative values."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/concernGTSPackaging
<https://blackcatinformatics.ca/gmeow/concernGTSPackaging> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/DocumentationConcern> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                           rdfs:label "GTS packaging"@x-gmeow-english ;
                                                           skos:definition "The single-file Graph Transport Substrate and bundled documentation distribution."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/concernIdentifiersCoreference
<https://blackcatinformatics.ca/gmeow/concernIdentifiersCoreference> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/DocumentationConcern> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                                     rdfs:label "identifiers and coreference"@x-gmeow-english ;
                                                                     skos:definition "External authority links, identifier records, and reference-only bridging."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/concernProvenanceEvidence
<https://blackcatinformatics.ca/gmeow/concernProvenanceEvidence> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/DocumentationConcern> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                                 rdfs:label "provenance and evidence"@x-gmeow-english ;
                                                                 skos:definition "Attribution, derivation, confidence, evidence, and source lineage."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/concernStandpoints
<https://blackcatinformatics.ca/gmeow/concernStandpoints> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/DocumentationConcern> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                          rdfs:label "standpoints"@x-gmeow-english ;
                                                          skos:definition "Perspective-indexed claims without primary, preferred, or winner slots."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/concernStatementMetadata
<https://blackcatinformatics.ca/gmeow/concernStatementMetadata> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/DocumentationConcern> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                                rdfs:label "statement metadata"@x-gmeow-english ;
                                                                skos:definition "Native RDF 1.2 reifiers, statement annotations, confidence, provenance, and temporal scope."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/conflictInvalid
<https://blackcatinformatics.ca/gmeow/conflictInvalid> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/ConflictStrategy> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                       rdfs:label "policy void on conflict"@x-gmeow-english ;
                                                       skos:definition "The ODRL invalid conflict-resolution strategy (odrl:invalid)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/conflictPerm
<https://blackcatinformatics.ca/gmeow/conflictPerm> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/ConflictStrategy> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                    rdfs:label "permission wins"@x-gmeow-english ;
                                                    skos:definition "The ODRL perm conflict-resolution strategy (odrl:perm)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/conflictProhibit
<https://blackcatinformatics.ca/gmeow/conflictProhibit> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/ConflictStrategy> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                        rdfs:label "prohibition wins"@x-gmeow-english ;
                                                        skos:definition "The ODRL prohibit conflict-resolution strategy (odrl:prohibit)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/consumerAgentMemory
<https://blackcatinformatics.ca/gmeow/consumerAgentMemory> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/ProjectionContext> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                           rdfs:label "agent memory"@x-gmeow-english ;
                                                           skos:definition "The consumer is an AI agent's working memory or retrieval store."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/consumerFoafExport
<https://blackcatinformatics.ca/gmeow/consumerFoafExport> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/ProjectionContext> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                          rdfs:label "FOAF export"@x-gmeow-english ;
                                                          skos:definition "The consumer is a FOAF/RDF social-graph export."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/consumerInternalArchive
<https://blackcatinformatics.ca/gmeow/consumerInternalArchive> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/ProjectionContext> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                               rdfs:label "internal archive"@x-gmeow-english ;
                                                               skos:definition "The consumer is an internal archival system — not publicly visible."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/consumerPublicSite
<https://blackcatinformatics.ca/gmeow/consumerPublicSite> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/ProjectionContext> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                          rdfs:label "public site"@x-gmeow-english ;
                                                          skos:definition "The consumer is a public-facing website or application."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/consumerResearchQueue
<https://blackcatinformatics.ca/gmeow/consumerResearchQueue> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/ProjectionContext> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                             rdfs:label "research queue"@x-gmeow-english ;
                                                             skos:definition "The consumer is a human-curated research or verification queue."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd
<https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/ProjectionContext> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                               rdfs:label "schema.org JSON-LD"@x-gmeow-english ;
                                                               skos:definition "The consumer is a schema.org JSON-LD markup export."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/consumerWikidata
<https://blackcatinformatics.ca/gmeow/consumerWikidata> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/ProjectionContext> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                        rdfs:label "Wikidata"@x-gmeow-english ;
                                                        skos:definition "The consumer is Wikidata — a structured, editable knowledge base."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/consumerWikipedia
<https://blackcatinformatics.ca/gmeow/consumerWikipedia> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/ProjectionContext> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                         rdfs:label "Wikipedia"@x-gmeow-english ;
                                                         skos:definition "The consumer is Wikipedia — an encyclopedic article."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/contactPointTypePersonal
<https://blackcatinformatics.ca/gmeow/contactPointTypePersonal> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/ContactPointType> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                                rdfs:label "personal"@x-gmeow-english ;
                                                                skos:definition "A personal contact point."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/contactPointTypePersonalDomain
<https://blackcatinformatics.ca/gmeow/contactPointTypePersonalDomain> rdf:type owl:NamedIndividual ,
                                                                               <https://blackcatinformatics.ca/gmeow/ContactPointType> ;
                                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                                      rdfs:label "personal domain"@x-gmeow-english ;
                                                                      skos:definition "A contact point on a person's own domain (e.g. an email at one's personal domain)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/contactPointTypeSupport
<https://blackcatinformatics.ca/gmeow/contactPointTypeSupport> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/ContactPointType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                               rdfs:label "support"@x-gmeow-english ;
                                                               skos:definition "A customer-support or help contact point."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/contactPointTypeWork
<https://blackcatinformatics.ca/gmeow/contactPointTypeWork> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/ContactPointType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                            rdfs:label "work"@x-gmeow-english ;
                                                            skos:definition "A work or professional contact point."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/contentDispositionAttachment
<https://blackcatinformatics.ca/gmeow/contentDispositionAttachment> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/ContentDisposition> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                                    rdfs:label "attachment"@x-gmeow-english ;
                                                                    skos:definition "The body part is presented as an attached file (RFC 2183)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/contentDispositionInline
<https://blackcatinformatics.ca/gmeow/contentDispositionInline> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/ContentDisposition> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                                rdfs:label "inline"@x-gmeow-english ;
                                                                skos:definition "The body part is displayed inline as part of the message body (RFC 2183)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/contradictionKindFactual
<https://blackcatinformatics.ca/gmeow/contradictionKindFactual> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/ContradictionKind> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                                rdfs:label "factual"@x-gmeow-english ;
                                                                skos:definition "The claims assert incompatible facts."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/contradictionKindFraming
<https://blackcatinformatics.ca/gmeow/contradictionKindFraming> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/ContradictionKind> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                                rdfs:label "framing"@x-gmeow-english ;
                                                                skos:definition "The claims presuppose incompatible framings of the same matter — often standpoint difference rather than factual conflict."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/contradictionKindNumeric
<https://blackcatinformatics.ca/gmeow/contradictionKindNumeric> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/ContradictionKind> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                                rdfs:label "numeric"@x-gmeow-english ;
                                                                skos:definition "The claims carry incompatible quantities."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/contradictionKindTemporal
<https://blackcatinformatics.ca/gmeow/contradictionKindTemporal> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/ContradictionKind> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                                 rdfs:label "temporal"@x-gmeow-english ;
                                                                 skos:definition "The claims disagree about timing or ordering."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/copyrightStatusInCopyright
<https://blackcatinformatics.ca/gmeow/copyrightStatusInCopyright> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/CopyrightStatus> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                                  rdfs:label "in copyright"@x-gmeow-english ;
                                                                  skos:definition "The work is protected by copyright (RightsStatements.org InC)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/copyrightStatusInCopyrightEducationalUse
<https://blackcatinformatics.ca/gmeow/copyrightStatusInCopyrightEducationalUse> rdf:type owl:NamedIndividual ,
                                                                                         <https://blackcatinformatics.ca/gmeow/CopyrightStatus> ;
                                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                                                rdfs:label "in copyright — educational use permitted"@x-gmeow-english ;
                                                                                skos:definition "In copyright, educational use permitted (RightsStatements.org InC-EDU)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/copyrightStatusInCopyrightEuOrphanWork
<https://blackcatinformatics.ca/gmeow/copyrightStatusInCopyrightEuOrphanWork> rdf:type owl:NamedIndividual ,
                                                                                       <https://blackcatinformatics.ca/gmeow/CopyrightStatus> ;
                                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                                              rdfs:label "in copyright — EU orphan work"@x-gmeow-english ;
                                                                              skos:definition "In copyright, an EU orphan work (RightsStatements.org InC-OW-EU)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/copyrightStatusInCopyrightNonCommercialUse
<https://blackcatinformatics.ca/gmeow/copyrightStatusInCopyrightNonCommercialUse> rdf:type owl:NamedIndividual ,
                                                                                           <https://blackcatinformatics.ca/gmeow/CopyrightStatus> ;
                                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                                                  rdfs:label "in copyright — non-commercial use permitted"@x-gmeow-english ;
                                                                                  skos:definition "In copyright, non-commercial use permitted (RightsStatements.org InC-NC)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/copyrightStatusInCopyrightRightsholderUnlocatable
<https://blackcatinformatics.ca/gmeow/copyrightStatusInCopyrightRightsholderUnlocatable> rdf:type owl:NamedIndividual ,
                                                                                                  <https://blackcatinformatics.ca/gmeow/CopyrightStatus> ;
                                                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                                                         rdfs:label "in copyright — rights-holder unlocatable"@x-gmeow-english ;
                                                                                         skos:definition "In copyright, rights-holder(s) unlocatable or unidentifiable (RightsStatements.org InC-RUU)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/copyrightStatusNoCopyrightContractualRestrictions
<https://blackcatinformatics.ca/gmeow/copyrightStatusNoCopyrightContractualRestrictions> rdf:type owl:NamedIndividual ,
                                                                                                  <https://blackcatinformatics.ca/gmeow/CopyrightStatus> ;
                                                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                                                         rdfs:label "no copyright — contractual restrictions"@x-gmeow-english ;
                                                                                         skos:definition "No copyright, contractual restrictions apply (RightsStatements.org NoC-CR)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/copyrightStatusNoCopyrightNonCommercialOnly
<https://blackcatinformatics.ca/gmeow/copyrightStatusNoCopyrightNonCommercialOnly> rdf:type owl:NamedIndividual ,
                                                                                            <https://blackcatinformatics.ca/gmeow/CopyrightStatus> ;
                                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                                                   rdfs:label "no copyright — non-commercial use only"@x-gmeow-english ;
                                                                                   skos:definition "No copyright, non-commercial use only (RightsStatements.org NoC-NC)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/copyrightStatusNoCopyrightOtherLegalRestrictions
<https://blackcatinformatics.ca/gmeow/copyrightStatusNoCopyrightOtherLegalRestrictions> rdf:type owl:NamedIndividual ,
                                                                                                 <https://blackcatinformatics.ca/gmeow/CopyrightStatus> ;
                                                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                                                        rdfs:label "no copyright — other known legal restrictions"@x-gmeow-english ;
                                                                                        skos:definition "No copyright, other known legal restrictions (RightsStatements.org NoC-OKLR)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/copyrightStatusNoCopyrightUnitedStates
<https://blackcatinformatics.ca/gmeow/copyrightStatusNoCopyrightUnitedStates> rdf:type owl:NamedIndividual ,
                                                                                       <https://blackcatinformatics.ca/gmeow/CopyrightStatus> ;
                                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                                              rdfs:label "no copyright — United States"@x-gmeow-english ;
                                                                              skos:definition "No copyright in the United States (RightsStatements.org NoC-US)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/copyrightStatusNoKnownCopyright
<https://blackcatinformatics.ca/gmeow/copyrightStatusNoKnownCopyright> rdf:type owl:NamedIndividual ,
                                                                                <https://blackcatinformatics.ca/gmeow/CopyrightStatus> ;
                                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                                       rdfs:label "no known copyright"@x-gmeow-english ;
                                                                       skos:definition "No copyright is known to subsist, after evaluation (RightsStatements.org NKC)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/copyrightStatusNotEvaluated
<https://blackcatinformatics.ca/gmeow/copyrightStatusNotEvaluated> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/CopyrightStatus> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                                   rdfs:label "copyright not evaluated"@x-gmeow-english ;
                                                                   skos:definition "The copyright status has not been evaluated (RightsStatements.org CNE)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/copyrightStatusPublicDomain
<https://blackcatinformatics.ca/gmeow/copyrightStatusPublicDomain> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/CopyrightStatus> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                                   rdfs:label "public domain"@x-gmeow-english ;
                                                                   skos:definition "The work is in the public domain (the CC public-domain mark; RightsStatements.org NoC-related)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/copyrightStatusUndetermined
<https://blackcatinformatics.ca/gmeow/copyrightStatusUndetermined> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/CopyrightStatus> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                                   rdfs:label "copyright undetermined"@x-gmeow-english ;
                                                                   skos:definition "Copyright undetermined (RightsStatements.org UND)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/coverageDepthPassingMention
<https://blackcatinformatics.ca/gmeow/coverageDepthPassingMention> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/CoverageDepth> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                                   rdfs:label "passing mention"@x-gmeow-english ;
                                                                   skos:definition "The source mentions the subject only in passing — a name in a list, a brief reference, or an incidental citation — without substantive discussion."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/coverageDepthRoutineFiling
<https://blackcatinformatics.ca/gmeow/coverageDepthRoutineFiling> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/CoverageDepth> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                                  rdfs:label "routine filing"@x-gmeow-english ;
                                                                  skos:definition "The source is a routine administrative filing, automated entry, or bulk-generated record that mentions the subject only as a matter of standard procedure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/coverageDepthSignificantCoverage
<https://blackcatinformatics.ca/gmeow/coverageDepthSignificantCoverage> rdf:type owl:NamedIndividual ,
                                                                                 <https://blackcatinformatics.ca/gmeow/CoverageDepth> ;
                                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                                        rdfs:label "significant coverage"@x-gmeow-english ;
                                                                        skos:definition "The source provides substantial, in-depth treatment of the subject — multiple paragraphs, a dedicated article, or a detailed profile — rather than a trivial mention."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/criterionDomainAesthetic
<https://blackcatinformatics.ca/gmeow/criterionDomainAesthetic> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/CriterionDomain> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                                rdfs:label "aesthetic"@x-gmeow-english ;
                                                                skos:definition "The criterion evaluates aesthetic or expressive qualities."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/criterionDomainFactual
<https://blackcatinformatics.ca/gmeow/criterionDomainFactual> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/CriterionDomain> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                              rdfs:label "factual"@x-gmeow-english ;
                                                              skos:definition "The criterion evaluates factual accuracy or groundedness."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/criterionDomainRelational
<https://blackcatinformatics.ca/gmeow/criterionDomainRelational> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/CriterionDomain> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                                 rdfs:label "relational"@x-gmeow-english ;
                                                                 skos:definition "The criterion evaluates relational or interpersonal qualities."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/criterionDomainSafety
<https://blackcatinformatics.ca/gmeow/criterionDomainSafety> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/CriterionDomain> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                             rdfs:label "safety"@x-gmeow-english ;
                                                             skos:definition "The criterion evaluates safety properties or harm avoidance."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/criterionDomainStylistic
<https://blackcatinformatics.ca/gmeow/criterionDomainStylistic> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/CriterionDomain> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                                rdfs:label "stylistic"@x-gmeow-english ;
                                                                skos:definition "The criterion evaluates style, register, or voice."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/datingMethodAminoAcidRacemization
<https://blackcatinformatics.ca/gmeow/datingMethodAminoAcidRacemization> rdf:type owl:NamedIndividual ,
                                                                                  <https://blackcatinformatics.ca/gmeow/DatingMethod> ;
                                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                                         rdfs:label "amino acid racemization"@x-gmeow-english ;
                                                                         skos:definition "The amino acid racemization dating method — a scientific technique used to estimate the age of an object, stratum, or event."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/datingMethodDendrochronology
<https://blackcatinformatics.ca/gmeow/datingMethodDendrochronology> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/DatingMethod> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                                    rdfs:label "dendrochronology"@x-gmeow-english ;
                                                                    skos:definition "The dendrochronology dating method — a scientific technique used to estimate the age of an object, stratum, or event."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/datingMethodElectronSpinResonance
<https://blackcatinformatics.ca/gmeow/datingMethodElectronSpinResonance> rdf:type owl:NamedIndividual ,
                                                                                  <https://blackcatinformatics.ca/gmeow/DatingMethod> ;
                                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                                         rdfs:label "electron spin resonance (ESR)"@x-gmeow-english ;
                                                                         skos:definition "The electron spin resonance dating method — a scientific technique used to estimate the age of an object, stratum, or event."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/datingMethodOpticallyStimulatedLuminescence
<https://blackcatinformatics.ca/gmeow/datingMethodOpticallyStimulatedLuminescence> rdf:type owl:NamedIndividual ,
                                                                                            <https://blackcatinformatics.ca/gmeow/DatingMethod> ;
                                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                                                   rdfs:label "optically stimulated luminescence (OSL)"@x-gmeow-english ;
                                                                                   skos:definition "The optically stimulated luminescence dating method — a scientific technique used to estimate the age of an object, stratum, or event."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/datingMethodPaleomagnetism
<https://blackcatinformatics.ca/gmeow/datingMethodPaleomagnetism> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/DatingMethod> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                                  rdfs:label "paleomagnetism"@x-gmeow-english ;
                                                                  skos:definition "The paleomagnetism dating method — a scientific technique used to estimate the age of an object, stratum, or event."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/datingMethodPotassiumArgon
<https://blackcatinformatics.ca/gmeow/datingMethodPotassiumArgon> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/DatingMethod> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                                  rdfs:label "potassium-argon (K-Ar)"@x-gmeow-english ;
                                                                  skos:definition "The potassium argon dating method — a scientific technique used to estimate the age of an object, stratum, or event."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/datingMethodRadiocarbon
<https://blackcatinformatics.ca/gmeow/datingMethodRadiocarbon> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/DatingMethod> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                               rdfs:label "radiocarbon dating (14C)"@x-gmeow-english ;
                                                               skos:definition "The radiocarbon dating method — a scientific technique used to estimate the age of an object, stratum, or event."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/datingMethodStratigraphicCorrelation
<https://blackcatinformatics.ca/gmeow/datingMethodStratigraphicCorrelation> rdf:type owl:NamedIndividual ,
                                                                                     <https://blackcatinformatics.ca/gmeow/DatingMethod> ;
                                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                                            rdfs:label "stratigraphic correlation"@x-gmeow-english ;
                                                                            skos:definition "The stratigraphic correlation dating method — a scientific technique used to estimate the age of an object, stratum, or event."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/datingMethodThermoluminescence
<https://blackcatinformatics.ca/gmeow/datingMethodThermoluminescence> rdf:type owl:NamedIndividual ,
                                                                               <https://blackcatinformatics.ca/gmeow/DatingMethod> ;
                                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                                      rdfs:label "thermoluminescence"@x-gmeow-english ;
                                                                      skos:definition "The thermoluminescence dating method — a scientific technique used to estimate the age of an object, stratum, or event."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/datingMethodUraniumLead
<https://blackcatinformatics.ca/gmeow/datingMethodUraniumLead> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/DatingMethod> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                               rdfs:label "uranium-lead (U-Pb)"@x-gmeow-english ;
                                                               skos:definition "The uranium lead dating method — a scientific technique used to estimate the age of an object, stratum, or event."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dayFriday
<https://blackcatinformatics.ca/gmeow/dayFriday> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/DayOfWeek> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                 rdfs:label "Friday"@x-gmeow-english ;
                                                 skos:definition "Friday."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dayMonday
<https://blackcatinformatics.ca/gmeow/dayMonday> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/DayOfWeek> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                 rdfs:label "Monday"@x-gmeow-english ;
                                                 skos:definition "Monday."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/daySaturday
<https://blackcatinformatics.ca/gmeow/daySaturday> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/DayOfWeek> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                   rdfs:label "Saturday"@x-gmeow-english ;
                                                   skos:definition "Saturday."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/daySunday
<https://blackcatinformatics.ca/gmeow/daySunday> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/DayOfWeek> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                 rdfs:label "Sunday"@x-gmeow-english ;
                                                 skos:definition "Sunday."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dayThursday
<https://blackcatinformatics.ca/gmeow/dayThursday> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/DayOfWeek> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                   rdfs:label "Thursday"@x-gmeow-english ;
                                                   skos:definition "Thursday."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dayTuesday
<https://blackcatinformatics.ca/gmeow/dayTuesday> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/DayOfWeek> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                  rdfs:label "Tuesday"@x-gmeow-english ;
                                                  skos:definition "Tuesday."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dayWednesday
<https://blackcatinformatics.ca/gmeow/dayWednesday> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/DayOfWeek> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                    rdfs:label "Wednesday"@x-gmeow-english ;
                                                    skos:definition "Wednesday."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/defeaterRebutting
<https://blackcatinformatics.ca/gmeow/defeaterRebutting> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/DefeaterKind> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                                         rdfs:label "rebutting"@x-gmeow-english ;
                                                         skos:definition "A rebutting defeater (Pollock) — gives positive reason to believe the negation of the conclusion, attacking the conclusion directly."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/defeaterUndercutting
<https://blackcatinformatics.ca/gmeow/defeaterUndercutting> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/DefeaterKind> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                                            rdfs:label "undercutting"@x-gmeow-english ;
                                                            skos:definition "An undercutting defeater (Pollock) — attacks the inferential link, removing the warrant's support without asserting the conclusion's negation (the premises no longer license the conclusion)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/degreeEqual
<https://blackcatinformatics.ca/gmeow/degreeEqual> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/ContributionDegree> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/citations> ;
                                                   rdfs:label "equal"@x-gmeow-english ;
                                                   skos:definition "The contributor contributed equally."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/degreeLead
<https://blackcatinformatics.ca/gmeow/degreeLead> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/ContributionDegree> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/citations> ;
                                                  rdfs:label "lead"@x-gmeow-english ;
                                                  skos:definition "The contributor led the effort."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/degreeSupporting
<https://blackcatinformatics.ca/gmeow/degreeSupporting> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/ContributionDegree> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/citations> ;
                                                        rdfs:label "supporting"@x-gmeow-english ;
                                                        skos:definition "The contributor supported the effort in a secondary capacity."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/deonticObligation
<https://blackcatinformatics.ca/gmeow/deonticObligation> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/DeonticModality> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                         rdfs:label "obligation (must)"@x-gmeow-english ;
                                                         skos:definition "The obligation modality — the issuer requires the conduct."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/deonticPermission
<https://blackcatinformatics.ca/gmeow/deonticPermission> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/DeonticModality> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                         rdfs:label "permission (may)"@x-gmeow-english ;
                                                         skos:definition "The permission modality — the issuer allows the conduct."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/deonticProhibition
<https://blackcatinformatics.ca/gmeow/deonticProhibition> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/DeonticModality> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                          rdfs:label "prohibition (must not)"@x-gmeow-english ;
                                                          skos:definition "The prohibition modality — the issuer forbids the conduct."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/deonticRecommendation
<https://blackcatinformatics.ca/gmeow/deonticRecommendation> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/DeonticModality> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                             rdfs:label "recommendation (should)"@x-gmeow-english ;
                                                             skos:definition "The recommendation modality — the issuer advises the conduct without requiring it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/depictionContextActionShot
<https://blackcatinformatics.ca/gmeow/depictionContextActionShot> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/DepictionContext> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                                  rdfs:label "action shot"@x-gmeow-english ;
                                                                  skos:definition "A depiction capturing the subject in motion or performing an activity."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/depictionContextCandid
<https://blackcatinformatics.ca/gmeow/depictionContextCandid> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/DepictionContext> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                              rdfs:label "candid"@x-gmeow-english ;
                                                              skos:definition "An unposed, spontaneous depiction."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/depictionContextChildhood
<https://blackcatinformatics.ca/gmeow/depictionContextChildhood> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/DepictionContext> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                                 rdfs:label "childhood"@x-gmeow-english ;
                                                                 skos:definition "A depiction from the subject's childhood."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/depictionContextEvent
<https://blackcatinformatics.ca/gmeow/depictionContextEvent> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/DepictionContext> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                             rdfs:label "event"@x-gmeow-english ;
                                                             skos:definition "A depiction at a specific event or occasion."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/depictionContextFamily
<https://blackcatinformatics.ca/gmeow/depictionContextFamily> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/DepictionContext> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                              rdfs:label "family"@x-gmeow-english ;
                                                              skos:definition "A depiction in a family or domestic context."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/depictionContextFormal
<https://blackcatinformatics.ca/gmeow/depictionContextFormal> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/DepictionContext> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                              rdfs:label "formal"@x-gmeow-english ;
                                                              skos:definition "A formal, staged depiction (ceremonial, official, professional)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/depictionContextNow
<https://blackcatinformatics.ca/gmeow/depictionContextNow> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/DepictionContext> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                           rdfs:label "now / current"@x-gmeow-english ;
                                                           skos:definition "A current depiction — the most recent or presently valid image."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/depictionContextPortrait
<https://blackcatinformatics.ca/gmeow/depictionContextPortrait> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/DepictionContext> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                                rdfs:label "portrait"@x-gmeow-english ;
                                                                skos:definition "A posed or formal portrait."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/depictionContextProfessional
<https://blackcatinformatics.ca/gmeow/depictionContextProfessional> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/DepictionContext> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                                    rdfs:label "professional"@x-gmeow-english ;
                                                                    skos:definition "A depiction in a professional or occupational context."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/depictionContextSelfPortrait
<https://blackcatinformatics.ca/gmeow/depictionContextSelfPortrait> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/DepictionContext> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                                    rdfs:label "self-portrait"@x-gmeow-english ;
                                                                    skos:definition "A depiction created by the subject of themselves."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/depictionContextSocial
<https://blackcatinformatics.ca/gmeow/depictionContextSocial> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/DepictionContext> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                              rdfs:label "social"@x-gmeow-english ;
                                                              skos:definition "A depiction in a social or recreational context."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/depictionContextWork
<https://blackcatinformatics.ca/gmeow/depictionContextWork> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/DepictionContext> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                            rdfs:label "work"@x-gmeow-english ;
                                                            skos:definition "A depiction in a work or professional context — a headshot, product photo, or institutional portrait."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationAffixation
<https://blackcatinformatics.ca/gmeow/derivationAffixation> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/DerivationKind> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                            rdfs:label "affixation"@x-gmeow-english ;
                                                            skos:definition "Formation of a lexical item by attaching a bound morpheme to a stem."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationBackFormation
<https://blackcatinformatics.ca/gmeow/derivationBackFormation> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/DerivationKind> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                               rdfs:label "back-formation"@x-gmeow-english ;
                                                               skos:definition "Creation of a new lexical item by removing a supposed affix from an existing form."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationBorrowing
<https://blackcatinformatics.ca/gmeow/derivationBorrowing> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/DerivationKind> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                           rdfs:label "borrowing"@x-gmeow-english ;
                                                           skos:definition "Adoption of a lexical item from a donor language into a recipient language."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationCalque
<https://blackcatinformatics.ca/gmeow/derivationCalque> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/DerivationKind> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                        rdfs:label "calque"@x-gmeow-english ;
                                                        skos:definition "Loan translation: borrowing of semantic structure mapped onto native morphological material."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationClipping
<https://blackcatinformatics.ca/gmeow/derivationClipping> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/DerivationKind> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                          rdfs:label "clipping"@x-gmeow-english ;
                                                          skos:definition "Shortening of a lexical item by omitting one or more syllables."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationCompounding
<https://blackcatinformatics.ca/gmeow/derivationCompounding> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/DerivationKind> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                             rdfs:label "compounding"@x-gmeow-english ;
                                                             skos:definition "Formation of a lexical item by combining two or more existing lexical items."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationFolkEtymology
<https://blackcatinformatics.ca/gmeow/derivationFolkEtymology> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/DerivationKind> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                               rdfs:label "folk etymology"@x-gmeow-english ;
                                                               skos:definition "Popular reinterpretation of an opaque form as semantically transparent."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationInheritance
<https://blackcatinformatics.ca/gmeow/derivationInheritance> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/DerivationKind> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                             rdfs:label "inheritance"@x-gmeow-english ;
                                                             skos:definition "Direct transmission of a lexical item from an ancestor language without structural change."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationReanalysis
<https://blackcatinformatics.ca/gmeow/derivationReanalysis> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/DerivationKind> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                            rdfs:label "reanalysis"@x-gmeow-english ;
                                                            skos:definition "Reinterpretation of the morphological structure of a lexical item by speakers."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationReconstruction
<https://blackcatinformatics.ca/gmeow/derivationReconstruction> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/DerivationKind> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                                rdfs:label "reconstruction"@x-gmeow-english ;
                                                                skos:definition "Hypothesised ancestral form derived by historical-comparative methods."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationSemanticShift
<https://blackcatinformatics.ca/gmeow/derivationSemanticShift> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/DerivationKind> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                               rdfs:label "semantic shift"@x-gmeow-english ;
                                                               skos:definition "Change in the meaning of a lexical item while its form remains stable."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationSoundChange
<https://blackcatinformatics.ca/gmeow/derivationSoundChange> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/DerivationKind> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                             rdfs:label "sound change"@x-gmeow-english ;
                                                             skos:definition "Systematic phonological alteration affecting a lexical item within a language community."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationSpellingChange
<https://blackcatinformatics.ca/gmeow/derivationSpellingChange> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/DerivationKind> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                                rdfs:label "spelling change"@x-gmeow-english ;
                                                                skos:definition "Orthographic reform or convention shift altering the written form without phonological change."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationTypeArrangement
<https://blackcatinformatics.ca/gmeow/derivationTypeArrangement> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/DerivationType> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                                 rdfs:label "arrangement"@x-gmeow-english ;
                                                                 skos:definition "A re-working of a work for different forces or format."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationTypeContrafact
<https://blackcatinformatics.ca/gmeow/derivationTypeContrafact> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/DerivationType> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                                rdfs:label "contrafact"@x-gmeow-english ;
                                                                skos:definition "A new melody composed over an existing harmonic structure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationTypeCover
<https://blackcatinformatics.ca/gmeow/derivationTypeCover> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/DerivationType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                           rdfs:label "cover"@x-gmeow-english ;
                                                           skos:definition "A new performance or Expression of an existing Work."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationTypeInterpolation
<https://blackcatinformatics.ca/gmeow/derivationTypeInterpolation> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/DerivationType> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                                   rdfs:label "interpolation"@x-gmeow-english ;
                                                                   skos:definition "A work that reuses a portion of another work's melody or material in a new composition."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationTypeMashup
<https://blackcatinformatics.ca/gmeow/derivationTypeMashup> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/DerivationType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                            rdfs:label "mashup"@x-gmeow-english ;
                                                            skos:definition "A work combining two or more existing sources into a new whole."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationTypeOrchestration
<https://blackcatinformatics.ca/gmeow/derivationTypeOrchestration> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/DerivationType> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                                   rdfs:label "orchestration"@x-gmeow-english ;
                                                                   skos:definition "An arrangement specifically for orchestra or instrumental forces."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationTypeParody
<https://blackcatinformatics.ca/gmeow/derivationTypeParody> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/DerivationType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                            rdfs:label "parody"@x-gmeow-english ;
                                                            skos:definition "A work that imitates another work for comic or critical effect."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationTypeQuotation
<https://blackcatinformatics.ca/gmeow/derivationTypeQuotation> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/DerivationType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                               rdfs:label "quotation"@x-gmeow-english ;
                                                               skos:definition "A work that quotes another work."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationTypeRemix
<https://blackcatinformatics.ca/gmeow/derivationTypeRemix> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/DerivationType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                           rdfs:label "remix"@x-gmeow-english ;
                                                           skos:definition "A new work produced by altering or combining elements of an existing recording."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationTypeSample
<https://blackcatinformatics.ca/gmeow/derivationTypeSample> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/DerivationType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                            rdfs:label "sample"@x-gmeow-english ;
                                                            skos:definition "A work that incorporates a region or segment of another recording."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationTypeTranscription
<https://blackcatinformatics.ca/gmeow/derivationTypeTranscription> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/DerivationType> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                                   rdfs:label "transcription"@x-gmeow-english ;
                                                                   skos:definition "A transfer of a work into a different notation system or medium."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationTypeVariation
<https://blackcatinformatics.ca/gmeow/derivationTypeVariation> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/DerivationType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                               rdfs:label "variation"@x-gmeow-english ;
                                                               skos:definition "A work that varies upon a theme or source."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/derivationUnknownOrigin
<https://blackcatinformatics.ca/gmeow/derivationUnknownOrigin> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/DerivationKind> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                               rdfs:label "unknown origin"@x-gmeow-english ;
                                                               skos:definition "No satisfactory etymological account is available for the lexical item."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/determinacyCrisp
<https://blackcatinformatics.ca/gmeow/determinacyCrisp> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/Determinacy> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                        rdfs:label "crisp"@x-gmeow-english ;
                                                        skos:definition "The crisp determinacy — a characterization of whether a value is crisp, vague, fuzzy, probabilistic, or disputed (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/determinacyDisputed
<https://blackcatinformatics.ca/gmeow/determinacyDisputed> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/Determinacy> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                           rdfs:label "disputed"@x-gmeow-english ;
                                                           skos:definition "The disputed determinacy — a characterization of whether a value is crisp, vague, fuzzy, probabilistic, or disputed (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/determinacyFuzzy
<https://blackcatinformatics.ca/gmeow/determinacyFuzzy> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/Determinacy> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                        rdfs:label "fuzzy"@x-gmeow-english ;
                                                        skos:definition "The fuzzy determinacy — a characterization of whether a value is crisp, vague, fuzzy, probabilistic, or disputed (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/determinacyProbabilistic
<https://blackcatinformatics.ca/gmeow/determinacyProbabilistic> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/Determinacy> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                                rdfs:label "probabilistic"@x-gmeow-english ;
                                                                skos:definition "The probabilistic determinacy — a characterization of whether a value is crisp, vague, fuzzy, probabilistic, or disputed (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/determinacyVague
<https://blackcatinformatics.ca/gmeow/determinacyVague> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/Determinacy> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                        rdfs:label "vague"@x-gmeow-english ;
                                                        skos:definition "The vague determinacy — a characterization of whether a value is crisp, vague, fuzzy, probabilistic, or disputed (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/determinationConstrained
<https://blackcatinformatics.ca/gmeow/determinationConstrained> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/DeterminationStatus> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "constrained"@x-gmeow-english ;
                                                                skos:definition "The parameter is bounded or shaped by a constraint, but not fully fixed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/determinationDelegatedEnvironment
<https://blackcatinformatics.ca/gmeow/determinationDelegatedEnvironment> rdf:type owl:NamedIndividual ,
                                                                                  <https://blackcatinformatics.ca/gmeow/DeterminationStatus> ;
                                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                         rdfs:label "delegated to environment"@x-gmeow-english ;
                                                                         skos:definition "The parameter is delegated to the ambient environment — e.g. ambient sound as content in Cage 4′33″."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/determinationDelegatedPerformer
<https://blackcatinformatics.ca/gmeow/determinationDelegatedPerformer> rdf:type owl:NamedIndividual ,
                                                                                <https://blackcatinformatics.ca/gmeow/DeterminationStatus> ;
                                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                       rdfs:label "delegated to performer"@x-gmeow-english ;
                                                                       skos:definition "The parameter is delegated to performer choice within the performance."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/determinationDelegatedProcess
<https://blackcatinformatics.ca/gmeow/determinationDelegatedProcess> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/DeterminationStatus> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                     rdfs:label "delegated to process"@x-gmeow-english ;
                                                                     skos:definition "The parameter is delegated to a generative or algorithmic process."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/determinationFixed
<https://blackcatinformatics.ca/gmeow/determinationFixed> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/DeterminationStatus> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                          rdfs:label "fixed"@x-gmeow-english ;
                                                          skos:definition "The parameter is fully determined by the work or expression."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/determinationFree
<https://blackcatinformatics.ca/gmeow/determinationFree> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/DeterminationStatus> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "free"@x-gmeow-english ;
                                                         skos:definition "The parameter is left entirely to the performer or environment."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dimensionArousal
<https://blackcatinformatics.ca/gmeow/dimensionArousal> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/AppraisalDimension> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/affect> ;
                                                        rdfs:label "arousal"@x-gmeow-english ;
                                                        skos:definition "The arousal dimension — activated versus calm."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dimensionDominance
<https://blackcatinformatics.ca/gmeow/dimensionDominance> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/AppraisalDimension> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/affect> ;
                                                          rdfs:label "dominance"@x-gmeow-english ;
                                                          skos:definition "The dominance dimension — in control versus controlled."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dimensionValence
<https://blackcatinformatics.ca/gmeow/dimensionValence> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/AppraisalDimension> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/affect> ;
                                                        rdfs:label "valence"@x-gmeow-english ;
                                                        skos:definition "The valence dimension — pleasant versus unpleasant."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/directionBoustrophedon
<https://blackcatinformatics.ca/gmeow/directionBoustrophedon> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/TextDirection> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                              rdfs:label "boustrophedon"@x-gmeow-english ;
                                                              skos:definition "The boustrophedon text direction — a convention for ordering glyphs when rendering a writing system."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/directionContextual
<https://blackcatinformatics.ca/gmeow/directionContextual> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/TextDirection> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                           rdfs:label "contextual / bidirectional"@x-gmeow-english ;
                                                           skos:definition "The contextual text direction — a convention for ordering glyphs when rendering a writing system."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/directionLtr
<https://blackcatinformatics.ca/gmeow/directionLtr> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/TextDirection> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                    rdfs:label "left-to-right"@x-gmeow-english ;
                                                    skos:definition "The ltr text direction — a convention for ordering glyphs when rendering a writing system."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/directionNonLinear
<https://blackcatinformatics.ca/gmeow/directionNonLinear> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/TextDirection> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                          rdfs:label "non-linear"@x-gmeow-english ;
                                                          skos:definition "The non linear text direction — a convention for ordering glyphs when rendering a writing system."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/directionRtl
<https://blackcatinformatics.ca/gmeow/directionRtl> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/TextDirection> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                    rdfs:label "right-to-left"@x-gmeow-english ;
                                                    skos:definition "The rtl text direction — a convention for ordering glyphs when rendering a writing system."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/directionVerticalLtr
<https://blackcatinformatics.ca/gmeow/directionVerticalLtr> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/TextDirection> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                            rdfs:label "vertical, columns left-to-right"@x-gmeow-english ;
                                                            skos:definition "The vertical ltr text direction — a convention for ordering glyphs when rendering a writing system."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/directionVerticalRtl
<https://blackcatinformatics.ca/gmeow/directionVerticalRtl> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/TextDirection> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                            rdfs:label "vertical, columns right-to-left"@x-gmeow-english ;
                                                            skos:definition "The vertical rtl text direction — a convention for ordering glyphs when rendering a writing system."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/distanceMetricCosine
<https://blackcatinformatics.ca/gmeow/distanceMetricCosine> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/DistanceMetric> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                                            rdfs:label "cosine"@x-gmeow-english ;
                                                            skos:definition "Cosine similarity — angle between vectors, magnitude-invariant."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/distanceMetricDotProduct
<https://blackcatinformatics.ca/gmeow/distanceMetricDotProduct> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/DistanceMetric> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                                                rdfs:label "dot product"@x-gmeow-english ;
                                                                skos:definition "Inner-product similarity — magnitude-sensitive; common for normalized embeddings."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/distanceMetricEuclidean
<https://blackcatinformatics.ca/gmeow/distanceMetricEuclidean> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/DistanceMetric> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                                               rdfs:label "euclidean"@x-gmeow-english ;
                                                               skos:definition "Euclidean (L2) distance between vectors."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dofFourThirtyThreeDuration
<https://blackcatinformatics.ca/gmeow/dofFourThirtyThreeDuration> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/DegreeOfFreedom> ;
                                                                  <https://blackcatinformatics.ca/gmeow/dofParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterDuration> ;
                                                                  <https://blackcatinformatics.ca/gmeow/dofStatus> <https://blackcatinformatics.ca/gmeow/determinationConstrained> ;
                                                                  <https://blackcatinformatics.ca/gmeow/dofWork> <https://blackcatinformatics.ca/gmeow/fixtureFourThirtyThreeWork> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                  rdfs:label "4′33″ duration constrained"@x-gmeow-english ;
                                                                  skos:definition "The total duration of 4′33″ is constrained to three movements whose sum is canonically 4 minutes 33 seconds."@x-gmeow-english ;
                                                                  <https://blackcatinformatics.ca/gmeow/dofConstraintText> "Three movements; total duration fixed per realization, canonically 4′33″."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dofFourThirtyThreeInstrumentation
<https://blackcatinformatics.ca/gmeow/dofFourThirtyThreeInstrumentation> rdf:type owl:NamedIndividual ,
                                                                                  <https://blackcatinformatics.ca/gmeow/DegreeOfFreedom> ;
                                                                         <https://blackcatinformatics.ca/gmeow/dofParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterInstrumentation> ;
                                                                         <https://blackcatinformatics.ca/gmeow/dofStatus> <https://blackcatinformatics.ca/gmeow/determinationFree> ;
                                                                         <https://blackcatinformatics.ca/gmeow/dofWork> <https://blackcatinformatics.ca/gmeow/fixtureFourThirtyThreeWork> ;
                                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                         rdfs:label "4′33″ instrumentation free"@x-gmeow-english ;
                                                                         skos:definition "The instrumentation of 4′33″ is free — any instrument or combination may be used."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dofFourThirtyThreeSoundContent
<https://blackcatinformatics.ca/gmeow/dofFourThirtyThreeSoundContent> rdf:type owl:NamedIndividual ,
                                                                               <https://blackcatinformatics.ca/gmeow/DegreeOfFreedom> ;
                                                                      <https://blackcatinformatics.ca/gmeow/dofParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterSoundContent> ;
                                                                      <https://blackcatinformatics.ca/gmeow/dofStatus> <https://blackcatinformatics.ca/gmeow/determinationDelegatedEnvironment> ;
                                                                      <https://blackcatinformatics.ca/gmeow/dofWork> <https://blackcatinformatics.ca/gmeow/fixtureFourThirtyThreeWork> ;
                                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                      rdfs:label "4′33″ sound content delegated to environment"@x-gmeow-english ;
                                                                      skos:definition "The sound content of 4′33″ is delegated to the ambient environment; the work is not silent, but its sounding content is not specified by the composer."@x-gmeow-english ;
                                                                      <https://blackcatinformatics.ca/gmeow/dofConstraintText> "Environmental sounds occurring during the performance constitute the content."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dofFourThirtyThreeTacet
<https://blackcatinformatics.ca/gmeow/dofFourThirtyThreeTacet> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/DegreeOfFreedom> ;
                                                               <https://blackcatinformatics.ca/gmeow/dofParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterTacet> ;
                                                               <https://blackcatinformatics.ca/gmeow/dofStatus> <https://blackcatinformatics.ca/gmeow/determinationFixed> ;
                                                               <https://blackcatinformatics.ca/gmeow/dofWork> <https://blackcatinformatics.ca/gmeow/fixtureFourThirtyThreeWork> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "4′33″ tacet fixed"@x-gmeow-english ;
                                                               skos:definition "The performers of 4′33″ are explicitly silent throughout; tacet is fixed."@x-gmeow-english ;
                                                               <https://blackcatinformatics.ca/gmeow/dofConstraintText> "All performers remain silent for the duration of the work."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dofGraphicScoreDuration
<https://blackcatinformatics.ca/gmeow/dofGraphicScoreDuration> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/DegreeOfFreedom> ;
                                                               <https://blackcatinformatics.ca/gmeow/dofParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterDuration> ;
                                                               <https://blackcatinformatics.ca/gmeow/dofStatus> <https://blackcatinformatics.ca/gmeow/determinationDelegatedPerformer> ;
                                                               <https://blackcatinformatics.ca/gmeow/dofWork> <https://blackcatinformatics.ca/gmeow/fixtureGraphicScoreWork> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "graphic score duration delegated to performer"@x-gmeow-english ;
                                                               skos:definition "Duration is delegated to performer interpretation in the graphic score fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dofGraphicScoreOrder
<https://blackcatinformatics.ca/gmeow/dofGraphicScoreOrder> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/DegreeOfFreedom> ;
                                                            <https://blackcatinformatics.ca/gmeow/dofParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterOrder> ;
                                                            <https://blackcatinformatics.ca/gmeow/dofStatus> <https://blackcatinformatics.ca/gmeow/determinationDelegatedPerformer> ;
                                                            <https://blackcatinformatics.ca/gmeow/dofWork> <https://blackcatinformatics.ca/gmeow/fixtureGraphicScoreWork> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                            rdfs:label "graphic score order delegated to performer"@x-gmeow-english ;
                                                            skos:definition "Order is delegated to performer interpretation in the graphic score fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dofGraphicScorePitch
<https://blackcatinformatics.ca/gmeow/dofGraphicScorePitch> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/DegreeOfFreedom> ;
                                                            <https://blackcatinformatics.ca/gmeow/dofParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterPitch> ;
                                                            <https://blackcatinformatics.ca/gmeow/dofStatus> <https://blackcatinformatics.ca/gmeow/determinationDelegatedPerformer> ;
                                                            <https://blackcatinformatics.ca/gmeow/dofWork> <https://blackcatinformatics.ca/gmeow/fixtureGraphicScoreWork> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                            rdfs:label "graphic score pitch delegated to performer"@x-gmeow-english ;
                                                            skos:definition "Pitch is delegated to performer interpretation in the graphic score fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dreyfusAdvancedBeginner
<https://blackcatinformatics.ca/gmeow/dreyfusAdvancedBeginner> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/ProficiencyLevel> ;
                                                               <https://blackcatinformatics.ca/gmeow/levelScale> <https://blackcatinformatics.ca/gmeow/scaleDreyfus> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                               rdfs:label "Dreyfus advanced beginner"@x-gmeow-english ;
                                                               skos:definition "The advanced beginner proficiency level — a milestone on a scale that describes how well an agent commands a language or skill."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dreyfusCompetent
<https://blackcatinformatics.ca/gmeow/dreyfusCompetent> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/ProficiencyLevel> ;
                                                        <https://blackcatinformatics.ca/gmeow/levelScale> <https://blackcatinformatics.ca/gmeow/scaleDreyfus> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                        rdfs:label "Dreyfus competent"@x-gmeow-english ;
                                                        skos:definition "The competent proficiency level — a milestone on a scale that describes how well an agent commands a language or skill."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dreyfusExpert
<https://blackcatinformatics.ca/gmeow/dreyfusExpert> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/ProficiencyLevel> ;
                                                     <https://blackcatinformatics.ca/gmeow/levelScale> <https://blackcatinformatics.ca/gmeow/scaleDreyfus> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                     rdfs:label "Dreyfus expert"@x-gmeow-english ;
                                                     skos:definition "The expert proficiency level — a milestone on a scale that describes how well an agent commands a language or skill."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dreyfusNovice
<https://blackcatinformatics.ca/gmeow/dreyfusNovice> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/ProficiencyLevel> ;
                                                     <https://blackcatinformatics.ca/gmeow/levelScale> <https://blackcatinformatics.ca/gmeow/scaleDreyfus> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                     rdfs:label "Dreyfus novice"@x-gmeow-english ;
                                                     skos:definition "The novice proficiency level — a milestone on a scale that describes how well an agent commands a language or skill."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dreyfusProficient
<https://blackcatinformatics.ca/gmeow/dreyfusProficient> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/ProficiencyLevel> ;
                                                         <https://blackcatinformatics.ca/gmeow/levelScale> <https://blackcatinformatics.ca/gmeow/scaleDreyfus> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                         rdfs:label "Dreyfus proficient"@x-gmeow-english ;
                                                         skos:definition "The proficient proficiency level — a milestone on a scale that describes how well an agent commands a language or skill."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dynamicsF
<https://blackcatinformatics.ca/gmeow/dynamicsF> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/DynamicsValue> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                 rdfs:label "forte"@x-gmeow-english ;
                                                 skos:definition "Loud."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dynamicsFf
<https://blackcatinformatics.ca/gmeow/dynamicsFf> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/DynamicsValue> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                  rdfs:label "fortissimo"@x-gmeow-english ;
                                                  skos:definition "Very loud."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dynamicsFff
<https://blackcatinformatics.ca/gmeow/dynamicsFff> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/DynamicsValue> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                   rdfs:label "fortississimo"@x-gmeow-english ;
                                                   skos:definition "Extremely loud."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dynamicsMf
<https://blackcatinformatics.ca/gmeow/dynamicsMf> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/DynamicsValue> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                  rdfs:label "mezzo-forte"@x-gmeow-english ;
                                                  skos:definition "Moderately loud."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dynamicsMp
<https://blackcatinformatics.ca/gmeow/dynamicsMp> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/DynamicsValue> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                  rdfs:label "mezzo-piano"@x-gmeow-english ;
                                                  skos:definition "Moderately soft."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dynamicsP
<https://blackcatinformatics.ca/gmeow/dynamicsP> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/DynamicsValue> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                 rdfs:label "piano"@x-gmeow-english ;
                                                 skos:definition "Soft."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dynamicsPp
<https://blackcatinformatics.ca/gmeow/dynamicsPp> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/DynamicsValue> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                  rdfs:label "pianissimo"@x-gmeow-english ;
                                                  skos:definition "Very soft."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/dynamicsPpp
<https://blackcatinformatics.ca/gmeow/dynamicsPpp> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/DynamicsValue> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                   rdfs:label "pianississimo"@x-gmeow-english ;
                                                   skos:definition "Extremely soft."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/emotionAnger
<https://blackcatinformatics.ca/gmeow/emotionAnger> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/EmotionType> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/affect> ;
                                                    rdfs:label "anger"@x-gmeow-english ;
                                                    skos:definition "The anger emotion type (Plutchik primary)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/emotionAnticipation
<https://blackcatinformatics.ca/gmeow/emotionAnticipation> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/EmotionType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/affect> ;
                                                           rdfs:label "anticipation"@x-gmeow-english ;
                                                           skos:definition "The anticipation emotion type (Plutchik primary)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/emotionDisgust
<https://blackcatinformatics.ca/gmeow/emotionDisgust> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/EmotionType> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/affect> ;
                                                      rdfs:label "disgust"@x-gmeow-english ;
                                                      skos:definition "The disgust emotion type (Plutchik primary)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/emotionFear
<https://blackcatinformatics.ca/gmeow/emotionFear> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/EmotionType> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/affect> ;
                                                   rdfs:label "fear"@x-gmeow-english ;
                                                   skos:definition "The fear emotion type (Plutchik primary)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/emotionJoy
<https://blackcatinformatics.ca/gmeow/emotionJoy> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/EmotionType> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/affect> ;
                                                  rdfs:label "joy"@x-gmeow-english ;
                                                  skos:definition "The joy emotion type (Plutchik primary)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/emotionSadness
<https://blackcatinformatics.ca/gmeow/emotionSadness> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/EmotionType> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/affect> ;
                                                      rdfs:label "sadness"@x-gmeow-english ;
                                                      skos:definition "The sadness emotion type (Plutchik primary)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/emotionSurprise
<https://blackcatinformatics.ca/gmeow/emotionSurprise> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/EmotionType> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/affect> ;
                                                       rdfs:label "surprise"@x-gmeow-english ;
                                                       skos:definition "The surprise emotion type (Plutchik primary)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/emotionTrust
<https://blackcatinformatics.ca/gmeow/emotionTrust> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/EmotionType> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/affect> ;
                                                    rdfs:label "trust"@x-gmeow-english ;
                                                    skos:definition "The trust emotion type (Plutchik primary)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/employmentTypeApprentice
<https://blackcatinformatics.ca/gmeow/employmentTypeApprentice> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/EmploymentType> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/employment> ;
                                                                rdfs:label "apprentice"@x-gmeow-english ;
                                                                skos:definition "Employment as an apprentice, combining work with structured training."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/employmentTypeContract
<https://blackcatinformatics.ca/gmeow/employmentTypeContract> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/EmploymentType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/employment> ;
                                                              rdfs:label "contract"@x-gmeow-english ;
                                                              skos:definition "Employment under a fixed-term contract."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/employmentTypeFreelance
<https://blackcatinformatics.ca/gmeow/employmentTypeFreelance> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/EmploymentType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/employment> ;
                                                               rdfs:label "freelance"@x-gmeow-english ;
                                                               skos:definition "Self-employed or independent contractor work."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/employmentTypeFullTime
<https://blackcatinformatics.ca/gmeow/employmentTypeFullTime> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/EmploymentType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/employment> ;
                                                              rdfs:label "full-time"@x-gmeow-english ;
                                                              skos:definition "Employment for the full ordinary duration of working hours."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/employmentTypeIntern
<https://blackcatinformatics.ca/gmeow/employmentTypeIntern> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/EmploymentType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/employment> ;
                                                            rdfs:label "intern"@x-gmeow-english ;
                                                            skos:definition "Employment as an intern or trainee."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/employmentTypePartTime
<https://blackcatinformatics.ca/gmeow/employmentTypePartTime> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/EmploymentType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/employment> ;
                                                              rdfs:label "part-time"@x-gmeow-english ;
                                                              skos:definition "Employment for less than the full ordinary duration of working hours."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/employmentTypeVolunteer
<https://blackcatinformatics.ca/gmeow/employmentTypeVolunteer> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/EmploymentType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/employment> ;
                                                               rdfs:label "volunteer"@x-gmeow-english ;
                                                               skos:definition "Unpaid voluntary work."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeAcquisition
<https://blackcatinformatics.ca/gmeow/eventTypeAcquisition> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                            rdfs:label "acquisition"@x-gmeow-english ;
                                                            skos:definition "The event of one organization acquiring control of another organization."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeAdoption
<https://blackcatinformatics.ca/gmeow/eventTypeAdoption> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                         rdfs:label "adoption"@x-gmeow-english ;
                                                         skos:definition "The adoption of a person."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeAnnulment
<https://blackcatinformatics.ca/gmeow/eventTypeAnnulment> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                          rdfs:label "annulment"@x-gmeow-english ;
                                                          skos:definition "The annulment of a marriage."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeAudit
<https://blackcatinformatics.ca/gmeow/eventTypeAudit> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                      rdfs:label "audit"@x-gmeow-english ;
                                                      skos:definition "A formal audit or inspection — an observational activity that produces evaluative observations."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeBaptism
<https://blackcatinformatics.ca/gmeow/eventTypeBaptism> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                        rdfs:label "baptism"@x-gmeow-english ;
                                                        skos:definition "A baptism."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeBarMitzvah
<https://blackcatinformatics.ca/gmeow/eventTypeBarMitzvah> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                           rdfs:label "bar mitzvah"@x-gmeow-english ;
                                                           skos:definition "A bar mitzvah."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeBatMitzvah
<https://blackcatinformatics.ca/gmeow/eventTypeBatMitzvah> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                           rdfs:label "bat mitzvah"@x-gmeow-english ;
                                                           skos:definition "A bat mitzvah."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeBirth
<https://blackcatinformatics.ca/gmeow/eventTypeBirth> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                      rdfs:label "birth"@x-gmeow-english ;
                                                      skos:definition "The event of a person being born."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeBuild
<https://blackcatinformatics.ca/gmeow/eventTypeBuild> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                      rdfs:label "build"@x-gmeow-english ;
                                                      skos:definition "The event of building software from source into distribution artifacts."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeBullshit
<https://blackcatinformatics.ca/gmeow/eventTypeBullshit> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                         rdfs:label "bullshit"@x-gmeow-english ;
                                                         skos:definition "A deception event in which the deceiver projects an unequivocal standpoint while holding the bullshit modality — indifference to the truth-value of the proposition (Frankfurt, On Bullshit, 2005). Distinct from lying (which cares about truth and asserts the opposite) and from error (which cares and gets it wrong). Violates the Gricean maxim of Quality by unconcern rather than by inversion."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeBurial
<https://blackcatinformatics.ca/gmeow/eventTypeBurial> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                       rdfs:label "burial"@x-gmeow-english ;
                                                       skos:definition "The burial of a deceased person."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeCensus
<https://blackcatinformatics.ca/gmeow/eventTypeCensus> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                       rdfs:label "census"@x-gmeow-english ;
                                                       skos:definition "A person's enumeration in a census."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeCensusActivity
<https://blackcatinformatics.ca/gmeow/eventTypeCensusActivity> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                               rdfs:label "census activity"@x-gmeow-english ;
                                                               skos:definition "A census as a systematic data-collection activity — an observational activity that produces population observations. Distinguished from gmeow:eventTypeCensus, which models a person's enumeration in a census."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeChristening
<https://blackcatinformatics.ca/gmeow/eventTypeChristening> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                            rdfs:label "christening"@x-gmeow-english ;
                                                            skos:definition "A christening or naming ceremony."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeClinicalTrial
<https://blackcatinformatics.ca/gmeow/eventTypeClinicalTrial> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                              rdfs:label "clinical trial"@x-gmeow-english ;
                                                              skos:definition "A clinical trial or structured medical investigation — an observational activity that produces health-outcome observations."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeCodeReview
<https://blackcatinformatics.ca/gmeow/eventTypeCodeReview> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                           rdfs:label "code review"@x-gmeow-english ;
                                                           skos:definition "The event of reviewing code changes for quality, correctness, and policy compliance."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeCommit
<https://blackcatinformatics.ca/gmeow/eventTypeCommit> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                       rdfs:label "commit"@x-gmeow-english ;
                                                       skos:definition "The event of recording a version-control commit — a content-addressed snapshot of a codebase."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeConcert
<https://blackcatinformatics.ca/gmeow/eventTypeConcert> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                        rdfs:label "concert"@x-gmeow-english ;
                                                        skos:definition "A public musical performance, typically before an audience."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeConfirmation
<https://blackcatinformatics.ca/gmeow/eventTypeConfirmation> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                             rdfs:label "confirmation"@x-gmeow-english ;
                                                             skos:definition "A religious confirmation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeCreation
<https://blackcatinformatics.ca/gmeow/eventTypeCreation> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                         rdfs:label "creation"@x-gmeow-english ;
                                                         skos:definition "The event of an entity coming into existence — the universal form of birth (person), founding (organization), minting (currency), or realization (reference frame)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeCremation
<https://blackcatinformatics.ca/gmeow/eventTypeCremation> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                          rdfs:label "cremation"@x-gmeow-english ;
                                                          skos:definition "The cremation of a deceased person."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeDJSet
<https://blackcatinformatics.ca/gmeow/eventTypeDJSet> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                      rdfs:label "DJ set"@x-gmeow-english ;
                                                      skos:definition "A performance in which a DJ selects and plays recorded music."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeDeath
<https://blackcatinformatics.ca/gmeow/eventTypeDeath> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                      rdfs:label "death"@x-gmeow-english ;
                                                      skos:definition "The event of a person's death."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeDeception
<https://blackcatinformatics.ca/gmeow/eventTypeDeception> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                          rdfs:label "deception"@x-gmeow-english ;
                                                          skos:definition "An event in which one or more participants intentionally or knowingly project a standpoint that diverges from the standpoint they actually hold, causing another party to form a false belief. The kind of a deception event is a value, not a class (events.ttl doctrine)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeDestruction
<https://blackcatinformatics.ca/gmeow/eventTypeDestruction> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                            rdfs:label "destruction"@x-gmeow-english ;
                                                            skos:definition "The event of an entity ceasing to exist — the universal form of death (person), dissolution (organization), destruction (place), or retirement (frame, software)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeDisinformation
<https://blackcatinformatics.ca/gmeow/eventTypeDisinformation> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                               rdfs:label "disinformation campaign"@x-gmeow-english ;
                                                               skos:definition "A coordinated, propagated deception that aggregates many constituent deception events along a prov:wasDerivedFrom / gmeow:propagatesFrom propagation chain. At the originating node the held standpoint diverges from the projected standpoint (held ≠ projected) and deceptive intent is attributed; at unwitting intermediary nodes the projected standpoint is sincerely held (held ≈ projected) and the claim is merely untrue — the misinformation↔disinformation boundary is therefore per-node, not a global label. Unwitting propagators bear gmeow:roleDupe; originating deceivers bear gmeow:roleDeceiver."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeDissolution
<https://blackcatinformatics.ca/gmeow/eventTypeDissolution> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                            rdfs:label "dissolution"@x-gmeow-english ;
                                                            skos:definition "The formal dissolution of a structured entity — an organization, agreement, polity, or marriage. Distinct from general destruction in carrying legal or procedural formality."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeDistortion
<https://blackcatinformatics.ca/gmeow/eventTypeDistortion> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                           rdfs:label "distortion / spin"@x-gmeow-english ;
                                                           skos:definition "A deception event in which the projected standpoint sharpens, re-frames, or selectively emphasises the held standpoint — a modality shift (e.g. probable→unequivocal) or a re-contextualisation that changes the inferential landscape without literally falsifying the source. The spin doctor (gmeow:roleSpinDoctor) is a participant role specific to this type. Violates the Gricean maxim of Manner."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeDivorce
<https://blackcatinformatics.ca/gmeow/eventTypeDivorce> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                        rdfs:label "divorce"@x-gmeow-english ;
                                                        skos:definition "The legal dissolution of a marriage."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeEmigration
<https://blackcatinformatics.ca/gmeow/eventTypeEmigration> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                           rdfs:label "emigration"@x-gmeow-english ;
                                                           skos:definition "A person's emigration from a country."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeEngagement
<https://blackcatinformatics.ca/gmeow/eventTypeEngagement> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                           rdfs:label "engagement"@x-gmeow-english ;
                                                           skos:definition "A betrothal or engagement to marry."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeExcavation
<https://blackcatinformatics.ca/gmeow/eventTypeExcavation> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                           rdfs:label "excavation"@x-gmeow-english ;
                                                           skos:definition "An archaeological excavation — a structured observational activity that produces stratigraphic and spatial observations."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeExpressionCreation
<https://blackcatinformatics.ca/gmeow/eventTypeExpressionCreation> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                                   rdfs:label "expression creation"@x-gmeow-english ;
                                                                   skos:definition "The event of realizing a work in a specific language, script, notation, or arrangement — the act that brings a gmeow:Expression into existence. ≈ LRMoo F28 Expression Creation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeFabrication
<https://blackcatinformatics.ca/gmeow/eventTypeFabrication> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                            rdfs:label "fabrication"@x-gmeow-english ;
                                                            skos:definition "A deception event in which a false artifact (a gmeow:CreativeWork) is produced and its attested provenance is projected as genuine while the deceiver's held standpoint refutes that provenance. The artifact's falsity is evidenced by a gmeow:VerificationResult with status gmeow:verificationStatusFailed, not by a global truth axiom (Principle 12). Distinct from forgery: fabrication invents a false artifact without mimicking a specific genuine one."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeFirstCommunion
<https://blackcatinformatics.ca/gmeow/eventTypeFirstCommunion> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                               rdfs:label "first communion"@x-gmeow-english ;
                                                               skos:definition "A first communion."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeForgery
<https://blackcatinformatics.ca/gmeow/eventTypeForgery> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                        rdfs:label "forgery"@x-gmeow-english ;
                                                        skos:definition "A fabrication that mimics a specific genuine artifact — the forged work bears a gmeow:counterpartOf link to the genuine work it imitates, and when a cryptographic signature is present its verification returns gmeow:verificationStatusFailed. A special case of fabrication distinguished by the specificity of the imitation target and the presence of failed signature evidence when applicable (Principle 12). Document forgery, art forgery, and counterfeit goods are all instances."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeFuneral
<https://blackcatinformatics.ca/gmeow/eventTypeFuneral> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                        rdfs:label "funeral"@x-gmeow-english ;
                                                        skos:definition "A funeral or memorial service."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeGraduation
<https://blackcatinformatics.ca/gmeow/eventTypeGraduation> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                           rdfs:label "graduation"@x-gmeow-english ;
                                                           skos:definition "Graduation from an educational program."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeHiring
<https://blackcatinformatics.ca/gmeow/eventTypeHiring> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                       rdfs:label "hiring"@x-gmeow-english ;
                                                       skos:definition "The event of an agent beginning employment with an organization."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeImageAnnotation
<https://blackcatinformatics.ca/gmeow/eventTypeImageAnnotation> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                                rdfs:label "image annotation"@x-gmeow-english ;
                                                                skos:definition "The act of adding regions, labels, scene-graph edges, or other structured metadata to an image. Produces gmeow:ImageRegion and gmeow:SceneGraphEdge instances."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeImageCapture
<https://blackcatinformatics.ca/gmeow/eventTypeImageCapture> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                             rdfs:label "image capture"@x-gmeow-english ;
                                                             skos:definition "The act of capturing a still image — photography, screenshot, or frame grab. Brings a gmeow:MediaObject into existence. ≈ CIDOC-CRM E12 Production scoped to a digital image."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeImageProcessing
<https://blackcatinformatics.ca/gmeow/eventTypeImageProcessing> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                                rdfs:label "image processing"@x-gmeow-english ;
                                                                skos:definition "The act of editing, filtering, colour-correcting, or otherwise transforming a digital image. The output is a derivative gmeow:MediaObject linked by gmeow:wasDerivedFrom."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeImageScanning
<https://blackcatinformatics.ca/gmeow/eventTypeImageScanning> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                              rdfs:label "image scanning"@x-gmeow-english ;
                                                              skos:definition "The act of digitizing a physical photograph, document, or artwork via scanner or camera reprography. Produces a gmeow:MediaObject from a physical source."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeImmigration
<https://blackcatinformatics.ca/gmeow/eventTypeImmigration> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                            rdfs:label "immigration"@x-gmeow-english ;
                                                            skos:definition "A person's immigration into a country."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeImpersonation
<https://blackcatinformatics.ca/gmeow/eventTypeImpersonation> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                              rdfs:label "impersonation"@x-gmeow-english ;
                                                              skos:definition "A deception event in which a projected identity claim is presented as belonging to a subject other than the deceiver. Reuses gmeow:IdentityFacet machinery: the projected facet's gmeow:facetSubject differs from the deceiver's identity. Email spoofing is modelled as impersonation with a failed gmeow:AuthenticationResult (DKIM/SPF/DMARC fail). A sockpuppet is an impersonation where the deceiver controls a gmeow:counterpartOf identity they deny controlling. Phishing is an instance (impersonation + fraudulent solicitation), never a taxonomy primitive."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeJamSession
<https://blackcatinformatics.ca/gmeow/eventTypeJamSession> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                           rdfs:label "jam session"@x-gmeow-english ;
                                                           skos:definition "An informal musical performance, often improvisatory, by multiple participants."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeLie
<https://blackcatinformatics.ca/gmeow/eventTypeLie> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                    rdfs:label "lie / falsification"@x-gmeow-english ;
                                                    skos:definition "A deception event in which the projected standpoint negates the held standpoint — the deceiver communicates a proposition they believe to be false. The projected claim is held unequivocal by the deceiver's standpoint; the held claim is refuted by the universal standpoint or the assessor's frame. Violates the Gricean maxim of Quality."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeManifestationProduction
<https://blackcatinformatics.ca/gmeow/eventTypeManifestationProduction> rdf:type owl:NamedIndividual ,
                                                                                 <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                                        rdfs:label "manifestation production"@x-gmeow-english ;
                                                                        skos:definition "The event of producing a concrete edition, format, or release — the act that brings a gmeow:Manifestation into existence (printing, pressing, digital publishing)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeMarriage
<https://blackcatinformatics.ca/gmeow/eventTypeMarriage> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                         rdfs:label "marriage"@x-gmeow-english ;
                                                         skos:definition "The event of two persons entering into marriage."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeMerge
<https://blackcatinformatics.ca/gmeow/eventTypeMerge> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                      rdfs:label "merge"@x-gmeow-english ;
                                                      skos:definition "The event of merging one branch of development into another."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeMerger
<https://blackcatinformatics.ca/gmeow/eventTypeMerger> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                       rdfs:label "merger"@x-gmeow-english ;
                                                       skos:definition "The event of two or more organizations combining into one or more successor organizations."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeMigration
<https://blackcatinformatics.ca/gmeow/eventTypeMigration> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                          rdfs:label "migration"@x-gmeow-english ;
                                                          skos:definition "A relocation of people from one place to another — a family's move, an internal migration, or a multi-generational flow. The general movement event (schema:MoveAction's shape); immigration/emigration are its border-crossing specialisations."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeMilitaryService
<https://blackcatinformatics.ca/gmeow/eventTypeMilitaryService> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                                rdfs:label "military service"@x-gmeow-english ;
                                                                skos:definition "A period of military service."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeMusicalPerformance
<https://blackcatinformatics.ca/gmeow/eventTypeMusicalPerformance> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                                   rdfs:label "musical performance"@x-gmeow-english ;
                                                                   skos:definition "A performance of music — the central event type for the music extension. Co-typed with more specific values such as concert, recording session, or take as needed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeNameChange
<https://blackcatinformatics.ca/gmeow/eventTypeNameChange> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                           rdfs:label "name change"@x-gmeow-english ;
                                                           skos:definition "A formal change of name."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeNaturalization
<https://blackcatinformatics.ca/gmeow/eventTypeNaturalization> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                               rdfs:label "naturalization"@x-gmeow-english ;
                                                               skos:definition "The grant of citizenship by naturalization."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeOmission
<https://blackcatinformatics.ca/gmeow/eventTypeOmission> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                         rdfs:label "omission / concealment"@x-gmeow-english ;
                                                         skos:definition "A deception event in which the held standpoint is present but no projected standpoint is offered — the deceiver suppresses a truth they hold rather than asserting its opposite. The absence of projection is the mechanism; the gap is informational, not propositional. Violates the Gricean maxim of Quantity."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeOrdination
<https://blackcatinformatics.ca/gmeow/eventTypeOrdination> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                           rdfs:label "ordination"@x-gmeow-english ;
                                                           skos:definition "Ordination into religious office."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeOverdub
<https://blackcatinformatics.ca/gmeow/eventTypeOverdub> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                        rdfs:label "overdub"@x-gmeow-english ;
                                                        skos:definition "A take recorded over or alongside existing recorded material."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypePaltering
<https://blackcatinformatics.ca/gmeow/eventTypePaltering> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                          rdfs:label "paltering"@x-gmeow-english ;
                                                          skos:definition "A deception event in which the projected literal claim is technically true but conversationally implicates a false conclusion P′ that the held standpoint refutes. The palterer exploits the gap between literal content and pragmatic implicature (Rogers et al., JPSP 112(3), 2017). Violates the Gricean maxims of Quantity and Relation. Solver-layer: the implicature relation is carried by gmeow:implicates (Principle 12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeProbate
<https://blackcatinformatics.ca/gmeow/eventTypeProbate> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                        rdfs:label "probate"@x-gmeow-english ;
                                                        skos:definition "The probate of an estate."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypePromotion
<https://blackcatinformatics.ca/gmeow/eventTypePromotion> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                          rdfs:label "promotion"@x-gmeow-english ;
                                                          skos:definition "The event of an agent advancing in rank, role, or compensation within an organization."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypePush
<https://blackcatinformatics.ca/gmeow/eventTypePush> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                     rdfs:label "push"@x-gmeow-english ;
                                                     skos:definition "The event of pushing commits to a remote repository."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeRecordingSession
<https://blackcatinformatics.ca/gmeow/eventTypeRecordingSession> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                                 rdfs:label "recording session"@x-gmeow-english ;
                                                                 skos:definition "A session at which one or more recordings are captured."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeRehearsal
<https://blackcatinformatics.ca/gmeow/eventTypeRehearsal> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                          rdfs:label "rehearsal"@x-gmeow-english ;
                                                          skos:definition "A practice or preparation event for a musical performance."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeRelease
<https://blackcatinformatics.ca/gmeow/eventTypeRelease> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                        rdfs:label "release"@x-gmeow-english ;
                                                        skos:definition "The event of publishing a software release — producing a versioned product with associated artifacts."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeRename
<https://blackcatinformatics.ca/gmeow/eventTypeRename> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                       rdfs:label "rename"@x-gmeow-english ;
                                                       skos:definition "The event of an organization changing its name, while remaining the same legal entity. Reuses the names module for the new name plus a temporal tenure (e.g. Facebook → Meta)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeResidence
<https://blackcatinformatics.ca/gmeow/eventTypeResidence> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                          rdfs:label "residence"@x-gmeow-english ;
                                                          skos:definition "A person's residence at a place over a period."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeResignation
<https://blackcatinformatics.ca/gmeow/eventTypeResignation> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                            rdfs:label "resignation"@x-gmeow-english ;
                                                            skos:definition "The event of an agent voluntarily ending employment."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeRetirement
<https://blackcatinformatics.ca/gmeow/eventTypeRetirement> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                           rdfs:label "retirement"@x-gmeow-english ;
                                                           skos:definition "Retirement from working life."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeSelfDeception
<https://blackcatinformatics.ca/gmeow/eventTypeSelfDeception> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                              rdfs:label "self-deception"@x-gmeow-english ;
                                                              skos:definition "A deception event in which the same agent fills both the deceiver and deceived roles — an avowed (conscious, articulated) standpoint diverges from a tacit (implicit, behavioural) standpoint within a single subject. The structural configuration is what distinguishes self-deception from ordinary deception; intent is a defeasible attribution (gmeow:deceptiveIntentClaim), never entailed (Principle 9: co-equal conflicting claims coexist)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeSeparation
<https://blackcatinformatics.ca/gmeow/eventTypeSeparation> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                           rdfs:label "separation"@x-gmeow-english ;
                                                           skos:definition "A legal or informal marital separation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeSoundcheck
<https://blackcatinformatics.ca/gmeow/eventTypeSoundcheck> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                           rdfs:label "soundcheck"@x-gmeow-english ;
                                                           skos:definition "A pre-performance event for checking sound and equipment."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeSpinOff
<https://blackcatinformatics.ca/gmeow/eventTypeSpinOff> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                        rdfs:label "spin-off"@x-gmeow-english ;
                                                        skos:definition "The event of a part of an organization breaking away to form a new, independent organization."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeSplit
<https://blackcatinformatics.ca/gmeow/eventTypeSplit> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                      rdfs:label "split"@x-gmeow-english ;
                                                      skos:definition "The event of one organization dividing into two or more successor organizations."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeSupersession
<https://blackcatinformatics.ca/gmeow/eventTypeSupersession> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                             rdfs:label "supersession"@x-gmeow-english ;
                                                             skos:definition "The event of one entity replacing another — a transformation, merger, or reorganization where a predecessor entity ceases and a successor entity begins (e.g. Soviet Union → Russian Federation)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeSurvey
<https://blackcatinformatics.ca/gmeow/eventTypeSurvey> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                       rdfs:label "survey"@x-gmeow-english ;
                                                       skos:definition "A systematic survey or data-collection activity whose purpose is to produce observations."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeTake
<https://blackcatinformatics.ca/gmeow/eventTypeTake> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                     rdfs:label "take"@x-gmeow-english ;
                                                     skos:definition "A single recorded attempt or capture during a recording session."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeTermination
<https://blackcatinformatics.ca/gmeow/eventTypeTermination> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                            rdfs:label "termination"@x-gmeow-english ;
                                                            skos:definition "The event of an agent's employment being ended by the organization."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeTransfer
<https://blackcatinformatics.ca/gmeow/eventTypeTransfer> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                         rdfs:label "transfer"@x-gmeow-english ;
                                                         skos:definition "The event of an agent moving from one organizational unit or location to another."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeTransmission
<https://blackcatinformatics.ca/gmeow/eventTypeTransmission> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                             rdfs:label "transmission"@x-gmeow-english ;
                                                             skos:definition "An oral-tradition teaching event in which musical knowledge is passed from one agent to another (see oral-tradition transmission)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeWill
<https://blackcatinformatics.ca/gmeow/eventTypeWill> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                     rdfs:label "will"@x-gmeow-english ;
                                                     skos:definition "The making of a will."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/eventTypeWorkConception
<https://blackcatinformatics.ca/gmeow/eventTypeWorkConception> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/EventType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                               rdfs:label "work conception"@x-gmeow-english ;
                                                               skos:definition "The event of conceiving an abstract intellectual or artistic work — the creative act that brings a gmeow:Work into existence. ≈ LRMoo F27 / CIDOC-CRM E65 Creation scoped to the Work tier."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/evidenceANECDOTAL
<https://blackcatinformatics.ca/gmeow/evidenceANECDOTAL> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/EvidenceClass> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                         rdfs:label "anecdotal evidence"@x-gmeow-english ;
                                                         skos:definition "Evidence based on personal accounts, informal narratives, or uncorroborated reports — stronger than rumour but weaker than verified fact."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/evidenceFamilyNarrative
<https://blackcatinformatics.ca/gmeow/evidenceFamilyNarrative> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/EvidenceClass> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                               rdfs:label "family narrative evidence"@x-gmeow-english ;
                                                               skos:definition "Evidence from oral history, family tradition, or genealogical narrative passed between relatives."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/evidenceGeneratedReport
<https://blackcatinformatics.ca/gmeow/evidenceGeneratedReport> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/EvidenceClass> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                               rdfs:label "generated report evidence"@x-gmeow-english ;
                                                               skos:definition "Evidence from a machine-generated report, dashboard output, or automated analytics summary."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/evidenceIndependentTradePress
<https://blackcatinformatics.ca/gmeow/evidenceIndependentTradePress> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/EvidenceClass> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                                     rdfs:label "independent trade press evidence"@x-gmeow-english ;
                                                                     skos:definition "Evidence from a trade or industry publication that is editorially independent of the subject."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/evidenceLegalFiling
<https://blackcatinformatics.ca/gmeow/evidenceLegalFiling> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/EvidenceClass> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                           rdfs:label "legal filing evidence"@x-gmeow-english ;
                                                           skos:definition "Evidence from a court filing, patent application, regulatory submission, or other legal document filed with a governmental or judicial body."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/evidenceNewspaperLead
<https://blackcatinformatics.ca/gmeow/evidenceNewspaperLead> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/EvidenceClass> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                             rdfs:label "newspaper lead evidence"@x-gmeow-english ;
                                                             skos:definition "Evidence from a newspaper article, wire-service dispatch, or journalistic lead — distinct from independent trade press in audience and editorial process."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/evidenceOcrExtract
<https://blackcatinformatics.ca/gmeow/evidenceOcrExtract> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/EvidenceClass> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                          rdfs:label "OCR extract evidence"@x-gmeow-english ;
                                                          skos:definition "Evidence extracted from an image or scan by optical character recognition — the extraction step itself is part of the provenance."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/evidenceOfficialSource
<https://blackcatinformatics.ca/gmeow/evidenceOfficialSource> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/EvidenceClass> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                              rdfs:label "official source evidence"@x-gmeow-english ;
                                                              skos:definition "Evidence from an authoritative governmental, intergovernmental, or standards-body source."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/evidencePrivateCorrespondence
<https://blackcatinformatics.ca/gmeow/evidencePrivateCorrespondence> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/EvidenceClass> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                                     rdfs:label "private correspondence evidence"@x-gmeow-english ;
                                                                     skos:definition "Evidence from a letter, email, message, or other direct communication not intended for public distribution."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/evidencePrivateScan
<https://blackcatinformatics.ca/gmeow/evidencePrivateScan> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/EvidenceClass> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                           rdfs:label "private scan evidence"@x-gmeow-english ;
                                                           skos:definition "Evidence from a privately held document scan, photograph, or digitisation not publicly accessible or independently verifiable."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/evidencePublicRegistry
<https://blackcatinformatics.ca/gmeow/evidencePublicRegistry> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/EvidenceClass> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                              rdfs:label "public registry evidence"@x-gmeow-english ;
                                                              skos:definition "Evidence drawn from a publicly accessible register, database, or gazette maintained by an authority."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/evidenceRUMOR
<https://blackcatinformatics.ca/gmeow/evidenceRUMOR> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/EvidenceClass> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                     rdfs:label "rumour evidence"@x-gmeow-english ;
                                                     skos:definition "Evidence whose provenance is unverified, unverifiable, or explicitly speculative — the weakest warrant tier, recorded for audit completeness but not for factual reliance."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/evidenceRawArchive
<https://blackcatinformatics.ca/gmeow/evidenceRawArchive> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/EvidenceClass> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                          rdfs:label "raw archive evidence"@x-gmeow-english ;
                                                          skos:definition "Evidence from an unprocessed archival holding — a box, folder, or collection entry before scholarly curation or transcription."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/evidenceSELF
<https://blackcatinformatics.ca/gmeow/evidenceSELF> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/EvidenceClass> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                    rdfs:label "self evidence"@x-gmeow-english ;
                                                    skos:definition "Evidence originating from the subject of the claim itself — a self-assertion, self-published biography, or press release. High authority for the subject's own standpoint (Principle 9), but low warrant for third-party verification."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/evidenceSelfControlledSite
<https://blackcatinformatics.ca/gmeow/evidenceSelfControlledSite> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/EvidenceClass> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                                  rdfs:label "self-controlled site evidence"@x-gmeow-english ;
                                                                  skos:definition "Evidence from a website, social-media account, or platform profile controlled by the subject of the claim."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/evidenceSourceCodeArchive
<https://blackcatinformatics.ca/gmeow/evidenceSourceCodeArchive> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/EvidenceClass> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                                 rdfs:label "source code archive evidence"@x-gmeow-english ;
                                                                 skos:definition "Evidence from a version-controlled software repository, release tarball, or code snapshot."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/evidenceVERIFIED
<https://blackcatinformatics.ca/gmeow/evidenceVERIFIED> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/EvidenceClass> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                        rdfs:label "verified evidence"@x-gmeow-english ;
                                                        skos:definition "Evidence that has been independently checked or corroborated by a trusted authority or process."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/exceptionTypeCancellation
<https://blackcatinformatics.ca/gmeow/exceptionTypeCancellation> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/ExceptionType> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                                 rdfs:label "cancellation"@x-gmeow-english ;
                                                                 skos:definition "The occurrence is cancelled."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/exceptionTypeRescheduling
<https://blackcatinformatics.ca/gmeow/exceptionTypeRescheduling> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/ExceptionType> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                                 rdfs:label "rescheduling"@x-gmeow-english ;
                                                                 skos:definition "The occurrence is moved to a different time."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/executionStatusCancelled
<https://blackcatinformatics.ca/gmeow/executionStatusCancelled> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/ExecutionStatus> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                                rdfs:label "cancelled"@x-gmeow-english ;
                                                                skos:definition "The execution was cancelled before completion."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/executionStatusFailed
<https://blackcatinformatics.ca/gmeow/executionStatusFailed> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/ExecutionStatus> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                             rdfs:label "failed"@x-gmeow-english ;
                                                             skos:definition "The execution failed or aborted."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/executionStatusPending
<https://blackcatinformatics.ca/gmeow/executionStatusPending> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/ExecutionStatus> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                              rdfs:label "pending"@x-gmeow-english ;
                                                              skos:definition "The execution is scheduled but has not started."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/executionStatusRunning
<https://blackcatinformatics.ca/gmeow/executionStatusRunning> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/ExecutionStatus> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                              rdfs:label "running"@x-gmeow-english ;
                                                              skos:definition "The execution is currently running."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/executionStatusSkipped
<https://blackcatinformatics.ca/gmeow/executionStatusSkipped> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/ExecutionStatus> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                              rdfs:label "skipped"@x-gmeow-english ;
                                                              skos:definition "The execution was skipped (e.g. by a branch guard)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/executionStatusSucceeded
<https://blackcatinformatics.ca/gmeow/executionStatusSucceeded> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/ExecutionStatus> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                                rdfs:label "succeeded"@x-gmeow-english ;
                                                                skos:definition "The execution completed successfully."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/exprLangCedar
<https://blackcatinformatics.ca/gmeow/exprLangCedar> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/ExpressionLanguage> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                     rdfs:label "Cedar"@x-gmeow-english ;
                                                     skos:definition "The Cedar authorization policy language."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/exprLangCel
<https://blackcatinformatics.ca/gmeow/exprLangCel> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/ExpressionLanguage> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                   rdfs:label "CEL"@x-gmeow-english ;
                                                   skos:definition "Common Expression Language."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/exprLangProse
<https://blackcatinformatics.ca/gmeow/exprLangProse> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/ExpressionLanguage> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                     rdfs:label "prose"@x-gmeow-english ;
                                                     skos:definition "Natural-language restatement (a translation, not a formalization)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/exprLangRego
<https://blackcatinformatics.ca/gmeow/exprLangRego> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/ExpressionLanguage> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                    rdfs:label "Rego (OPA)"@x-gmeow-english ;
                                                    skos:definition "Open Policy Agent's Rego policy language."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/exprLangShacl
<https://blackcatinformatics.ca/gmeow/exprLangShacl> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/ExpressionLanguage> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                     rdfs:label "SHACL"@x-gmeow-english ;
                                                     skos:definition "A SHACL shapes graph used as a condition formalization. Carried as data like every other expression — never loaded into the validation harness (Principle 12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/exprLangSparqlAsk
<https://blackcatinformatics.ca/gmeow/exprLangSparqlAsk> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/ExpressionLanguage> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                         rdfs:label "SPARQL ASK"@x-gmeow-english ;
                                                         skos:definition "A SPARQL ASK query."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/exprLangXacml
<https://blackcatinformatics.ca/gmeow/exprLangXacml> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/ExpressionLanguage> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                     rdfs:label "XACML"@x-gmeow-english ;
                                                     skos:definition "OASIS XACML policy XML."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/expressionAndrogynous
<https://blackcatinformatics.ca/gmeow/expressionAndrogynous> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/GenderExpressionStyle> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                                             rdfs:label "androgynous"@x-gmeow-english ;
                                                             skos:definition "The androgynous gender expression style — a stylistic presentation of gender through behavior, appearance, or self-presentation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/expressionFeminine
<https://blackcatinformatics.ca/gmeow/expressionFeminine> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/GenderExpressionStyle> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                                          rdfs:label "feminine"@x-gmeow-english ;
                                                          skos:definition "The feminine gender expression style — a stylistic presentation of gender through behavior, appearance, or self-presentation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/expressionFluid
<https://blackcatinformatics.ca/gmeow/expressionFluid> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/GenderExpressionStyle> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                                       rdfs:label "fluid"@x-gmeow-english ;
                                                       skos:definition "The fluid gender expression style — a stylistic presentation of gender through behavior, appearance, or self-presentation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/expressionMasculine
<https://blackcatinformatics.ca/gmeow/expressionMasculine> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/GenderExpressionStyle> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                                           rdfs:label "masculine"@x-gmeow-english ;
                                                           skos:definition "The masculine gender expression style — a stylistic presentation of gender through behavior, appearance, or self-presentation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/expressionNeutral
<https://blackcatinformatics.ca/gmeow/expressionNeutral> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/GenderExpressionStyle> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                                         rdfs:label "neutral"@x-gmeow-english ;
                                                         skos:definition "The neutral gender expression style — a stylistic presentation of gender through behavior, appearance, or self-presentation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/facetAuditory
<https://blackcatinformatics.ca/gmeow/facetAuditory> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/AccessibilityFacet> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accessibility> ;
                                                     rdfs:label "auditory access"@x-gmeow-english ;
                                                     skos:definition "Access for people with auditory impairments — visual alarms, induction loops, sign language."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/facetClearance
<https://blackcatinformatics.ca/gmeow/facetClearance> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/AccessibilityFacet> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accessibility> ;
                                                      rdfs:label "physical clearance"@x-gmeow-english ;
                                                      skos:definition "Sufficient physical space for passage — doorway width, corridor width, turning radius, vertical clearance."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/facetCognitive
<https://blackcatinformatics.ca/gmeow/facetCognitive> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/AccessibilityFacet> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accessibility> ;
                                                      rdfs:label "cognitive access"@x-gmeow-english ;
                                                      skos:definition "Access for people with cognitive impairments — clear signage, simple wayfinding, sensory-quiet spaces."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/facetLifeSupport
<https://blackcatinformatics.ca/gmeow/facetLifeSupport> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/AccessibilityFacet> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accessibility> ;
                                                        rdfs:label "life-support access"@x-gmeow-english ;
                                                        skos:definition "Access for people who require life-support equipment — power outlets, oxygen, climate control, emergency protocols."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/facetStepFree
<https://blackcatinformatics.ca/gmeow/facetStepFree> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/AccessibilityFacet> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accessibility> ;
                                                     rdfs:label "step-free access"@x-gmeow-english ;
                                                     skos:definition "Access without steps or stairs — ramps, lifts, level entrances."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/facetVisual
<https://blackcatinformatics.ca/gmeow/facetVisual> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/AccessibilityFacet> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accessibility> ;
                                                   rdfs:label "visual access"@x-gmeow-english ;
                                                   skos:definition "Access for people with visual impairments — tactile paving, audio signals, high contrast, braille."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/facetWheelchair
<https://blackcatinformatics.ca/gmeow/facetWheelchair> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/AccessibilityFacet> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accessibility> ;
                                                       rdfs:label "wheelchair access"@x-gmeow-english ;
                                                       skos:definition "Access for wheelchair users — level surfaces, ramps, elevators, wide doorways."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/feedPostingKindBlog
<https://blackcatinformatics.ca/gmeow/feedPostingKindBlog> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/FeedPostingKind> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                           rdfs:label "blog"@x-gmeow-english ;
                                                           skos:definition "A blog entry or article post."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/feedPostingKindMicroblog
<https://blackcatinformatics.ca/gmeow/feedPostingKindMicroblog> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/FeedPostingKind> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                                rdfs:label "microblog"@x-gmeow-english ;
                                                                skos:definition "A short microblog note (a tweet-like status)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/feedPostingKindSocial
<https://blackcatinformatics.ca/gmeow/feedPostingKindSocial> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/FeedPostingKind> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                             rdfs:label "social"@x-gmeow-english ;
                                                             skos:definition "A social-media post (a timeline/feed status)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/finalityStatusConfirmed
<https://blackcatinformatics.ca/gmeow/finalityStatusConfirmed> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/LedgerFinalityStatus> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                               rdfs:label "confirmed"@x-gmeow-english ;
                                                               skos:definition "The transaction has been included in a block and seen by the network, but may still be reorged."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/finalityStatusFinalized
<https://blackcatinformatics.ca/gmeow/finalityStatusFinalized> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/LedgerFinalityStatus> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                               rdfs:label "finalized"@x-gmeow-english ;
                                                               skos:definition "The transaction has reached ledger-specific finality and is considered irreversible under consensus rules."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/finalityStatusOrphaned
<https://blackcatinformatics.ca/gmeow/finalityStatusOrphaned> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/LedgerFinalityStatus> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                              rdfs:label "orphaned"@x-gmeow-english ;
                                                              skos:definition "The block containing the transaction was abandoned by the canonical chain."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/finalityStatusPending
<https://blackcatinformatics.ca/gmeow/finalityStatusPending> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/LedgerFinalityStatus> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                             rdfs:label "pending"@x-gmeow-english ;
                                                             skos:definition "The ledger transaction has been submitted but not yet included in a block or confirmed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/finalityStatusReorged
<https://blackcatinformatics.ca/gmeow/finalityStatusReorged> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/LedgerFinalityStatus> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                             rdfs:label "reorged"@x-gmeow-english ;
                                                             skos:definition "The transaction was affected by a chain reorganization and is no longer in the canonical chain."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixture1959LesPaul
<https://blackcatinformatics.ca/gmeow/fixture1959LesPaul> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/PhysicalObject> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                          rdfs:label "1959 Les Paul fixture"@x-gmeow-english ;
                                                          skos:definition "A placeholder physical instrument item used to test the participationInstrumentItem Entity range (instruments and configurations)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixture1959LesPaulConfiguration
<https://blackcatinformatics.ca/gmeow/fixture1959LesPaulConfiguration> rdf:type owl:NamedIndividual ,
                                                                                <https://blackcatinformatics.ca/gmeow/InstrumentConfiguration> ;
                                                                       <https://blackcatinformatics.ca/gmeow/configurationModification> <https://blackcatinformatics.ca/gmeow/instrumentModificationElectrified> ;
                                                                       <https://blackcatinformatics.ca/gmeow/configurationOf> <https://blackcatinformatics.ca/gmeow/fixture1959LesPaul> ;
                                                                       <https://blackcatinformatics.ca/gmeow/configurationTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem12EDO> ;
                                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                       rdfs:label "1959 Les Paul stage configuration"@x-gmeow-english ;
                                                                       skos:definition "An item-level configuration fixture binding the 1959 Les Paul instrument item to an electrified modification and the 12-EDO tuning frame (instruments and configurations)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureAnalystA
<https://blackcatinformatics.ca/gmeow/fixtureAnalystA> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "fixture analyst A"@x-gmeow-english ;
                                                       skos:definition "A placeholder analyst used in the MusicAnalysisClaim fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureDropDGuitarConfiguration
<https://blackcatinformatics.ca/gmeow/fixtureDropDGuitarConfiguration> rdf:type owl:NamedIndividual ,
                                                                                <https://blackcatinformatics.ca/gmeow/InstrumentConfiguration> ;
                                                                       <https://blackcatinformatics.ca/gmeow/configurationInstrumentType> <https://blackcatinformatics.ca/gmeow/instrumentTypeElectricGuitar> ;
                                                                       <https://blackcatinformatics.ca/gmeow/configurationInterval> <https://blackcatinformatics.ca/gmeow/pitchIntervalMajorSecondDown> ;
                                                                       <https://blackcatinformatics.ca/gmeow/configurationModification> <https://blackcatinformatics.ca/gmeow/instrumentModificationScordatura> ;
                                                                       <https://blackcatinformatics.ca/gmeow/configurationTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystemGuitarDropD> ;
                                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                       rdfs:label "drop-D electric guitar configuration"@x-gmeow-english ;
                                                                       skos:definition "A drop-D guitar configuration fixture: electric guitar + scordatura modification + tablature-relative drop-D frame + major-second-down interval."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureFourThirtyThreeWork
<https://blackcatinformatics.ca/gmeow/fixtureFourThirtyThreeWork> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/MusicalWork> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                  rdfs:label "4′33″"@x-gmeow-english ;
                                                                  skos:definition "John Cage's 4′33″ as a fixture: a fully specified work whose content is the ambient sound delegated by positive assertion."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureGraphicScoreExpression
<https://blackcatinformatics.ca/gmeow/fixtureGraphicScoreExpression> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/Expression> ;
                                                                     <https://blackcatinformatics.ca/gmeow/hasReferenceFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem12EDO> ;
                                                                     <https://blackcatinformatics.ca/gmeow/realizationMode> <https://blackcatinformatics.ca/gmeow/realizationModeNotated> ;
                                                                     <https://blackcatinformatics.ca/gmeow/realizes> <https://blackcatinformatics.ca/gmeow/fixtureGraphicScoreWork> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                     rdfs:label "graphic score expression"@x-gmeow-english ;
                                                                     skos:definition "The Expression realized by the canonical visual graphic score."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureGraphicScoreTranscription
<https://blackcatinformatics.ca/gmeow/fixtureGraphicScoreTranscription> rdf:type owl:NamedIndividual ,
                                                                                 <https://blackcatinformatics.ca/gmeow/Expression> ;
                                                                        <https://blackcatinformatics.ca/gmeow/hasReferenceFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem12EDO> ;
                                                                        <https://blackcatinformatics.ca/gmeow/realizationMode> <https://blackcatinformatics.ca/gmeow/realizationModeNotated> ;
                                                                        <https://blackcatinformatics.ca/gmeow/realizes> <https://blackcatinformatics.ca/gmeow/fixtureGraphicScoreWork> ;
                                                                        <https://blackcatinformatics.ca/gmeow/wasDerivedFrom> <https://blackcatinformatics.ca/gmeow/fixtureGraphicScoreVisual> ;
                                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                        rdfs:label "graphic score CMN transcription"@x-gmeow-english ;
                                                                        skos:definition "A symbolic CMN transcription of the graphic score, explicitly a standpointed interpretation derived from the visual Manifestation."@x-gmeow-english ;
                                                                        <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/standpointTranscriberA> .


###  https://blackcatinformatics.ca/gmeow/fixtureGraphicScoreVisual
<https://blackcatinformatics.ca/gmeow/fixtureGraphicScoreVisual> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/ScoreEdition> ;
                                                                 <https://blackcatinformatics.ca/gmeow/embodies> <https://blackcatinformatics.ca/gmeow/fixtureGraphicScoreExpression> ;
                                                                 <https://blackcatinformatics.ca/gmeow/hasManifestationFormat> <https://blackcatinformatics.ca/gmeow/formatPrintedScore> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                 rdfs:label "graphic score visual manifestation"@x-gmeow-english ;
                                                                 skos:definition "The canonical visual Manifestation of the graphic score fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureGraphicScoreWork
<https://blackcatinformatics.ca/gmeow/fixtureGraphicScoreWork> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/MusicalWork> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "graphic score work fixture"@x-gmeow-english ;
                                                               skos:definition "A worked fixture demonstrating the graphic-score doctrine: the visual Manifestation is canonical; symbolic transcriptions are derived interpretations."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureHumanListener
<https://blackcatinformatics.ca/gmeow/fixtureHumanListener> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                            rdfs:label "human listener fixture"@x-gmeow-english ;
                                                            skos:definition "A human listener vantage for the timbre fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureHumanTimbreObservation
<https://blackcatinformatics.ca/gmeow/fixtureHumanTimbreObservation> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/Observation> ;
                                                                     <https://blackcatinformatics.ca/gmeow/observationMethod> <https://blackcatinformatics.ca/gmeow/methodDirectObservation> ;
                                                                     <https://blackcatinformatics.ca/gmeow/observationType> <https://blackcatinformatics.ca/gmeow/observationTypeSensory> ;
                                                                     <https://blackcatinformatics.ca/gmeow/observedFeature> <https://blackcatinformatics.ca/gmeow/fixtureTimbreToneEvent> ;
                                                                     <https://blackcatinformatics.ca/gmeow/timbreObservationResult> <https://blackcatinformatics.ca/gmeow/timbreDescriptorBright> ;
                                                                     <https://blackcatinformatics.ca/gmeow/vantage> <https://blackcatinformatics.ca/gmeow/fixtureHumanListener> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                     rdfs:label "human timbre observation fixture"@x-gmeow-english ;
                                                                     skos:definition "A human listener attributes a bright timbre to the fixture tone event; co-equal with the MIR observation."@x-gmeow-english ;
                                                                     <https://blackcatinformatics.ca/gmeow/confidence> 0.85 .


###  https://blackcatinformatics.ca/gmeow/fixtureKiranaGharanaStandpoint
<https://blackcatinformatics.ca/gmeow/fixtureKiranaGharanaStandpoint> rdf:type owl:NamedIndividual ,
                                                                               <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                      rdfs:label "Kirana gharana standpoint fixture"@x-gmeow-english ;
                                                                      skos:definition "A placeholder standpoint/agent representing the Kirana gharana tradition."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureKiranaLearnerParticipation
<https://blackcatinformatics.ca/gmeow/fixtureKiranaLearnerParticipation> rdf:type owl:NamedIndividual ,
                                                                                  <https://blackcatinformatics.ca/gmeow/Participation> ;
                                                                         <https://blackcatinformatics.ca/gmeow/participationEvent> <https://blackcatinformatics.ca/gmeow/fixtureKiranaTransmissionEvent> ;
                                                                         <https://blackcatinformatics.ca/gmeow/participationParticipant> <https://blackcatinformatics.ca/gmeow/fixtureRivalScholarStandpoint> ;
                                                                         <https://blackcatinformatics.ca/gmeow/participationRole> <https://blackcatinformatics.ca/gmeow/roleLearner> ;
                                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                         rdfs:label "Kirana transmission learner participation"@x-gmeow-english ;
                                                                         skos:definition "The learner participant in the Kirana transmission fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureKiranaTransmissionEvent
<https://blackcatinformatics.ca/gmeow/fixtureKiranaTransmissionEvent> rdf:type owl:NamedIndividual ,
                                                                               <https://blackcatinformatics.ca/gmeow/Event> ;
                                                                      <https://blackcatinformatics.ca/gmeow/eventTemporalFrame> <https://blackcatinformatics.ca/gmeow/temporalFrameUTCGregorian> ;
                                                                      <https://blackcatinformatics.ca/gmeow/eventType> <https://blackcatinformatics.ca/gmeow/eventTypeTransmission> ;
                                                                      <https://blackcatinformatics.ca/gmeow/performanceOf> <https://blackcatinformatics.ca/gmeow/fixtureOralRagaYamanWork> ;
                                                                      <https://blackcatinformatics.ca/gmeow/eventTime> "1955-03-15T09:00:00Z"^^xsd:dateTime ;
                                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                      rdfs:label "Kirana gharana transmission event fixture"@x-gmeow-english ;
                                                                      skos:definition "An oral-tradition teaching event in which Raga Yaman is transmitted from teacher to learner."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureKiranaTransmitterParticipation
<https://blackcatinformatics.ca/gmeow/fixtureKiranaTransmitterParticipation> rdf:type owl:NamedIndividual ,
                                                                                      <https://blackcatinformatics.ca/gmeow/Participation> ;
                                                                             <https://blackcatinformatics.ca/gmeow/participationEvent> <https://blackcatinformatics.ca/gmeow/fixtureKiranaTransmissionEvent> ;
                                                                             <https://blackcatinformatics.ca/gmeow/participationParticipant> <https://blackcatinformatics.ca/gmeow/fixtureKiranaGharanaStandpoint> ;
                                                                             <https://blackcatinformatics.ca/gmeow/participationRole> <https://blackcatinformatics.ca/gmeow/roleTransmitter> ;
                                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                             rdfs:label "Kirana transmission transmitter participation"@x-gmeow-english ;
                                                                             skos:definition "The teacher participant in the Kirana transmission fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckConstraint
<https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckConstraint> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/TraversalConstraint> ;
                                                                     <https://blackcatinformatics.ca/gmeow/constraintAppliesTo> <https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckXIWork> ;
                                                                     <https://blackcatinformatics.ca/gmeow/constraintFunction> <https://blackcatinformatics.ca/gmeow/fnTraverseMobileForm> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                     rdfs:label "Klavierstück XI traversal constraint"@x-gmeow-english ;
                                                                     skos:definition "The mobile-form constraint for the Klavierstück XI fixture: choose any fragment that has not been played too often, respecting the mayFollow graph, and stop when a fragment has been reached three times."@x-gmeow-english ;
                                                                     <https://blackcatinformatics.ca/gmeow/constraintText> "Start at any fragment. Each next fragment may follow according to the mayFollow graph. A fragment that has been reached three times terminates the performance. The same fragment may not be chosen twice in immediate succession."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckDecisionOne
<https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckDecisionOne> rdf:type owl:NamedIndividual ,
                                                                               <https://blackcatinformatics.ca/gmeow/PerformanceDecision> ;
                                                                      <https://blackcatinformatics.ca/gmeow/decisionConstraint> <https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckConstraint> ;
                                                                      <https://blackcatinformatics.ca/gmeow/decisionPerformance> <https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckPerformanceOne> ;
                                                                      <https://blackcatinformatics.ca/gmeow/decisionSequence> "A → C → B → D" ;
                                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                      rdfs:label "Klavierstück XI decision 1"@x-gmeow-english ;
                                                                      skos:definition "Documented traversal A → C → B → D for the Klavierstück XI fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckDecisionTwo
<https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckDecisionTwo> rdf:type owl:NamedIndividual ,
                                                                               <https://blackcatinformatics.ca/gmeow/PerformanceDecision> ;
                                                                      <https://blackcatinformatics.ca/gmeow/decisionConstraint> <https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckConstraint> ;
                                                                      <https://blackcatinformatics.ca/gmeow/decisionPerformance> <https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckPerformanceTwo> ;
                                                                      <https://blackcatinformatics.ca/gmeow/decisionSequence> "B → D → A → C" ;
                                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                      rdfs:label "Klavierstück XI decision 2"@x-gmeow-english ;
                                                                      skos:definition "Documented traversal B → D → A → C for the Klavierstück XI fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckFragmentA
<https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckFragmentA> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/MusicalSegment> ;
                                                                    <https://blackcatinformatics.ca/gmeow/mayFollow> <https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckFragmentB> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckFragmentC> ;
                                                                    <https://blackcatinformatics.ca/gmeow/segmentKind> <https://blackcatinformatics.ca/gmeow/segmentKindFragment> ;
                                                                    <https://blackcatinformatics.ca/gmeow/segmentOf> <https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckXIWork> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                    rdfs:label "Klavierstück XI fragment A"@x-gmeow-english ;
                                                                    skos:definition "A mobile-form fragment in the Klavierstück XI fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckFragmentB
<https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckFragmentB> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/MusicalSegment> ;
                                                                    <https://blackcatinformatics.ca/gmeow/mayFollow> <https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckFragmentD> ;
                                                                    <https://blackcatinformatics.ca/gmeow/segmentKind> <https://blackcatinformatics.ca/gmeow/segmentKindFragment> ;
                                                                    <https://blackcatinformatics.ca/gmeow/segmentOf> <https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckXIWork> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                    rdfs:label "Klavierstück XI fragment B"@x-gmeow-english ;
                                                                    skos:definition "A mobile-form fragment in the Klavierstück XI fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckFragmentC
<https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckFragmentC> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/MusicalSegment> ;
                                                                    <https://blackcatinformatics.ca/gmeow/mayFollow> <https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckFragmentB> ;
                                                                    <https://blackcatinformatics.ca/gmeow/segmentKind> <https://blackcatinformatics.ca/gmeow/segmentKindFragment> ;
                                                                    <https://blackcatinformatics.ca/gmeow/segmentOf> <https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckXIWork> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                    rdfs:label "Klavierstück XI fragment C"@x-gmeow-english ;
                                                                    skos:definition "A mobile-form fragment in the Klavierstück XI fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckFragmentD
<https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckFragmentD> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/MusicalSegment> ;
                                                                    <https://blackcatinformatics.ca/gmeow/mayFollow> <https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckFragmentA> ;
                                                                    <https://blackcatinformatics.ca/gmeow/segmentKind> <https://blackcatinformatics.ca/gmeow/segmentKindFragment> ;
                                                                    <https://blackcatinformatics.ca/gmeow/segmentOf> <https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckXIWork> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                    rdfs:label "Klavierstück XI fragment D"@x-gmeow-english ;
                                                                    skos:definition "A mobile-form fragment in the Klavierstück XI fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckPerformanceOne
<https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckPerformanceOne> rdf:type owl:NamedIndividual ,
                                                                                  <https://blackcatinformatics.ca/gmeow/Event> ;
                                                                         <https://blackcatinformatics.ca/gmeow/eventTemporalFrame> <https://blackcatinformatics.ca/gmeow/temporalFrameUTCGregorian> ;
                                                                         <https://blackcatinformatics.ca/gmeow/eventTime> "1956-01-01T00:00:00Z"^^xsd:dateTime ;
                                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                         rdfs:label "Klavierstück XI performance traversal 1"@x-gmeow-english ;
                                                                         skos:definition "A documented performance of Klavierstück XI with traversal A → C → B → D."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckPerformanceTwo
<https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckPerformanceTwo> rdf:type owl:NamedIndividual ,
                                                                                  <https://blackcatinformatics.ca/gmeow/Event> ;
                                                                         <https://blackcatinformatics.ca/gmeow/eventTemporalFrame> <https://blackcatinformatics.ca/gmeow/temporalFrameUTCGregorian> ;
                                                                         <https://blackcatinformatics.ca/gmeow/eventTime> "1956-01-02T00:00:00Z"^^xsd:dateTime ;
                                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                         rdfs:label "Klavierstück XI performance traversal 2"@x-gmeow-english ;
                                                                         skos:definition "A documented performance of Klavierstück XI with traversal B → D → A → C."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckXIWork
<https://blackcatinformatics.ca/gmeow/fixtureKlavierstuckXIWork> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/MusicalWork> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                 rdfs:label "Klavierstück XI"@x-gmeow-english ;
                                                                 skos:definition "Stockhausen's Klavierstück XI as a mobile-form fixture: fragments plus a traversal constraint."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureMIRAgent
<https://blackcatinformatics.ca/gmeow/fixtureMIRAgent> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "MIR extractor fixture"@x-gmeow-english ;
                                                       skos:definition "A machine listening / MIR extractor vantage for the timbre fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureMIRTimbreObservation
<https://blackcatinformatics.ca/gmeow/fixtureMIRTimbreObservation> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/Observation> ;
                                                                   <https://blackcatinformatics.ca/gmeow/observationMethod> <https://blackcatinformatics.ca/gmeow/methodComputationalModel> ;
                                                                   <https://blackcatinformatics.ca/gmeow/observationType> <https://blackcatinformatics.ca/gmeow/observationTypeDerived> ;
                                                                   <https://blackcatinformatics.ca/gmeow/observedFeature> <https://blackcatinformatics.ca/gmeow/fixtureTimbreToneEvent> ;
                                                                   <https://blackcatinformatics.ca/gmeow/timbreObservationResult> <https://blackcatinformatics.ca/gmeow/timbreDescriptorGritty> ;
                                                                   <https://blackcatinformatics.ca/gmeow/vantage> <https://blackcatinformatics.ca/gmeow/fixtureMIRAgent> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                   rdfs:label "MIR timbre observation fixture"@x-gmeow-english ;
                                                                   skos:definition "A machine extractor attributes a gritty timbre to the fixture tone event; co-equal with the human observation."@x-gmeow-english ;
                                                                   <https://blackcatinformatics.ca/gmeow/confidence> 0.72 .


###  https://blackcatinformatics.ca/gmeow/fixtureMathRockWork
<https://blackcatinformatics.ca/gmeow/fixtureMathRockWork> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/MusicalWork> ;
                                                           <https://blackcatinformatics.ca/gmeow/hasGenre> <https://blackcatinformatics.ca/gmeow/genreMathRock> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "fixture math-rock work"@x-gmeow-english ;
                                                           skos:definition "A placeholder musical work used to demonstrate contested genre attribution (music analysis standpoints)."@x-gmeow-english .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/fixtureMathRockWork> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/hasGenre> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/genreMathRock> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/music/standpoint-music-critics> ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.9 ;
   <https://blackcatinformatics.ca/gmeow/standpointModality> <https://blackcatinformatics.ca/gmeow/unequivocal>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/fixtureMathRockWork> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/hasGenre> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/genreMathRock> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/music/standpoint-the-band> ;
   <https://blackcatinformatics.ca/gmeow/confidence> 1 ;
   <https://blackcatinformatics.ca/gmeow/standpointModality> <https://blackcatinformatics.ca/gmeow/refuted>
 ] .


###  https://blackcatinformatics.ca/gmeow/fixtureOralRagaYamanWork
<https://blackcatinformatics.ca/gmeow/fixtureOralRagaYamanWork> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/MusicalWork> ;
                                                                <https://blackcatinformatics.ca/gmeow/hasDeterminacy> <https://blackcatinformatics.ca/gmeow/determinacyVague> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "Raga Yaman — oral tradition work fixture"@x-gmeow-english ;
                                                                skos:definition "A placeholder MusicalWork for Raga Yaman as an oral tradition, minted retrospectively and declared vague in ontic determinacy (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixturePreparedPianoConfiguration
<https://blackcatinformatics.ca/gmeow/fixturePreparedPianoConfiguration> rdf:type owl:NamedIndividual ,
                                                                                  <https://blackcatinformatics.ca/gmeow/InstrumentConfiguration> ;
                                                                         <https://blackcatinformatics.ca/gmeow/configurationInstrumentType> <https://blackcatinformatics.ca/gmeow/instrumentTypePiano> ;
                                                                         <https://blackcatinformatics.ca/gmeow/configurationModification> <https://blackcatinformatics.ca/gmeow/instrumentModificationPrepared> ;
                                                                         <https://blackcatinformatics.ca/gmeow/configurationTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem12EDO> ;
                                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                         rdfs:label "Cage prepared piano configuration"@x-gmeow-english ;
                                                                         skos:definition "A prepared-piano configuration fixture: piano + prepared modification over the 12-EDO frame, no interval (timbre change, not tuning change)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureRagaYamanContestedMembership
<https://blackcatinformatics.ca/gmeow/fixtureRagaYamanContestedMembership> rdf:type owl:NamedIndividual ,
                                                                                    <https://blackcatinformatics.ca/gmeow/VersionMembership> ;
                                                                           <https://blackcatinformatics.ca/gmeow/membershipAuthority> <https://blackcatinformatics.ca/gmeow/fixtureRivalScholarStandpoint> ;
                                                                           <https://blackcatinformatics.ca/gmeow/versionMember> <https://blackcatinformatics.ca/gmeow/fixtureRagaYamanImprovised1975> ;
                                                                           <https://blackcatinformatics.ca/gmeow/versionSet> <https://blackcatinformatics.ca/gmeow/fixtureRagaYamanKiranaSet> ;
                                                                           <https://blackcatinformatics.ca/gmeow/displayable> "false"^^xsd:boolean ;
                                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                           rdfs:label "Raga Yaman contested membership (suppressed)"@x-gmeow-english ;
                                                                           skos:definition "A rival scholar's contested membership claim, retained but suppressed from display."@x-gmeow-english ;
                                                                           <https://blackcatinformatics.ca/gmeow/confidence> 0.35 .


###  https://blackcatinformatics.ca/gmeow/fixtureRagaYamanImprovised1975
<https://blackcatinformatics.ca/gmeow/fixtureRagaYamanImprovised1975> rdf:type owl:NamedIndividual ,
                                                                               <https://blackcatinformatics.ca/gmeow/Expression> ;
                                                                      <https://blackcatinformatics.ca/gmeow/realizationMode> <https://blackcatinformatics.ca/gmeow/realizationModeImprovised> ;
                                                                      <https://blackcatinformatics.ca/gmeow/realizes> <https://blackcatinformatics.ca/gmeow/fixtureOralRagaYamanWork> ;
                                                                      <https://blackcatinformatics.ca/gmeow/wasDerivedFrom> <https://blackcatinformatics.ca/gmeow/fixtureRagaYamanPerformed1960> ;
                                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                      rdfs:label "Raga Yaman improvised expression, 1975"@x-gmeow-english ;
                                                                      skos:definition "An improvised Expression of Raga Yaman from 1975."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureRagaYamanKiranaMembership1960
<https://blackcatinformatics.ca/gmeow/fixtureRagaYamanKiranaMembership1960> rdf:type owl:NamedIndividual ,
                                                                                     <https://blackcatinformatics.ca/gmeow/VersionMembership> ;
                                                                            <https://blackcatinformatics.ca/gmeow/membershipAuthority> <https://blackcatinformatics.ca/gmeow/fixtureKiranaGharanaStandpoint> ;
                                                                            <https://blackcatinformatics.ca/gmeow/versionMember> <https://blackcatinformatics.ca/gmeow/fixtureRagaYamanPerformed1960> ;
                                                                            <https://blackcatinformatics.ca/gmeow/versionSet> <https://blackcatinformatics.ca/gmeow/fixtureRagaYamanKiranaSet> ;
                                                                            <https://blackcatinformatics.ca/gmeow/displayable> "true"^^xsd:boolean ;
                                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                            rdfs:label "Raga Yaman 1960 Kirana gharana membership"@x-gmeow-english ;
                                                                            skos:definition "Kirana gharana standpoint asserting the 1960 performance belongs to the Raga Yaman lineage."@x-gmeow-english ;
                                                                            <https://blackcatinformatics.ca/gmeow/confidence> 0.92 .


###  https://blackcatinformatics.ca/gmeow/fixtureRagaYamanKiranaMembership1975
<https://blackcatinformatics.ca/gmeow/fixtureRagaYamanKiranaMembership1975> rdf:type owl:NamedIndividual ,
                                                                                     <https://blackcatinformatics.ca/gmeow/VersionMembership> ;
                                                                            <https://blackcatinformatics.ca/gmeow/membershipAuthority> <https://blackcatinformatics.ca/gmeow/fixtureKiranaGharanaStandpoint> ;
                                                                            <https://blackcatinformatics.ca/gmeow/versionMember> <https://blackcatinformatics.ca/gmeow/fixtureRagaYamanImprovised1975> ;
                                                                            <https://blackcatinformatics.ca/gmeow/versionSet> <https://blackcatinformatics.ca/gmeow/fixtureRagaYamanKiranaSet> ;
                                                                            <https://blackcatinformatics.ca/gmeow/displayable> "true"^^xsd:boolean ;
                                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                            rdfs:label "Raga Yaman 1975 Kirana gharana membership"@x-gmeow-english ;
                                                                            skos:definition "Kirana gharana standpoint asserting the 1975 improvisation belongs to the Raga Yaman lineage."@x-gmeow-english ;
                                                                            <https://blackcatinformatics.ca/gmeow/confidence> 0.88 .


###  https://blackcatinformatics.ca/gmeow/fixtureRagaYamanKiranaMembership1980
<https://blackcatinformatics.ca/gmeow/fixtureRagaYamanKiranaMembership1980> rdf:type owl:NamedIndividual ,
                                                                                     <https://blackcatinformatics.ca/gmeow/VersionMembership> ;
                                                                            <https://blackcatinformatics.ca/gmeow/membershipAuthority> <https://blackcatinformatics.ca/gmeow/fixtureKiranaGharanaStandpoint> ;
                                                                            <https://blackcatinformatics.ca/gmeow/versionMember> <https://blackcatinformatics.ca/gmeow/fixtureRagaYamanPerformed1980> ;
                                                                            <https://blackcatinformatics.ca/gmeow/versionSet> <https://blackcatinformatics.ca/gmeow/fixtureRagaYamanKiranaSet> ;
                                                                            <https://blackcatinformatics.ca/gmeow/displayable> "true"^^xsd:boolean ;
                                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                            rdfs:label "Raga Yaman 1980 Kirana gharana membership"@x-gmeow-english ;
                                                                            skos:definition "Kirana gharana standpoint asserting the 1980 performance belongs to the Raga Yaman lineage."@x-gmeow-english ;
                                                                            <https://blackcatinformatics.ca/gmeow/confidence> 0.90 .


###  https://blackcatinformatics.ca/gmeow/fixtureRagaYamanKiranaSet
<https://blackcatinformatics.ca/gmeow/fixtureRagaYamanKiranaSet> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/VersionSet> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                 rdfs:label "Raga Yaman as performed in the Kirana gharana"@x-gmeow-english ;
                                                                 skos:definition "A VersionSet representing the Raga Yaman tune family / performance lineage in the Kirana gharana."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureRagaYamanOralExpression
<https://blackcatinformatics.ca/gmeow/fixtureRagaYamanOralExpression> rdf:type owl:NamedIndividual ,
                                                                               <https://blackcatinformatics.ca/gmeow/Expression> ;
                                                                      <https://blackcatinformatics.ca/gmeow/realizationMode> <https://blackcatinformatics.ca/gmeow/realizationModeOral> ;
                                                                      <https://blackcatinformatics.ca/gmeow/realizes> <https://blackcatinformatics.ca/gmeow/fixtureOralRagaYamanWork> ;
                                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                      rdfs:label "Raga Yaman oral expression"@x-gmeow-english ;
                                                                      skos:definition "An oral-tradition Expression of Raga Yaman with no required notated form."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureRagaYamanPerformed1960
<https://blackcatinformatics.ca/gmeow/fixtureRagaYamanPerformed1960> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/Expression> ;
                                                                     <https://blackcatinformatics.ca/gmeow/realizationMode> <https://blackcatinformatics.ca/gmeow/realizationModePerformed> ;
                                                                     <https://blackcatinformatics.ca/gmeow/realizes> <https://blackcatinformatics.ca/gmeow/fixtureOralRagaYamanWork> ;
                                                                     <https://blackcatinformatics.ca/gmeow/wasDerivedFrom> <https://blackcatinformatics.ca/gmeow/fixtureRagaYamanOralExpression> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                     rdfs:label "Raga Yaman performed expression, 1960"@x-gmeow-english ;
                                                                     skos:definition "A performed Expression of Raga Yaman from 1960."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureRagaYamanPerformed1980
<https://blackcatinformatics.ca/gmeow/fixtureRagaYamanPerformed1980> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/Expression> ;
                                                                     <https://blackcatinformatics.ca/gmeow/realizationMode> <https://blackcatinformatics.ca/gmeow/realizationModePerformed> ;
                                                                     <https://blackcatinformatics.ca/gmeow/realizes> <https://blackcatinformatics.ca/gmeow/fixtureOralRagaYamanWork> ;
                                                                     <https://blackcatinformatics.ca/gmeow/wasDerivedFrom> <https://blackcatinformatics.ca/gmeow/fixtureRagaYamanImprovised1975> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                     rdfs:label "Raga Yaman performed expression, 1980"@x-gmeow-english ;
                                                                     skos:definition "A performed Expression of Raga Yaman from 1980."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureReichPhasingExpression
<https://blackcatinformatics.ca/gmeow/fixtureReichPhasingExpression> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/Expression> ;
                                                                     <https://blackcatinformatics.ca/gmeow/hasReferenceFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem12EDO> ;
                                                                     <https://blackcatinformatics.ca/gmeow/realizes> <https://blackcatinformatics.ca/gmeow/fixtureReichPhasingWork> ;
                                                                     <https://blackcatinformatics.ca/gmeow/wasGeneratedBy> <https://blackcatinformatics.ca/gmeow/fixtureReichPhasingProcess> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                     rdfs:label "Reich-style phasing realization"@x-gmeow-english ;
                                                                     skos:definition "One realization of the Reich-style phasing process, linked by provenance."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureReichPhasingProcess
<https://blackcatinformatics.ca/gmeow/fixtureReichPhasingProcess> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/GenerativeProcess> ;
                                                                  <https://blackcatinformatics.ca/gmeow/processFunction> <https://blackcatinformatics.ca/gmeow/fnRealizePhasing> ;
                                                                  <https://blackcatinformatics.ca/gmeow/processKind> <https://blackcatinformatics.ca/gmeow/generativeProcessKindPhasing> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                  rdfs:label "Reich-style phasing process"@x-gmeow-english ;
                                                                  skos:definition "A generative process fixture: two voices begin in unison; one accelerates slightly until it has shifted by one beat, then locks."@x-gmeow-english ;
                                                                  <https://blackcatinformatics.ca/gmeow/processRuleText> "Two identical phrases are repeated; one voice gradually accelerates until it is one beat ahead of the other, then continues at the original tempo."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureReichPhasingWork
<https://blackcatinformatics.ca/gmeow/fixtureReichPhasingWork> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/MusicalWork> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "Reich-style phasing work"@x-gmeow-english ;
                                                               skos:definition "A worked musical work fixture whose identity is the phasing process itself."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureRivalScholarStandpoint
<https://blackcatinformatics.ca/gmeow/fixtureRivalScholarStandpoint> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                     rdfs:label "rival scholar standpoint fixture"@x-gmeow-english ;
                                                                     skos:definition "A placeholder standpoint/agent representing a rival scholar's contested claim."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureRomanNumeralClaim
<https://blackcatinformatics.ca/gmeow/fixtureRomanNumeralClaim> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/MusicAnalysisClaim> ;
                                                                <https://blackcatinformatics.ca/gmeow/analysisFrame> <https://blackcatinformatics.ca/gmeow/theoryFrameRomanNumeral> ;
                                                                <https://blackcatinformatics.ca/gmeow/analysisProperty> <https://blackcatinformatics.ca/gmeow/analysisPropertyHarmonyLabel> ;
                                                                <https://blackcatinformatics.ca/gmeow/analysisResult> <https://blackcatinformatics.ca/gmeow/harmonicFunctionDominant> ,
                                                                                                                      <https://blackcatinformatics.ca/gmeow/harmonicFunctionGermanSixth> ;
                                                                <https://blackcatinformatics.ca/gmeow/analysisTarget> <https://blackcatinformatics.ca/gmeow/fixtureSessionTake3Event> ;
                                                                <https://blackcatinformatics.ca/gmeow/vantage> <https://blackcatinformatics.ca/gmeow/fixtureAnalystA> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "fixture Roman-numeral dominant claim"@x-gmeow-english ;
                                                                skos:definition "A sample MusicAnalysisClaim asserting a dominant-function harmony in Roman-numeral frame (music analysis standpoints)."@x-gmeow-english ;
                                                                <https://blackcatinformatics.ca/gmeow/confidence> 0.92 .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/fixtureRomanNumeralClaim> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/analysisResult> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/harmonicFunctionGermanSixth> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/music/ai-chord-model-v3> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-14T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.72 ;
   <https://blackcatinformatics.ca/gmeow/mappedFrom> <https://blackcatinformatics.ca/gmeow/examples/music/ai-chord-model-v3> ;
   <https://blackcatinformatics.ca/gmeow/standpointModality> <https://blackcatinformatics.ca/gmeow/unequivocal>
 ] .


###  https://blackcatinformatics.ca/gmeow/fixtureSessionBassist
<https://blackcatinformatics.ca/gmeow/fixtureSessionBassist> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "fixture session bassist"@x-gmeow-english ;
                                                             skos:definition "A placeholder agent representing the bassist in the session fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureSessionComposite
<https://blackcatinformatics.ca/gmeow/fixtureSessionComposite> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/Recording> ;
                                                               <https://blackcatinformatics.ca/gmeow/embodies> <https://blackcatinformatics.ca/gmeow/fixtureSessionExpression> ;
                                                               <https://blackcatinformatics.ca/gmeow/wasDerivedFrom> <https://blackcatinformatics.ca/gmeow/fixtureSessionOverdubRecording> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/fixtureSessionTake1Recording> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/fixtureSessionTake2Recording> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/fixtureSessionTake3Recording> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "fixture composite recording"@x-gmeow-english ;
                                                               skos:definition "Composite recording derived from the take recordings and the overdub recording in the session fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureSessionDrummer
<https://blackcatinformatics.ca/gmeow/fixtureSessionDrummer> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/Agent> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "fixture session drummer"@x-gmeow-english ;
                                                             skos:definition "A placeholder agent representing the drummer in the session fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureSessionEvent
<https://blackcatinformatics.ca/gmeow/fixtureSessionEvent> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/Event> ;
                                                           <https://blackcatinformatics.ca/gmeow/eventTemporalFrame> <https://blackcatinformatics.ca/gmeow/temporalFrameUTCGregorian> ;
                                                           <https://blackcatinformatics.ca/gmeow/eventType> <https://blackcatinformatics.ca/gmeow/eventTypeRecordingSession> ;
                                                           <https://blackcatinformatics.ca/gmeow/performanceOf> <https://blackcatinformatics.ca/gmeow/fixtureSessionWork> ;
                                                           <https://blackcatinformatics.ca/gmeow/eventTime> "2024-06-01T10:00:00Z"^^xsd:dateTime ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "fixture recording session event"@x-gmeow-english ;
                                                           skos:definition "The parent recording session event for the take/overdub fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureSessionExpression
<https://blackcatinformatics.ca/gmeow/fixtureSessionExpression> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/Expression> ;
                                                                <https://blackcatinformatics.ca/gmeow/hasReferenceFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem12EDO> ;
                                                                <https://blackcatinformatics.ca/gmeow/realizationMode> <https://blackcatinformatics.ca/gmeow/realizationModePerformed> ;
                                                                <https://blackcatinformatics.ca/gmeow/realizes> <https://blackcatinformatics.ca/gmeow/fixtureSessionWork> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "session expression fixture"@x-gmeow-english ;
                                                                skos:definition "The Expression realized by the session work; embodied in every take, overdub, and the composite recording."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureSessionOverdubEvent
<https://blackcatinformatics.ca/gmeow/fixtureSessionOverdubEvent> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/Event> ;
                                                                  <https://blackcatinformatics.ca/gmeow/eventTemporalFrame> <https://blackcatinformatics.ca/gmeow/temporalFrameUTCGregorian> ;
                                                                  <https://blackcatinformatics.ca/gmeow/eventType> <https://blackcatinformatics.ca/gmeow/eventTypeOverdub> ;
                                                                  <https://blackcatinformatics.ca/gmeow/overlaps> <https://blackcatinformatics.ca/gmeow/fixtureSessionTake3Event> ;
                                                                  <https://blackcatinformatics.ca/gmeow/performanceOf> <https://blackcatinformatics.ca/gmeow/fixtureSessionWork> ;
                                                                  <https://blackcatinformatics.ca/gmeow/subEventOf> <https://blackcatinformatics.ca/gmeow/fixtureSessionEvent> ;
                                                                  <https://blackcatinformatics.ca/gmeow/eventTime> "2024-06-01T11:00:00Z"^^xsd:dateTime ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                  rdfs:label "fixture overdub event"@x-gmeow-english ;
                                                                  skos:definition "An overdub event recorded after take 3 in the session fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureSessionOverdubRecording
<https://blackcatinformatics.ca/gmeow/fixtureSessionOverdubRecording> rdf:type owl:NamedIndividual ,
                                                                               <https://blackcatinformatics.ca/gmeow/Recording> ;
                                                                      <https://blackcatinformatics.ca/gmeow/embodies> <https://blackcatinformatics.ca/gmeow/fixtureSessionExpression> ;
                                                                      <https://blackcatinformatics.ca/gmeow/wasGeneratedBy> <https://blackcatinformatics.ca/gmeow/fixtureSessionOverdubEvent> ;
                                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                      rdfs:label "fixture overdub recording"@x-gmeow-english ;
                                                                      skos:definition "Recording captured by the overdub event in the session fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureSessionTake1Event
<https://blackcatinformatics.ca/gmeow/fixtureSessionTake1Event> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/Event> ;
                                                                <https://blackcatinformatics.ca/gmeow/eventTemporalFrame> <https://blackcatinformatics.ca/gmeow/temporalFrameUTCGregorian> ;
                                                                <https://blackcatinformatics.ca/gmeow/eventType> <https://blackcatinformatics.ca/gmeow/eventTypeTake> ;
                                                                <https://blackcatinformatics.ca/gmeow/performanceOf> <https://blackcatinformatics.ca/gmeow/fixtureSessionWork> ;
                                                                <https://blackcatinformatics.ca/gmeow/subEventOf> <https://blackcatinformatics.ca/gmeow/fixtureSessionEvent> ;
                                                                <https://blackcatinformatics.ca/gmeow/eventTime> "2024-06-01T10:05:00Z"^^xsd:dateTime ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "fixture take 1 event"@x-gmeow-english ;
                                                                skos:definition "First take event in the session fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureSessionTake1Recording
<https://blackcatinformatics.ca/gmeow/fixtureSessionTake1Recording> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/Recording> ;
                                                                    <https://blackcatinformatics.ca/gmeow/embodies> <https://blackcatinformatics.ca/gmeow/fixtureSessionExpression> ;
                                                                    <https://blackcatinformatics.ca/gmeow/wasGeneratedBy> <https://blackcatinformatics.ca/gmeow/fixtureSessionTake1Event> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                    rdfs:label "fixture take 1 recording"@x-gmeow-english ;
                                                                    skos:definition "Recording captured by take 1 in the session fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureSessionTake2Event
<https://blackcatinformatics.ca/gmeow/fixtureSessionTake2Event> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/Event> ;
                                                                <https://blackcatinformatics.ca/gmeow/eventTemporalFrame> <https://blackcatinformatics.ca/gmeow/temporalFrameUTCGregorian> ;
                                                                <https://blackcatinformatics.ca/gmeow/eventType> <https://blackcatinformatics.ca/gmeow/eventTypeTake> ;
                                                                <https://blackcatinformatics.ca/gmeow/meets> <https://blackcatinformatics.ca/gmeow/fixtureSessionTake1Event> ;
                                                                <https://blackcatinformatics.ca/gmeow/performanceOf> <https://blackcatinformatics.ca/gmeow/fixtureSessionWork> ;
                                                                <https://blackcatinformatics.ca/gmeow/subEventOf> <https://blackcatinformatics.ca/gmeow/fixtureSessionEvent> ;
                                                                <https://blackcatinformatics.ca/gmeow/eventTime> "2024-06-01T10:12:00Z"^^xsd:dateTime ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "fixture take 2 event"@x-gmeow-english ;
                                                                skos:definition "Second take event in the session fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureSessionTake2Recording
<https://blackcatinformatics.ca/gmeow/fixtureSessionTake2Recording> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/Recording> ;
                                                                    <https://blackcatinformatics.ca/gmeow/embodies> <https://blackcatinformatics.ca/gmeow/fixtureSessionExpression> ;
                                                                    <https://blackcatinformatics.ca/gmeow/wasGeneratedBy> <https://blackcatinformatics.ca/gmeow/fixtureSessionTake2Event> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                    rdfs:label "fixture take 2 recording"@x-gmeow-english ;
                                                                    skos:definition "Recording captured by take 2 in the session fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureSessionTake3Event
<https://blackcatinformatics.ca/gmeow/fixtureSessionTake3Event> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/Event> ;
                                                                <https://blackcatinformatics.ca/gmeow/eventTemporalFrame> <https://blackcatinformatics.ca/gmeow/temporalFrameUTCGregorian> ;
                                                                <https://blackcatinformatics.ca/gmeow/eventType> <https://blackcatinformatics.ca/gmeow/eventTypeTake> ;
                                                                <https://blackcatinformatics.ca/gmeow/meets> <https://blackcatinformatics.ca/gmeow/fixtureSessionTake2Event> ;
                                                                <https://blackcatinformatics.ca/gmeow/performanceOf> <https://blackcatinformatics.ca/gmeow/fixtureSessionWork> ;
                                                                <https://blackcatinformatics.ca/gmeow/subEventOf> <https://blackcatinformatics.ca/gmeow/fixtureSessionEvent> ;
                                                                <https://blackcatinformatics.ca/gmeow/eventTime> "2024-06-01T10:20:00Z"^^xsd:dateTime ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "fixture take 3 event"@x-gmeow-english ;
                                                                skos:definition "Third take event in the session fixture; the target of the who-played-what competency query."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureSessionTake3Recording
<https://blackcatinformatics.ca/gmeow/fixtureSessionTake3Recording> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/Recording> ;
                                                                    <https://blackcatinformatics.ca/gmeow/embodies> <https://blackcatinformatics.ca/gmeow/fixtureSessionExpression> ;
                                                                    <https://blackcatinformatics.ca/gmeow/wasGeneratedBy> <https://blackcatinformatics.ca/gmeow/fixtureSessionTake3Event> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                    rdfs:label "fixture take 3 recording"@x-gmeow-english ;
                                                                    skos:definition "Recording captured by take 3 in the session fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureSessionWork
<https://blackcatinformatics.ca/gmeow/fixtureSessionWork> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/MusicalWork> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                          rdfs:label "session work fixture"@x-gmeow-english ;
                                                          skos:definition "A worked fixture demonstrating the session → takes → overdub → composite recording pattern."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureStructureGlissPointC4
<https://blackcatinformatics.ca/gmeow/fixtureStructureGlissPointC4> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/PitchTrajectoryControlPoint> ;
                                                                    <https://blackcatinformatics.ca/gmeow/controlPointOfTrajectory> <https://blackcatinformatics.ca/gmeow/fixtureStructureGlissando> ;
                                                                    <https://blackcatinformatics.ca/gmeow/controlPointPitch> <https://blackcatinformatics.ca/gmeow/pitchValueC4Fixture> ;
                                                                    <https://blackcatinformatics.ca/gmeow/controlPointTimeFrame> <https://blackcatinformatics.ca/gmeow/musicalTimeFrameCommon> ;
                                                                    <https://blackcatinformatics.ca/gmeow/controlPointOrder> "0"^^xsd:nonNegativeInteger ;
                                                                    <https://blackcatinformatics.ca/gmeow/controlPointTimePositionDenominator> 1 ;
                                                                    <https://blackcatinformatics.ca/gmeow/controlPointTimePositionNumerator> 0 ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                    rdfs:label "glissando start C4"@x-gmeow-english ;
                                                                    skos:definition "The start control point of the fixture glissando."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureStructureGlissPointG4
<https://blackcatinformatics.ca/gmeow/fixtureStructureGlissPointG4> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/PitchTrajectoryControlPoint> ;
                                                                    <https://blackcatinformatics.ca/gmeow/controlPointOfTrajectory> <https://blackcatinformatics.ca/gmeow/fixtureStructureGlissando> ;
                                                                    <https://blackcatinformatics.ca/gmeow/controlPointPitch> <https://blackcatinformatics.ca/gmeow/pitchValueG4Fixture> ;
                                                                    <https://blackcatinformatics.ca/gmeow/controlPointTimeFrame> <https://blackcatinformatics.ca/gmeow/musicalTimeFrameCommon> ;
                                                                    <https://blackcatinformatics.ca/gmeow/controlPointOrder> "1"^^xsd:nonNegativeInteger ;
                                                                    <https://blackcatinformatics.ca/gmeow/controlPointTimePositionDenominator> 2 ;
                                                                    <https://blackcatinformatics.ca/gmeow/controlPointTimePositionNumerator> 1 ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                    rdfs:label "glissando end G4"@x-gmeow-english ;
                                                                    skos:definition "The end control point of the fixture glissando."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureStructureGlissando
<https://blackcatinformatics.ca/gmeow/fixtureStructureGlissando> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/PitchTrajectory> ;
                                                                 <https://blackcatinformatics.ca/gmeow/interpolationKind> <https://blackcatinformatics.ca/gmeow/interpolationLinearCents> ;
                                                                 <https://blackcatinformatics.ca/gmeow/trajectoryControlPoint> <https://blackcatinformatics.ca/gmeow/fixtureStructureGlissPointC4> ,
                                                                                                                               <https://blackcatinformatics.ca/gmeow/fixtureStructureGlissPointG4> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                 rdfs:label "fixture glissando trajectory"@x-gmeow-english ;
                                                                 skos:definition "A two-point glissando from C4 to G4 in 12-EDO (stress case 6)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureStructureReaccentuation
<https://blackcatinformatics.ca/gmeow/fixtureStructureReaccentuation> rdf:type owl:NamedIndividual ,
                                                                               <https://blackcatinformatics.ca/gmeow/SegmentTransformation> ;
                                                                      <https://blackcatinformatics.ca/gmeow/transformationSource> <https://blackcatinformatics.ca/gmeow/fixtureStructureRiffATransposed> ;
                                                                      <https://blackcatinformatics.ca/gmeow/transformationTarget> <https://blackcatinformatics.ca/gmeow/fixtureStructureRiffAReaccented> ;
                                                                      <https://blackcatinformatics.ca/gmeow/transformationType> <https://blackcatinformatics.ca/gmeow/transformReaccentuation> ;
                                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                      rdfs:label "riff A transposed → riff A re-accented"@x-gmeow-english ;
                                                                      skos:definition "A reaccentuation transformation linking the transposed riff to the re-accented riff."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureStructureRiffA
<https://blackcatinformatics.ca/gmeow/fixtureStructureRiffA> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/MusicalSegment> ;
                                                             <https://blackcatinformatics.ca/gmeow/segmentKind> <https://blackcatinformatics.ca/gmeow/segmentKindRiff> ;
                                                             <https://blackcatinformatics.ca/gmeow/segmentOf> <https://blackcatinformatics.ca/gmeow/fixtureStructureWork> ;
                                                             <https://blackcatinformatics.ca/gmeow/segmentSpan> <https://blackcatinformatics.ca/gmeow/musicalTimeSpanBarOne> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "riff A"@x-gmeow-english ;
                                                             skos:definition "A worked riff fixture used to demonstrate the SegmentTransformation chain (stress case 16)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureStructureRiffAReaccented
<https://blackcatinformatics.ca/gmeow/fixtureStructureRiffAReaccented> rdf:type owl:NamedIndividual ,
                                                                                <https://blackcatinformatics.ca/gmeow/MusicalSegment> ;
                                                                       <https://blackcatinformatics.ca/gmeow/segmentKind> <https://blackcatinformatics.ca/gmeow/segmentKindRiff> ;
                                                                       <https://blackcatinformatics.ca/gmeow/segmentOf> <https://blackcatinformatics.ca/gmeow/fixtureStructureWork> ;
                                                                       <https://blackcatinformatics.ca/gmeow/segmentSpan> <https://blackcatinformatics.ca/gmeow/musicalTimeSpanWholeSection> ;
                                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                       rdfs:label "riff A re-accented"@x-gmeow-english ;
                                                                       skos:definition "The transposed riff A′ with re-distributed accents."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureStructureRiffATransposed
<https://blackcatinformatics.ca/gmeow/fixtureStructureRiffATransposed> rdf:type owl:NamedIndividual ,
                                                                                <https://blackcatinformatics.ca/gmeow/MusicalSegment> ;
                                                                       <https://blackcatinformatics.ca/gmeow/segmentKind> <https://blackcatinformatics.ca/gmeow/segmentKindRiff> ;
                                                                       <https://blackcatinformatics.ca/gmeow/segmentOf> <https://blackcatinformatics.ca/gmeow/fixtureStructureWork> ;
                                                                       <https://blackcatinformatics.ca/gmeow/segmentSpan> <https://blackcatinformatics.ca/gmeow/musicalTimeSpanBarTwo> ;
                                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                       rdfs:label "riff A transposed"@x-gmeow-english ;
                                                                       skos:definition "Riff A transposed up a minor third."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureStructureToneEventC4
<https://blackcatinformatics.ca/gmeow/fixtureStructureToneEventC4> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/ToneEvent> ;
                                                                   <https://blackcatinformatics.ca/gmeow/segmentKind> <https://blackcatinformatics.ca/gmeow/segmentKindToneEventContainer> ;
                                                                   <https://blackcatinformatics.ca/gmeow/segmentOf> <https://blackcatinformatics.ca/gmeow/fixtureStructureRiffA> ;
                                                                   <https://blackcatinformatics.ca/gmeow/segmentSpan> <https://blackcatinformatics.ca/gmeow/musicalTimeSpanBarOne> ;
                                                                   <https://blackcatinformatics.ca/gmeow/toneEventArticulation> <https://blackcatinformatics.ca/gmeow/articulationStaccato> ;
                                                                   <https://blackcatinformatics.ca/gmeow/toneEventDynamics> <https://blackcatinformatics.ca/gmeow/dynamicsMf> ;
                                                                   <https://blackcatinformatics.ca/gmeow/toneEventPitchValue> <https://blackcatinformatics.ca/gmeow/pitchValueC4Fixture> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                   rdfs:label "fixture tone event C4"@x-gmeow-english ;
                                                                   skos:definition "A simple quarter-note C4 tone event in 12-EDO, used as a structural fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureStructureTransposition
<https://blackcatinformatics.ca/gmeow/fixtureStructureTransposition> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/SegmentTransformation> ;
                                                                     <https://blackcatinformatics.ca/gmeow/transformationSource> <https://blackcatinformatics.ca/gmeow/fixtureStructureRiffA> ;
                                                                     <https://blackcatinformatics.ca/gmeow/transformationTarget> <https://blackcatinformatics.ca/gmeow/fixtureStructureRiffATransposed> ;
                                                                     <https://blackcatinformatics.ca/gmeow/transformationType> <https://blackcatinformatics.ca/gmeow/transformTransposition> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                     rdfs:label "riff A → riff A transposed"@x-gmeow-english ;
                                                                     skos:definition "A transposition transformation linking riff A to its minor-third transposition."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureStructureVoiceBass
<https://blackcatinformatics.ca/gmeow/fixtureStructureVoiceBass> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/Voice> ;
                                                                 <https://blackcatinformatics.ca/gmeow/voiceTimeFrame> <https://blackcatinformatics.ca/gmeow/musicalTimeFrameCommon> ;
                                                                 <https://blackcatinformatics.ca/gmeow/voiceTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem12EDO> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                 rdfs:label "bass voice"@x-gmeow-english ;
                                                                 skos:definition "A worked bass voice hosting the riff transformation chain."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureStructureWork
<https://blackcatinformatics.ca/gmeow/fixtureStructureWork> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/MusicalWork> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                            rdfs:label "fixture structure work"@x-gmeow-english ;
                                                            skos:definition "A worked musical work fixture that owns the structure-graph fixtures."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureTake3BassParticipation
<https://blackcatinformatics.ca/gmeow/fixtureTake3BassParticipation> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/PerformanceParticipation> ;
                                                                     <https://blackcatinformatics.ca/gmeow/participationEvent> <https://blackcatinformatics.ca/gmeow/fixtureSessionTake3Event> ;
                                                                     <https://blackcatinformatics.ca/gmeow/participationInstrument> <https://blackcatinformatics.ca/gmeow/instrumentTypeDoubleBass> ;
                                                                     <https://blackcatinformatics.ca/gmeow/participationParticipant> <https://blackcatinformatics.ca/gmeow/fixtureSessionBassist> ;
                                                                     <https://blackcatinformatics.ca/gmeow/participationRole> <https://blackcatinformatics.ca/gmeow/roleSessionMusician> ;
                                                                     <https://blackcatinformatics.ca/gmeow/participationTechnique> <https://blackcatinformatics.ca/gmeow/playingTechniquePizzicato> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                     rdfs:label "fixture take 3 bass participation"@x-gmeow-english ;
                                                                     skos:definition "The bassist's participation on take 3 — the who-played-what-on-take-3 answer."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureTake3DrumParticipation
<https://blackcatinformatics.ca/gmeow/fixtureTake3DrumParticipation> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/PerformanceParticipation> ;
                                                                     <https://blackcatinformatics.ca/gmeow/participationEvent> <https://blackcatinformatics.ca/gmeow/fixtureSessionTake3Event> ;
                                                                     <https://blackcatinformatics.ca/gmeow/participationInstrument> <https://blackcatinformatics.ca/gmeow/instrumentTypeDrumKit> ;
                                                                     <https://blackcatinformatics.ca/gmeow/participationParticipant> <https://blackcatinformatics.ca/gmeow/fixtureSessionDrummer> ;
                                                                     <https://blackcatinformatics.ca/gmeow/participationRole> <https://blackcatinformatics.ca/gmeow/roleSessionMusician> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                     rdfs:label "fixture take 3 drum participation"@x-gmeow-english ;
                                                                     skos:definition "The drummer's participation on take 3 in the session fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureTimbreToneEvent
<https://blackcatinformatics.ca/gmeow/fixtureTimbreToneEvent> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/ToneEvent> ;
                                                              <https://blackcatinformatics.ca/gmeow/segmentKind> <https://blackcatinformatics.ca/gmeow/segmentKindToneEventContainer> ;
                                                              <https://blackcatinformatics.ca/gmeow/segmentOf> <https://blackcatinformatics.ca/gmeow/fixtureStructureWork> ;
                                                              <https://blackcatinformatics.ca/gmeow/segmentSpan> <https://blackcatinformatics.ca/gmeow/musicalTimeSpanBarOne> ;
                                                              <https://blackcatinformatics.ca/gmeow/toneEventPitchValue> <https://blackcatinformatics.ca/gmeow/pitchValueC4Fixture> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "fixture timbre tone event"@x-gmeow-english ;
                                                              skos:definition "A worked tone-event fixture for the timbre / sensory bridge."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureXenakisStochasticProcess
<https://blackcatinformatics.ca/gmeow/fixtureXenakisStochasticProcess> rdf:type owl:NamedIndividual ,
                                                                                <https://blackcatinformatics.ca/gmeow/GenerativeProcess> ;
                                                                       <https://blackcatinformatics.ca/gmeow/processFunction> <https://blackcatinformatics.ca/gmeow/fnRealizeStochasticProcess> ;
                                                                       <https://blackcatinformatics.ca/gmeow/processKind> <https://blackcatinformatics.ca/gmeow/generativeProcessKindStochastic> ;
                                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                       rdfs:label "Xenakis-style stochastic process"@x-gmeow-english ;
                                                                       skos:definition "A generative process fixture governed by a probability distribution over pitch and time."@x-gmeow-english ;
                                                                       <https://blackcatinformatics.ca/gmeow/processRuleText> "Pitches and durations are drawn from a defined probability distribution; cloud density decreases over the span."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureYamanOrnamentProfile
<https://blackcatinformatics.ca/gmeow/fixtureYamanOrnamentProfile> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/OrnamentProfile> ;
                                                                   <https://blackcatinformatics.ca/gmeow/appliesToVoice> <https://blackcatinformatics.ca/gmeow/fixtureYamanVoice> ;
                                                                   <https://blackcatinformatics.ca/gmeow/ornamentProfileKind> <https://blackcatinformatics.ca/gmeow/ornamentProfileKindGamaka> ;
                                                                   <https://blackcatinformatics.ca/gmeow/ornamentReferenceFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem12EDO> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                   rdfs:label "Raga Yaman ornament profile"@x-gmeow-english ;
                                                                   skos:definition "A gamaka ornament profile associated with Raga Yaman: meend between Ni and Sa, andolan on Ga."@x-gmeow-english ;
                                                                   <https://blackcatinformatics.ca/gmeow/ornamentDescription> "Meend (glide) between Ni and Sa; andolan (oscillation) on Ga; characteristic Yaman phrase endings."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fixtureYamanVoice
<https://blackcatinformatics.ca/gmeow/fixtureYamanVoice> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/Voice> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "Raga Yaman demo voice"@x-gmeow-english ;
                                                         skos:definition "A dedicated Voice carrier for the Raga Yaman ornament-profile fixture, isolated from the riff/transformation demo voices."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/flowIngestion1
<https://blackcatinformatics.ca/gmeow/flowIngestion1> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/ControlFlow> ;
                                                      <https://blackcatinformatics.ca/gmeow/flowSource> <https://blackcatinformatics.ca/gmeow/stepIngestionRawRoot> ;
                                                      <https://blackcatinformatics.ca/gmeow/flowTarget> <https://blackcatinformatics.ca/gmeow/stepIngestionFileCopy> ;
                                                      <https://blackcatinformatics.ca/gmeow/flowOrder> 1 ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                      rdfs:label "ingestion 1"@x-gmeow-english ;
                                                      skos:definition "The ingestion 1 control flow — a named stage or pattern in a procedural or data-ingestion pipeline."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/flowIngestion2
<https://blackcatinformatics.ca/gmeow/flowIngestion2> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/ControlFlow> ;
                                                      <https://blackcatinformatics.ca/gmeow/flowSource> <https://blackcatinformatics.ca/gmeow/stepIngestionFileCopy> ;
                                                      <https://blackcatinformatics.ca/gmeow/flowTarget> <https://blackcatinformatics.ca/gmeow/stepIngestionOcrExtract> ;
                                                      <https://blackcatinformatics.ca/gmeow/flowOrder> 2 ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                      rdfs:label "ingestion 2"@x-gmeow-english ;
                                                      skos:definition "The ingestion 2 control flow — a named stage or pattern in a procedural or data-ingestion pipeline."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/flowIngestion3
<https://blackcatinformatics.ca/gmeow/flowIngestion3> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/ControlFlow> ;
                                                      <https://blackcatinformatics.ca/gmeow/flowSource> <https://blackcatinformatics.ca/gmeow/stepIngestionOcrExtract> ;
                                                      <https://blackcatinformatics.ca/gmeow/flowTarget> <https://blackcatinformatics.ca/gmeow/stepIngestionDerivedClaims> ;
                                                      <https://blackcatinformatics.ca/gmeow/flowOrder> 3 ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                      rdfs:label "ingestion 3"@x-gmeow-english ;
                                                      skos:definition "The ingestion 3 control flow — a named stage or pattern in a procedural or data-ingestion pipeline."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/flowIngestion4
<https://blackcatinformatics.ca/gmeow/flowIngestion4> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/ControlFlow> ;
                                                      <https://blackcatinformatics.ca/gmeow/flowSource> <https://blackcatinformatics.ca/gmeow/stepIngestionDerivedClaims> ;
                                                      <https://blackcatinformatics.ca/gmeow/flowTarget> <https://blackcatinformatics.ca/gmeow/stepIngestionUnresolvedLeads> ;
                                                      <https://blackcatinformatics.ca/gmeow/flowOrder> 4 ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                      rdfs:label "ingestion 4"@x-gmeow-english ;
                                                      skos:definition "The ingestion 4 control flow — a named stage or pattern in a procedural or data-ingestion pipeline."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/flowIngestion5
<https://blackcatinformatics.ca/gmeow/flowIngestion5> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/ControlFlow> ;
                                                      <https://blackcatinformatics.ca/gmeow/flowSource> <https://blackcatinformatics.ca/gmeow/stepIngestionUnresolvedLeads> ;
                                                      <https://blackcatinformatics.ca/gmeow/flowTarget> <https://blackcatinformatics.ca/gmeow/stepIngestionPrivacyPosture> ;
                                                      <https://blackcatinformatics.ca/gmeow/flowOrder> 5 ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                      rdfs:label "ingestion 5"@x-gmeow-english ;
                                                      skos:definition "The ingestion 5 control flow — a named stage or pattern in a procedural or data-ingestion pipeline."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fnParticipationToContribution
<https://blackcatinformatics.ca/gmeow/fnParticipationToContribution> rdf:type owl:NamedIndividual ,
                                                                              <https://w3id.org/function/ontology#Function> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                     rdfs:label "participation to contribution"@x-gmeow-english ;
                                                                     skos:definition "Derives a gmeow:Contribution on a resulting Recording from the gmeow:PerformanceParticipation cells of the event(s) that generated or contributed to it. A solver-layer projection rule, not an OWL chain (Principle 12). Full cataloguing lands with the projection toolchain (projection toolchain)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/fnProjectToABC
<https://blackcatinformatics.ca/gmeow/fnProjectToABC> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/fnProjectToByzantineNeume
<https://blackcatinformatics.ca/gmeow/fnProjectToByzantineNeume> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/fnProjectToCMN
<https://blackcatinformatics.ca/gmeow/fnProjectToCMN> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/fnProjectToGraphic
<https://blackcatinformatics.ca/gmeow/fnProjectToGraphic> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/fnProjectToHEJI
<https://blackcatinformatics.ca/gmeow/fnProjectToHEJI> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/fnProjectToJianpu
<https://blackcatinformatics.ca/gmeow/fnProjectToJianpu> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/fnProjectToJohnstonJI
<https://blackcatinformatics.ca/gmeow/fnProjectToJohnstonJI> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/fnProjectToKern
<https://blackcatinformatics.ca/gmeow/fnProjectToKern> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/fnProjectToKlavarskribo
<https://blackcatinformatics.ca/gmeow/fnProjectToKlavarskribo> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/fnProjectToLilyPond
<https://blackcatinformatics.ca/gmeow/fnProjectToLilyPond> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/fnProjectToMEI
<https://blackcatinformatics.ca/gmeow/fnProjectToMEI> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/fnProjectToMIDI
<https://blackcatinformatics.ca/gmeow/fnProjectToMIDI> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/fnProjectToMensural
<https://blackcatinformatics.ca/gmeow/fnProjectToMensural> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/fnProjectToMusicXML
<https://blackcatinformatics.ca/gmeow/fnProjectToMusicXML> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/fnProjectToSagittal
<https://blackcatinformatics.ca/gmeow/fnProjectToSagittal> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/fnProjectToSargam
<https://blackcatinformatics.ca/gmeow/fnProjectToSargam> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/fnProjectToScl
<https://blackcatinformatics.ca/gmeow/fnProjectToScl> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/fnProjectToTablature
<https://blackcatinformatics.ca/gmeow/fnProjectToTablature> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/fnRealizePhasing
<https://blackcatinformatics.ca/gmeow/fnRealizePhasing> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/fnRealizeStochasticProcess
<https://blackcatinformatics.ca/gmeow/fnRealizeStochasticProcess> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/fnTraverseMobileForm
<https://blackcatinformatics.ca/gmeow/fnTraverseMobileForm> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/formFunctionAlap
<https://blackcatinformatics.ca/gmeow/formFunctionAlap> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/FormFunction> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "ālāp"@x-gmeow-english ;
                                                        skos:definition "An unmetered introductory section in Hindustani music."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formFunctionBridge
<https://blackcatinformatics.ca/gmeow/formFunctionBridge> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/FormFunction> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                          rdfs:label "bridge"@x-gmeow-english ;
                                                          skos:definition "Bridge section."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formFunctionChorus
<https://blackcatinformatics.ca/gmeow/formFunctionChorus> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/FormFunction> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                          rdfs:label "chorus"@x-gmeow-english ;
                                                          skos:definition "Chorus section."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formFunctionDevelopment
<https://blackcatinformatics.ca/gmeow/formFunctionDevelopment> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/FormFunction> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "development"@x-gmeow-english ;
                                                               skos:definition "Sonata development."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formFunctionDrop
<https://blackcatinformatics.ca/gmeow/formFunctionDrop> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/FormFunction> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "drop"@x-gmeow-english ;
                                                        skos:definition "A drop or breakdown section, common in electronic and dance music."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formFunctionExposition
<https://blackcatinformatics.ca/gmeow/formFunctionExposition> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/FormFunction> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "exposition"@x-gmeow-english ;
                                                              skos:definition "Sonata exposition."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formFunctionGat
<https://blackcatinformatics.ca/gmeow/formFunctionGat> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/FormFunction> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "gat"@x-gmeow-english ;
                                                       skos:definition "A composed, metric section in Hindustani music."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formFunctionIntro
<https://blackcatinformatics.ca/gmeow/formFunctionIntro> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/FormFunction> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "intro"@x-gmeow-english ;
                                                         skos:definition "Introduction."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formFunctionOutro
<https://blackcatinformatics.ca/gmeow/formFunctionOutro> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/FormFunction> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "outro"@x-gmeow-english ;
                                                         skos:definition "Outro or closing section."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formFunctionRecapitulation
<https://blackcatinformatics.ca/gmeow/formFunctionRecapitulation> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/FormFunction> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                  rdfs:label "recapitulation"@x-gmeow-english ;
                                                                  skos:definition "Sonata recapitulation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formFunctionRiff
<https://blackcatinformatics.ca/gmeow/formFunctionRiff> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/FormFunction> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "riff"@x-gmeow-english ;
                                                        skos:definition "A riff-based section."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formFunctionVerse
<https://blackcatinformatics.ca/gmeow/formFunctionVerse> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/FormFunction> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "verse"@x-gmeow-english ;
                                                         skos:definition "Verse section."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formNormalized
<https://blackcatinformatics.ca/gmeow/formNormalized> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/LexicalFormType> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                      rdfs:label "normalized"@x-gmeow-english ;
                                                      skos:definition "Lexical form in a normalised or canonical orthographic shape."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formReconstructed
<https://blackcatinformatics.ca/gmeow/formReconstructed> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/LexicalFormType> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                         rdfs:label "reconstructed"@x-gmeow-english ;
                                                         skos:definition "Lexical form hypothesised by historical-comparative reconstruction."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formRendered
<https://blackcatinformatics.ca/gmeow/formRendered> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/LexicalFormType> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                    rdfs:label "rendered"@x-gmeow-english ;
                                                    skos:definition "Lexical form in a specific rendering or typographic presentation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formSigned
<https://blackcatinformatics.ca/gmeow/formSigned> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/LexicalFormType> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                  rdfs:label "signed"@x-gmeow-english ;
                                                  skos:definition "Lexical form represented in sign-language or gestural modality."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formSpoken
<https://blackcatinformatics.ca/gmeow/formSpoken> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/LexicalFormType> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                  rdfs:label "spoken"@x-gmeow-english ;
                                                  skos:definition "Lexical form represented in spoken or auditory modality."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formTranslated
<https://blackcatinformatics.ca/gmeow/formTranslated> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/LexicalFormType> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                      rdfs:label "translated"@x-gmeow-english ;
                                                      skos:definition "Lexical form representing a translation equivalent."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formTransliterated
<https://blackcatinformatics.ca/gmeow/formTransliterated> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/LexicalFormType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                          rdfs:label "transliterated"@x-gmeow-english ;
                                                          skos:definition "Lexical form rendered through a transliteration scheme."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formWritten
<https://blackcatinformatics.ca/gmeow/formWritten> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/LexicalFormType> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                   rdfs:label "written"@x-gmeow-english ;
                                                   skos:definition "Lexical form represented in written modality."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formatAudiobook
<https://blackcatinformatics.ca/gmeow/formatAudiobook> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/ManifestationFormat> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                       rdfs:label "audiobook"@x-gmeow-english ;
                                                       skos:definition "An audiobook audio format."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formatCD
<https://blackcatinformatics.ca/gmeow/formatCD> rdf:type owl:NamedIndividual ,
                                                         <https://blackcatinformatics.ca/gmeow/ManifestationFormat> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                rdfs:label "CD"@x-gmeow-english ;
                                                skos:definition "A compact disc audio release."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formatCassette
<https://blackcatinformatics.ca/gmeow/formatCassette> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/ManifestationFormat> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                      rdfs:label "cassette"@x-gmeow-english ;
                                                      skos:definition "A cassette tape audio release."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formatComicIssue
<https://blackcatinformatics.ca/gmeow/formatComicIssue> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/ManifestationFormat> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                        rdfs:label "comic issue"@x-gmeow-english ;
                                                        skos:definition "A single issue of a comic book series."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formatDigitalFile
<https://blackcatinformatics.ca/gmeow/formatDigitalFile> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/ManifestationFormat> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                         rdfs:label "digital file"@x-gmeow-english ;
                                                         skos:definition "A generic digital file format."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formatEPUB
<https://blackcatinformatics.ca/gmeow/formatEPUB> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/ManifestationFormat> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                  rdfs:label "EPUB"@x-gmeow-english ;
                                                  skos:definition "An EPUB electronic book format."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formatHardcover
<https://blackcatinformatics.ca/gmeow/formatHardcover> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/ManifestationFormat> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                       rdfs:label "hardcover"@x-gmeow-english ;
                                                       skos:definition "A hardcover book edition."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formatLosslessDigitalAudio
<https://blackcatinformatics.ca/gmeow/formatLosslessDigitalAudio> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/ManifestationFormat> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                                  rdfs:label "lossless digital audio"@x-gmeow-english ;
                                                                  skos:definition "A lossless digital audio file release."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formatMEI
<https://blackcatinformatics.ca/gmeow/formatMEI> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/ManifestationFormat> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                 rdfs:label "MEI"@x-gmeow-english ;
                                                 skos:definition "An MEI-encoded digital score."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formatMIDIFile
<https://blackcatinformatics.ca/gmeow/formatMIDIFile> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/ManifestationFormat> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                      rdfs:label "MIDI file"@x-gmeow-english ;
                                                      skos:definition "A MIDI file manifestation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formatMusicXML
<https://blackcatinformatics.ca/gmeow/formatMusicXML> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/ManifestationFormat> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                      rdfs:label "MusicXML"@x-gmeow-english ;
                                                      skos:definition "A MusicXML-encoded digital score."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formatPDF
<https://blackcatinformatics.ca/gmeow/formatPDF> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/ManifestationFormat> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                 rdfs:label "PDF"@x-gmeow-english ;
                                                 skos:definition "A PDF document format."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formatPaperback
<https://blackcatinformatics.ca/gmeow/formatPaperback> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/ManifestationFormat> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                       rdfs:label "paperback"@x-gmeow-english ;
                                                       skos:definition "A paperback book edition."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formatPrintedScore
<https://blackcatinformatics.ca/gmeow/formatPrintedScore> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/ManifestationFormat> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                          rdfs:label "printed score"@x-gmeow-english ;
                                                          skos:definition "A printed musical score."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formatStreamingAudio
<https://blackcatinformatics.ca/gmeow/formatStreamingAudio> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/ManifestationFormat> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                            rdfs:label "streaming audio"@x-gmeow-english ;
                                                            skos:definition "A streaming audio distribution."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formatVinyl
<https://blackcatinformatics.ca/gmeow/formatVinyl> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/ManifestationFormat> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                   rdfs:label "vinyl"@x-gmeow-english ;
                                                   skos:definition "A vinyl phonograph record."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formatWebPage
<https://blackcatinformatics.ca/gmeow/formatWebPage> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/ManifestationFormat> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                     rdfs:label "web page"@x-gmeow-english ;
                                                     skos:definition "A web page or online document."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/formatWebSerial
<https://blackcatinformatics.ca/gmeow/formatWebSerial> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/ManifestationFormat> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                       rdfs:label "web serial"@x-gmeow-english ;
                                                       skos:definition "A serialized work published incrementally online."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameKindAnalytical
<https://blackcatinformatics.ca/gmeow/frameKindAnalytical> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/FrameKind> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "analytical"@x-gmeow-english ;
                                                           skos:definition "A conceptual frame whose coordinates are analytical categories (chord labels, scale degrees, formal functions) rather than physical quantities."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameKindCartesian
<https://blackcatinformatics.ca/gmeow/frameKindCartesian> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/FrameKind> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "cartesian"@x-gmeow-english ;
                                                          skos:definition "The cartesian frame kind — a mathematical or representational shape of a reference frame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameKindConfigurationSpace
<https://blackcatinformatics.ca/gmeow/frameKindConfigurationSpace> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/FrameKind> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                   rdfs:label "configuration space"@x-gmeow-english ;
                                                                   skos:definition "A smooth manifold representing the set of all possible configurations of a robot mechanism, with joint-limit boundaries constraining valid regions. Distance is measured along geodesics on the manifold surface, subject to joint limits. The actual manifold geometry and collision-aware path planning live in the solver layer (Principle 12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameKindCylindrical
<https://blackcatinformatics.ca/gmeow/frameKindCylindrical> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/FrameKind> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                            rdfs:label "cylindrical"@x-gmeow-english ;
                                                            skos:definition "The cylindrical frame kind — a mathematical or representational shape of a reference frame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameKindGeocoding
<https://blackcatinformatics.ca/gmeow/frameKindGeocoding> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/FrameKind> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "geocoding / discrete location code"@x-gmeow-english ;
                                                          skos:definition "A frame whose structure is defined by a discrete location-coding scheme (Plus Code, what3words, geohash, MGRS) that partitions the Earth's surface into named cells. Distance is measured by geodesic proximity of the decoded coordinates, not by the code string itself (Principle 12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameKindGeodetic
<https://blackcatinformatics.ca/gmeow/frameKindGeodetic> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/FrameKind> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "geodetic"@x-gmeow-english ;
                                                         skos:definition "The geodetic frame kind — a mathematical or representational shape of a reference frame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameKindGrid
<https://blackcatinformatics.ca/gmeow/frameKindGrid> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/FrameKind> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                     rdfs:label "grid"@x-gmeow-english ;
                                                     skos:definition "The grid frame kind — a mathematical or representational shape of a reference frame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameKindHilbert
<https://blackcatinformatics.ca/gmeow/frameKindHilbert> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/FrameKind> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                        rdfs:label "Hilbert space"@x-gmeow-english ;
                                                        skos:definition "An inner-product space that is complete with respect to the norm induced by the inner product; may be infinite-dimensional. The ontology models this with dimensionCount 1 and a single axis, leaving actual dimensionality to solver-layer matrix attributes (Principle 12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameKindLatentSpace
<https://blackcatinformatics.ca/gmeow/frameKindLatentSpace> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/FrameKind> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                            rdfs:label "latent vector space"@x-gmeow-english ;
                                                            skos:definition "A compressed, lower-dimensional representation space learned by a neural network or other statistical model. Similarity is measured by cosine or Euclidean metrics."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameKindLinear
<https://blackcatinformatics.ca/gmeow/frameKindLinear> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/FrameKind> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                       rdfs:label "linear referencing / distance-along"@x-gmeow-english ;
                                                       skos:definition "A one-dimensional frame defined by distance along a linear feature (road, railway, pipeline). The coordinate is a scalar chainage or mile-marker; conversion to 2D/3D geographic coordinates requires the linear feature's geometry and is performed by the solver layer (Principle 12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameKindLinearSequence
<https://blackcatinformatics.ca/gmeow/frameKindLinearSequence> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/FrameKind> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                               rdfs:label "linear sequence"@x-gmeow-english ;
                                                               skos:definition "A one-dimensional coordinate system along a linear biological sequence (DNA, RNA, protein). Positions are integer offsets from a sequence origin; distance is measured in base pairs or amino-acid residues (edit-distance / sequence-alignment metric)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameKindManifold
<https://blackcatinformatics.ca/gmeow/frameKindManifold> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/FrameKind> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "manifold"@x-gmeow-english ;
                                                         skos:definition "A topological space that locally resembles Euclidean space. Coordinate charts and tangent spaces are solver-layer constructs (Principle 12), not asserted as OWL axioms."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameKindNarrative
<https://blackcatinformatics.ca/gmeow/frameKindNarrative> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/FrameKind> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "narrative"@x-gmeow-english ;
                                                          skos:definition "A frame whose structure is defined by canon, continuity, and narrative topology rather than geometric coordinates. Distance is measured in narrative proximity (plot relevance, character interaction), not metres or degrees."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameKindPhaseSpace
<https://blackcatinformatics.ca/gmeow/frameKindPhaseSpace> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/FrameKind> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                           rdfs:label "phase space"@x-gmeow-english ;
                                                           skos:definition "A space in which all possible states of a dynamical system are represented, with each state corresponding to one unique point. Typically 2n-dimensional for n degrees of freedom (generalized coordinates + conjugate momenta)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameKindPolar
<https://blackcatinformatics.ca/gmeow/frameKindPolar> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/FrameKind> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                      rdfs:label "polar"@x-gmeow-english ;
                                                      skos:definition "The polar frame kind — a mathematical or representational shape of a reference frame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameKindScalar
<https://blackcatinformatics.ca/gmeow/frameKindScalar> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/FrameKind> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                       rdfs:label "scalar"@x-gmeow-english ;
                                                       skos:definition "The scalar frame kind — a mathematical or representational shape of a reference frame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameKindTemporal
<https://blackcatinformatics.ca/gmeow/frameKindTemporal> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/FrameKind> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "temporal"@x-gmeow-english ;
                                                         skos:definition "The temporal frame kind — a mathematical or representational shape of a reference frame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameKindTopological
<https://blackcatinformatics.ca/gmeow/frameKindTopological> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/FrameKind> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                            rdfs:label "topological"@x-gmeow-english ;
                                                            skos:definition "A frame whose structure is defined by containment, adjacency, or graph connectivity rather than geometric coordinates. Distance is measured in hops or nesting depth, not metres or degrees."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameRealmBiological
<https://blackcatinformatics.ca/gmeow/frameRealmBiological> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/FrameRealm> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                            rdfs:label "biological / genomic sequence"@x-gmeow-english ;
                                                            skos:definition "A biological sequence domain (DNA, RNA, protein) in which positions and features are expressed relative to a reference assembly or sequence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameRealmCelestial
<https://blackcatinformatics.ca/gmeow/frameRealmCelestial> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/FrameRealm> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                           rdfs:label "celestial / astronomical"@x-gmeow-english ;
                                                           skos:definition "The celestial frame realm — a domain of discourse that defines what kind of value a reference frame measures or locates."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameRealmColourspace
<https://blackcatinformatics.ca/gmeow/frameRealmColourspace> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/FrameRealm> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                             rdfs:label "colourspace"@x-gmeow-english ;
                                                             skos:definition "The colourspace frame realm — a domain of discourse that defines what kind of value a reference frame measures or locates."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameRealmCurrency
<https://blackcatinformatics.ca/gmeow/frameRealmCurrency> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/FrameRealm> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "currency"@x-gmeow-english ;
                                                          skos:definition "The currency frame realm — a domain of discourse that defines what kind of value a reference frame measures or locates."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameRealmIndoor
<https://blackcatinformatics.ca/gmeow/frameRealmIndoor> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/FrameRealm> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                        rdfs:label "indoor"@x-gmeow-english ;
                                                        skos:definition "The indoor frame realm — a domain of discourse that defines what kind of value a reference frame measures or locates."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameRealmLinguistic
<https://blackcatinformatics.ca/gmeow/frameRealmLinguistic> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/FrameRealm> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                            rdfs:label "linguistic"@x-gmeow-english ;
                                                            skos:definition "The linguistic frame realm — a domain of discourse that defines what kind of value a reference frame measures or locates."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameRealmMathematical
<https://blackcatinformatics.ca/gmeow/frameRealmMathematical> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/FrameRealm> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                              rdfs:label "mathematical / n-D"@x-gmeow-english ;
                                                              skos:definition "The mathematical frame realm — a domain of discourse that defines what kind of value a reference frame measures or locates."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameRealmMeasurement
<https://blackcatinformatics.ca/gmeow/frameRealmMeasurement> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/FrameRealm> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                             rdfs:label "measurement"@x-gmeow-english ;
                                                             skos:definition "The measurement frame realm — a domain of discourse that defines what kind of value a reference frame measures or locates."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameRealmMusicAnalysis
<https://blackcatinformatics.ca/gmeow/frameRealmMusicAnalysis> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/FrameRealm> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "music analysis"@x-gmeow-english ;
                                                               skos:definition "The frame realm for analytical theory frames — Roman-numeral, Schenkerian, pc-set, maqam, raga, transformational, corpus-statistical, AI-model, etc."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameRealmMusicalPitch
<https://blackcatinformatics.ca/gmeow/frameRealmMusicalPitch> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/FrameRealm> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                              rdfs:label "musical pitch"@x-gmeow-english ;
                                                              skos:definition "A frame realm for musical pitch values — frequencies, frequency ratios, scale degrees, and note-name projections expressed relative to an explicit tuning system."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameRealmMusicalTime
<https://blackcatinformatics.ca/gmeow/frameRealmMusicalTime> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/FrameRealm> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                             rdfs:label "musical time"@x-gmeow-english ;
                                                             skos:definition "A frame realm for musical time values — beats, durations, meter assignments, tempo maps, and time mappings expressed relative to an explicit musical-time frame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameRealmNarrative
<https://blackcatinformatics.ca/gmeow/frameRealmNarrative> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/FrameRealm> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                           rdfs:label "narrative / fictional"@x-gmeow-english ;
                                                           skos:definition "A fictional, literary, or narrative domain in which in-universe claims hold relative to a canon or continuity frame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameRealmPerceptual
<https://blackcatinformatics.ca/gmeow/frameRealmPerceptual> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/FrameRealm> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                            rdfs:label "perceptual"@x-gmeow-english ;
                                                            skos:definition "A perceptual or subjective domain in which values are expressed relative to a perceiver's sensory frame (e.g. thermal comfort, olfactory quality, subjective loudness)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameRealmPsychological
<https://blackcatinformatics.ca/gmeow/frameRealmPsychological> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/FrameRealm> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                               rdfs:label "psychological / cognitive"@x-gmeow-english ;
                                                               skos:definition "A psychological or cognitive domain in which values are expressed relative to a mind's internal representational frame — conceptual spaces, affective states, cognitive maps, or imagined spaces (e.g. memory palace, dream). Hosted by the perceiver, thinker, or dreamer; the frame deactivates when its host does."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameRealmRobotic
<https://blackcatinformatics.ca/gmeow/frameRealmRobotic> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/FrameRealm> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "robotic"@x-gmeow-english ;
                                                         skos:definition "The robotic frame realm — a domain of discourse that defines what kind of value a reference frame measures or locates."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameRealmTemporal
<https://blackcatinformatics.ca/gmeow/frameRealmTemporal> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/FrameRealm> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "temporal"@x-gmeow-english ;
                                                          skos:definition "The temporal frame realm — a domain of discourse that defines what kind of value a reference frame measures or locates."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameRealmTerrestrial
<https://blackcatinformatics.ca/gmeow/frameRealmTerrestrial> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/FrameRealm> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                             rdfs:label "terrestrial"@x-gmeow-english ;
                                                             skos:definition "The terrestrial frame realm — a domain of discourse that defines what kind of value a reference frame measures or locates."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/frameRealmVirtual
<https://blackcatinformatics.ca/gmeow/frameRealmVirtual> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/FrameRealm> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "virtual / network"@x-gmeow-english ;
                                                         skos:definition "The virtual frame realm — a domain of discourse that defines what kind of value a reference frame measures or locates."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/genderAgender
<https://blackcatinformatics.ca/gmeow/genderAgender> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/Gender> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                                     rdfs:label "agender"@x-gmeow-english ;
                                                     skos:definition "The agender gender — a gender identity value that an agent may self-assert or be described by."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/genderBigender
<https://blackcatinformatics.ca/gmeow/genderBigender> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/Gender> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                                      rdfs:label "bigender"@x-gmeow-english ;
                                                      skos:definition "The bigender gender — a gender identity value that an agent may self-assert or be described by."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/genderDemiboy
<https://blackcatinformatics.ca/gmeow/genderDemiboy> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/Gender> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                                     rdfs:label "demiboy"@x-gmeow-english ;
                                                     skos:definition "The demiboy gender — a gender identity value that an agent may self-assert or be described by."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/genderDemigirl
<https://blackcatinformatics.ca/gmeow/genderDemigirl> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/Gender> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                                      rdfs:label "demigirl"@x-gmeow-english ;
                                                      skos:definition "The demigirl gender — a gender identity value that an agent may self-assert or be described by."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/genderGenderfluid
<https://blackcatinformatics.ca/gmeow/genderGenderfluid> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/Gender> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                                         rdfs:label "genderfluid"@x-gmeow-english ;
                                                         skos:definition "The genderfluid gender — a gender identity value that an agent may self-assert or be described by."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/genderGenderqueer
<https://blackcatinformatics.ca/gmeow/genderGenderqueer> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/Gender> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                                         rdfs:label "genderqueer"@x-gmeow-english ;
                                                         skos:definition "The genderqueer gender — a gender identity value that an agent may self-assert or be described by."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/genderMan
<https://blackcatinformatics.ca/gmeow/genderMan> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/Gender> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                                 rdfs:label "man"@x-gmeow-english ;
                                                 skos:definition "The man gender — a gender identity value that an agent may self-assert or be described by."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/genderNonBinary
<https://blackcatinformatics.ca/gmeow/genderNonBinary> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/Gender> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                                       rdfs:label "non-binary"@x-gmeow-english ;
                                                       skos:definition "The non binary gender — a gender identity value that an agent may self-assert or be described by."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/genderQuestioning
<https://blackcatinformatics.ca/gmeow/genderQuestioning> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/Gender> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                                         rdfs:label "questioning"@x-gmeow-english ;
                                                         skos:definition "The questioning gender — a gender identity value that an agent may self-assert or be described by."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/genderTwoSpirit
<https://blackcatinformatics.ca/gmeow/genderTwoSpirit> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/Gender> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                                       rdfs:label "Two-Spirit"@x-gmeow-english ;
                                                       skos:definition "The two spirit gender — a gender identity value that an agent may self-assert or be described by."@x-gmeow-english ;
                                                       skos:scopeNote "An umbrella term specific to certain Indigenous North American cultures; not a generic synonym for non-binary and to be used only self-referentially within those contexts."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/genderWoman
<https://blackcatinformatics.ca/gmeow/genderWoman> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/Gender> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                                   rdfs:label "woman"@x-gmeow-english ;
                                                   skos:definition "The woman gender — a gender identity value that an agent may self-assert or be described by."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/generativeProcessKindAlgorithmic
<https://blackcatinformatics.ca/gmeow/generativeProcessKindAlgorithmic> rdf:type owl:NamedIndividual ,
                                                                                 <https://blackcatinformatics.ca/gmeow/GenerativeProcessKind> ;
                                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                        rdfs:label "algorithmic"@x-gmeow-english ;
                                                                        skos:definition "A process realized by an algorithm or computer program."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/generativeProcessKindPhasing
<https://blackcatinformatics.ca/gmeow/generativeProcessKindPhasing> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/GenerativeProcessKind> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                    rdfs:label "phasing"@x-gmeow-english ;
                                                                    skos:definition "A process in which two or more voices begin in unison and one gradually shifts in tempo or phase, as in Steve Reich (stress case 19)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/generativeProcessKindRuleBased
<https://blackcatinformatics.ca/gmeow/generativeProcessKindRuleBased> rdf:type owl:NamedIndividual ,
                                                                               <https://blackcatinformatics.ca/gmeow/GenerativeProcessKind> ;
                                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                      rdfs:label "rule-based"@x-gmeow-english ;
                                                                      skos:definition "A process defined by an explicit set of transformational rules."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/generativeProcessKindStochastic
<https://blackcatinformatics.ca/gmeow/generativeProcessKindStochastic> rdf:type owl:NamedIndividual ,
                                                                                <https://blackcatinformatics.ca/gmeow/GenerativeProcessKind> ;
                                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                       rdfs:label "stochastic"@x-gmeow-english ;
                                                                       skos:definition "A process governed by probability distributions, as in Iannis Xenakis (stress case 6)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/generativeProcessKindVerbalScore
<https://blackcatinformatics.ca/gmeow/generativeProcessKindVerbalScore> rdf:type owl:NamedIndividual ,
                                                                                 <https://blackcatinformatics.ca/gmeow/GenerativeProcessKind> ;
                                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                        rdfs:label "verbal score"@x-gmeow-english ;
                                                                        skos:definition "A process described by verbal instructions rather than traditional notation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/genreBlues
<https://blackcatinformatics.ca/gmeow/genreBlues> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/Genre> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                  rdfs:label "blues"@x-gmeow-english ;
                                                  skos:definition "The blues music genre."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/genreClassical
<https://blackcatinformatics.ca/gmeow/genreClassical> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/Genre> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                      rdfs:label "classical"@x-gmeow-english ;
                                                      skos:definition "The classical music genre."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/genreDisco
<https://blackcatinformatics.ca/gmeow/genreDisco> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/Genre> ;
                                                  <https://blackcatinformatics.ca/gmeow/wasDerivedFrom> <https://blackcatinformatics.ca/gmeow/genreFunk> ,
                                                                                                        <https://blackcatinformatics.ca/gmeow/genreSoul> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                  rdfs:label "disco"@x-gmeow-english ;
                                                  skos:definition "A dance music genre derived from funk and soul."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/genreElectronic
<https://blackcatinformatics.ca/gmeow/genreElectronic> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/Genre> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "electronic"@x-gmeow-english ;
                                                       skos:definition "The electronic music genre."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/genreFunk
<https://blackcatinformatics.ca/gmeow/genreFunk> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/Genre> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                 rdfs:label "funk"@x-gmeow-english ;
                                                 skos:definition "The funk music genre."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/genreFusion
<https://blackcatinformatics.ca/gmeow/genreFusion> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/Genre> ;
                                                   <https://blackcatinformatics.ca/gmeow/wasDerivedFrom> <https://blackcatinformatics.ca/gmeow/genreJazz> ,
                                                                                                         <https://blackcatinformatics.ca/gmeow/genreRock> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                   rdfs:label "fusion"@x-gmeow-english ;
                                                   skos:definition "A genre blending jazz improvisation with rock/funk rhythms."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/genreHipHop
<https://blackcatinformatics.ca/gmeow/genreHipHop> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/Genre> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                   rdfs:label "hip hop"@x-gmeow-english ;
                                                   skos:definition "A culture and music genre built on rapping, DJing, and beat-making."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/genreJazz
<https://blackcatinformatics.ca/gmeow/genreJazz> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/Genre> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                 rdfs:label "jazz"@x-gmeow-english ;
                                                 skos:definition "The jazz music genre."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/genreMathRock
<https://blackcatinformatics.ca/gmeow/genreMathRock> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/Genre> ;
                                                     <https://blackcatinformatics.ca/gmeow/wasDerivedFrom> <https://blackcatinformatics.ca/gmeow/genreRock> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                     rdfs:label "math rock"@x-gmeow-english ;
                                                     skos:definition "A rhythmically complex, indie/post-rock offshoot."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/genrePostRock
<https://blackcatinformatics.ca/gmeow/genrePostRock> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/Genre> ;
                                                     <https://blackcatinformatics.ca/gmeow/wasDerivedFrom> <https://blackcatinformatics.ca/gmeow/genreRock> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                     rdfs:label "post-rock"@x-gmeow-english ;
                                                     skos:definition "A rock-derived genre using rock instrumentation outside conventional rock structures."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/genreProgressiveRock
<https://blackcatinformatics.ca/gmeow/genreProgressiveRock> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/Genre> ;
                                                            <https://blackcatinformatics.ca/gmeow/wasDerivedFrom> <https://blackcatinformatics.ca/gmeow/genreRock> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                            rdfs:label "progressive rock"@x-gmeow-english ;
                                                            skos:definition "A rock genre emphasizing extended forms and harmonic experimentation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/genreRock
<https://blackcatinformatics.ca/gmeow/genreRock> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/Genre> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                 rdfs:label "rock"@x-gmeow-english ;
                                                 skos:definition "The rock music genre."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/genreSoul
<https://blackcatinformatics.ca/gmeow/genreSoul> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/Genre> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                 rdfs:label "soul"@x-gmeow-english ;
                                                 skos:definition "The soul music genre."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/geometryTypeLineString
<https://blackcatinformatics.ca/gmeow/geometryTypeLineString> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/GeometryType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                              rdfs:label "line string"@x-gmeow-english ;
                                                              skos:definition "The line string geometry type — a Simple Features shape class used to represent a spatial extent."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/geometryTypeMultiLineString
<https://blackcatinformatics.ca/gmeow/geometryTypeMultiLineString> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/GeometryType> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                   rdfs:label "multi-line string"@x-gmeow-english ;
                                                                   skos:definition "The multi line string geometry type — a Simple Features shape class used to represent a spatial extent."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/geometryTypeMultiPoint
<https://blackcatinformatics.ca/gmeow/geometryTypeMultiPoint> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/GeometryType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                              rdfs:label "multi-point"@x-gmeow-english ;
                                                              skos:definition "The multi point geometry type — a Simple Features shape class used to represent a spatial extent."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/geometryTypeMultiPolygon
<https://blackcatinformatics.ca/gmeow/geometryTypeMultiPolygon> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/GeometryType> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                rdfs:label "multi-polygon"@x-gmeow-english ;
                                                                skos:definition "The multi polygon geometry type — a Simple Features shape class used to represent a spatial extent."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/geometryTypePoint
<https://blackcatinformatics.ca/gmeow/geometryTypePoint> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/GeometryType> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "point"@x-gmeow-english ;
                                                         skos:definition "The point geometry type — a Simple Features shape class used to represent a spatial extent."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/geometryTypePolygon
<https://blackcatinformatics.ca/gmeow/geometryTypePolygon> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/GeometryType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                           rdfs:label "polygon"@x-gmeow-english ;
                                                           skos:definition "The polygon geometry type — a Simple Features shape class used to represent a spatial extent."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/governanceBDFL
<https://blackcatinformatics.ca/gmeow/governanceBDFL> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/GovernanceModel> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                      rdfs:label "BDFL"@x-gmeow-english ;
                                                      skos:definition "Benevolent dictator for life — a single individual has final decision authority."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/governanceCorporate
<https://blackcatinformatics.ca/gmeow/governanceCorporate> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/GovernanceModel> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                           rdfs:label "corporate"@x-gmeow-english ;
                                                           skos:definition "Governed by a single company or corporate sponsor."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/governanceDAO
<https://blackcatinformatics.ca/gmeow/governanceDAO> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/GovernanceModel> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                     rdfs:label "DAO"@x-gmeow-english ;
                                                     skos:definition "Decentralized autonomous organization — governance via on-chain voting and smart contracts."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/governanceFoundation
<https://blackcatinformatics.ca/gmeow/governanceFoundation> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/GovernanceModel> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                            rdfs:label "foundation"@x-gmeow-english ;
                                                            skos:definition "Governed by a nonprofit foundation or consortium with formal bylaws."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/governanceMeritocracy
<https://blackcatinformatics.ca/gmeow/governanceMeritocracy> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/GovernanceModel> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                             rdfs:label "meritocracy"@x-gmeow-english ;
                                                             skos:definition "Decisions are made by those who have demonstrated contribution and expertise."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/granularityAddress
<https://blackcatinformatics.ca/gmeow/granularityAddress> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/GranularityLevel> ;
                                                          <https://blackcatinformatics.ca/gmeow/coarserThan> <https://blackcatinformatics.ca/gmeow/granularityPoint> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "address level"@x-gmeow-english ;
                                                          skos:closeMatch <https://blackcatinformatics.ca/gmeow/placeTypePremises> ;
                                                          skos:definition "The address granularity level — a resolution at which a value may be disclosed or coarsened (Principle 10)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/granularityCentury
<https://blackcatinformatics.ca/gmeow/granularityCentury> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/GranularityLevel> ;
                                                          <https://blackcatinformatics.ca/gmeow/coarserThan> <https://blackcatinformatics.ca/gmeow/granularityDecade> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                          rdfs:label "century level"@x-gmeow-english ;
                                                          skos:definition "The century granularity level — a resolution at which a value may be disclosed or coarsened (Principle 10)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/granularityCity
<https://blackcatinformatics.ca/gmeow/granularityCity> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/GranularityLevel> ;
                                                       <https://blackcatinformatics.ca/gmeow/coarserThan> <https://blackcatinformatics.ca/gmeow/granularityAddress> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                       rdfs:label "city level"@x-gmeow-english ;
                                                       skos:closeMatch <https://blackcatinformatics.ca/gmeow/placeTypeCity> ;
                                                       skos:definition "The city granularity level — a resolution at which a value may be disclosed or coarsened (Principle 10)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/granularityCountry
<https://blackcatinformatics.ca/gmeow/granularityCountry> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/GranularityLevel> ;
                                                          <https://blackcatinformatics.ca/gmeow/coarserThan> <https://blackcatinformatics.ca/gmeow/granularityRegion> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "country level"@x-gmeow-english ;
                                                          skos:closeMatch <https://blackcatinformatics.ca/gmeow/placeTypeCountry> ;
                                                          skos:definition "The country granularity level — a resolution at which a value may be disclosed or coarsened (Principle 10)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/granularityDay
<https://blackcatinformatics.ca/gmeow/granularityDay> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/GranularityLevel> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                      rdfs:label "day level"@x-gmeow-english ;
                                                      skos:definition "The day granularity level — a resolution at which a value may be disclosed or coarsened (Principle 10)."@x-gmeow-english ;
                                                      skos:exactMatch <http://www.w3.org/2006/time#unitDay> .


###  https://blackcatinformatics.ca/gmeow/granularityDecade
<https://blackcatinformatics.ca/gmeow/granularityDecade> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/GranularityLevel> ;
                                                         <https://blackcatinformatics.ca/gmeow/coarserThan> <https://blackcatinformatics.ca/gmeow/granularityYear> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                         rdfs:label "decade level"@x-gmeow-english ;
                                                         skos:definition "The decade granularity level — a resolution at which a value may be disclosed or coarsened (Principle 10)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/granularityMonth
<https://blackcatinformatics.ca/gmeow/granularityMonth> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/GranularityLevel> ;
                                                        <https://blackcatinformatics.ca/gmeow/coarserThan> <https://blackcatinformatics.ca/gmeow/granularityDay> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                        rdfs:label "month level"@x-gmeow-english ;
                                                        skos:definition "The month granularity level — a resolution at which a value may be disclosed or coarsened (Principle 10)."@x-gmeow-english ;
                                                        skos:exactMatch <http://www.w3.org/2006/time#unitMonth> .


###  https://blackcatinformatics.ca/gmeow/granularityPoint
<https://blackcatinformatics.ca/gmeow/granularityPoint> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/GranularityLevel> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                        rdfs:label "point / exact coordinate level"@x-gmeow-english ;
                                                        skos:definition "The point granularity level — a resolution at which a value may be disclosed or coarsened (Principle 10)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/granularityRegion
<https://blackcatinformatics.ca/gmeow/granularityRegion> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/GranularityLevel> ;
                                                         <https://blackcatinformatics.ca/gmeow/coarserThan> <https://blackcatinformatics.ca/gmeow/granularityCity> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "region level"@x-gmeow-english ;
                                                         skos:closeMatch <https://blackcatinformatics.ca/gmeow/placeTypeRegion> ;
                                                         skos:definition "The region granularity level — a resolution at which a value may be disclosed or coarsened (Principle 10)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/granularityYear
<https://blackcatinformatics.ca/gmeow/granularityYear> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/GranularityLevel> ;
                                                       <https://blackcatinformatics.ca/gmeow/coarserThan> <https://blackcatinformatics.ca/gmeow/granularityMonth> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                       rdfs:label "year level"@x-gmeow-english ;
                                                       skos:definition "The year granularity level — a resolution at which a value may be disclosed or coarsened (Principle 10)."@x-gmeow-english ;
                                                       skos:exactMatch <http://www.w3.org/2006/time#unitYear> .


###  https://blackcatinformatics.ca/gmeow/grooveProfileKindMeasured
<https://blackcatinformatics.ca/gmeow/grooveProfileKindMeasured> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/GrooveProfileKind> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                 rdfs:label "measured groove"@x-gmeow-english ;
                                                                 skos:definition "A groove profile derived from measured microtiming observations."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/grooveProfileKindPositionOffsets
<https://blackcatinformatics.ca/gmeow/grooveProfileKindPositionOffsets> rdf:type owl:NamedIndividual ,
                                                                                 <https://blackcatinformatics.ca/gmeow/GrooveProfileKind> ;
                                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                        rdfs:label "position offsets"@x-gmeow-english ;
                                                                        skos:definition "A groove profile expressed as per-grid-position time offsets."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/grooveProfileKindSwingRatio
<https://blackcatinformatics.ca/gmeow/grooveProfileKindSwingRatio> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/GrooveProfileKind> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                   rdfs:label "swing ratio"@x-gmeow-english ;
                                                                   skos:definition "A groove profile expressed as a swing ratio (e.g. 2:1 triplet feel)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/grooveProfileSwing
<https://blackcatinformatics.ca/gmeow/grooveProfileSwing> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/GrooveProfile> ;
                                                          <https://blackcatinformatics.ca/gmeow/appliesToTimeFrame> <https://blackcatinformatics.ca/gmeow/musicalTimeFrameCommon> ;
                                                          <https://blackcatinformatics.ca/gmeow/grooveKind> <https://blackcatinformatics.ca/gmeow/grooveProfileKindSwingRatio> ;
                                                          <https://blackcatinformatics.ca/gmeow/grooveGridUnit> "1/16" ;
                                                          <https://blackcatinformatics.ca/gmeow/grooveProfileData> "{\"swingRatio\": \"2:1\"}" ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                          rdfs:label "swing groove profile"@x-gmeow-english ;
                                                          skos:definition "A simple swing-ratio groove profile on a 1/16 grid, illustrating systematic microtiming as content (stress case 17)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/gtsProfileAiPackage
<https://blackcatinformatics.ca/gmeow/gtsProfileAiPackage> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/GTSProfile> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                           rdfs:label "ai-package profile"@x-gmeow-english ;
                                                           skos:definition "Agent-memory package profile: grounded knowledge plus provenance and standpoints, packaged for AI-agent consumption — the GMEOW dogfood profile."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/gtsProfileBundle
<https://blackcatinformatics.ca/gmeow/gtsProfileBundle> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/GTSProfile> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                        rdfs:label "bundle profile"@x-gmeow-english ;
                                                        skos:definition "Composition profile: a document whose payloads include nested, independently sealed GTS documents (matryoshka, spec §12.1)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/gtsProfileDist
<https://blackcatinformatics.ca/gmeow/gtsProfileDist> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/GTSProfile> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                      rdfs:label "dist profile"@x-gmeow-english ;
                                                      skos:definition "Distribution snapshot profile: a statement-complete, reasoned graph packaged for consumption — the shipping form of an ontology or dataset."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/gtsProfileEvidence
<https://blackcatinformatics.ca/gmeow/gtsProfileEvidence> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/GTSProfile> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                          rdfs:label "evidence profile"@x-gmeow-english ;
                                                          skos:definition "Evidentiary profile: every frame signed, chain of custody preserved; the package is an attestation-bearing exhibit. Compaction is contraindicated (see shapes) — re-authoring the ordering would detach the third-party transport attestation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/gtsProfileGeneric
<https://blackcatinformatics.ca/gmeow/gtsProfileGeneric> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/GTSProfile> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                         rdfs:label "generic profile"@x-gmeow-english ;
                                                         skos:definition "The default GTS profile: no requirements beyond the baseline reader contract."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/gtsProfileImage
<https://blackcatinformatics.ca/gmeow/gtsProfileImage> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/GTSProfile> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                       rdfs:label "image profile"@x-gmeow-english ;
                                                       skos:definition "Media-carriage profile: content-addressed media blobs with graph-side descriptions and progressive (catalog-before-bytes) delivery ordering (spec §3.2)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/gtsProfileOpaque
<https://blackcatinformatics.ca/gmeow/gtsProfileOpaque> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/GTSProfile> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                        rdfs:label "opaque profile"@x-gmeow-english ;
                                                        skos:definition "Selective-disclosure profile: substantive payloads sealed to named recipients; the describing reader sees structure, signers, and recipients but not content."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/harmonicFunctionDominant
<https://blackcatinformatics.ca/gmeow/harmonicFunctionDominant> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/HarmonicFunction> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "dominant"@x-gmeow-english ;
                                                                skos:definition "Dominant function."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/harmonicFunctionGermanSixth
<https://blackcatinformatics.ca/gmeow/harmonicFunctionGermanSixth> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/HarmonicFunction> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                   rdfs:label "German sixth"@x-gmeow-english ;
                                                                   skos:definition "The German augmented-sixth chord as a harmonic-function label."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/harmonicFunctionLeadingTone
<https://blackcatinformatics.ca/gmeow/harmonicFunctionLeadingTone> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/HarmonicFunction> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                   rdfs:label "leading-tone"@x-gmeow-english ;
                                                                   skos:definition "Leading-tone function."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/harmonicFunctionMediant
<https://blackcatinformatics.ca/gmeow/harmonicFunctionMediant> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/HarmonicFunction> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "mediant"@x-gmeow-english ;
                                                               skos:definition "Mediant function."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/harmonicFunctionSubdominant
<https://blackcatinformatics.ca/gmeow/harmonicFunctionSubdominant> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/HarmonicFunction> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                   rdfs:label "subdominant"@x-gmeow-english ;
                                                                   skos:definition "Subdominant function."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/harmonicFunctionSubmediant
<https://blackcatinformatics.ca/gmeow/harmonicFunctionSubmediant> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/HarmonicFunction> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                  rdfs:label "submediant"@x-gmeow-english ;
                                                                  skos:definition "Submediant function."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/harmonicFunctionSupertonic
<https://blackcatinformatics.ca/gmeow/harmonicFunctionSupertonic> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/HarmonicFunction> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                  rdfs:label "supertonic"@x-gmeow-english ;
                                                                  skos:definition "Supertonic function."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/harmonicFunctionTonic
<https://blackcatinformatics.ca/gmeow/harmonicFunctionTonic> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/HarmonicFunction> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "tonic"@x-gmeow-english ;
                                                             skos:definition "Tonic function."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/honorificClassAcademic
<https://blackcatinformatics.ca/gmeow/honorificClassAcademic> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/HonorificClass> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                              rdfs:label "academic"@x-gmeow-english ;
                                                              skos:definition "The academic honorific class — a broad social or institutional domain from which honorifics are drawn."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/honorificClassClerical
<https://blackcatinformatics.ca/gmeow/honorificClassClerical> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/HonorificClass> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                              rdfs:label "clerical"@x-gmeow-english ;
                                                              skos:definition "The clerical honorific class — a broad social or institutional domain from which honorifics are drawn."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/honorificClassJudicial
<https://blackcatinformatics.ca/gmeow/honorificClassJudicial> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/HonorificClass> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                              rdfs:label "judicial"@x-gmeow-english ;
                                                              skos:definition "The judicial honorific class — a broad social or institutional domain from which honorifics are drawn."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/honorificClassMilitary
<https://blackcatinformatics.ca/gmeow/honorificClassMilitary> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/HonorificClass> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                              rdfs:label "military"@x-gmeow-english ;
                                                              skos:definition "The military honorific class — a broad social or institutional domain from which honorifics are drawn."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/honorificClassNoble
<https://blackcatinformatics.ca/gmeow/honorificClassNoble> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/HonorificClass> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                           rdfs:label "noble"@x-gmeow-english ;
                                                           skos:definition "The noble honorific class — a broad social or institutional domain from which honorifics are drawn."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/honorificClassSocial
<https://blackcatinformatics.ca/gmeow/honorificClassSocial> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/HonorificClass> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                            rdfs:label "social"@x-gmeow-english ;
                                                            skos:definition "The social honorific class — a broad social or institutional domain from which honorifics are drawn."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/honorificDame
<https://blackcatinformatics.ca/gmeow/honorificDame> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/Honorific> ;
                                                     <https://blackcatinformatics.ca/gmeow/honorificClass> <https://blackcatinformatics.ca/gmeow/honorificClassNoble> ;
                                                     <https://blackcatinformatics.ca/gmeow/honorificPosition> <https://blackcatinformatics.ca/gmeow/honorificPositionPrefix> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                     rdfs:label "Dame"@x-gmeow-english ;
                                                     skos:definition "The dame honorific — a term of respect, rank, or courtesy used when addressing or naming a person."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/honorificDr
<https://blackcatinformatics.ca/gmeow/honorificDr> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/Honorific> ;
                                                   <https://blackcatinformatics.ca/gmeow/honorificClass> <https://blackcatinformatics.ca/gmeow/honorificClassAcademic> ;
                                                   <https://blackcatinformatics.ca/gmeow/honorificPosition> <https://blackcatinformatics.ca/gmeow/honorificPositionPrefix> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                   rdfs:label "Dr"@x-gmeow-english ;
                                                   skos:definition "The dr honorific — a term of respect, rank, or courtesy used when addressing or naming a person."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/honorificHon
<https://blackcatinformatics.ca/gmeow/honorificHon> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/Honorific> ;
                                                    <https://blackcatinformatics.ca/gmeow/honorificClass> <https://blackcatinformatics.ca/gmeow/honorificClassJudicial> ;
                                                    <https://blackcatinformatics.ca/gmeow/honorificPosition> <https://blackcatinformatics.ca/gmeow/honorificPositionPrefix> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                    rdfs:label "Hon"@x-gmeow-english ;
                                                    skos:definition "The hon honorific — a term of respect, rank, or courtesy used when addressing or naming a person."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/honorificLady
<https://blackcatinformatics.ca/gmeow/honorificLady> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/Honorific> ;
                                                     <https://blackcatinformatics.ca/gmeow/honorificClass> <https://blackcatinformatics.ca/gmeow/honorificClassNoble> ;
                                                     <https://blackcatinformatics.ca/gmeow/honorificPosition> <https://blackcatinformatics.ca/gmeow/honorificPositionPrefix> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                     rdfs:label "Lady"@x-gmeow-english ;
                                                     skos:definition "The lady honorific — a term of respect, rank, or courtesy used when addressing or naming a person."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/honorificLord
<https://blackcatinformatics.ca/gmeow/honorificLord> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/Honorific> ;
                                                     <https://blackcatinformatics.ca/gmeow/honorificClass> <https://blackcatinformatics.ca/gmeow/honorificClassNoble> ;
                                                     <https://blackcatinformatics.ca/gmeow/honorificPosition> <https://blackcatinformatics.ca/gmeow/honorificPositionPrefix> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                     rdfs:label "Lord"@x-gmeow-english ;
                                                     skos:definition "The lord honorific — a term of respect, rank, or courtesy used when addressing or naming a person."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/honorificMr
<https://blackcatinformatics.ca/gmeow/honorificMr> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/Honorific> ;
                                                   <https://blackcatinformatics.ca/gmeow/honorificClass> <https://blackcatinformatics.ca/gmeow/honorificClassSocial> ;
                                                   <https://blackcatinformatics.ca/gmeow/honorificPosition> <https://blackcatinformatics.ca/gmeow/honorificPositionPrefix> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                   rdfs:label "Mr"@x-gmeow-english ;
                                                   skos:definition "The mr honorific — a term of respect, rank, or courtesy used when addressing or naming a person."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/honorificMrs
<https://blackcatinformatics.ca/gmeow/honorificMrs> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/Honorific> ;
                                                    <https://blackcatinformatics.ca/gmeow/honorificClass> <https://blackcatinformatics.ca/gmeow/honorificClassSocial> ;
                                                    <https://blackcatinformatics.ca/gmeow/honorificPosition> <https://blackcatinformatics.ca/gmeow/honorificPositionPrefix> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                    rdfs:label "Mrs"@x-gmeow-english ;
                                                    skos:definition "The mrs honorific — a term of respect, rank, or courtesy used when addressing or naming a person."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/honorificMs
<https://blackcatinformatics.ca/gmeow/honorificMs> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/Honorific> ;
                                                   <https://blackcatinformatics.ca/gmeow/honorificClass> <https://blackcatinformatics.ca/gmeow/honorificClassSocial> ;
                                                   <https://blackcatinformatics.ca/gmeow/honorificPosition> <https://blackcatinformatics.ca/gmeow/honorificPositionPrefix> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                   rdfs:label "Ms"@x-gmeow-english ;
                                                   skos:definition "The ms honorific — a term of respect, rank, or courtesy used when addressing or naming a person."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/honorificMx
<https://blackcatinformatics.ca/gmeow/honorificMx> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/Honorific> ;
                                                   <https://blackcatinformatics.ca/gmeow/honorificClass> <https://blackcatinformatics.ca/gmeow/honorificClassSocial> ;
                                                   <https://blackcatinformatics.ca/gmeow/honorificPosition> <https://blackcatinformatics.ca/gmeow/honorificPositionPrefix> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                   rdfs:label "Mx"@x-gmeow-english ;
                                                   skos:definition "The mx honorific — a term of respect, rank, or courtesy used when addressing or naming a person."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/honorificPositionPrefix
<https://blackcatinformatics.ca/gmeow/honorificPositionPrefix> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/HonorificPosition> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                               rdfs:label "prefix"@x-gmeow-english ;
                                                               skos:definition "The prefix honorific position — a position in a name string where an honorific appears."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/honorificPositionSuffix
<https://blackcatinformatics.ca/gmeow/honorificPositionSuffix> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/HonorificPosition> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                               rdfs:label "suffix"@x-gmeow-english ;
                                                               skos:definition "The suffix honorific position — a position in a name string where an honorific appears."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/honorificProf
<https://blackcatinformatics.ca/gmeow/honorificProf> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/Honorific> ;
                                                     <https://blackcatinformatics.ca/gmeow/honorificClass> <https://blackcatinformatics.ca/gmeow/honorificClassAcademic> ;
                                                     <https://blackcatinformatics.ca/gmeow/honorificPosition> <https://blackcatinformatics.ca/gmeow/honorificPositionPrefix> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                     rdfs:label "Prof"@x-gmeow-english ;
                                                     skos:definition "The prof honorific — a term of respect, rank, or courtesy used when addressing or naming a person."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/honorificRev
<https://blackcatinformatics.ca/gmeow/honorificRev> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/Honorific> ;
                                                    <https://blackcatinformatics.ca/gmeow/honorificClass> <https://blackcatinformatics.ca/gmeow/honorificClassClerical> ;
                                                    <https://blackcatinformatics.ca/gmeow/honorificPosition> <https://blackcatinformatics.ca/gmeow/honorificPositionPrefix> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                    rdfs:label "Rev"@x-gmeow-english ;
                                                    skos:definition "The rev honorific — a term of respect, rank, or courtesy used when addressing or naming a person."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/honorificSama
<https://blackcatinformatics.ca/gmeow/honorificSama> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/Honorific> ;
                                                     <https://blackcatinformatics.ca/gmeow/honorificClass> <https://blackcatinformatics.ca/gmeow/honorificClassSocial> ;
                                                     <https://blackcatinformatics.ca/gmeow/honorificPosition> <https://blackcatinformatics.ca/gmeow/honorificPositionSuffix> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                     rdfs:label "-sama"@x-gmeow-english ;
                                                     skos:definition "The sama honorific — a term of respect, rank, or courtesy used when addressing or naming a person."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/honorificSan
<https://blackcatinformatics.ca/gmeow/honorificSan> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/Honorific> ;
                                                    <https://blackcatinformatics.ca/gmeow/honorificClass> <https://blackcatinformatics.ca/gmeow/honorificClassSocial> ;
                                                    <https://blackcatinformatics.ca/gmeow/honorificPosition> <https://blackcatinformatics.ca/gmeow/honorificPositionSuffix> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                    rdfs:label "-san"@x-gmeow-english ;
                                                    skos:definition "The san honorific — a term of respect, rank, or courtesy used when addressing or naming a person."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/honorificSayyid
<https://blackcatinformatics.ca/gmeow/honorificSayyid> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/Honorific> ;
                                                       <https://blackcatinformatics.ca/gmeow/honorificClass> <https://blackcatinformatics.ca/gmeow/honorificClassSocial> ;
                                                       <https://blackcatinformatics.ca/gmeow/honorificPosition> <https://blackcatinformatics.ca/gmeow/honorificPositionPrefix> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                       rdfs:label "Sayyid"@x-gmeow-english ;
                                                       skos:definition "The sayyid honorific — a term of respect, rank, or courtesy used when addressing or naming a person."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/honorificSir
<https://blackcatinformatics.ca/gmeow/honorificSir> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/Honorific> ;
                                                    <https://blackcatinformatics.ca/gmeow/honorificClass> <https://blackcatinformatics.ca/gmeow/honorificClassNoble> ;
                                                    <https://blackcatinformatics.ca/gmeow/honorificPosition> <https://blackcatinformatics.ca/gmeow/honorificPositionPrefix> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                    rdfs:label "Sir"@x-gmeow-english ;
                                                    skos:definition "The sir honorific — a term of respect, rank, or courtesy used when addressing or naming a person."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/honorificSmt
<https://blackcatinformatics.ca/gmeow/honorificSmt> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/Honorific> ;
                                                    <https://blackcatinformatics.ca/gmeow/honorificClass> <https://blackcatinformatics.ca/gmeow/honorificClassSocial> ;
                                                    <https://blackcatinformatics.ca/gmeow/honorificPosition> <https://blackcatinformatics.ca/gmeow/honorificPositionPrefix> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                    rdfs:label "Smt (Srimati)"@x-gmeow-english ;
                                                    skos:definition "The smt honorific — a term of respect, rank, or courtesy used when addressing or naming a person."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/honorificSri
<https://blackcatinformatics.ca/gmeow/honorificSri> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/Honorific> ;
                                                    <https://blackcatinformatics.ca/gmeow/honorificClass> <https://blackcatinformatics.ca/gmeow/honorificClassSocial> ;
                                                    <https://blackcatinformatics.ca/gmeow/honorificPosition> <https://blackcatinformatics.ca/gmeow/honorificPositionPrefix> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                    rdfs:label "Sri"@x-gmeow-english ;
                                                    skos:definition "The sri honorific — a term of respect, rank, or courtesy used when addressing or naming a person."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/indexAlgorithmFlat
<https://blackcatinformatics.ca/gmeow/indexAlgorithmFlat> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/IndexAlgorithm> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                                          rdfs:label "flat"@x-gmeow-english ;
                                                          skos:definition "Exhaustive (brute-force) scan — exact, no approximation structure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/indexAlgorithmHnsw
<https://blackcatinformatics.ca/gmeow/indexAlgorithmHnsw> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/IndexAlgorithm> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                                          rdfs:label "HNSW"@x-gmeow-english ;
                                                          skos:definition "Hierarchical Navigable Small World graph index."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/indexAlgorithmIvf
<https://blackcatinformatics.ca/gmeow/indexAlgorithmIvf> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/IndexAlgorithm> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                                         rdfs:label "IVF"@x-gmeow-english ;
                                                         skos:definition "Inverted-file (coarse-quantizer) index."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/instrumentModificationCapo
<https://blackcatinformatics.ca/gmeow/instrumentModificationCapo> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/InstrumentModification> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                  rdfs:label "capo"@x-gmeow-english ;
                                                                  skos:definition "A capo is placed on a stringed instrument, raising the open-string pitch."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/instrumentModificationElectrified
<https://blackcatinformatics.ca/gmeow/instrumentModificationElectrified> rdf:type owl:NamedIndividual ,
                                                                                  <https://blackcatinformatics.ca/gmeow/InstrumentModification> ;
                                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                         rdfs:label "electrified"@x-gmeow-english ;
                                                                         skos:definition "The instrument is augmented with electronic pickups, amplification, or signal processing."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/instrumentModificationExtendedRange
<https://blackcatinformatics.ca/gmeow/instrumentModificationExtendedRange> rdf:type owl:NamedIndividual ,
                                                                                    <https://blackcatinformatics.ca/gmeow/InstrumentModification> ;
                                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                           rdfs:label "extended range"@x-gmeow-english ;
                                                                           skos:definition "The instrument has additional strings, keys, or sounding elements beyond its conventional range."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/instrumentModificationMute
<https://blackcatinformatics.ca/gmeow/instrumentModificationMute> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/InstrumentModification> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                  rdfs:label "mute"@x-gmeow-english ;
                                                                  skos:definition "A mute is applied to alter the timbre or volume of the instrument."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/instrumentModificationPrepared
<https://blackcatinformatics.ca/gmeow/instrumentModificationPrepared> rdf:type owl:NamedIndividual ,
                                                                               <https://blackcatinformatics.ca/gmeow/InstrumentModification> ;
                                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                      rdfs:label "prepared"@x-gmeow-english ;
                                                                      skos:definition "The instrument is prepared — objects are inserted on or between sounding elements to alter timbre (e.g. Cage prepared piano)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/instrumentModificationScordatura
<https://blackcatinformatics.ca/gmeow/instrumentModificationScordatura> rdf:type owl:NamedIndividual ,
                                                                                 <https://blackcatinformatics.ca/gmeow/InstrumentModification> ;
                                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                        rdfs:label "scordatura"@x-gmeow-english ;
                                                                        skos:definition "The instrument is tuned away from its standard tuning (e.g. drop-D guitar, solo violin scordatura)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/instrumentTypeAdaptedGuitar
<https://blackcatinformatics.ca/gmeow/instrumentTypeAdaptedGuitar> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/InstrumentType> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                   rdfs:label "adapted guitar"@x-gmeow-english ;
                                                                   skos:definition "A guitar adapted for a non-standard tuning or playing technique, as in Harry Partch's instrumentarium. No direct MIMO entry exists."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/instrumentTypeDoubleBass
<https://blackcatinformatics.ca/gmeow/instrumentTypeDoubleBass> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/InstrumentType> ;
                                                                <https://blackcatinformatics.ca/gmeow/hsNumber> "321.322-8" ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "double bass"@x-gmeow-english ;
                                                                skos:definition "The largest and lowest-pitched bowed string instrument in the modern symphony orchestra."@x-gmeow-english ;
                                                                skos:exactMatch <http://www.mimo-db.eu/InstrumentsKeywords/3686> .


###  https://blackcatinformatics.ca/gmeow/instrumentTypeDrumKit
<https://blackcatinformatics.ca/gmeow/instrumentTypeDrumKit> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/InstrumentType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "drum kit"@x-gmeow-english ;
                                                             skos:definition "A collection of drums, cymbals, and other percussion instruments played by a single drummer."@x-gmeow-english ;
                                                             skos:exactMatch <http://www.mimo-db.eu/InstrumentsKeywords/2493> .


###  https://blackcatinformatics.ca/gmeow/instrumentTypeElectricGuitar
<https://blackcatinformatics.ca/gmeow/instrumentTypeElectricGuitar> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/InstrumentType> ;
                                                                    <https://blackcatinformatics.ca/gmeow/hsNumber> "321.322-6" ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                    rdfs:label "electric guitar"@x-gmeow-english ;
                                                                    skos:definition "A guitar that uses one or more pickups to convert string vibration into electrical signals."@x-gmeow-english ;
                                                                    skos:exactMatch <http://www.mimo-db.eu/InstrumentsKeywords/3236> .


###  https://blackcatinformatics.ca/gmeow/instrumentTypeGamelan
<https://blackcatinformatics.ca/gmeow/instrumentTypeGamelan> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/InstrumentType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "gamelan"@x-gmeow-english ;
                                                             skos:definition "An ensemble of percussion instruments from Indonesia, treated here as a single instrument-type for performance-credit purposes."@x-gmeow-english ;
                                                             skos:exactMatch <http://www.mimo-db.eu/InstrumentsKeywords/2805> .


###  https://blackcatinformatics.ca/gmeow/instrumentTypeModularSynth
<https://blackcatinformatics.ca/gmeow/instrumentTypeModularSynth> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/InstrumentType> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                  rdfs:label "modular synthesizer"@x-gmeow-english ;
                                                                  skos:definition "A synthesizer composed of separate modules connected by patch cables, often voltage-controlled."@x-gmeow-english ;
                                                                  skos:exactMatch <http://www.mimo-db.eu/InstrumentsKeywords/2321> .


###  https://blackcatinformatics.ca/gmeow/instrumentTypePiano
<https://blackcatinformatics.ca/gmeow/instrumentTypePiano> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/InstrumentType> ;
                                                           <https://blackcatinformatics.ca/gmeow/hsNumber> "314.122-4-8" ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "piano"@x-gmeow-english ;
                                                           skos:definition "A keyboard instrument in which strings are struck by hammers."@x-gmeow-english ;
                                                           skos:exactMatch <http://www.mimo-db.eu/InstrumentsKeywords/2299> .


###  https://blackcatinformatics.ca/gmeow/instrumentTypeSitar
<https://blackcatinformatics.ca/gmeow/instrumentTypeSitar> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/InstrumentType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "sitar"@x-gmeow-english ;
                                                           skos:definition "A plucked stringed instrument used in Hindustani classical music."@x-gmeow-english ;
                                                           skos:exactMatch <http://www.mimo-db.eu/InstrumentsKeywords/3456> .


###  https://blackcatinformatics.ca/gmeow/instrumentTypeTabla
<https://blackcatinformatics.ca/gmeow/instrumentTypeTabla> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/InstrumentType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "tabla"@x-gmeow-english ;
                                                           skos:definition "A pair of twin hand drums used in Hindustani classical music."@x-gmeow-english ;
                                                           skos:exactMatch <http://www.mimo-db.eu/InstrumentsKeywords/2899> .


###  https://blackcatinformatics.ca/gmeow/instrumentTypeTurntables
<https://blackcatinformatics.ca/gmeow/instrumentTypeTurntables> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/InstrumentType> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "turntables"@x-gmeow-english ;
                                                                skos:definition "A pair of phonograph turntables used as a musical instrument, especially in DJing and turntablism. No direct MIMO entry exists."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/instrumentTypeViolin
<https://blackcatinformatics.ca/gmeow/instrumentTypeViolin> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/InstrumentType> ;
                                                            <https://blackcatinformatics.ca/gmeow/hsNumber> "321.322-71" ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                            rdfs:label "violin"@x-gmeow-english ;
                                                            skos:definition "A bowed string instrument with four strings tuned in fifths."@x-gmeow-english ;
                                                            skos:exactMatch <http://www.mimo-db.eu/InstrumentsKeywords/3678> .


###  https://blackcatinformatics.ca/gmeow/instrumentTypeVoice
<https://blackcatinformatics.ca/gmeow/instrumentTypeVoice> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/InstrumentType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "voice"@x-gmeow-english ;
                                                           skos:definition "The human voice as a musical instrument. No MIMO exactMatch exists for the voice as instrument; aligned where possible by reference (Principle 5)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/intentBridgedByReference
<https://blackcatinformatics.ca/gmeow/intentBridgedByReference> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/CitationIntent> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/citations> ;
                                                                rdfs:label "bridged by reference"@x-gmeow-english ;
                                                                skos:definition "The cited work is bridged by reference — aligned to but not imported as axioms (Principle 5)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/intentCitesAsDataSource
<https://blackcatinformatics.ca/gmeow/intentCitesAsDataSource> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/CitationIntent> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/citations> ;
                                                               rdfs:label "cites as data source"@x-gmeow-english ;
                                                               skos:definition "The cited work is used as a data source."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/intentConformsTo
<https://blackcatinformatics.ca/gmeow/intentConformsTo> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/CitationIntent> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/citations> ;
                                                        rdfs:label "conforms to"@x-gmeow-english ;
                                                        skos:definition "The citing entity conforms to the cited work (a standard, schema, or specification)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/intentDerivedFrom
<https://blackcatinformatics.ca/gmeow/intentDerivedFrom> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/CitationIntent> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/citations> ;
                                                         rdfs:label "derived from"@x-gmeow-english ;
                                                         skos:definition "The citing entity is derived from the cited work."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/intentDisagreesWith
<https://blackcatinformatics.ca/gmeow/intentDisagreesWith> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/CitationIntent> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/citations> ;
                                                           rdfs:label "disagrees with"@x-gmeow-english ;
                                                           skos:definition "The citing entity disagrees with the cited work."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/intentDocuments
<https://blackcatinformatics.ca/gmeow/intentDocuments> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/CitationIntent> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/citations> ;
                                                       rdfs:label "documents"@x-gmeow-english ;
                                                       skos:definition "The citing entity documents the cited work."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/intentExtends
<https://blackcatinformatics.ca/gmeow/intentExtends> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/CitationIntent> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/citations> ;
                                                     rdfs:label "extends"@x-gmeow-english ;
                                                     skos:definition "The citing entity extends the cited work."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/intentIsInspiredBy
<https://blackcatinformatics.ca/gmeow/intentIsInspiredBy> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/CitationIntent> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/citations> ;
                                                          rdfs:label "is inspired by"@x-gmeow-english ;
                                                          skos:definition "The citing entity is inspired by the cited work."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/intentSupports
<https://blackcatinformatics.ca/gmeow/intentSupports> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/CitationIntent> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/citations> ;
                                                      rdfs:label "supports"@x-gmeow-english ;
                                                      skos:definition "The cited work supports the citing entity."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/intentUsesMethodIn
<https://blackcatinformatics.ca/gmeow/intentUsesMethodIn> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/CitationIntent> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/citations> ;
                                                          rdfs:label "uses method in"@x-gmeow-english ;
                                                          skos:definition "The cited work provides a method used by the citing entity."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/interpolationExponential
<https://blackcatinformatics.ca/gmeow/interpolationExponential> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/PitchTrajectoryInterpolationKind> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "exponential"@x-gmeow-english ;
                                                                skos:definition "Exponential interpolation between control points."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/interpolationLinearCents
<https://blackcatinformatics.ca/gmeow/interpolationLinearCents> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/PitchTrajectoryInterpolationKind> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "linear cents"@x-gmeow-english ;
                                                                skos:definition "Linear interpolation on a logarithmic cents scale between control points."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/interpolationStochasticByReference
<https://blackcatinformatics.ca/gmeow/interpolationStochasticByReference> rdf:type owl:NamedIndividual ,
                                                                                   <https://blackcatinformatics.ca/gmeow/PitchTrajectoryInterpolationKind> ;
                                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                          rdfs:label "stochastic by reference"@x-gmeow-english ;
                                                                          skos:definition "Interpolation governed by a stochastic process referenced by an FnO function or external solver (Principle 12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/invitationStatusAccepted
<https://blackcatinformatics.ca/gmeow/invitationStatusAccepted> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/InvitationStatus> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                                rdfs:label "accepted"@x-gmeow-english ;
                                                                skos:definition "The invitee has accepted the invitation. Aligned to iTIP PARTSTAT=ACCEPTED."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/invitationStatusDeclined
<https://blackcatinformatics.ca/gmeow/invitationStatusDeclined> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/InvitationStatus> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                                rdfs:label "declined"@x-gmeow-english ;
                                                                skos:definition "The invitee has declined the invitation. Aligned to iTIP PARTSTAT=DECLINED."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/invitationStatusNeedsAction
<https://blackcatinformatics.ca/gmeow/invitationStatusNeedsAction> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/InvitationStatus> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                                   rdfs:label "needs action"@x-gmeow-english ;
                                                                   skos:definition "The invitee has not yet responded. Aligned to iTIP PARTSTAT=NEEDS-ACTION."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/invitationStatusTentative
<https://blackcatinformatics.ca/gmeow/invitationStatusTentative> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/InvitationStatus> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                                 rdfs:label "tentative"@x-gmeow-english ;
                                                                 skos:definition "The invitee has tentatively accepted. Aligned to iTIP PARTSTAT=TENTATIVE."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/invoiceStatusCancelled
<https://blackcatinformatics.ca/gmeow/invoiceStatusCancelled> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/InvoiceStatus> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                              rdfs:label "cancelled"@x-gmeow-english ;
                                                              skos:definition "An invoice that has been cancelled. Retained with displayable false, never deleted (Principle 10)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/invoiceStatusDraft
<https://blackcatinformatics.ca/gmeow/invoiceStatusDraft> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/InvoiceStatus> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                          rdfs:label "draft"@x-gmeow-english ;
                                                          skos:definition "An invoice that has been created but not yet sent."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/invoiceStatusOverdue
<https://blackcatinformatics.ca/gmeow/invoiceStatusOverdue> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/InvoiceStatus> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                            rdfs:label "overdue"@x-gmeow-english ;
                                                            skos:definition "An invoice whose due date has passed without payment."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/invoiceStatusPaid
<https://blackcatinformatics.ca/gmeow/invoiceStatusPaid> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/InvoiceStatus> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                         rdfs:label "paid"@x-gmeow-english ;
                                                         skos:definition "An invoice that has been paid in full."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/invoiceStatusSent
<https://blackcatinformatics.ca/gmeow/invoiceStatusSent> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/InvoiceStatus> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                         rdfs:label "sent"@x-gmeow-english ;
                                                         skos:definition "An invoice that has been sent to the recipient."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/keySchemeNostr
<https://blackcatinformatics.ca/gmeow/keySchemeNostr> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/KeyScheme> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                                      rdfs:label "Nostr"@x-gmeow-english ;
                                                      skos:definition "The nostr key scheme — a cryptographic key format used to identify an agent or sign messages."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/keySchemePGP
<https://blackcatinformatics.ca/gmeow/keySchemePGP> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/KeyScheme> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                                    rdfs:label "OpenPGP"@x-gmeow-english ;
                                                    skos:definition "The pgp key scheme — a cryptographic key format used to identify an agent or sign messages."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/keySchemeSSH
<https://blackcatinformatics.ca/gmeow/keySchemeSSH> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/KeyScheme> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                                    rdfs:label "SSH"@x-gmeow-english ;
                                                    skos:definition "The ssh key scheme — a cryptographic key format used to identify an agent or sign messages."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/keySchemeX509
<https://blackcatinformatics.ca/gmeow/keySchemeX509> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/KeyScheme> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                                     rdfs:label "X.509"@x-gmeow-english ;
                                                     skos:definition "The x.509 key scheme — a cryptographic key format used to identify an agent or sign messages."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/keywordAnswered
<https://blackcatinformatics.ca/gmeow/keywordAnswered> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/MessageKeyword> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                       rdfs:label "answered"@x-gmeow-english ;
                                                       skos:definition "The answered message keyword — a flag or classifier applied to a message for retrieval or workflow."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/keywordDraft
<https://blackcatinformatics.ca/gmeow/keywordDraft> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/MessageKeyword> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                    rdfs:label "draft"@x-gmeow-english ;
                                                    skos:definition "The draft message keyword — a flag or classifier applied to a message for retrieval or workflow."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/keywordFlagged
<https://blackcatinformatics.ca/gmeow/keywordFlagged> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/MessageKeyword> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                      rdfs:label "flagged"@x-gmeow-english ;
                                                      skos:definition "The flagged message keyword — a flag or classifier applied to a message for retrieval or workflow."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/keywordForwarded
<https://blackcatinformatics.ca/gmeow/keywordForwarded> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/MessageKeyword> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                        rdfs:label "forwarded"@x-gmeow-english ;
                                                        skos:definition "The forwarded message keyword — a flag or classifier applied to a message for retrieval or workflow."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/keywordJunk
<https://blackcatinformatics.ca/gmeow/keywordJunk> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/MessageKeyword> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                   rdfs:label "junk"@x-gmeow-english ;
                                                   skos:definition "The junk message keyword — a flag or classifier applied to a message for retrieval or workflow."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/keywordSeen
<https://blackcatinformatics.ca/gmeow/keywordSeen> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/MessageKeyword> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                   rdfs:label "seen"@x-gmeow-english ;
                                                   skos:definition "The seen message keyword — a flag or classifier applied to a message for retrieval or workflow."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/kindCreole
<https://blackcatinformatics.ca/gmeow/kindCreole> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/LanguageVarietyKind> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                  rdfs:label "creole"@x-gmeow-english ;
                                                  skos:definition "The creole language variety kind — a sociolinguistic category that describes the relationship of a variety to its speech community."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/kindDialect
<https://blackcatinformatics.ca/gmeow/kindDialect> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/LanguageVarietyKind> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                   rdfs:label "dialect"@x-gmeow-english ;
                                                   skos:definition "The dialect language variety kind — a sociolinguistic category that describes the relationship of a variety to its speech community."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/kindIdiolect
<https://blackcatinformatics.ca/gmeow/kindIdiolect> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/LanguageVarietyKind> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                    rdfs:label "idiolect"@x-gmeow-english ;
                                                    skos:definition "The idiolect language variety kind — a sociolinguistic category that describes the relationship of a variety to its speech community."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/kindJargon
<https://blackcatinformatics.ca/gmeow/kindJargon> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/LanguageVarietyKind> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                  rdfs:label "jargon"@x-gmeow-english ;
                                                  skos:definition "The jargon language variety kind — a sociolinguistic category that describes the relationship of a variety to its speech community."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/kindKoine
<https://blackcatinformatics.ca/gmeow/kindKoine> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/LanguageVarietyKind> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                 rdfs:label "koine"@x-gmeow-english ;
                                                 skos:definition "The koine language variety kind — a sociolinguistic category that describes the relationship of a variety to its speech community."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/kindLanguage
<https://blackcatinformatics.ca/gmeow/kindLanguage> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/LanguageVarietyKind> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                    rdfs:label "language (standpointed classification)"@x-gmeow-english ;
                                                    skos:definition "The language language variety kind — a sociolinguistic category that describes the relationship of a variety to its speech community."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/kindLinguaFranca
<https://blackcatinformatics.ca/gmeow/kindLinguaFranca> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/LanguageVarietyKind> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                        rdfs:label "lingua franca"@x-gmeow-english ;
                                                        skos:definition "The lingua franca language variety kind — a sociolinguistic category that describes the relationship of a variety to its speech community."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/kindLocalizedVariant
<https://blackcatinformatics.ca/gmeow/kindLocalizedVariant> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/LanguageVarietyKind> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                            rdfs:label "localized variant"@x-gmeow-english ;
                                                            skos:definition "The localized variant language variety kind — a sociolinguistic category that describes the relationship of a variety to its speech community."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/kindPidgin
<https://blackcatinformatics.ca/gmeow/kindPidgin> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/LanguageVarietyKind> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                  rdfs:label "pidgin"@x-gmeow-english ;
                                                  skos:definition "The pidgin language variety kind — a sociolinguistic category that describes the relationship of a variety to its speech community."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/kindRegister
<https://blackcatinformatics.ca/gmeow/kindRegister> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/LanguageVarietyKind> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                    rdfs:label "register"@x-gmeow-english ;
                                                    skos:definition "The register language variety kind — a sociolinguistic category that describes the relationship of a variety to its speech community."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/kindSlang
<https://blackcatinformatics.ca/gmeow/kindSlang> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/LanguageVarietyKind> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                 rdfs:label "slang"@x-gmeow-english ;
                                                 skos:definition "The slang language variety kind — a sociolinguistic category that describes the relationship of a variety to its speech community."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/kindSociolect
<https://blackcatinformatics.ca/gmeow/kindSociolect> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/LanguageVarietyKind> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                     rdfs:label "sociolect"@x-gmeow-english ;
                                                     skos:definition "The sociolect language variety kind — a sociolinguistic category that describes the relationship of a variety to its speech community."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/kindStandard
<https://blackcatinformatics.ca/gmeow/kindStandard> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/LanguageVarietyKind> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                    rdfs:label "standard"@x-gmeow-english ;
                                                    skos:definition "The standard language variety kind — a sociolinguistic category that describes the relationship of a variety to its speech community."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/knowledgeAware
<https://blackcatinformatics.ca/gmeow/knowledgeAware> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/KnowledgeLevel> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/cognition> ;
                                                      rdfs:label "knowledge: aware"@x-gmeow-english ;
                                                      skos:definition "Faintest depth: bare awareness — knows the subject exists. Pairs with the gmeow:isAwareOf spectrum level."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/knowledgeKnowsAbout
<https://blackcatinformatics.ca/gmeow/knowledgeKnowsAbout> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/KnowledgeLevel> ;
                                                           <https://blackcatinformatics.ca/gmeow/deeperThan> <https://blackcatinformatics.ca/gmeow/knowledgeAware> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/cognition> ;
                                                           rdfs:label "knowledge: knows about"@x-gmeow-english ;
                                                           skos:definition "Familiarity — knows facts about the subject and can describe it. Pairs with the gmeow:knowsAbout spectrum level."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/knowledgeMastered
<https://blackcatinformatics.ca/gmeow/knowledgeMastered> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/KnowledgeLevel> ;
                                                         <https://blackcatinformatics.ca/gmeow/deeperThan> <https://blackcatinformatics.ca/gmeow/knowledgeUnderstands> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/cognition> ;
                                                         rdfs:label "knowledge: mastered"@x-gmeow-english ;
                                                         skos:definition "Deepest depth: expert command — can extend, teach, or innovate on the subject. Pairs with the gmeow:hasMastered spectrum level."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/knowledgeUnderstands
<https://blackcatinformatics.ca/gmeow/knowledgeUnderstands> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/KnowledgeLevel> ;
                                                            <https://blackcatinformatics.ca/gmeow/deeperThan> <https://blackcatinformatics.ca/gmeow/knowledgeKnowsAbout> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/cognition> ;
                                                            rdfs:label "knowledge: understands"@x-gmeow-english ;
                                                            skos:definition "Working comprehension — can reason with and apply the subject. Pairs with the gmeow:understands spectrum level."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/langEnglish
<https://blackcatinformatics.ca/gmeow/langEnglish> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/Language> ;
                                                   <https://blackcatinformatics.ca/gmeow/bcp47Tag> "en" ;
                                                   <https://blackcatinformatics.ca/gmeow/languageCode> "eng" ;
                                                   <https://blackcatinformatics.ca/gmeow/languageTag> "x-gmeow-english" ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/language> ;
                                                   rdfs:label "English"@x-gmeow-english ;
                                                   skos:definition "The English language — the seed gmeow:Language individual (gmeow:langEnglish) anchoring the internal private-use tag x-gmeow-english carried by the framework's own literals. Registry codes are alignments, never identity."@x-gmeow-english ;
                                                   skos:exactMatch <http://lexvo.org/id/iso639-3/eng> ,
                                                                   <http://www.wikidata.org/entity/Q1860> .


###  https://blackcatinformatics.ca/gmeow/langFrench
<https://blackcatinformatics.ca/gmeow/langFrench> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/Language> ;
                                                  <https://blackcatinformatics.ca/gmeow/bcp47Tag> "fr" ;
                                                  <https://blackcatinformatics.ca/gmeow/languageCode> "fra" ;
                                                  <https://blackcatinformatics.ca/gmeow/languageTag> "x-gmeow-french" ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/language> ;
                                                  rdfs:label "French"@x-gmeow-english ,
                                                             "français"@x-gmeow-french ;
                                                  skos:definition "The French language — the seed gmeow:Language individual (gmeow:langFrench) anchoring the internal private-use tag x-gmeow-french. Registry codes are alignments, never identity."@x-gmeow-english ;
                                                  skos:exactMatch <http://lexvo.org/id/iso639-3/fra> ,
                                                                  <http://www.wikidata.org/entity/Q150> .


###  https://blackcatinformatics.ca/gmeow/langMandarin
<https://blackcatinformatics.ca/gmeow/langMandarin> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/Language> ;
                                                    <https://blackcatinformatics.ca/gmeow/bcp47Tag> "zh" ;
                                                    <https://blackcatinformatics.ca/gmeow/languageCode> "cmn" ;
                                                    <https://blackcatinformatics.ca/gmeow/languageTag> "x-gmeow-mandarin" ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/language> ;
                                                    rdfs:label "Mandarin Chinese"@x-gmeow-english ,
                                                               "普通话"@x-gmeow-mandarin ;
                                                    skos:definition "Mandarin Chinese — the seed gmeow:Language individual (gmeow:langMandarin) anchoring the internal private-use tag x-gmeow-mandarin. Registry codes are alignments, never identity."@x-gmeow-english ;
                                                    skos:exactMatch <http://lexvo.org/id/iso639-3/cmn> ,
                                                                    <http://www.wikidata.org/entity/Q9192> .


###  https://blackcatinformatics.ca/gmeow/ledgerAccountTypeAsset
<https://blackcatinformatics.ca/gmeow/ledgerAccountTypeAsset> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/LedgerAccountType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                              rdfs:label "asset"@x-gmeow-english ;
                                                              skos:definition "An asset account — resources owned by the entity (cash, receivables, inventory, equipment)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/ledgerAccountTypeEquity
<https://blackcatinformatics.ca/gmeow/ledgerAccountTypeEquity> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/LedgerAccountType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                               rdfs:label "equity"@x-gmeow-english ;
                                                               skos:definition "An equity account — the residual interest in the assets after deducting liabilities (owner capital, retained earnings)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/ledgerAccountTypeExpense
<https://blackcatinformatics.ca/gmeow/ledgerAccountTypeExpense> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/LedgerAccountType> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                                rdfs:label "expense"@x-gmeow-english ;
                                                                skos:definition "An expense account — costs incurred in the process of generating revenue (salaries, rent, utilities, supplies)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/ledgerAccountTypeLiability
<https://blackcatinformatics.ca/gmeow/ledgerAccountTypeLiability> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/LedgerAccountType> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                                  rdfs:label "liability"@x-gmeow-english ;
                                                                  skos:definition "A liability account — obligations owed by the entity (payables, loans, accrued expenses)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/ledgerAccountTypeRevenue
<https://blackcatinformatics.ca/gmeow/ledgerAccountTypeRevenue> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/LedgerAccountType> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                                rdfs:label "revenue"@x-gmeow-english ;
                                                                skos:definition "A revenue account — income generated from normal business operations (sales, fees, interest income)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpAbsolutePosition
<https://blackcatinformatics.ca/gmeow/leftOpAbsolutePosition> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                              rdfs:label "absolute position"@x-gmeow-english ;
                                                              skos:definition "The ODRL absolutePosition constraint dimension (odrl:absolutePosition)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpAbsoluteSize
<https://blackcatinformatics.ca/gmeow/leftOpAbsoluteSize> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                          rdfs:label "absolute size"@x-gmeow-english ;
                                                          skos:definition "The ODRL absoluteSize constraint dimension (odrl:absoluteSize)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpAbsoluteSpatialPosition
<https://blackcatinformatics.ca/gmeow/leftOpAbsoluteSpatialPosition> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                                     rdfs:label "absolute spatial position"@x-gmeow-english ;
                                                                     skos:definition "The ODRL absoluteSpatialPosition constraint dimension (odrl:absoluteSpatialPosition)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpAbsoluteTemporalPosition
<https://blackcatinformatics.ca/gmeow/leftOpAbsoluteTemporalPosition> rdf:type owl:NamedIndividual ,
                                                                               <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                                      rdfs:label "absolute temporal position"@x-gmeow-english ;
                                                                      skos:definition "The ODRL absoluteTemporalPosition constraint dimension (odrl:absoluteTemporalPosition)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpCount
<https://blackcatinformatics.ca/gmeow/leftOpCount> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                   rdfs:label "use count"@x-gmeow-english ;
                                                   skos:definition "The ODRL count constraint dimension (odrl:count)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpDateTime
<https://blackcatinformatics.ca/gmeow/leftOpDateTime> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                      rdfs:label "date/time"@x-gmeow-english ;
                                                      skos:definition "The ODRL dateTime constraint dimension (odrl:dateTime)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpDelayPeriod
<https://blackcatinformatics.ca/gmeow/leftOpDelayPeriod> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                         rdfs:label "delay period"@x-gmeow-english ;
                                                         skos:definition "The ODRL delayPeriod constraint dimension (odrl:delayPeriod)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpDeliveryChannel
<https://blackcatinformatics.ca/gmeow/leftOpDeliveryChannel> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                             rdfs:label "delivery channel"@x-gmeow-english ;
                                                             skos:definition "The ODRL deliveryChannel constraint dimension (odrl:deliveryChannel)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpDevice
<https://blackcatinformatics.ca/gmeow/leftOpDevice> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                    rdfs:label "device"@x-gmeow-english ;
                                                    skos:definition "The ODRL device constraint dimension (odrl:device)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpElapsedTime
<https://blackcatinformatics.ca/gmeow/leftOpElapsedTime> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                         rdfs:label "elapsed time"@x-gmeow-english ;
                                                         skos:definition "The ODRL elapsedTime constraint dimension (odrl:elapsedTime)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpEvent
<https://blackcatinformatics.ca/gmeow/leftOpEvent> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                   rdfs:label "event"@x-gmeow-english ;
                                                   skos:definition "The ODRL event constraint dimension (odrl:event)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpFileFormat
<https://blackcatinformatics.ca/gmeow/leftOpFileFormat> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                        rdfs:label "file format"@x-gmeow-english ;
                                                        skos:definition "The ODRL fileFormat constraint dimension (odrl:fileFormat)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpIndustry
<https://blackcatinformatics.ca/gmeow/leftOpIndustry> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                      rdfs:label "industry"@x-gmeow-english ;
                                                      skos:definition "The ODRL industry constraint dimension (odrl:industry)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpLanguage
<https://blackcatinformatics.ca/gmeow/leftOpLanguage> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                      rdfs:label "language"@x-gmeow-english ;
                                                      skos:definition "The ODRL language constraint dimension (odrl:language)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpMedia
<https://blackcatinformatics.ca/gmeow/leftOpMedia> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                   rdfs:label "media context"@x-gmeow-english ;
                                                   skos:definition "The ODRL media constraint dimension (odrl:media)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpMeteredTime
<https://blackcatinformatics.ca/gmeow/leftOpMeteredTime> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                         rdfs:label "metered time"@x-gmeow-english ;
                                                         skos:definition "The ODRL meteredTime constraint dimension (odrl:meteredTime)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpPayAmount
<https://blackcatinformatics.ca/gmeow/leftOpPayAmount> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                       rdfs:label "pay amount"@x-gmeow-english ;
                                                       skos:definition "The ODRL payAmount constraint dimension (odrl:payAmount)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpPercentage
<https://blackcatinformatics.ca/gmeow/leftOpPercentage> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                        rdfs:label "percentage"@x-gmeow-english ;
                                                        skos:definition "The ODRL percentage constraint dimension (odrl:percentage)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpProduct
<https://blackcatinformatics.ca/gmeow/leftOpProduct> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                     rdfs:label "product context"@x-gmeow-english ;
                                                     skos:definition "The ODRL product constraint dimension (odrl:product)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpPurpose
<https://blackcatinformatics.ca/gmeow/leftOpPurpose> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                     rdfs:label "purpose"@x-gmeow-english ;
                                                     skos:definition "The ODRL purpose constraint dimension (odrl:purpose)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpRecipient
<https://blackcatinformatics.ca/gmeow/leftOpRecipient> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                       rdfs:label "recipient"@x-gmeow-english ;
                                                       skos:definition "The ODRL recipient constraint dimension (odrl:recipient)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpRelativePosition
<https://blackcatinformatics.ca/gmeow/leftOpRelativePosition> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                              rdfs:label "relative position"@x-gmeow-english ;
                                                              skos:definition "The ODRL relativePosition constraint dimension (odrl:relativePosition)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpRelativeSize
<https://blackcatinformatics.ca/gmeow/leftOpRelativeSize> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                          rdfs:label "relative size"@x-gmeow-english ;
                                                          skos:definition "The ODRL relativeSize constraint dimension (odrl:relativeSize)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpRelativeSpatialPosition
<https://blackcatinformatics.ca/gmeow/leftOpRelativeSpatialPosition> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                                     rdfs:label "relative spatial position"@x-gmeow-english ;
                                                                     skos:definition "The ODRL relativeSpatialPosition constraint dimension (odrl:relativeSpatialPosition)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpRelativeTemporalPosition
<https://blackcatinformatics.ca/gmeow/leftOpRelativeTemporalPosition> rdf:type owl:NamedIndividual ,
                                                                               <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                                      rdfs:label "relative temporal position"@x-gmeow-english ;
                                                                      skos:definition "The ODRL relativeTemporalPosition constraint dimension (odrl:relativeTemporalPosition)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpResolution
<https://blackcatinformatics.ca/gmeow/leftOpResolution> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                        rdfs:label "rendition resolution"@x-gmeow-english ;
                                                        skos:definition "The ODRL resolution constraint dimension (odrl:resolution)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpSpatial
<https://blackcatinformatics.ca/gmeow/leftOpSpatial> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                     rdfs:label "spatial region"@x-gmeow-english ;
                                                     skos:definition "The ODRL spatial constraint dimension (odrl:spatial)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpSpatialCoordinates
<https://blackcatinformatics.ca/gmeow/leftOpSpatialCoordinates> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                                rdfs:label "spatial coordinates"@x-gmeow-english ;
                                                                skos:definition "The ODRL spatialCoordinates constraint dimension (odrl:spatialCoordinates)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpSystem
<https://blackcatinformatics.ca/gmeow/leftOpSystem> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                    rdfs:label "system"@x-gmeow-english ;
                                                    skos:definition "The ODRL system constraint dimension (odrl:system)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpSystemDevice
<https://blackcatinformatics.ca/gmeow/leftOpSystemDevice> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                          rdfs:label "system device"@x-gmeow-english ;
                                                          skos:definition "The ODRL systemDevice constraint dimension (odrl:systemDevice)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpTimeInterval
<https://blackcatinformatics.ca/gmeow/leftOpTimeInterval> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                          rdfs:label "recurring time interval"@x-gmeow-english ;
                                                          skos:definition "The ODRL timeInterval constraint dimension (odrl:timeInterval)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpUnitOfCount
<https://blackcatinformatics.ca/gmeow/leftOpUnitOfCount> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                         rdfs:label "unit of count"@x-gmeow-english ;
                                                         skos:definition "The ODRL unitOfCount constraint dimension (odrl:unitOfCount)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpVersion
<https://blackcatinformatics.ca/gmeow/leftOpVersion> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                     rdfs:label "asset version"@x-gmeow-english ;
                                                     skos:definition "The ODRL version constraint dimension (odrl:version)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/leftOpVirtualLocation
<https://blackcatinformatics.ca/gmeow/leftOpVirtualLocation> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/LeftOperand> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                             rdfs:label "virtual location"@x-gmeow-english ;
                                                             skos:definition "The ODRL virtualLocation constraint dimension (odrl:virtualLocation)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/levelHeritage
<https://blackcatinformatics.ca/gmeow/levelHeritage> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/ProficiencyLevel> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                     rdfs:label "heritage"@x-gmeow-english ;
                                                     skos:definition "The heritage proficiency level — a milestone on a scale that describes how well an agent commands a language or skill."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/levelNative
<https://blackcatinformatics.ca/gmeow/levelNative> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/ProficiencyLevel> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                   rdfs:label "native"@x-gmeow-english ;
                                                   skos:definition "The native proficiency level — a milestone on a scale that describes how well an agent commands a language or skill."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/licenseFamilyCC
<https://blackcatinformatics.ca/gmeow/licenseFamilyCC> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/LicenseFamily> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                       rdfs:label "Creative Commons"@x-gmeow-english ;
                                                       skos:definition "A Creative Commons licence (CC BY, CC BY-SA, CC BY-NC, …)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/licenseFamilyCopyleft
<https://blackcatinformatics.ca/gmeow/licenseFamilyCopyleft> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/LicenseFamily> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                             rdfs:label "copyleft"@x-gmeow-english ;
                                                             skos:definition "A copyleft / share-alike licence (the GPL family, EUPL, CC BY-SA, ODbL)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/licenseFamilyDual
<https://blackcatinformatics.ca/gmeow/licenseFamilyDual> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/LicenseFamily> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                         rdfs:label "dual-licensed"@x-gmeow-english ;
                                                         skos:definition "Offered under more than one licence at the recipient's choice (e.g. open plus commercial)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/licenseFamilyPermissive
<https://blackcatinformatics.ca/gmeow/licenseFamilyPermissive> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/LicenseFamily> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                               rdfs:label "permissive"@x-gmeow-english ;
                                                               skos:definition "A permissive software/data licence (MIT, BSD, Apache-2.0, ODC-BY)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/licenseFamilyProprietary
<https://blackcatinformatics.ca/gmeow/licenseFamilyProprietary> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/LicenseFamily> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                                rdfs:label "proprietary"@x-gmeow-english ;
                                                                skos:definition "A proprietary / all-rights-reserved licence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/licenseFamilyPublicDomain
<https://blackcatinformatics.ca/gmeow/licenseFamilyPublicDomain> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/LicenseFamily> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                                 rdfs:label "public domain"@x-gmeow-english ;
                                                                 skos:definition "A public-domain dedication / mark (CC0, the public-domain mark)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/logicAnd
<https://blackcatinformatics.ca/gmeow/logicAnd> rdf:type owl:NamedIndividual ,
                                                         <https://blackcatinformatics.ca/gmeow/ConstraintLogic> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                rdfs:label "and (all)"@x-gmeow-english ;
                                                skos:definition "The ODRL and logical-constraint operator (odrl:and)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/logicAndSequence
<https://blackcatinformatics.ca/gmeow/logicAndSequence> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/ConstraintLogic> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                        rdfs:label "and (ordered)"@x-gmeow-english ;
                                                        skos:definition "The ODRL andSequence logical-constraint operator (odrl:andSequence)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/logicOr
<https://blackcatinformatics.ca/gmeow/logicOr> rdf:type owl:NamedIndividual ,
                                                        <https://blackcatinformatics.ca/gmeow/ConstraintLogic> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                               rdfs:label "or (any)"@x-gmeow-english ;
                                               skos:definition "The ODRL or logical-constraint operator (odrl:or)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/logicXone
<https://blackcatinformatics.ca/gmeow/logicXone> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/ConstraintLogic> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                 rdfs:label "exactly one"@x-gmeow-english ;
                                                 skos:definition "The ODRL xone logical-constraint operator (odrl:xone)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/lossDropsDynamics
<https://blackcatinformatics.ca/gmeow/lossDropsDynamics> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/ProjectionLoss> ;
                                                         <https://blackcatinformatics.ca/gmeow/accountsForParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterDynamics> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "loss: drops dynamics"@x-gmeow-english ;
                                                         skos:definition "Dynamic markings (loudness, accent, articulation) are not encoded in the notation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/lossDropsInstrumentation
<https://blackcatinformatics.ca/gmeow/lossDropsInstrumentation> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/ProjectionLoss> ;
                                                                <https://blackcatinformatics.ca/gmeow/accountsForParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterInstrumentation> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "loss: drops instrumentation"@x-gmeow-english ;
                                                                skos:definition "The specific instrument set or instrumentation is not encoded in the notation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/lossDropsMicrotiming
<https://blackcatinformatics.ca/gmeow/lossDropsMicrotiming> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/ProjectionLoss> ;
                                                            <https://blackcatinformatics.ca/gmeow/accountsForParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterDuration> ,
                                                                                                                        <https://blackcatinformatics.ca/gmeow/musicalParameterTempo> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                            rdfs:label "loss: drops microtiming"@x-gmeow-english ;
                                                            skos:definition "Systematic timing deviations (swing, groove, Dilla feel) are not encoded as explicit frame-relative offsets."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/lossDropsPerformerCount
<https://blackcatinformatics.ca/gmeow/lossDropsPerformerCount> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/ProjectionLoss> ;
                                                               <https://blackcatinformatics.ca/gmeow/accountsForParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterPerformerCount> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "loss: drops performer count"@x-gmeow-english ;
                                                               skos:definition "The number of performers or voices is not explicitly encoded in the notation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/lossDropsSpatialSoundContext
<https://blackcatinformatics.ca/gmeow/lossDropsSpatialSoundContext> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/ProjectionLoss> ;
                                                                    <https://blackcatinformatics.ca/gmeow/accountsForParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterLocation> ,
                                                                                                                                <https://blackcatinformatics.ca/gmeow/musicalParameterSoundContent> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                    rdfs:label "loss: drops spatial/sound context"@x-gmeow-english ;
                                                                    skos:definition "The environmental sound content or spatial location of musical events is not encoded in the notation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/lossDropsSpectralDerivation
<https://blackcatinformatics.ca/gmeow/lossDropsSpectralDerivation> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/ProjectionLoss> ;
                                                                   <https://blackcatinformatics.ca/gmeow/accountsForParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterPitch> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                   rdfs:label "loss: drops spectral derivation"@x-gmeow-english ;
                                                                   skos:definition "The spectral source of pitch collections is discarded; only a subset of derived pitches is encoded."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/lossDropsTacet
<https://blackcatinformatics.ca/gmeow/lossDropsTacet> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/ProjectionLoss> ;
                                                      <https://blackcatinformatics.ca/gmeow/accountsForParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterTacet> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                      rdfs:label "loss: drops tacet"@x-gmeow-english ;
                                                      skos:definition "The explicit instruction that a part is silent (tacet) is not separately encoded in the notation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/lossDropsTimbre
<https://blackcatinformatics.ca/gmeow/lossDropsTimbre> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/ProjectionLoss> ;
                                                       <https://blackcatinformatics.ca/gmeow/accountsForParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterTimbre> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "loss: drops timbre"@x-gmeow-english ;
                                                       skos:definition "Timbre, playing technique, and instrument-specific tone colour are not encoded in the symbolic content."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/lossDropsTraversalConstraints
<https://blackcatinformatics.ca/gmeow/lossDropsTraversalConstraints> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/ProjectionLoss> ;
                                                                     <https://blackcatinformatics.ca/gmeow/accountsForParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterOrder> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                     rdfs:label "loss: drops traversal constraints"@x-gmeow-english ;
                                                                     skos:definition "Mobile-form traversal rules are not representable; only one realized sequence can be encoded."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/lossDropsTuningFrame
<https://blackcatinformatics.ca/gmeow/lossDropsTuningFrame> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/ProjectionLoss> ;
                                                            <https://blackcatinformatics.ca/gmeow/accountsForParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterPitch> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                            rdfs:label "loss: drops tuning frame"@x-gmeow-english ;
                                                            skos:definition "The explicit TuningSystem reference is lost; only local accidental symbols or pitch-class numbers remain."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/lossQuantizesPitchTo12Edo
<https://blackcatinformatics.ca/gmeow/lossQuantizesPitchTo12Edo> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/ProjectionLoss> ;
                                                                 <https://blackcatinformatics.ca/gmeow/accountsForParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterPitch> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                 rdfs:label "loss: quantizes pitch to 12-EDO"@x-gmeow-english ;
                                                                 skos:definition "The notation can only represent 12-equal-division-of-the-octave pitch classes; other tuning frames are approximated or unrepresentable."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/lossQuantizesTimeToRationalGrid
<https://blackcatinformatics.ca/gmeow/lossQuantizesTimeToRationalGrid> rdf:type owl:NamedIndividual ,
                                                                                <https://blackcatinformatics.ca/gmeow/ProjectionLoss> ;
                                                                       <https://blackcatinformatics.ca/gmeow/accountsForParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterDuration> ,
                                                                                                                                   <https://blackcatinformatics.ca/gmeow/musicalParameterOrder> ,
                                                                                                                                   <https://blackcatinformatics.ca/gmeow/musicalParameterTempo> ;
                                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                       rdfs:label "loss: quantizes time to a rational grid"@x-gmeow-english ;
                                                                       skos:definition "The notation represents time as a hierarchy of rational note values under a single meter and tempo; continuous tempo maps and irrational ratios are approximated."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/lossSymbolizesContinuousTrajectory
<https://blackcatinformatics.ca/gmeow/lossSymbolizesContinuousTrajectory> rdf:type owl:NamedIndividual ,
                                                                                   <https://blackcatinformatics.ca/gmeow/ProjectionLoss> ;
                                                                          <https://blackcatinformatics.ca/gmeow/accountsForParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterPitch> ;
                                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                          rdfs:label "loss: symbolizes continuous trajectory"@x-gmeow-english ;
                                                                          skos:definition "Continuous pitch trajectories (glissandi, portamenti, UPIC shapes) are reduced to discrete note symbols or graphic approximations."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/maximViolationManner
<https://blackcatinformatics.ca/gmeow/maximViolationManner> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/MaximViolationType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                            rdfs:label "maxim violation — manner"@x-gmeow-english ;
                                                            skos:definition "Violation of the Gricean maxim of Manner: avoid obscurity, ambiguity, prolixity, and disorder. Distortion, spin, and deliberate obfuscation violate this maxim."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/maximViolationQuality
<https://blackcatinformatics.ca/gmeow/maximViolationQuality> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/MaximViolationType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                             rdfs:label "maxim violation — quality"@x-gmeow-english ;
                                                             skos:definition "Violation of the Gricean maxim of Quality: do not say what you believe to be false or for which you lack adequate evidence. Lies, falsifications, and bullshit violate this maxim."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/maximViolationQuantity
<https://blackcatinformatics.ca/gmeow/maximViolationQuantity> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/MaximViolationType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                              rdfs:label "maxim violation — quantity"@x-gmeow-english ;
                                                              skos:definition "Violation of the Gricean maxim of Quantity: make your contribution as informative as required, but not more so. Omissions, concealment, and paltering violate this maxim."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/maximViolationRelation
<https://blackcatinformatics.ca/gmeow/maximViolationRelation> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/MaximViolationType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                              rdfs:label "maxim violation — relation"@x-gmeow-english ;
                                                              skos:definition "Violation of the Gricean maxim of Relation (Relevance): be relevant. Paltering and certain forms of distraction or red-herring deception violate this maxim."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/measurementCenozoicStart
<https://blackcatinformatics.ca/gmeow/measurementCenozoicStart> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/TemporalMeasurement> ;
                                                                <https://blackcatinformatics.ca/gmeow/hasUnit> <http://qudt.org/vocab/unit/YR> ;
                                                                <https://blackcatinformatics.ca/gmeow/observationMethod> <https://blackcatinformatics.ca/gmeow/datingMethodStratigraphicCorrelation> ;
                                                                <https://blackcatinformatics.ca/gmeow/observedFeature> <https://blackcatinformatics.ca/gmeow/periodCenozoic> ;
                                                                <https://blackcatinformatics.ca/gmeow/vantage> <https://blackcatinformatics.ca/gmeow/agentInternationalCommissionOnStratigraphy> ;
                                                                <https://blackcatinformatics.ca/gmeow/measuredAge> 66000000 ;
                                                                <https://blackcatinformatics.ca/gmeow/measurementUncertainty> 500000 ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                                rdfs:label "Cenozoic start age"@x-gmeow-english ;
                                                                skos:definition "The cenozoic start temporal measurement — a measured boundary value expressed in a particular temporal reference frame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/measurementHoloceneStart
<https://blackcatinformatics.ca/gmeow/measurementHoloceneStart> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/TemporalMeasurement> ;
                                                                <https://blackcatinformatics.ca/gmeow/hasUnit> <http://qudt.org/vocab/unit/YR> ;
                                                                <https://blackcatinformatics.ca/gmeow/observationMethod> <https://blackcatinformatics.ca/gmeow/datingMethodStratigraphicCorrelation> ;
                                                                <https://blackcatinformatics.ca/gmeow/observedFeature> <https://blackcatinformatics.ca/gmeow/periodHolocene> ;
                                                                <https://blackcatinformatics.ca/gmeow/vantage> <https://blackcatinformatics.ca/gmeow/agentInternationalCommissionOnStratigraphy> ;
                                                                <https://blackcatinformatics.ca/gmeow/measuredAge> 11700 ;
                                                                <https://blackcatinformatics.ca/gmeow/measurementUncertainty> 500 ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                                rdfs:label "Holocene start age"@x-gmeow-english ;
                                                                skos:definition "The holocene start temporal measurement — a measured boundary value expressed in a particular temporal reference frame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/measurementPhanerozoicStart
<https://blackcatinformatics.ca/gmeow/measurementPhanerozoicStart> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/TemporalMeasurement> ;
                                                                   <https://blackcatinformatics.ca/gmeow/hasUnit> <http://qudt.org/vocab/unit/YR> ;
                                                                   <https://blackcatinformatics.ca/gmeow/observationMethod> <https://blackcatinformatics.ca/gmeow/datingMethodStratigraphicCorrelation> ;
                                                                   <https://blackcatinformatics.ca/gmeow/observedFeature> <https://blackcatinformatics.ca/gmeow/periodPhanerozoic> ;
                                                                   <https://blackcatinformatics.ca/gmeow/vantage> <https://blackcatinformatics.ca/gmeow/agentInternationalCommissionOnStratigraphy> ;
                                                                   <https://blackcatinformatics.ca/gmeow/measuredAge> 538800000 ;
                                                                   <https://blackcatinformatics.ca/gmeow/measurementUncertainty> 5000000 ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                                   rdfs:label "Phanerozoic start age"@x-gmeow-english ;
                                                                   skos:definition "The phanerozoic start temporal measurement — a measured boundary value expressed in a particular temporal reference frame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/measurementQuaternaryStart
<https://blackcatinformatics.ca/gmeow/measurementQuaternaryStart> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/TemporalMeasurement> ;
                                                                  <https://blackcatinformatics.ca/gmeow/hasUnit> <http://qudt.org/vocab/unit/YR> ;
                                                                  <https://blackcatinformatics.ca/gmeow/observationMethod> <https://blackcatinformatics.ca/gmeow/datingMethodStratigraphicCorrelation> ;
                                                                  <https://blackcatinformatics.ca/gmeow/observedFeature> <https://blackcatinformatics.ca/gmeow/periodQuaternary> ;
                                                                  <https://blackcatinformatics.ca/gmeow/vantage> <https://blackcatinformatics.ca/gmeow/agentInternationalCommissionOnStratigraphy> ;
                                                                  <https://blackcatinformatics.ca/gmeow/measuredAge> 2580000 ;
                                                                  <https://blackcatinformatics.ca/gmeow/measurementUncertainty> 10000 ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                                  rdfs:label "Quaternary start age"@x-gmeow-english ;
                                                                  skos:definition "The quaternary start temporal measurement — a measured boundary value expressed in a particular temporal reference frame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mediumEInkFile
<https://blackcatinformatics.ca/gmeow/mediumEInkFile> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/CarrierMedium> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                      rdfs:label "e-ink file"@x-gmeow-english ;
                                                      skos:definition "An electronic-ink file or e-book file."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mediumOpticalDisc
<https://blackcatinformatics.ca/gmeow/mediumOpticalDisc> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/CarrierMedium> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                         rdfs:label "optical disc"@x-gmeow-english ;
                                                         skos:definition "An optical disc — CD, DVD, Blu-ray."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mediumPrint
<https://blackcatinformatics.ca/gmeow/mediumPrint> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/CarrierMedium> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                   rdfs:label "print"@x-gmeow-english ;
                                                   skos:definition "A printed paper medium."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mediumServerObject
<https://blackcatinformatics.ca/gmeow/mediumServerObject> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/CarrierMedium> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                          rdfs:label "server object"@x-gmeow-english ;
                                                          skos:definition "A digital object stored on a server."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipMessiaenASharp
<https://blackcatinformatics.ca/gmeow/membershipMessiaenASharp> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                                <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionMessiaenMode1> ;
                                                                <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue12EDOASharp4> ;
                                                                <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleMember> ;
                                                                <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 5 ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "Messiaen ASharp membership"@x-gmeow-english ;
                                                                skos:definition "Membership of pitchValue12EDOASharp4 in pitchCollectionMessiaenMode1."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipMessiaenC
<https://blackcatinformatics.ca/gmeow/membershipMessiaenC> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                           <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionMessiaenMode1> ;
                                                           <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue12EDOOrigin> ;
                                                           <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleMember> ;
                                                           <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 0 ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "Messiaen C membership"@x-gmeow-english ;
                                                           skos:definition "Membership of pitchValue12EDOOrigin in pitchCollectionMessiaenMode1."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipMessiaenD
<https://blackcatinformatics.ca/gmeow/membershipMessiaenD> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                           <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionMessiaenMode1> ;
                                                           <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue12EDOD4> ;
                                                           <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleMember> ;
                                                           <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 1 ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "Messiaen D membership"@x-gmeow-english ;
                                                           skos:definition "Membership of pitchValue12EDOD4 in pitchCollectionMessiaenMode1."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipMessiaenE
<https://blackcatinformatics.ca/gmeow/membershipMessiaenE> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                           <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionMessiaenMode1> ;
                                                           <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue12EDOE4> ;
                                                           <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleMember> ;
                                                           <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 2 ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "Messiaen E membership"@x-gmeow-english ;
                                                           skos:definition "Membership of pitchValue12EDOE4 in pitchCollectionMessiaenMode1."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipMessiaenFSharp
<https://blackcatinformatics.ca/gmeow/membershipMessiaenFSharp> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                                <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionMessiaenMode1> ;
                                                                <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue12EDOFSharp4> ;
                                                                <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleMember> ;
                                                                <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 3 ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "Messiaen FSharp membership"@x-gmeow-english ;
                                                                skos:definition "Membership of pitchValue12EDOFSharp4 in pitchCollectionMessiaenMode1."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipMessiaenGSharp
<https://blackcatinformatics.ca/gmeow/membershipMessiaenGSharp> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                                <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionMessiaenMode1> ;
                                                                <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue12EDOGSharp4> ;
                                                                <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleMember> ;
                                                                <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 4 ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "Messiaen GSharp membership"@x-gmeow-english ;
                                                                skos:definition "Membership of pitchValue12EDOGSharp4 in pitchCollectionMessiaenMode1."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipPCSet0
<https://blackcatinformatics.ca/gmeow/membershipPCSet0> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionPCSet027> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue12EDOOrigin> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleMember> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 0 ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "PCSet 0 membership"@x-gmeow-english ;
                                                        skos:definition "Membership of pitchValue12EDOOrigin in pitchCollectionPCSet027."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipPCSet2
<https://blackcatinformatics.ca/gmeow/membershipPCSet2> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionPCSet027> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue12EDOD4> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleMember> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 2 ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "PCSet 2 membership"@x-gmeow-english ;
                                                        skos:definition "Membership of pitchValue12EDOD4 in pitchCollectionPCSet027."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipPCSet7
<https://blackcatinformatics.ca/gmeow/membershipPCSet7> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionPCSet027> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue12EDOFifth> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleMember> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 7 ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "PCSet 7 membership"@x-gmeow-english ;
                                                        skos:definition "Membership of pitchValue12EDOFifth in pitchCollectionPCSet027."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipRastA
<https://blackcatinformatics.ca/gmeow/membershipRastA> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                       <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionRastMaqam> ;
                                                       <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue24EDOA4> ;
                                                       <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleMember> ;
                                                       <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 5 ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "Rast A membership"@x-gmeow-english ;
                                                       skos:definition "Membership of pitchValue24EDOA4 in pitchCollectionRastMaqam."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipRastBHalfFlat
<https://blackcatinformatics.ca/gmeow/membershipRastBHalfFlat> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                               <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionRastMaqam> ;
                                                               <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue24EDOBHalfFlat4> ;
                                                               <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleMember> ;
                                                               <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 6 ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "Rast BHalf Flat membership"@x-gmeow-english ;
                                                               skos:definition "Membership of pitchValue24EDOBHalfFlat4 in pitchCollectionRastMaqam."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipRastC
<https://blackcatinformatics.ca/gmeow/membershipRastC> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                       <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionRastMaqam> ;
                                                       <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue24EDOC4> ;
                                                       <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleTonicFinalis> ;
                                                       <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 0 ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "Rast C membership"@x-gmeow-english ;
                                                       skos:definition "Membership of pitchValue24EDOC4 in pitchCollectionRastMaqam."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipRastD
<https://blackcatinformatics.ca/gmeow/membershipRastD> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                       <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionRastMaqam> ;
                                                       <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue24EDOD4> ;
                                                       <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleMember> ;
                                                       <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 1 ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "Rast D membership"@x-gmeow-english ;
                                                       skos:definition "Membership of pitchValue24EDOD4 in pitchCollectionRastMaqam."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipRastEHalfFlat
<https://blackcatinformatics.ca/gmeow/membershipRastEHalfFlat> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                               <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionRastMaqam> ;
                                                               <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue24EDOEHalfFlat4> ;
                                                               <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleMember> ;
                                                               <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 2 ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "Rast EHalf Flat membership"@x-gmeow-english ;
                                                               skos:definition "Membership of pitchValue24EDOEHalfFlat4 in pitchCollectionRastMaqam."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipRastF
<https://blackcatinformatics.ca/gmeow/membershipRastF> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                       <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionRastMaqam> ;
                                                       <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue24EDOF4> ;
                                                       <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleGhammaz> ;
                                                       <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 3 ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "Rast F membership"@x-gmeow-english ;
                                                       skos:definition "Membership of pitchValue24EDOF4 in pitchCollectionRastMaqam."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipRastG
<https://blackcatinformatics.ca/gmeow/membershipRastG> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                       <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionRastMaqam> ;
                                                       <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue24EDOG4> ;
                                                       <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleMember> ;
                                                       <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 4 ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "Rast G membership"@x-gmeow-english ;
                                                       skos:definition "Membership of pitchValue24EDOG4 in pitchCollectionRastMaqam."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipRastHighC
<https://blackcatinformatics.ca/gmeow/membershipRastHighC> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                           <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionRastMaqam> ;
                                                           <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue24EDOC5> ;
                                                           <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleTonicFinalis> ;
                                                           <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 7 ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "Rast High C membership"@x-gmeow-english ;
                                                           skos:definition "Membership of pitchValue24EDOC5 in pitchCollectionRastMaqam."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipRastJinsCD
<https://blackcatinformatics.ca/gmeow/membershipRastJinsCD> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                            <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionRastJinsC> ;
                                                            <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue24EDOD4> ;
                                                            <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleMember> ;
                                                            <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 1 ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                            rdfs:label "Rast Jins CD membership"@x-gmeow-english ;
                                                            skos:definition "Membership of pitchValue24EDOD4 in pitchCollectionRastJinsC."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipRastJinsCEHalfFlat
<https://blackcatinformatics.ca/gmeow/membershipRastJinsCEHalfFlat> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                                    <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionRastJinsC> ;
                                                                    <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue24EDOEHalfFlat4> ;
                                                                    <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleMember> ;
                                                                    <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 2 ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                    rdfs:label "Rast Jins CEHalf Flat membership"@x-gmeow-english ;
                                                                    skos:definition "Membership of pitchValue24EDOEHalfFlat4 in pitchCollectionRastJinsC."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipRastJinsCF
<https://blackcatinformatics.ca/gmeow/membershipRastJinsCF> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                            <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionRastJinsC> ;
                                                            <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue24EDOF4> ;
                                                            <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleGhammaz> ;
                                                            <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 3 ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                            rdfs:label "Rast Jins CF membership"@x-gmeow-english ;
                                                            skos:definition "Membership of pitchValue24EDOF4 in pitchCollectionRastJinsC."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipRastJinsCTonic
<https://blackcatinformatics.ca/gmeow/membershipRastJinsCTonic> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                                <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionRastJinsC> ;
                                                                <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue24EDOC4> ;
                                                                <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleTonicFinalis> ;
                                                                <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 0 ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "Rast Jins CTonic membership"@x-gmeow-english ;
                                                                skos:definition "Membership of pitchValue24EDOC4 in pitchCollectionRastJinsC."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipRastThirdArabic
<https://blackcatinformatics.ca/gmeow/membershipRastThirdArabic> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                                 <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionRastMaqam> ;
                                                                 <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue24EDOEHalfFlat4> ;
                                                                 <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleMember> ;
                                                                 <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 2 ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                 rdfs:label "Rast third per Arabic theory"@x-gmeow-english ;
                                                                 skos:definition "The third degree of Rast is E half-flat, according to Arabic maqam theory."@x-gmeow-english ;
                                                                 <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/standpointArabicTheory> .


###  https://blackcatinformatics.ca/gmeow/membershipRastThirdTurkish
<https://blackcatinformatics.ca/gmeow/membershipRastThirdTurkish> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                                  <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionRastMaqam> ;
                                                                  <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue24EDOE4> ;
                                                                  <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleMember> ;
                                                                  <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 2 ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                  rdfs:label "Rast third per Turkish theory"@x-gmeow-english ;
                                                                  skos:definition "The third degree of Rast is E natural, according to Turkish makam theory."@x-gmeow-english ;
                                                                  <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/standpointTurkishTheory> .


###  https://blackcatinformatics.ca/gmeow/membershipWustaJinsGA
<https://blackcatinformatics.ca/gmeow/membershipWustaJinsGA> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                             <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionWustaJinsG> ;
                                                             <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue24EDOA4> ;
                                                             <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleMember> ;
                                                             <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 1 ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "Wusta Jins GA membership"@x-gmeow-english ;
                                                             skos:definition "Membership of pitchValue24EDOA4 in pitchCollectionWustaJinsG."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipWustaJinsGBHalfFlat
<https://blackcatinformatics.ca/gmeow/membershipWustaJinsGBHalfFlat> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                                     <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionWustaJinsG> ;
                                                                     <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue24EDOBHalfFlat4> ;
                                                                     <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleMember> ;
                                                                     <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 2 ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                     rdfs:label "Wusta Jins GBHalf Flat membership"@x-gmeow-english ;
                                                                     skos:definition "Membership of pitchValue24EDOBHalfFlat4 in pitchCollectionWustaJinsG."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipWustaJinsGC
<https://blackcatinformatics.ca/gmeow/membershipWustaJinsGC> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                             <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionWustaJinsG> ;
                                                             <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue24EDOC5> ;
                                                             <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleGhammaz> ;
                                                             <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 3 ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "Wusta Jins GC membership"@x-gmeow-english ;
                                                             skos:definition "Membership of pitchValue24EDOC5 in pitchCollectionWustaJinsG."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipWustaJinsGTonic
<https://blackcatinformatics.ca/gmeow/membershipWustaJinsGTonic> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                                 <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionWustaJinsG> ;
                                                                 <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue24EDOG4> ;
                                                                 <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleTonicFinalis> ;
                                                                 <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 0 ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                 rdfs:label "Wusta Jins GTonic membership"@x-gmeow-english ;
                                                                 skos:definition "Membership of pitchValue24EDOG4 in pitchCollectionWustaJinsG."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipYamanA
<https://blackcatinformatics.ca/gmeow/membershipYamanA> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionYamanRaga> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue12EDOA4> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleMember> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 5 ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "Yaman A membership"@x-gmeow-english ;
                                                        skos:definition "Membership of pitchValue12EDOA4 in pitchCollectionYamanRaga."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipYamanB
<https://blackcatinformatics.ca/gmeow/membershipYamanB> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionYamanRaga> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue12EDOB4> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleMember> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 6 ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "Yaman B membership"@x-gmeow-english ;
                                                        skos:definition "Membership of pitchValue12EDOB4 in pitchCollectionYamanRaga."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipYamanC
<https://blackcatinformatics.ca/gmeow/membershipYamanC> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionYamanRaga> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue12EDOOrigin> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleTonicFinalis> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 0 ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "Yaman C membership"@x-gmeow-english ;
                                                        skos:definition "Membership of pitchValue12EDOOrigin in pitchCollectionYamanRaga."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipYamanD
<https://blackcatinformatics.ca/gmeow/membershipYamanD> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionYamanRaga> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue12EDOD4> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleSamvadi> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 1 ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "Yaman D membership"@x-gmeow-english ;
                                                        skos:definition "Membership of pitchValue12EDOD4 in pitchCollectionYamanRaga."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipYamanE
<https://blackcatinformatics.ca/gmeow/membershipYamanE> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionYamanRaga> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue12EDOE4> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleMember> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 2 ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "Yaman E membership"@x-gmeow-english ;
                                                        skos:definition "Membership of pitchValue12EDOE4 in pitchCollectionYamanRaga."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipYamanFSharp
<https://blackcatinformatics.ca/gmeow/membershipYamanFSharp> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                             <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionYamanRaga> ;
                                                             <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue12EDOFSharp4> ;
                                                             <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleMember> ;
                                                             <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 3 ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "Yaman FSharp membership"@x-gmeow-english ;
                                                             skos:definition "Membership of pitchValue12EDOFSharp4 in pitchCollectionYamanRaga."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/membershipYamanG
<https://blackcatinformatics.ca/gmeow/membershipYamanG> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipCollection> <https://blackcatinformatics.ca/gmeow/pitchCollectionYamanRaga> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipPitch> <https://blackcatinformatics.ca/gmeow/pitchValue12EDOFifth> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipRole> <https://blackcatinformatics.ca/gmeow/collectionMemberRoleVadi> ;
                                                        <https://blackcatinformatics.ca/gmeow/membershipDegreeIndex> 4 ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "Yaman G membership"@x-gmeow-english ;
                                                        skos:definition "Membership of pitchValue12EDOFifth in pitchCollectionYamanRaga."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/memoryKindEpisodic
<https://blackcatinformatics.ca/gmeow/memoryKindEpisodic> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/MemoryKind> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                          rdfs:label "episodic"@x-gmeow-english ;
                                                          skos:definition "A memory of a specific experienced event."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/memoryKindProcedural
<https://blackcatinformatics.ca/gmeow/memoryKindProcedural> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/MemoryKind> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                            rdfs:label "procedural"@x-gmeow-english ;
                                                            skos:definition "A how-to: a learned procedure or skill description."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/memoryKindSemantic
<https://blackcatinformatics.ca/gmeow/memoryKindSemantic> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/MemoryKind> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                          rdfs:label "semantic"@x-gmeow-english ;
                                                          skos:definition "A general fact or belief, detached from its acquisition episode."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/memoryKindWorking
<https://blackcatinformatics.ca/gmeow/memoryKindWorking> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/MemoryKind> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                         rdfs:label "working"@x-gmeow-english ;
                                                         skos:definition "A short-horizon item held for the current task."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/messageKindAutoGenerated
<https://blackcatinformatics.ca/gmeow/messageKindAutoGenerated> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/MessageKind> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                                rdfs:label "auto-generated"@x-gmeow-english ;
                                                                skos:definition "An auto-submitted message per RFC 3834 — out-of-office, vacation, challenge-response, or other automatically generated response."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/messageKindBounce
<https://blackcatinformatics.ca/gmeow/messageKindBounce> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/MessageKind> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                         rdfs:label "bounce"@x-gmeow-english ;
                                                         skos:definition "A hard or soft bounce message — a specialized delivery status notification indicating failed or delayed delivery."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/messageKindCalendarInvitation
<https://blackcatinformatics.ca/gmeow/messageKindCalendarInvitation> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/MessageKind> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                                     rdfs:label "calendar invitation"@x-gmeow-english ;
                                                                     skos:definition "An email whose primary purpose is conveying a calendar invitation, reply, cancellation, or update. Overlaps with other kinds (e.g. auto-generated for system-generated invites) per Principle 9."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/messageKindDeliveryStatusNotification
<https://blackcatinformatics.ca/gmeow/messageKindDeliveryStatusNotification> rdf:type owl:NamedIndividual ,
                                                                                      <https://blackcatinformatics.ca/gmeow/MessageKind> ;
                                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                                             rdfs:label "delivery status notification"@x-gmeow-english ;
                                                                             skos:definition "A Delivery Status Notification (DSN) per RFC 3464 — a bounce or delivery report."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/messageKindFeedbackReport
<https://blackcatinformatics.ca/gmeow/messageKindFeedbackReport> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/MessageKind> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                                 rdfs:label "feedback report"@x-gmeow-english ;
                                                                 skos:definition "An Abuse Reporting Format (ARF) feedback-loop report — typically from an ISP to a sender reporting spam complaints."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/messageKindReadReceipt
<https://blackcatinformatics.ca/gmeow/messageKindReadReceipt> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/MessageKind> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                              rdfs:label "read receipt"@x-gmeow-english ;
                                                              skos:definition "A Message Disposition Notification (MDN) per RFC 3798 — a read receipt or other disposition report."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/messageRoleBcc
<https://blackcatinformatics.ca/gmeow/messageRoleBcc> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/MessageParticipantRole> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                      rdfs:label "bcc"@x-gmeow-english ;
                                                      skos:definition "The bcc message participant role — a role an agent plays in the transmission or handling of a message."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/messageRoleCc
<https://blackcatinformatics.ca/gmeow/messageRoleCc> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/MessageParticipantRole> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                     rdfs:label "cc"@x-gmeow-english ;
                                                     skos:definition "The cc message participant role — a role an agent plays in the transmission or handling of a message."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/messageRoleDeliveredTo
<https://blackcatinformatics.ca/gmeow/messageRoleDeliveredTo> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/MessageParticipantRole> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                              rdfs:label "delivered-to"@x-gmeow-english ;
                                                              skos:definition "The delivered to message participant role — a role an agent plays in the transmission or handling of a message."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/messageRoleEnvelopeFrom
<https://blackcatinformatics.ca/gmeow/messageRoleEnvelopeFrom> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/MessageParticipantRole> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                               rdfs:label "envelope-from"@x-gmeow-english ;
                                                               skos:definition "The envelope from message participant role — a role an agent plays in the transmission or handling of a message."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/messageRoleEnvelopeTo
<https://blackcatinformatics.ca/gmeow/messageRoleEnvelopeTo> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/MessageParticipantRole> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                             rdfs:label "envelope-to"@x-gmeow-english ;
                                                             skos:definition "The envelope to message participant role — a role an agent plays in the transmission or handling of a message."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/messageRoleErrorsTo
<https://blackcatinformatics.ca/gmeow/messageRoleErrorsTo> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/MessageParticipantRole> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                           rdfs:label "errors-to"@x-gmeow-english ;
                                                           skos:definition "The errors to message participant role — a role an agent plays in the transmission or handling of a message."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/messageRoleFrom
<https://blackcatinformatics.ca/gmeow/messageRoleFrom> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/MessageParticipantRole> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                       rdfs:label "from"@x-gmeow-english ;
                                                       skos:definition "The from message participant role — a role an agent plays in the transmission or handling of a message."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/messageRoleOriginalTo
<https://blackcatinformatics.ca/gmeow/messageRoleOriginalTo> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/MessageParticipantRole> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                             rdfs:label "original-to"@x-gmeow-english ;
                                                             skos:definition "The original to message participant role — a role an agent plays in the transmission or handling of a message."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/messageRoleReplyTo
<https://blackcatinformatics.ca/gmeow/messageRoleReplyTo> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/MessageParticipantRole> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                          rdfs:label "reply-to"@x-gmeow-english ;
                                                          skos:definition "The reply to message participant role — a role an agent plays in the transmission or handling of a message."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/messageRoleResentCc
<https://blackcatinformatics.ca/gmeow/messageRoleResentCc> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/MessageParticipantRole> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                           rdfs:label "resent-cc"@x-gmeow-english ;
                                                           skos:definition "The resent cc message participant role — a role an agent plays in the transmission or handling of a message."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/messageRoleResentFrom
<https://blackcatinformatics.ca/gmeow/messageRoleResentFrom> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/MessageParticipantRole> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                             rdfs:label "resent-from"@x-gmeow-english ;
                                                             skos:definition "The resent from message participant role — a role an agent plays in the transmission or handling of a message."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/messageRoleResentTo
<https://blackcatinformatics.ca/gmeow/messageRoleResentTo> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/MessageParticipantRole> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                           rdfs:label "resent-to"@x-gmeow-english ;
                                                           skos:definition "The resent to message participant role — a role an agent plays in the transmission or handling of a message."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/messageRoleReturnPath
<https://blackcatinformatics.ca/gmeow/messageRoleReturnPath> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/MessageParticipantRole> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                             rdfs:label "return-path"@x-gmeow-english ;
                                                             skos:definition "The return path message participant role — a role an agent plays in the transmission or handling of a message."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/messageRoleSender
<https://blackcatinformatics.ca/gmeow/messageRoleSender> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/MessageParticipantRole> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                         rdfs:label "sender"@x-gmeow-english ;
                                                         skos:definition "The sender message participant role — a role an agent plays in the transmission or handling of a message."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/messageRoleTo
<https://blackcatinformatics.ca/gmeow/messageRoleTo> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/MessageParticipantRole> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                     rdfs:label "to"@x-gmeow-english ;
                                                     skos:definition "The to message participant role — a role an agent plays in the transmission or handling of a message."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/meterAssignment44
<https://blackcatinformatics.ca/gmeow/meterAssignment44> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/MeterAssignment> ;
                                                         <https://blackcatinformatics.ca/gmeow/assignedMeter> <https://blackcatinformatics.ca/gmeow/metricStructure44> ;
                                                         <https://blackcatinformatics.ca/gmeow/assignmentSpan> <https://blackcatinformatics.ca/gmeow/musicalTimeSpanBarThree> ;
                                                         <https://blackcatinformatics.ca/gmeow/meterCarrier> <https://blackcatinformatics.ca/gmeow/voiceGuitarPlaceholder> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "4/4 meter assignment"@x-gmeow-english ;
                                                         skos:definition "The third bar of the 5/8->7/8->4/4 sequence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/meterAssignment58
<https://blackcatinformatics.ca/gmeow/meterAssignment58> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/MeterAssignment> ;
                                                         <https://blackcatinformatics.ca/gmeow/assignedMeter> <https://blackcatinformatics.ca/gmeow/metricStructure58> ;
                                                         <https://blackcatinformatics.ca/gmeow/assignmentSpan> <https://blackcatinformatics.ca/gmeow/musicalTimeSpanBarOne> ;
                                                         <https://blackcatinformatics.ca/gmeow/meterCarrier> <https://blackcatinformatics.ca/gmeow/voiceGuitarPlaceholder> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "5/8 meter assignment"@x-gmeow-english ;
                                                         skos:definition "The first bar of the 5/8->7/8->4/4 sequence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/meterAssignment78
<https://blackcatinformatics.ca/gmeow/meterAssignment78> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/MeterAssignment> ;
                                                         <https://blackcatinformatics.ca/gmeow/assignedMeter> <https://blackcatinformatics.ca/gmeow/metricStructure78> ;
                                                         <https://blackcatinformatics.ca/gmeow/assignmentSpan> <https://blackcatinformatics.ca/gmeow/musicalTimeSpanBarTwo> ;
                                                         <https://blackcatinformatics.ca/gmeow/meterCarrier> <https://blackcatinformatics.ca/gmeow/voiceGuitarPlaceholder> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "7/8 meter assignment"@x-gmeow-english ;
                                                         skos:definition "The second bar of the 5/8->7/8->4/4 sequence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/meterAssignmentDrums44
<https://blackcatinformatics.ca/gmeow/meterAssignmentDrums44> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/MeterAssignment> ;
                                                              <https://blackcatinformatics.ca/gmeow/assignedMeter> <https://blackcatinformatics.ca/gmeow/metricStructure44> ;
                                                              <https://blackcatinformatics.ca/gmeow/assignmentSpan> <https://blackcatinformatics.ca/gmeow/musicalTimeSpanWholeSection> ;
                                                              <https://blackcatinformatics.ca/gmeow/meterCarrier> <https://blackcatinformatics.ca/gmeow/voiceDrumsPlaceholder> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "drums 4/4 polymeter assignment"@x-gmeow-english ;
                                                              skos:definition "The drums voice carrying 4/4 in the polymeter fixture; concurrent with guitar 7/8 over the same TempoMap."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/meterAssignmentGuitar78
<https://blackcatinformatics.ca/gmeow/meterAssignmentGuitar78> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/MeterAssignment> ;
                                                               <https://blackcatinformatics.ca/gmeow/assignedMeter> <https://blackcatinformatics.ca/gmeow/metricStructure78> ;
                                                               <https://blackcatinformatics.ca/gmeow/assignmentSpan> <https://blackcatinformatics.ca/gmeow/musicalTimeSpanWholeSection> ;
                                                               <https://blackcatinformatics.ca/gmeow/meterCarrier> <https://blackcatinformatics.ca/gmeow/voiceGuitarPlaceholder> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "guitar 7/8 polymeter assignment"@x-gmeow-english ;
                                                               skos:definition "The guitar voice carrying 7/8 in the polymeter fixture; concurrent with drums 4/4 over the same TempoMap."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/methodComputationalModel
<https://blackcatinformatics.ca/gmeow/methodComputationalModel> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/ObservationMethod> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                                rdfs:label "computational model"@x-gmeow-english ;
                                                                skos:definition "Observation derived from a computational or mathematical model."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/methodDirectObservation
<https://blackcatinformatics.ca/gmeow/methodDirectObservation> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/ObservationMethod> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                               rdfs:label "direct observation"@x-gmeow-english ;
                                                               skos:definition "Observation by unaided human perception."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/methodExpertJudgement
<https://blackcatinformatics.ca/gmeow/methodExpertJudgement> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/ObservationMethod> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                             rdfs:label "expert judgement"@x-gmeow-english ;
                                                             skos:definition "Observation based on expert assessment or consensus."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/methodGNSSRTK
<https://blackcatinformatics.ca/gmeow/methodGNSSRTK> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/ObservationMethod> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                     rdfs:label "GNSS RTK survey"@x-gmeow-english ;
                                                     skos:definition "Coordinate assignment via real-time kinematic GNSS with centimetre-level precision."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/methodGPS
<https://blackcatinformatics.ca/gmeow/methodGPS> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/ObservationMethod> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                 rdfs:label "GPS survey"@x-gmeow-english ;
                                                 skos:definition "Coordinate assignment via Global Positioning System satellite ranging."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/methodInstrumentalReading
<https://blackcatinformatics.ca/gmeow/methodInstrumentalReading> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/ObservationMethod> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                                 rdfs:label "instrumental reading"@x-gmeow-english ;
                                                                 skos:definition "Observation by a calibrated instrument or sensor."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/methodLiDAR
<https://blackcatinformatics.ca/gmeow/methodLiDAR> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/ObservationMethod> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                   rdfs:label "LiDAR survey"@x-gmeow-english ;
                                                   skos:definition "Coordinate assignment via light detection and ranging (airborne or terrestrial laser scanning)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/methodLlmExtraction
<https://blackcatinformatics.ca/gmeow/methodLlmExtraction> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/ObservationMethod> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                           rdfs:label "LLM extraction"@x-gmeow-english ;
                                                           skos:definition "The claim was extracted from source material by a generative model invocation — pair with gmeow:wasGeneratedBy the gmeow:ModelInvocation for the full provenance."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/methodNliDerivation
<https://blackcatinformatics.ca/gmeow/methodNliDerivation> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/ObservationMethod> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                           rdfs:label "NLI derivation"@x-gmeow-english ;
                                                           skos:definition "The claim (typically a support/refute verdict) was derived by a natural-language-inference judgment over existing text."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/methodPhotogrammetry
<https://blackcatinformatics.ca/gmeow/methodPhotogrammetry> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/ObservationMethod> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                            rdfs:label "photogrammetry"@x-gmeow-english ;
                                                            skos:definition "Coordinate assignment via stereo-photographic image triangulation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/methodRemoteSensing
<https://blackcatinformatics.ca/gmeow/methodRemoteSensing> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/ObservationMethod> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                           rdfs:label "remote sensing"@x-gmeow-english ;
                                                           skos:definition "Observation from a distance, typically satellite or aerial imagery."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/methodStreaming
<https://blackcatinformatics.ca/gmeow/methodStreaming> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/ObservationMethod> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                       rdfs:label "streaming"@x-gmeow-english ;
                                                       skos:definition "Collection via a continuous or periodic streaming protocol."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/methodSurvey
<https://blackcatinformatics.ca/gmeow/methodSurvey> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/ObservationMethod> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                    rdfs:label "survey"@x-gmeow-english ;
                                                    skos:definition "A systematic survey or census procedure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/methodTotalStation
<https://blackcatinformatics.ca/gmeow/methodTotalStation> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/ObservationMethod> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "total station survey"@x-gmeow-english ;
                                                          skos:definition "Coordinate assignment via electronic theodolite integrated with electronic distance measurement."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/metricCosine
<https://blackcatinformatics.ca/gmeow/metricCosine> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/MetricKind> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                    rdfs:label "cosine similarity"@x-gmeow-english ;
                                                    skos:definition "Angular proximity in a latent vector space (1 − cosine distance)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/metricEditDistance
<https://blackcatinformatics.ca/gmeow/metricEditDistance> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/MetricKind> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "edit distance"@x-gmeow-english ;
                                                          skos:definition "String or sequence dissimilarity (Levenshtein, Hamming, Damerau-Levenshtein, etc.)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/metricEuclidean
<https://blackcatinformatics.ca/gmeow/metricEuclidean> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/MetricKind> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                       rdfs:label "Euclidean"@x-gmeow-english ;
                                                       skos:definition "Straight-line distance in a Cartesian or flat space."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/metricGeodesic
<https://blackcatinformatics.ca/gmeow/metricGeodesic> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/MetricKind> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                      rdfs:label "geodesic"@x-gmeow-english ;
                                                      skos:definition "Shortest path along a curved surface (e.g. great-circle on a spheroid)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/metricGraphHops
<https://blackcatinformatics.ca/gmeow/metricGraphHops> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/MetricKind> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                       rdfs:label "graph hops"@x-gmeow-english ;
                                                       skos:definition "Shortest-path edge count in a network or graph."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/metricGroup44
<https://blackcatinformatics.ca/gmeow/metricGroup44> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/MetricGroup> ;
                                                     <https://blackcatinformatics.ca/gmeow/groupAccentWeight> 1.0 ;
                                                     <https://blackcatinformatics.ca/gmeow/groupLengthDenominator> 4 ;
                                                     <https://blackcatinformatics.ca/gmeow/groupLengthNumerator> 4 ;
                                                     <https://blackcatinformatics.ca/gmeow/metricGroupOrder> "0"^^xsd:nonNegativeInteger ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                     rdfs:label "4/4 group"@x-gmeow-english ;
                                                     skos:definition "The single 4/4 group of metricStructure44."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/metricGroup58
<https://blackcatinformatics.ca/gmeow/metricGroup58> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/MetricGroup> ;
                                                     <https://blackcatinformatics.ca/gmeow/groupAccentWeight> 1.0 ;
                                                     <https://blackcatinformatics.ca/gmeow/groupLengthDenominator> 8 ;
                                                     <https://blackcatinformatics.ca/gmeow/groupLengthNumerator> 5 ;
                                                     <https://blackcatinformatics.ca/gmeow/metricGroupOrder> "0"^^xsd:nonNegativeInteger ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                     rdfs:label "5/8 group"@x-gmeow-english ;
                                                     skos:definition "The single 5/8 group of metricStructure58."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/metricGroup78Three
<https://blackcatinformatics.ca/gmeow/metricGroup78Three> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/MetricGroup> ;
                                                          <https://blackcatinformatics.ca/gmeow/groupAccentWeight> 1.2 ;
                                                          <https://blackcatinformatics.ca/gmeow/groupLengthDenominator> 8 ;
                                                          <https://blackcatinformatics.ca/gmeow/groupLengthNumerator> 3 ;
                                                          <https://blackcatinformatics.ca/gmeow/metricGroupOrder> "2"^^xsd:nonNegativeInteger ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                          rdfs:label "7/8 3/8 group"@x-gmeow-english ;
                                                          skos:definition "The final 3/8 group of the additive 7/8 meter."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/metricGroup78Two1
<https://blackcatinformatics.ca/gmeow/metricGroup78Two1> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/MetricGroup> ;
                                                         <https://blackcatinformatics.ca/gmeow/groupAccentWeight> 1.0 ;
                                                         <https://blackcatinformatics.ca/gmeow/groupLengthDenominator> 8 ;
                                                         <https://blackcatinformatics.ca/gmeow/groupLengthNumerator> 2 ;
                                                         <https://blackcatinformatics.ca/gmeow/metricGroupOrder> "0"^^xsd:nonNegativeInteger ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "7/8 first 2/8 group"@x-gmeow-english ;
                                                         skos:definition "The first 2/8 group of the additive 7/8 meter."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/metricGroup78Two2
<https://blackcatinformatics.ca/gmeow/metricGroup78Two2> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/MetricGroup> ;
                                                         <https://blackcatinformatics.ca/gmeow/groupAccentWeight> 0.8 ;
                                                         <https://blackcatinformatics.ca/gmeow/groupLengthDenominator> 8 ;
                                                         <https://blackcatinformatics.ca/gmeow/groupLengthNumerator> 2 ;
                                                         <https://blackcatinformatics.ca/gmeow/metricGroupOrder> "1"^^xsd:nonNegativeInteger ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "7/8 second 2/8 group"@x-gmeow-english ;
                                                         skos:definition "The second 2/8 group of the additive 7/8 meter."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/metricLogarithmic
<https://blackcatinformatics.ca/gmeow/metricLogarithmic> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/MetricKind> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "logarithmic (cents)"@x-gmeow-english ;
                                                         skos:definition "A logarithmic metric in which distances are measured in cents or similar log-frequency units; interval size is additive under composition."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/metricModulationCarter
<https://blackcatinformatics.ca/gmeow/metricModulationCarter> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/MetricModulation> ;
                                                              <https://blackcatinformatics.ca/gmeow/modulationFromFrame> <https://blackcatinformatics.ca/gmeow/musicalTimeFrameCommon> ;
                                                              <https://blackcatinformatics.ca/gmeow/modulationToFrame> <https://blackcatinformatics.ca/gmeow/musicalTimeFrameVoiceGuitar> ;
                                                              <https://blackcatinformatics.ca/gmeow/pivotSourceValue> "3/8" ;
                                                              <https://blackcatinformatics.ca/gmeow/pivotTargetValue> "1/4" ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "Carter metric modulation"@x-gmeow-english ;
                                                              skos:definition "A metric modulation pivot equivalence: 3/8 in the source frame equals 1/4 in the target frame, as in Carter or Don Caballero (stress case 15)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/metricPositionalDistance
<https://blackcatinformatics.ca/gmeow/metricPositionalDistance> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/MetricKind> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                rdfs:label "positional distance"@x-gmeow-english ;
                                                                skos:definition "Absolute difference between coordinates on a linear 1-D frame (base pairs, amino-acid residues, sequence indices). Interval length (|end - start| + 1 for inclusive ranges) is a distinct metric."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/metricStructure44
<https://blackcatinformatics.ca/gmeow/metricStructure44> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/MetricStructure> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasMetricGroup> <https://blackcatinformatics.ca/gmeow/metricGroup44> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "4/4 metric structure"@x-gmeow-english ;
                                                         skos:definition "A simple 4/4 metric structure as one group of four quarter-note beats."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/metricStructure58
<https://blackcatinformatics.ca/gmeow/metricStructure58> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/MetricStructure> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasMetricGroup> <https://blackcatinformatics.ca/gmeow/metricGroup58> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "5/8 metric structure"@x-gmeow-english ;
                                                         skos:definition "A simple 5/8 metric structure as one group of five eighth-note beats."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/metricStructure78
<https://blackcatinformatics.ca/gmeow/metricStructure78> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/MetricStructure> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasMetricGroup> <https://blackcatinformatics.ca/gmeow/metricGroup78Three> ,
                                                                                                               <https://blackcatinformatics.ca/gmeow/metricGroup78Two1> ,
                                                                                                               <https://blackcatinformatics.ca/gmeow/metricGroup78Two2> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "7/8 metric structure (2+2+3)"@x-gmeow-english ;
                                                         skos:definition "An additive 7/8 metric structure grouped as 2+2+3 (aksak-style)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/metricSymplectic
<https://blackcatinformatics.ca/gmeow/metricSymplectic> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/MetricKind> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                        rdfs:label "phase-space Euclidean"@x-gmeow-english ;
                                                        skos:definition "Standard Euclidean distance metric on a finite-dimensional Hamiltonian phase space, treating the concatenated (q,p) state vector as a point in ℝ²ⁿ."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mitigationActive
<https://blackcatinformatics.ca/gmeow/mitigationActive> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/MitigationStatus> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                        rdfs:label "active"@x-gmeow-english ;
                                                        skos:definition "The mitigation is in force."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mitigationProposed
<https://blackcatinformatics.ca/gmeow/mitigationProposed> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/MitigationStatus> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                          rdfs:label "proposed"@x-gmeow-english ;
                                                          skos:definition "The mitigation is proposed, not yet in force."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/mitigationRetired
<https://blackcatinformatics.ca/gmeow/mitigationRetired> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/MitigationStatus> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                         rdfs:label "retired"@x-gmeow-english ;
                                                         skos:definition "The mitigation has been withdrawn — kept with this status, never deleted (Principle 10)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/modalityMachine
<https://blackcatinformatics.ca/gmeow/modalityMachine> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/LanguageModality> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                       rdfs:label "machine / programmatic"@x-gmeow-english ;
                                                       skos:definition "The machine language modality — a channel or medium through which a language is produced or perceived."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/modalityMultimodal
<https://blackcatinformatics.ca/gmeow/modalityMultimodal> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/LanguageModality> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                          rdfs:label "multimodal"@x-gmeow-english ;
                                                          skos:definition "The multimodal language modality — a channel or medium through which a language is produced or perceived."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/modalitySigned
<https://blackcatinformatics.ca/gmeow/modalitySigned> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/LanguageModality> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                      rdfs:label "signed"@x-gmeow-english ;
                                                      skos:definition "The signed language modality — a channel or medium through which a language is produced or perceived."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/modalitySpoken
<https://blackcatinformatics.ca/gmeow/modalitySpoken> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/LanguageModality> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                      rdfs:label "spoken"@x-gmeow-english ;
                                                      skos:definition "The spoken language modality — a channel or medium through which a language is produced or perceived."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/modalityTactile
<https://blackcatinformatics.ca/gmeow/modalityTactile> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/LanguageModality> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                       rdfs:label "tactile (e.g. Braille, Protactile)"@x-gmeow-english ;
                                                       skos:definition "The tactile language modality — a channel or medium through which a language is produced or perceived."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/modalityWhistled
<https://blackcatinformatics.ca/gmeow/modalityWhistled> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/LanguageModality> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                        rdfs:label "whistled"@x-gmeow-english ;
                                                        skos:definition "The whistled language modality — a channel or medium through which a language is produced or perceived."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/modalityWritten
<https://blackcatinformatics.ca/gmeow/modalityWritten> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/LanguageModality> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                       rdfs:label "written"@x-gmeow-english ;
                                                       skos:definition "The written language modality — a channel or medium through which a language is produced or perceived."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/modeAbduction
<https://blackcatinformatics.ca/gmeow/modeAbduction> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/InferenceMode> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                                     rdfs:label "abduction"@x-gmeow-english ;
                                                     skos:definition "Abductive inference — inference to the best explanation: construct candidate hypotheses (gmeow:candidateHypothesis) for an explanandum, back-check them (gmeow:explains), and rank by gmeow:explanatoryScore. Not truth-preserving; defeasible; default modality gmeow:conceivable, promoted to gmeow:probable for the winner; rivals genuinely compete (gmeow:competesWith)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/modeAnalogical
<https://blackcatinformatics.ca/gmeow/modeAnalogical> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/InferenceMode> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                                      rdfs:label "analogical"@x-gmeow-english ;
                                                      skos:definition "Analogical inference — source-to-target structure-mapping (Gentner): transfer relational structure from a familiar source to a target via a gmeow:Analogy, scored by gmeow:systematicity. Not truth-preserving; defeasible; default modality gmeow:conceivable, promoted to gmeow:probable for the best mapping; rival mappings compete."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/modeDeduction
<https://blackcatinformatics.ca/gmeow/modeDeduction> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/InferenceMode> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                                     rdfs:label "deduction"@x-gmeow-english ;
                                                     skos:definition "Deductive inference — truth-preserving derivation under a monotonic profile (a logic: proof-trace, Nemo / Scryer): if the premises hold, the conclusion holds. Non-defeasible; default modality gmeow:unequivocal. At the logic: derivation layer the mode is read off the profile and never separately tagged (Principle 4); gmeow:modeDeduction is the legitimate way to record, at the epistemic / memory layer, that the agent reached this by deduction."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/modeInduction
<https://blackcatinformatics.ca/gmeow/modeInduction> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/InferenceMode> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                                     rdfs:label "induction"@x-gmeow-english ;
                                                     skos:definition "Inductive inference — generalisation over a sample, warranted by gmeow:evidenceStrength (logic:). Not truth-preserving; defeasible; default modality gmeow:probable; competing generalisations may rival it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/motifKindLeitmotif
<https://blackcatinformatics.ca/gmeow/motifKindLeitmotif> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/MotifKind> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                          rdfs:label "leitmotif"@x-gmeow-english ;
                                                          skos:definition "The leitmotif kind — a recurring associated figure (the musical sense lands with the music extension's analysis layer)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/motifKindRunningGag
<https://blackcatinformatics.ca/gmeow/motifKindRunningGag> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/MotifKind> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                           rdfs:label "running gag"@x-gmeow-english ;
                                                           skos:definition "The running-gag motif kind."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/motifKindSymbol
<https://blackcatinformatics.ca/gmeow/motifKindSymbol> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/MotifKind> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                       rdfs:label "symbol"@x-gmeow-english ;
                                                       skos:definition "The symbol motif kind — a recurring object or image standing for something."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/motifKindTaleType
<https://blackcatinformatics.ca/gmeow/motifKindTaleType> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/MotifKind> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                         rdfs:label "tale type"@x-gmeow-english ;
                                                         skos:definition "The tale-type motif kind — an ATU-style whole-story pattern."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/motifKindTheme
<https://blackcatinformatics.ca/gmeow/motifKindTheme> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/MotifKind> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                      rdfs:label "theme"@x-gmeow-english ;
                                                      skos:definition "The theme motif kind — a recurring idea or argument."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/motifKindTrope
<https://blackcatinformatics.ca/gmeow/motifKindTrope> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/MotifKind> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                      rdfs:label "trope"@x-gmeow-english ;
                                                      skos:definition "The trope motif kind — a recognized convention (DBTropes anchors at alignment time)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/motivationAssessing
<https://blackcatinformatics.ca/gmeow/motivationAssessing> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/AnnotationMotivation> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notes> ;
                                                           rdfs:label "assessing"@x-gmeow-english ;
                                                           skos:definition "The annotation assesses or evaluates the target."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/motivationBookmarking
<https://blackcatinformatics.ca/gmeow/motivationBookmarking> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/AnnotationMotivation> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notes> ;
                                                             rdfs:label "bookmarking"@x-gmeow-english ;
                                                             skos:definition "The annotation bookmarks the target for later retrieval."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/motivationCommenting
<https://blackcatinformatics.ca/gmeow/motivationCommenting> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/AnnotationMotivation> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notes> ;
                                                            rdfs:label "commenting"@x-gmeow-english ;
                                                            skos:definition "The annotation comments on the target."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/motivationDescribing
<https://blackcatinformatics.ca/gmeow/motivationDescribing> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/AnnotationMotivation> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notes> ;
                                                            rdfs:label "describing"@x-gmeow-english ;
                                                            skos:definition "The annotation describes the target."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/motivationHighlighting
<https://blackcatinformatics.ca/gmeow/motivationHighlighting> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/AnnotationMotivation> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notes> ;
                                                              rdfs:label "highlighting"@x-gmeow-english ;
                                                              skos:definition "The annotation highlights a span within the target."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/motivationLinking
<https://blackcatinformatics.ca/gmeow/motivationLinking> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/AnnotationMotivation> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notes> ;
                                                         rdfs:label "linking"@x-gmeow-english ;
                                                         skos:definition "The annotation links the target to another resource."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/motivationModerating
<https://blackcatinformatics.ca/gmeow/motivationModerating> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/AnnotationMotivation> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notes> ;
                                                            rdfs:label "moderating"@x-gmeow-english ;
                                                            skos:definition "The annotation moderates or curates the target."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/motivationQuestioning
<https://blackcatinformatics.ca/gmeow/motivationQuestioning> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/AnnotationMotivation> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notes> ;
                                                             rdfs:label "questioning"@x-gmeow-english ;
                                                             skos:definition "The annotation poses a question about the target."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/motivationReplying
<https://blackcatinformatics.ca/gmeow/motivationReplying> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/AnnotationMotivation> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notes> ;
                                                          rdfs:label "replying"@x-gmeow-english ;
                                                          skos:definition "The annotation replies to another annotation or comment."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/motivationTagging
<https://blackcatinformatics.ca/gmeow/motivationTagging> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/AnnotationMotivation> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notes> ;
                                                         rdfs:label "tagging"@x-gmeow-english ;
                                                         skos:definition "The annotation tags the target with a label or topic."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/multipartTypeAlternative
<https://blackcatinformatics.ca/gmeow/multipartTypeAlternative> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/MultipartType> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                                rdfs:label "alternative"@x-gmeow-english ;
                                                                skos:definition "A multipart/alternative container where each child part is a different representation of the same content (RFC 2046)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/multipartTypeDigest
<https://blackcatinformatics.ca/gmeow/multipartTypeDigest> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/MultipartType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                           rdfs:label "digest"@x-gmeow-english ;
                                                           skos:definition "A multipart/digest container where each child part is a complete RFC 5322 message (RFC 2046)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/multipartTypeEncrypted
<https://blackcatinformatics.ca/gmeow/multipartTypeEncrypted> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/MultipartType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                              rdfs:label "encrypted"@x-gmeow-english ;
                                                              skos:definition "A multipart/encrypted container for encrypted content (RFC 1847)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/multipartTypeMixed
<https://blackcatinformatics.ca/gmeow/multipartTypeMixed> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/MultipartType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                          rdfs:label "mixed"@x-gmeow-english ;
                                                          skos:definition "A multipart/mixed container for content with independent parts (RFC 2046)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/multipartTypeParallel
<https://blackcatinformatics.ca/gmeow/multipartTypeParallel> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/MultipartType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                             rdfs:label "parallel"@x-gmeow-english ;
                                                             skos:definition "A multipart/parallel container where parts are intended to be viewed simultaneously (RFC 2046)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/multipartTypeRelated
<https://blackcatinformatics.ca/gmeow/multipartTypeRelated> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/MultipartType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                            rdfs:label "related"@x-gmeow-english ;
                                                            skos:definition "A multipart/related container where parts reference one another, typically used for HTML with inline images (RFC 2387)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/multipartTypeReport
<https://blackcatinformatics.ca/gmeow/multipartTypeReport> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/MultipartType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                           rdfs:label "report"@x-gmeow-english ;
                                                           skos:definition "A multipart/report container for mail system reports such as delivery status notifications (RFC 3462)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/multipartTypeSigned
<https://blackcatinformatics.ca/gmeow/multipartTypeSigned> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/MultipartType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                           rdfs:label "signed"@x-gmeow-english ;
                                                           skos:definition "A multipart/signed container for cryptographically signed content (RFC 1847)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/musicalParameterDuration
<https://blackcatinformatics.ca/gmeow/musicalParameterDuration> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/MusicalParameter> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "duration"@x-gmeow-english ;
                                                                skos:definition "The duration parameter of a musical work or expression."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/musicalParameterDynamics
<https://blackcatinformatics.ca/gmeow/musicalParameterDynamics> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/MusicalParameter> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "dynamics"@x-gmeow-english ;
                                                                skos:definition "The dynamics parameter of a musical work or expression."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/musicalParameterInstrumentation
<https://blackcatinformatics.ca/gmeow/musicalParameterInstrumentation> rdf:type owl:NamedIndividual ,
                                                                                <https://blackcatinformatics.ca/gmeow/MusicalParameter> ;
                                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                       rdfs:label "instrumentation"@x-gmeow-english ;
                                                                       skos:definition "The instrumentation parameter of a musical work or expression."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/musicalParameterLocation
<https://blackcatinformatics.ca/gmeow/musicalParameterLocation> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/MusicalParameter> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "location"@x-gmeow-english ;
                                                                skos:definition "The spatial or environmental-location parameter of a musical work or expression."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/musicalParameterOrder
<https://blackcatinformatics.ca/gmeow/musicalParameterOrder> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/MusicalParameter> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "order"@x-gmeow-english ;
                                                             skos:definition "The ordering or sequence parameter of musical material."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/musicalParameterPerformerCount
<https://blackcatinformatics.ca/gmeow/musicalParameterPerformerCount> rdf:type owl:NamedIndividual ,
                                                                               <https://blackcatinformatics.ca/gmeow/MusicalParameter> ;
                                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                      rdfs:label "performer count"@x-gmeow-english ;
                                                                      skos:definition "The number-of-performers parameter of a musical work or expression."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/musicalParameterPitch
<https://blackcatinformatics.ca/gmeow/musicalParameterPitch> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/MusicalParameter> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "pitch"@x-gmeow-english ;
                                                             skos:definition "The pitch parameter of a musical work or expression."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/musicalParameterSoundContent
<https://blackcatinformatics.ca/gmeow/musicalParameterSoundContent> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/MusicalParameter> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                    rdfs:label "sound content"@x-gmeow-english ;
                                                                    skos:definition "The sound-content parameter of a musical work or expression — what, if anything, is sounded."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/musicalParameterTacet
<https://blackcatinformatics.ca/gmeow/musicalParameterTacet> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/MusicalParameter> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "tacet"@x-gmeow-english ;
                                                             skos:definition "The tacet parameter — whether performers are explicitly silent. Used by the Cage 4′33″ fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/musicalParameterTempo
<https://blackcatinformatics.ca/gmeow/musicalParameterTempo> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/MusicalParameter> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "tempo"@x-gmeow-english ;
                                                             skos:definition "The tempo parameter of a musical work or expression."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/musicalParameterTimbre
<https://blackcatinformatics.ca/gmeow/musicalParameterTimbre> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/MusicalParameter> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "timbre"@x-gmeow-english ;
                                                              skos:definition "The timbre parameter of a musical work or expression."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/musicalTimeFrameCommon
<https://blackcatinformatics.ca/gmeow/musicalTimeFrameCommon> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/MusicalTimeFrame> ;
                                                              <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                              <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                              <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMusicalTime> ;
                                                              <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisTime> ;
                                                              <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricPositionalDistance> ;
                                                              <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                              <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "common musical time frame"@x-gmeow-english ;
                                                              skos:definition "A generic one-dimensional rational musical-time frame used by the worked fixtures."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/musicalTimeFrameVoiceDrums
<https://blackcatinformatics.ca/gmeow/musicalTimeFrameVoiceDrums> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/MusicalTimeFrame> ;
                                                                  <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                  <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                                  <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMusicalTime> ;
                                                                  <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisTime> ;
                                                                  <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricPositionalDistance> ;
                                                                  <https://blackcatinformatics.ca/gmeow/isHostedBy> <https://blackcatinformatics.ca/gmeow/voiceDrumsPlaceholder> ;
                                                                  <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                                  <https://blackcatinformatics.ca/gmeow/requiresHost> "true"^^xsd:boolean ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                  rdfs:label "drums voice musical time frame"@x-gmeow-english ;
                                                                  skos:definition "A per-voice musical-time frame hosted by the drums voice placeholder (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/musicalTimeFrameVoiceGuitar
<https://blackcatinformatics.ca/gmeow/musicalTimeFrameVoiceGuitar> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/MusicalTimeFrame> ;
                                                                   <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                   <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                                   <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMusicalTime> ;
                                                                   <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisTime> ;
                                                                   <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricPositionalDistance> ;
                                                                   <https://blackcatinformatics.ca/gmeow/isHostedBy> <https://blackcatinformatics.ca/gmeow/voiceGuitarPlaceholder> ;
                                                                   <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                                   <https://blackcatinformatics.ca/gmeow/requiresHost> "true"^^xsd:boolean ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                   rdfs:label "guitar voice musical time frame"@x-gmeow-english ;
                                                                   skos:definition "A per-voice musical-time frame hosted by the guitar voice placeholder (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/musicalTimeSpanBarOne
<https://blackcatinformatics.ca/gmeow/musicalTimeSpanBarOne> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/MusicalTimeSpan> ;
                                                             <https://blackcatinformatics.ca/gmeow/hasMusicalTimeFrame> <https://blackcatinformatics.ca/gmeow/musicalTimeFrameCommon> ;
                                                             <https://blackcatinformatics.ca/gmeow/timeDurationDenominator> 2 ;
                                                             <https://blackcatinformatics.ca/gmeow/timeDurationNumerator> 5 ;
                                                             <https://blackcatinformatics.ca/gmeow/timeStartDenominator> 1 ;
                                                             <https://blackcatinformatics.ca/gmeow/timeStartNumerator> 0 ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "bar one span"@x-gmeow-english ;
                                                             skos:definition "The first bar of the meter-sequence fixture (5/8 = 2.5 quarter-note beats)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/musicalTimeSpanBarThree
<https://blackcatinformatics.ca/gmeow/musicalTimeSpanBarThree> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/MusicalTimeSpan> ;
                                                               <https://blackcatinformatics.ca/gmeow/hasMusicalTimeFrame> <https://blackcatinformatics.ca/gmeow/musicalTimeFrameCommon> ;
                                                               <https://blackcatinformatics.ca/gmeow/timeDurationDenominator> 1 ;
                                                               <https://blackcatinformatics.ca/gmeow/timeDurationNumerator> 4 ;
                                                               <https://blackcatinformatics.ca/gmeow/timeStartDenominator> 1 ;
                                                               <https://blackcatinformatics.ca/gmeow/timeStartNumerator> 6 ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "bar three span"@x-gmeow-english ;
                                                               skos:definition "The third bar of the meter-sequence fixture (4/4 = 4 quarter-note beats)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/musicalTimeSpanBarTwo
<https://blackcatinformatics.ca/gmeow/musicalTimeSpanBarTwo> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/MusicalTimeSpan> ;
                                                             <https://blackcatinformatics.ca/gmeow/hasMusicalTimeFrame> <https://blackcatinformatics.ca/gmeow/musicalTimeFrameCommon> ;
                                                             <https://blackcatinformatics.ca/gmeow/timeDurationDenominator> 2 ;
                                                             <https://blackcatinformatics.ca/gmeow/timeDurationNumerator> 7 ;
                                                             <https://blackcatinformatics.ca/gmeow/timeStartDenominator> 2 ;
                                                             <https://blackcatinformatics.ca/gmeow/timeStartNumerator> 5 ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "bar two span"@x-gmeow-english ;
                                                             skos:definition "The second bar of the meter-sequence fixture (7/8 = 3.5 quarter-note beats)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/musicalTimeSpanWholeSection
<https://blackcatinformatics.ca/gmeow/musicalTimeSpanWholeSection> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/MusicalTimeSpan> ;
                                                                   <https://blackcatinformatics.ca/gmeow/hasMusicalTimeFrame> <https://blackcatinformatics.ca/gmeow/musicalTimeFrameCommon> ;
                                                                   <https://blackcatinformatics.ca/gmeow/timeDurationDenominator> 1 ;
                                                                   <https://blackcatinformatics.ca/gmeow/timeDurationNumerator> 10 ;
                                                                   <https://blackcatinformatics.ca/gmeow/timeStartDenominator> 1 ;
                                                                   <https://blackcatinformatics.ca/gmeow/timeStartNumerator> 0 ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                   rdfs:label "whole section span"@x-gmeow-english ;
                                                                   skos:definition "A MusicalTimeSpan covering the whole worked section, from 0 to 10 quarter-note beats."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartAgnomen
<https://blackcatinformatics.ca/gmeow/namePartAgnomen> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                       rdfs:label "agnomen (Roman earned epithet)"@x-gmeow-english ;
                                                       skos:definition "The agnomen name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartBirthOrderName
<https://blackcatinformatics.ca/gmeow/namePartBirthOrderName> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                              rdfs:label "birth-order / day name"@x-gmeow-english ;
                                                              skos:definition "The birth order name name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartBirthSurname
<https://blackcatinformatics.ca/gmeow/namePartBirthSurname> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                            rdfs:label "birth surname / maiden name"@x-gmeow-english ;
                                                            skos:definition "The birth surname name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartClanName
<https://blackcatinformatics.ca/gmeow/namePartClanName> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                        rdfs:label "clan / lineage name"@x-gmeow-english ;
                                                        skos:definition "The clan name name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartCognomen
<https://blackcatinformatics.ca/gmeow/namePartCognomen> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                        rdfs:label "cognomen (Roman family branch)"@x-gmeow-english ;
                                                        skos:definition "The cognomen name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartCourtesyName
<https://blackcatinformatics.ca/gmeow/namePartCourtesyName> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                            rdfs:label "courtesy / art name"@x-gmeow-english ;
                                                            skos:definition "The courtesy name name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartExtension
<https://blackcatinformatics.ca/gmeow/namePartExtension> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                         rdfs:label "filename extension"@x-gmeow-english ;
                                                         skos:definition "The extension name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartGenerationName
<https://blackcatinformatics.ca/gmeow/namePartGenerationName> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                              rdfs:label "generation name (East-Asian lineage marker)"@x-gmeow-english ;
                                                              skos:definition "The generation name name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartGenerationalOrdinal
<https://blackcatinformatics.ca/gmeow/namePartGenerationalOrdinal> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                                   rdfs:label "generational ordinal (III / 'the Third')"@x-gmeow-english ;
                                                                   skos:definition "The generational ordinal name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartGenerationalSuffix
<https://blackcatinformatics.ca/gmeow/namePartGenerationalSuffix> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                                  rdfs:label "generational suffix (Jr / Sr)"@x-gmeow-english ;
                                                                  skos:definition "The generational suffix name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartGiven
<https://blackcatinformatics.ca/gmeow/namePartGiven> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                     rdfs:label "given name"@x-gmeow-english ;
                                                     skos:definition "The given name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartHonorificPrefix
<https://blackcatinformatics.ca/gmeow/namePartHonorificPrefix> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                               rdfs:label "honorific prefix"@x-gmeow-english ;
                                                               skos:definition "The honorific prefix name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartHonorificSuffix
<https://blackcatinformatics.ca/gmeow/namePartHonorificSuffix> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                               rdfs:label "honorific suffix"@x-gmeow-english ;
                                                               skos:definition "The honorific suffix name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartHouseName
<https://blackcatinformatics.ca/gmeow/namePartHouseName> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                         rdfs:label "house / estate name"@x-gmeow-english ;
                                                         skos:definition "The house name name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartInitial
<https://blackcatinformatics.ca/gmeow/namePartInitial> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                       rdfs:label "expandable initial"@x-gmeow-english ;
                                                       skos:definition "The initial name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartIsm
<https://blackcatinformatics.ca/gmeow/namePartIsm> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                   rdfs:label "ism (Arabic personal name)"@x-gmeow-english ;
                                                   skos:definition "The ism name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartKunya
<https://blackcatinformatics.ca/gmeow/namePartKunya> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                     rdfs:label "kunya (Arabic teknonym)"@x-gmeow-english ;
                                                     skos:definition "The kunya name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartLaqab
<https://blackcatinformatics.ca/gmeow/namePartLaqab> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                     rdfs:label "laqab (Arabic epithet)"@x-gmeow-english ;
                                                     skos:definition "The laqab name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartMaternalSurname
<https://blackcatinformatics.ca/gmeow/namePartMaternalSurname> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                               rdfs:label "maternal surname"@x-gmeow-english ;
                                                               skos:definition "The maternal surname name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartMatronymic
<https://blackcatinformatics.ca/gmeow/namePartMatronymic> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                          rdfs:label "matronymic"@x-gmeow-english ;
                                                          skos:definition "The matronymic name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartMiddle
<https://blackcatinformatics.ca/gmeow/namePartMiddle> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                      rdfs:label "middle / additional name"@x-gmeow-english ;
                                                      skos:definition "The middle name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartMononym
<https://blackcatinformatics.ca/gmeow/namePartMononym> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                       rdfs:label "mononym"@x-gmeow-english ;
                                                       skos:definition "The mononym name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartNasab
<https://blackcatinformatics.ca/gmeow/namePartNasab> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                     rdfs:label "nasab (Arabic patronymic lineage)"@x-gmeow-english ;
                                                     skos:definition "The nasab name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartNickname
<https://blackcatinformatics.ca/gmeow/namePartNickname> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                        rdfs:label "nickname / hypocorism"@x-gmeow-english ;
                                                        skos:definition "The nickname name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartNisba
<https://blackcatinformatics.ca/gmeow/namePartNisba> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                     rdfs:label "nisba (Arabic origin / affiliation name)"@x-gmeow-english ;
                                                     skos:definition "The nisba name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartNomen
<https://blackcatinformatics.ca/gmeow/namePartNomen> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                     rdfs:label "nomen (Roman gens / clan name)"@x-gmeow-english ;
                                                     skos:definition "The nomen name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartParticle
<https://blackcatinformatics.ca/gmeow/namePartParticle> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                        rdfs:label "nobiliary / nominal particle"@x-gmeow-english ;
                                                        skos:definition "The particle name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartPaternalSurname
<https://blackcatinformatics.ca/gmeow/namePartPaternalSurname> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                               rdfs:label "paternal surname"@x-gmeow-english ;
                                                               skos:definition "The paternal surname name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartPatronymic
<https://blackcatinformatics.ca/gmeow/namePartPatronymic> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                          rdfs:label "patronymic"@x-gmeow-english ;
                                                          skos:definition "The patronymic name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartPraenomen
<https://blackcatinformatics.ca/gmeow/namePartPraenomen> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                         rdfs:label "praenomen (Roman personal name)"@x-gmeow-english ;
                                                         skos:definition "The praenomen name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartReligiousName
<https://blackcatinformatics.ca/gmeow/namePartReligiousName> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                             rdfs:label "religious / regnal name"@x-gmeow-english ;
                                                             skos:definition "The religious name name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartStem
<https://blackcatinformatics.ca/gmeow/namePartStem> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                    rdfs:label "filename stem"@x-gmeow-english ;
                                                    skos:definition "The stem name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartSurname
<https://blackcatinformatics.ca/gmeow/namePartSurname> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                       rdfs:label "surname / family name"@x-gmeow-english ;
                                                       skos:definition "The surname name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePartTeknonym
<https://blackcatinformatics.ca/gmeow/namePartTeknonym> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/NamePartType> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                        rdfs:label "teknonym (parent-of name)"@x-gmeow-english ;
                                                        skos:definition "The teknonym name part type — a kind of component that can appear in a personal or organizational appellation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePurposeBirth
<https://blackcatinformatics.ca/gmeow/namePurposeBirth> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/NamePurpose> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                        rdfs:label "birth name"@x-gmeow-english ;
                                                        skos:definition "The birth name purpose — a role that a particular appellation plays in the life of its bearer."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePurposeCeremonial
<https://blackcatinformatics.ca/gmeow/namePurposeCeremonial> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/NamePurpose> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                             rdfs:label "ceremonial name"@x-gmeow-english ;
                                                             skos:definition "The ceremonial name purpose — a role that a particular appellation plays in the life of its bearer."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePurposeChosen
<https://blackcatinformatics.ca/gmeow/namePurposeChosen> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/NamePurpose> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                         rdfs:label "chosen / self-identified name"@x-gmeow-english ;
                                                         skos:definition "The chosen name purpose — a role that a particular appellation plays in the life of its bearer."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePurposeDeadname
<https://blackcatinformatics.ca/gmeow/namePurposeDeadname> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/NamePurpose> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                           rdfs:label "deadname (historical, do-not-display)"@x-gmeow-english ;
                                                           skos:definition "The deadname name purpose — a role that a particular appellation plays in the life of its bearer."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePurposeEndonym
<https://blackcatinformatics.ca/gmeow/namePurposeEndonym> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/NamePurpose> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                          rdfs:label "endonym (name used by a place's own inhabitants / a language's own speakers)"@x-gmeow-english ;
                                                          skos:definition "The endonym name purpose — a role that a particular appellation plays in the life of its bearer."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePurposeExonym
<https://blackcatinformatics.ca/gmeow/namePurposeExonym> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/NamePurpose> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                         rdfs:label "exonym (name used by outsiders / in another language)"@x-gmeow-english ;
                                                         skos:definition "The exonym name purpose — a role that a particular appellation plays in the life of its bearer."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePurposeGlossonym
<https://blackcatinformatics.ca/gmeow/namePurposeGlossonym> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/NamePurpose> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                            rdfs:label "glossonym (name of a language)"@x-gmeow-english ;
                                                            skos:definition "The glossonym name purpose — a role that a particular appellation plays in the life of its bearer."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePurposeLegal
<https://blackcatinformatics.ca/gmeow/namePurposeLegal> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/NamePurpose> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                        rdfs:label "legal name"@x-gmeow-english ;
                                                        skos:definition "The legal name purpose — a role that a particular appellation plays in the life of its bearer."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePurposeNickname
<https://blackcatinformatics.ca/gmeow/namePurposeNickname> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/NamePurpose> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                           rdfs:label "nickname / familiar name"@x-gmeow-english ;
                                                           skos:definition "The nickname name purpose — a role that a particular appellation plays in the life of its bearer."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePurposeOnlineHandle
<https://blackcatinformatics.ca/gmeow/namePurposeOnlineHandle> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/NamePurpose> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                               rdfs:label "online handle / username"@x-gmeow-english ;
                                                               skos:definition "The online handle name purpose — a role that a particular appellation plays in the life of its bearer."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePurposePenStage
<https://blackcatinformatics.ca/gmeow/namePurposePenStage> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/NamePurpose> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                           rdfs:label "pen / stage name"@x-gmeow-english ;
                                                           skos:definition "The pen stage name purpose — a role that a particular appellation plays in the life of its bearer."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePurposeProfessional
<https://blackcatinformatics.ca/gmeow/namePurposeProfessional> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/NamePurpose> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                               rdfs:label "professional name"@x-gmeow-english ;
                                                               skos:definition "The professional name purpose — a role that a particular appellation plays in the life of its bearer."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePurposeRegnal
<https://blackcatinformatics.ca/gmeow/namePurposeRegnal> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/NamePurpose> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                         rdfs:label "regnal name"@x-gmeow-english ;
                                                         skos:definition "The regnal name purpose — a role that a particular appellation plays in the life of its bearer."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePurposeReligious
<https://blackcatinformatics.ca/gmeow/namePurposeReligious> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/NamePurpose> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                            rdfs:label "religious name"@x-gmeow-english ;
                                                            skos:definition "The religious name purpose — a role that a particular appellation plays in the life of its bearer."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/namePurposeSuperseded
<https://blackcatinformatics.ca/gmeow/namePurposeSuperseded> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/NamePurpose> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                             rdfs:label "superseded / former name"@x-gmeow-english ;
                                                             skos:definition "The superseded name purpose — a role that a particular appellation plays in the life of its bearer."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/narrationDirect
<https://blackcatinformatics.ca/gmeow/narrationDirect> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/NarrationMode> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                       rdfs:label "narrated"@x-gmeow-english ;
                                                       skos:definition "The segment narrates the content directly, in the story's main register."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/narrationDream
<https://blackcatinformatics.ca/gmeow/narrationDream> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/NarrationMode> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                      rdfs:label "dream"@x-gmeow-english ;
                                                      skos:definition "The segment frames the content as a character's dream or vision — diegesis one level down."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/narrationFlashback
<https://blackcatinformatics.ca/gmeow/narrationFlashback> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/NarrationMode> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                          rdfs:label "flashback"@x-gmeow-english ;
                                                          skos:definition "The segment narrates content from earlier in story time than its discourse position — the two-axes disagreement (narrative-position axis) made a mode."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/narrationHypothetical
<https://blackcatinformatics.ca/gmeow/narrationHypothetical> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/NarrationMode> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                             rdfs:label "hypothetical"@x-gmeow-english ;
                                                             skos:definition "The segment frames the content as possibility, counterfactual, or speculation within the story."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/narrationMentioned
<https://blackcatinformatics.ca/gmeow/narrationMentioned> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/NarrationMode> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                          rdfs:label "mentioned"@x-gmeow-english ;
                                                          skos:definition "The segment references the content without narrating it (reported, recalled, alluded to)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/narrationUnreliable
<https://blackcatinformatics.ca/gmeow/narrationUnreliable> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/NarrationMode> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                           rdfs:label "unreliable"@x-gmeow-english ;
                                                           skos:definition "The narrator's credibility for this content is in question — the seam's boundary with the deception module: narrator-level held ≠ projected, asserted by a critic's vantage through the statement layer. Documented bridge; no axiom coupling."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/neoRiemannianL
<https://blackcatinformatics.ca/gmeow/neoRiemannianL> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/NeoRiemannianOperation> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                      rdfs:label "leading-tone exchange (L)"@x-gmeow-english ;
                                                      skos:definition "Leading-tone exchange."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/neoRiemannianN
<https://blackcatinformatics.ca/gmeow/neoRiemannianN> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/NeoRiemannianOperation> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                      rdfs:label "Nebenverwandt (N)"@x-gmeow-english ;
                                                      skos:definition "Nebenverwandt operation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/neoRiemannianP
<https://blackcatinformatics.ca/gmeow/neoRiemannianP> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/NeoRiemannianOperation> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                      rdfs:label "parallel (P)"@x-gmeow-english ;
                                                      skos:definition "Parallel operation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/neoRiemannianR
<https://blackcatinformatics.ca/gmeow/neoRiemannianR> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/NeoRiemannianOperation> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                      rdfs:label "relative (R)"@x-gmeow-english ;
                                                      skos:definition "Relative operation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/neoRiemannianS
<https://blackcatinformatics.ca/gmeow/neoRiemannianS> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/NeoRiemannianOperation> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                      rdfs:label "slide (S)"@x-gmeow-english ;
                                                      skos:definition "Slide operation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/networkAddressTypeBGP
<https://blackcatinformatics.ca/gmeow/networkAddressTypeBGP> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/NetworkAddressType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                             rdfs:label "BGP autonomous system"@x-gmeow-english ;
                                                             skos:definition "The bgp network address type — a scheme for locating or identifying a node or resource on a network."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/networkAddressTypeDNS
<https://blackcatinformatics.ca/gmeow/networkAddressTypeDNS> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/NetworkAddressType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                             rdfs:label "DNS name"@x-gmeow-english ;
                                                             skos:definition "The dns network address type — a scheme for locating or identifying a node or resource on a network."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/networkAddressTypeIPv4
<https://blackcatinformatics.ca/gmeow/networkAddressTypeIPv4> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/NetworkAddressType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                              rdfs:label "IPv4 address"@x-gmeow-english ;
                                                              skos:definition "The i pv 4 network address type — a scheme for locating or identifying a node or resource on a network."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/networkAddressTypeIPv6
<https://blackcatinformatics.ca/gmeow/networkAddressTypeIPv6> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/NetworkAddressType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                              rdfs:label "IPv6 address"@x-gmeow-english ;
                                                              skos:definition "The i pv 6 network address type — a scheme for locating or identifying a node or resource on a network."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/networkAddressTypeMAC
<https://blackcatinformatics.ca/gmeow/networkAddressTypeMAC> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/NetworkAddressType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                             rdfs:label "MAC address"@x-gmeow-english ;
                                                             skos:definition "The mac network address type — a scheme for locating or identifying a node or resource on a network."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/networkAddressTypePort
<https://blackcatinformatics.ca/gmeow/networkAddressTypePort> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/NetworkAddressType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                              rdfs:label "port number"@x-gmeow-english ;
                                                              skos:definition "The port network address type — a scheme for locating or identifying a node or resource on a network."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/networkAddressTypeURL
<https://blackcatinformatics.ca/gmeow/networkAddressTypeURL> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/NetworkAddressType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                             rdfs:label "URL"@x-gmeow-english ;
                                                             skos:definition "The url network address type — a scheme for locating or identifying a node or resource on a network."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/nihAdvanced
<https://blackcatinformatics.ca/gmeow/nihAdvanced> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/ProficiencyLevel> ;
                                                   <https://blackcatinformatics.ca/gmeow/levelScale> <https://blackcatinformatics.ca/gmeow/scaleNIH> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                   rdfs:label "NIH advanced"@x-gmeow-english ;
                                                   skos:definition "The advanced proficiency level — a milestone on a scale that describes how well an agent commands a language or skill."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/nihBeginner
<https://blackcatinformatics.ca/gmeow/nihBeginner> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/ProficiencyLevel> ;
                                                   <https://blackcatinformatics.ca/gmeow/levelScale> <https://blackcatinformatics.ca/gmeow/scaleNIH> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                   rdfs:label "NIH beginner"@x-gmeow-english ;
                                                   skos:definition "The beginner proficiency level — a milestone on a scale that describes how well an agent commands a language or skill."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/nihExpert
<https://blackcatinformatics.ca/gmeow/nihExpert> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/ProficiencyLevel> ;
                                                 <https://blackcatinformatics.ca/gmeow/levelScale> <https://blackcatinformatics.ca/gmeow/scaleNIH> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                 rdfs:label "NIH expert"@x-gmeow-english ;
                                                 skos:definition "The expert proficiency level — a milestone on a scale that describes how well an agent commands a language or skill."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/nihIntermediate
<https://blackcatinformatics.ca/gmeow/nihIntermediate> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/ProficiencyLevel> ;
                                                       <https://blackcatinformatics.ca/gmeow/levelScale> <https://blackcatinformatics.ca/gmeow/scaleNIH> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                       rdfs:label "NIH intermediate"@x-gmeow-english ;
                                                       skos:definition "The intermediate proficiency level — a milestone on a scale that describes how well an agent commands a language or skill."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationABC
<https://blackcatinformatics.ca/gmeow/notationABC> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/NotationSystem> ;
                                                   <https://blackcatinformatics.ca/gmeow/notationSystemKind> <https://blackcatinformatics.ca/gmeow/symbolicKindEncoding> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                   rdfs:label "ABC notation"@x-gmeow-english ;
                                                   skos:definition "A text-based music notation format popular in folk music and LLM-native interchange. Monophonic-biased and nonstandard for microtones."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationByzantineNeume
<https://blackcatinformatics.ca/gmeow/notationByzantineNeume> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/NotationSystem> ;
                                                              <https://blackcatinformatics.ca/gmeow/notationSystemKind> <https://blackcatinformatics.ca/gmeow/symbolicKindMusical> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "Byzantine neumatic notation"@x-gmeow-english ;
                                                              skos:definition "The neumatic notation system of Byzantine chant, encoding melodic formulae and mode."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationCMNStaff
<https://blackcatinformatics.ca/gmeow/notationCMNStaff> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/NotationSystem> ;
                                                        <https://blackcatinformatics.ca/gmeow/notationSystemKind> <https://blackcatinformatics.ca/gmeow/symbolicKindMusical> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "Common Music Notation (staff)"@x-gmeow-english ;
                                                        skos:definition "The Western five-line staff notation of letter names, accidentals, and octave numbers. A symbolic music notation; 12-EDO by default, with ad-hoc microtonal extensions."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationGraphic
<https://blackcatinformatics.ca/gmeow/notationGraphic> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/NotationSystem> ;
                                                       <https://blackcatinformatics.ca/gmeow/notationSystemKind> <https://blackcatinformatics.ca/gmeow/symbolicKindMusical> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "Graphic notation"@x-gmeow-english ;
                                                       skos:definition "A visual, non-symbolic notation system where the score image itself is the canonical instruction (e.g. Cardew Treatise, Stockhausen Klavierstück XI)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationHEJI
<https://blackcatinformatics.ca/gmeow/notationHEJI> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/NotationSystem> ;
                                                    <https://blackcatinformatics.ca/gmeow/notationSystemKind> <https://blackcatinformatics.ca/gmeow/symbolicKindMusical> ;
                                                    <https://blackcatinformatics.ca/gmeow/smuflCodepoint> "U+E2C0" ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                    rdfs:label "Helmholtz-Ellis JI Pitch Notation"@x-gmeow-english ;
                                                    skos:definition "A just-intonation staff notation using symbols for prime-number comma alterations above or below a note."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationJianpu
<https://blackcatinformatics.ca/gmeow/notationJianpu> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/NotationSystem> ;
                                                      <https://blackcatinformatics.ca/gmeow/notationSystemKind> <https://blackcatinformatics.ca/gmeow/symbolicKindMusical> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                      rdfs:label "Jianpu"@x-gmeow-english ;
                                                      skos:definition "A numbered musical notation system widely used in Chinese-language music practice."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationJohnstonJI
<https://blackcatinformatics.ca/gmeow/notationJohnstonJI> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/NotationSystem> ;
                                                          <https://blackcatinformatics.ca/gmeow/notationSystemKind> <https://blackcatinformatics.ca/gmeow/symbolicKindMusical> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                          rdfs:label "Ben Johnston just-intonation notation"@x-gmeow-english ;
                                                          skos:definition "A staff notation for just intonation using accidentals to indicate prime-limit comma alterations (e.g. +7, -5)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationKern
<https://blackcatinformatics.ca/gmeow/notationKern> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/NotationSystem> ;
                                                    <https://blackcatinformatics.ca/gmeow/notationSystemKind> <https://blackcatinformatics.ca/gmeow/symbolicKindEncoding> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                    rdfs:label "Humdrum **kern"@x-gmeow-english ;
                                                    skos:definition "The Humdrum **kern symbolic music representation. 12-TET letter-pitch bias; designed for musicology pipelines."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationKlavarskribo
<https://blackcatinformatics.ca/gmeow/notationKlavarskribo> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/NotationSystem> ;
                                                            <https://blackcatinformatics.ca/gmeow/notationSystemKind> <https://blackcatinformatics.ca/gmeow/symbolicKindMusical> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                            rdfs:label "Klavarskribo"@x-gmeow-english ;
                                                            skos:definition "A vertical-staff keyboard notation system that represents notes as black and white bars."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationLilyPond
<https://blackcatinformatics.ca/gmeow/notationLilyPond> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/NotationSystem> ;
                                                        <https://blackcatinformatics.ca/gmeow/notationSystemKind> <https://blackcatinformatics.ca/gmeow/symbolicKindEncoding> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "LilyPond"@x-gmeow-english ;
                                                        skos:definition "The LilyPond text-based engraving format. Program-not-data: executable layout macros are lost when read as pure symbolic data."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationMEI
<https://blackcatinformatics.ca/gmeow/notationMEI> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/NotationSystem> ;
                                                   <https://blackcatinformatics.ca/gmeow/notationSystemKind> <https://blackcatinformatics.ca/gmeow/symbolicKindEncoding> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                   rdfs:label "MEI"@x-gmeow-english ;
                                                   skos:definition "The Music Encoding Initiative XML format. Richer than MusicXML for CMN, mensural, neumes, and tablature; still lossy for tuning frames, JI lattices, and mobile forms."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationMIDI
<https://blackcatinformatics.ca/gmeow/notationMIDI> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/NotationSystem> ;
                                                    <https://blackcatinformatics.ca/gmeow/notationSystemKind> <https://blackcatinformatics.ca/gmeow/symbolicKindEncoding> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                    rdfs:label "MIDI"@x-gmeow-english ;
                                                    skos:definition "The Musical Instrument Digital Interface protocol and file format. A lossy encoding of symbolic musical content: no notation semantics, enharmonic distinction, rests, or tuplet structure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationMensural
<https://blackcatinformatics.ca/gmeow/notationMensural> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/NotationSystem> ;
                                                        <https://blackcatinformatics.ca/gmeow/notationSystemKind> <https://blackcatinformatics.ca/gmeow/symbolicKindMusical> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "Mensural notation"@x-gmeow-english ;
                                                        skos:definition "Medieval and Renaissance mensural notation with its own time semantics (proportions, coloration, perfection)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationMusicXML
<https://blackcatinformatics.ca/gmeow/notationMusicXML> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/NotationSystem> ;
                                                        <https://blackcatinformatics.ca/gmeow/notationSystemKind> <https://blackcatinformatics.ca/gmeow/symbolicKindEncoding> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "MusicXML"@x-gmeow-english ;
                                                        skos:definition "The W3C MusicXML 4.0 symbolic music interchange format. Lossy: microtones via bare decimal alter, polymeter via implementation-dependent hacks, no mobile-form traversal semantics."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationRoleCipher
<https://blackcatinformatics.ca/gmeow/notationRoleCipher> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/NotationUsageRole> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                          rdfs:label "cipher"@x-gmeow-english ;
                                                          skos:definition "Using a notation to conceal or encrypt information."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationRoleCommunication
<https://blackcatinformatics.ca/gmeow/notationRoleCommunication> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/NotationUsageRole> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                                 rdfs:label "communication"@x-gmeow-english ;
                                                                 skos:definition "Using a notation as a medium of communication between agents."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationRoleEncoding
<https://blackcatinformatics.ca/gmeow/notationRoleEncoding> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/NotationUsageRole> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                            rdfs:label "encoding"@x-gmeow-english ;
                                                            skos:definition "Using a notation to map information into a different representation or signal system."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationRoleExpression
<https://blackcatinformatics.ca/gmeow/notationRoleExpression> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/NotationUsageRole> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                              rdfs:label "expression"@x-gmeow-english ;
                                                              skos:definition "Using a notation for artistic, emotional, or creative expression."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationRoleRepresentation
<https://blackcatinformatics.ca/gmeow/notationRoleRepresentation> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/NotationUsageRole> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                                  rdfs:label "representation"@x-gmeow-english ;
                                                                  skos:definition "Using a notation to represent domain-specific objects, relations, or structures."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationRoleShorthand
<https://blackcatinformatics.ca/gmeow/notationRoleShorthand> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/NotationUsageRole> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                             rdfs:label "shorthand"@x-gmeow-english ;
                                                             skos:definition "Using a notation for abbreviated or rapid recording of language or information."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationRoleTranscription
<https://blackcatinformatics.ca/gmeow/notationRoleTranscription> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/NotationUsageRole> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                                 rdfs:label "transcription"@x-gmeow-english ;
                                                                 skos:definition "Using a notation to record spoken or signed language in a structured form."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationSCL
<https://blackcatinformatics.ca/gmeow/notationSCL> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/NotationSystem> ;
                                                   <https://blackcatinformatics.ca/gmeow/notationSystemKind> <https://blackcatinformatics.ca/gmeow/symbolicKindEncoding> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                   rdfs:label "Scala .scl"@x-gmeow-english ;
                                                   skos:definition "The Scala tuning file format (.scl). Carries a pitch-class list but loses comma/prime-limit theory and keyboard mapping (.kbm) context."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationSagittal
<https://blackcatinformatics.ca/gmeow/notationSagittal> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/NotationSystem> ;
                                                        <https://blackcatinformatics.ca/gmeow/notationSystemKind> <https://blackcatinformatics.ca/gmeow/symbolicKindMusical> ;
                                                        <https://blackcatinformatics.ca/gmeow/smuflCodepoint> "U+E310" ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "Sagittal notation"@x-gmeow-english ;
                                                        skos:definition "A microtonal notation system using arrow-like accidentals for arbitrary equal divisions and just intonation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationSargam
<https://blackcatinformatics.ca/gmeow/notationSargam> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/NotationSystem> ;
                                                      <https://blackcatinformatics.ca/gmeow/notationSystemKind> <https://blackcatinformatics.ca/gmeow/symbolicKindMusical> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                      rdfs:label "Sargam"@x-gmeow-english ;
                                                      skos:definition "The solfege-based pitch notation used in Hindustani and Carnatic music (Sa, Re, Ga, Ma, Pa, Dha, Ni)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/notationTablature
<https://blackcatinformatics.ca/gmeow/notationTablature> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/NotationSystem> ;
                                                         <https://blackcatinformatics.ca/gmeow/notationSystemKind> <https://blackcatinformatics.ca/gmeow/symbolicKindMusical> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "Tablature"@x-gmeow-english ;
                                                         skos:definition "A notation system that represents finger/fret/string positions on a specific instrument rather than abstract pitch."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/observablePropertyAirQualityIndex
<https://blackcatinformatics.ca/gmeow/observablePropertyAirQualityIndex> rdf:type owl:NamedIndividual ,
                                                                                  <https://blackcatinformatics.ca/gmeow/ObservableProperty> ;
                                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory> ;
                                                                         rdfs:label "air quality index"@x-gmeow-english ;
                                                                         skos:definition "The air quality index observable property — a physical or environmental quantity that can be measured by a sensor."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/observablePropertyAtmosphericPressure
<https://blackcatinformatics.ca/gmeow/observablePropertyAtmosphericPressure> rdf:type owl:NamedIndividual ,
                                                                                      <https://blackcatinformatics.ca/gmeow/ObservableProperty> ;
                                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory> ;
                                                                             rdfs:label "atmospheric pressure"@x-gmeow-english ;
                                                                             skos:definition "The atmospheric pressure observable property — a physical or environmental quantity that can be measured by a sensor."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/observablePropertyHumidity
<https://blackcatinformatics.ca/gmeow/observablePropertyHumidity> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/ObservableProperty> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory> ;
                                                                  rdfs:label "humidity"@x-gmeow-english ;
                                                                  skos:definition "The humidity observable property — a physical or environmental quantity that can be measured by a sensor."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/observablePropertyLightIntensity
<https://blackcatinformatics.ca/gmeow/observablePropertyLightIntensity> rdf:type owl:NamedIndividual ,
                                                                                 <https://blackcatinformatics.ca/gmeow/ObservableProperty> ;
                                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory> ;
                                                                        rdfs:label "light intensity"@x-gmeow-english ;
                                                                        skos:definition "The light intensity observable property — a physical or environmental quantity that can be measured by a sensor."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/observablePropertyLoudness
<https://blackcatinformatics.ca/gmeow/observablePropertyLoudness> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/ObservableProperty> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory> ;
                                                                  rdfs:label "loudness"@x-gmeow-english ;
                                                                  skos:definition "The loudness observable property — the perceived intensity of a sound that can be observed by a listener or measured by a level meter."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/observablePropertyRadiationLevel
<https://blackcatinformatics.ca/gmeow/observablePropertyRadiationLevel> rdf:type owl:NamedIndividual ,
                                                                                 <https://blackcatinformatics.ca/gmeow/ObservableProperty> ;
                                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory> ;
                                                                        rdfs:label "radiation level"@x-gmeow-english ;
                                                                        skos:definition "The radiation level observable property — a physical or environmental quantity that can be measured by a sensor."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/observablePropertyRoughness
<https://blackcatinformatics.ca/gmeow/observablePropertyRoughness> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/ObservableProperty> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory> ;
                                                                   rdfs:label "roughness"@x-gmeow-english ;
                                                                   skos:definition "The roughness observable property — the perceived sensory dissonance or rapid amplitude modulation of a sound that can be observed or measured."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/observablePropertySoundPressureLevel
<https://blackcatinformatics.ca/gmeow/observablePropertySoundPressureLevel> rdf:type owl:NamedIndividual ,
                                                                                     <https://blackcatinformatics.ca/gmeow/ObservableProperty> ;
                                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory> ;
                                                                            rdfs:label "sound pressure level"@x-gmeow-english ;
                                                                            skos:definition "The sound pressure level observable property — a physical or environmental quantity that can be measured by a sensor."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/observablePropertyTemperature
<https://blackcatinformatics.ca/gmeow/observablePropertyTemperature> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/ObservableProperty> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory> ;
                                                                     rdfs:label "temperature"@x-gmeow-english ;
                                                                     skos:definition "The temperature observable property — a physical or environmental quantity that can be measured by a sensor."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/observablePropertyTimbre
<https://blackcatinformatics.ca/gmeow/observablePropertyTimbre> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/ObservableProperty> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory> ;
                                                                rdfs:label "timbre"@x-gmeow-english ;
                                                                skos:definition "The timbre observable property — the perceived tonal quality of a sound (bright, dark, breathy, gritty, hollow, ...) that can be observed by a human listener or measured by an audio feature extractor."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/observablePropertyTimingDeviation
<https://blackcatinformatics.ca/gmeow/observablePropertyTimingDeviation> rdf:type owl:NamedIndividual ,
                                                                                  <https://blackcatinformatics.ca/gmeow/ObservableProperty> ;
                                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory> ;
                                                                         rdfs:label "timing deviation"@x-gmeow-english ;
                                                                         skos:definition "The timing deviation observable property — the expressive or erroneous offset of an onset from a reference time grid, observable by a listener or measurable from an onset detection function."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/observationTypeDerived
<https://blackcatinformatics.ca/gmeow/observationTypeDerived> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/ObservationType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                              rdfs:label "derived inference"@x-gmeow-english ;
                                                              skos:definition "An observation produced by inference, calculation, or machine learning from other observations."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/observationTypeIdentity
<https://blackcatinformatics.ca/gmeow/observationTypeIdentity> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/ObservationType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                               rdfs:label "identity claim"@x-gmeow-english ;
                                                               skos:definition "An identity claim — gender identity, gender expression, sexual orientation, or romantic orientation — asserted by or about a person."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/observationTypeKinship
<https://blackcatinformatics.ca/gmeow/observationTypeKinship> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/ObservationType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                              rdfs:label "kinship claim"@x-gmeow-english ;
                                                              skos:definition "A claim about a kinship or genealogical relationship between persons."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/observationTypeMeasurement
<https://blackcatinformatics.ca/gmeow/observationTypeMeasurement> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/ObservationType> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                                  rdfs:label "measurement"@x-gmeow-english ;
                                                                  skos:definition "A quantitative or qualitative measurement assigning a value to a feature."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/observationTypeNaming
<https://blackcatinformatics.ca/gmeow/observationTypeNaming> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/ObservationType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                             rdfs:label "naming claim"@x-gmeow-english ;
                                                             skos:definition "A claim about the appellation by which an entity is known in a given context."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/observationTypeRights
<https://blackcatinformatics.ca/gmeow/observationTypeRights> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/ObservationType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                             rdfs:label "rights claim"@x-gmeow-english ;
                                                             skos:definition "A claim about the rights, permissions, prohibitions, or duties governing an entity."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/observationTypeSensory
<https://blackcatinformatics.ca/gmeow/observationTypeSensory> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/ObservationType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                              rdfs:label "sensory reading"@x-gmeow-english ;
                                                              skos:definition "A reading from a sensor or sensory apparatus."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/observationTypeSimulation
<https://blackcatinformatics.ca/gmeow/observationTypeSimulation> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/ObservationType> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                                 rdfs:label "simulation output"@x-gmeow-english ;
                                                                 skos:definition "An observation produced by computational simulation rather than direct measurement."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/observationTypeStandpoint
<https://blackcatinformatics.ca/gmeow/observationTypeStandpoint> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/ObservationType> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                                 rdfs:label "standpoint claim"@x-gmeow-english ;
                                                                 skos:definition "An assertion made from a specific standpoint or frame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/observationTypeStreaming
<https://blackcatinformatics.ca/gmeow/observationTypeStreaming> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/ObservationType> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                                rdfs:label "streaming"@x-gmeow-english ;
                                                                skos:definition "A streaming observation — a member of a time-ordered sequence produced by a sensor or platform."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/opacityDamaged
<https://blackcatinformatics.ca/gmeow/opacityDamaged> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/OpacityReason> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                      rdfs:label "damaged"@x-gmeow-english ;
                                                      skos:definition "The frame failed its self-hash check or its payload would not decode — content corruption, detected and surfaced rather than dropped."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/opacityMissingKey
<https://blackcatinformatics.ca/gmeow/opacityMissingKey> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/OpacityReason> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                         rdfs:label "missing key"@x-gmeow-english ;
                                                         skos:definition "The frame is sealed with an encrypt-class codec and the reader holds no key for it; the declared recipients (gmeow:sealedRecipient) can decrypt it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/opacityUnknownCodec
<https://blackcatinformatics.ca/gmeow/opacityUnknownCodec> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/OpacityReason> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                           rdfs:label "unknown codec"@x-gmeow-english ;
                                                           skos:definition "The frame's transform chain names a codec the reader has no library for."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/operatorAll
<https://blackcatinformatics.ca/gmeow/operatorAll> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/GroupOperator> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                   rdfs:label "all of (and)"@x-gmeow-english ;
                                                   skos:definition "The conjunction operator — the group holds when every member holds."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/operatorAny
<https://blackcatinformatics.ca/gmeow/operatorAny> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/GroupOperator> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                   rdfs:label "any of (or)"@x-gmeow-english ;
                                                   skos:definition "The disjunction operator — the group holds when at least one member holds."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/operatorEq
<https://blackcatinformatics.ca/gmeow/operatorEq> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/ConstraintOperator> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                  rdfs:label "equal to"@x-gmeow-english ;
                                                  skos:definition "The ODRL eq comparison operator (odrl:eq)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/operatorGt
<https://blackcatinformatics.ca/gmeow/operatorGt> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/ConstraintOperator> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                  rdfs:label "greater than"@x-gmeow-english ;
                                                  skos:definition "The ODRL gt comparison operator (odrl:gt)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/operatorGteq
<https://blackcatinformatics.ca/gmeow/operatorGteq> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/ConstraintOperator> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                    rdfs:label "greater than or equal to"@x-gmeow-english ;
                                                    skos:definition "The ODRL gteq comparison operator (odrl:gteq)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/operatorHasPart
<https://blackcatinformatics.ca/gmeow/operatorHasPart> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/ConstraintOperator> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                       rdfs:label "has part"@x-gmeow-english ;
                                                       skos:definition "The ODRL hasPart comparison operator (odrl:hasPart)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/operatorIsA
<https://blackcatinformatics.ca/gmeow/operatorIsA> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/ConstraintOperator> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                   rdfs:label "is a"@x-gmeow-english ;
                                                   skos:definition "The ODRL isA comparison operator (odrl:isA)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/operatorIsAllOf
<https://blackcatinformatics.ca/gmeow/operatorIsAllOf> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/ConstraintOperator> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                       rdfs:label "is all of"@x-gmeow-english ;
                                                       skos:definition "The ODRL isAllOf comparison operator (odrl:isAllOf)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/operatorIsAnyOf
<https://blackcatinformatics.ca/gmeow/operatorIsAnyOf> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/ConstraintOperator> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                       rdfs:label "is any of"@x-gmeow-english ;
                                                       skos:definition "The ODRL isAnyOf comparison operator (odrl:isAnyOf)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/operatorIsNoneOf
<https://blackcatinformatics.ca/gmeow/operatorIsNoneOf> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/ConstraintOperator> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                        rdfs:label "is none of"@x-gmeow-english ;
                                                        skos:definition "The ODRL isNoneOf comparison operator (odrl:isNoneOf)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/operatorIsPartOf
<https://blackcatinformatics.ca/gmeow/operatorIsPartOf> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/ConstraintOperator> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                        rdfs:label "is part of"@x-gmeow-english ;
                                                        skos:definition "The ODRL isPartOf comparison operator (odrl:isPartOf)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/operatorLt
<https://blackcatinformatics.ca/gmeow/operatorLt> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/ConstraintOperator> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                  rdfs:label "less than"@x-gmeow-english ;
                                                  skos:definition "The ODRL lt comparison operator (odrl:lt)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/operatorLteq
<https://blackcatinformatics.ca/gmeow/operatorLteq> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/ConstraintOperator> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                    rdfs:label "less than or equal to"@x-gmeow-english ;
                                                    skos:definition "The ODRL lteq comparison operator (odrl:lteq)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/operatorNeq
<https://blackcatinformatics.ca/gmeow/operatorNeq> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/ConstraintOperator> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                   rdfs:label "not equal to"@x-gmeow-english ;
                                                   skos:definition "The ODRL neq comparison operator (odrl:neq)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/operatorNone
<https://blackcatinformatics.ca/gmeow/operatorNone> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/GroupOperator> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                    rdfs:label "none of (not)"@x-gmeow-english ;
                                                    skos:definition "The negation operator — the group holds when no member holds."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/orderStatusCancelled
<https://blackcatinformatics.ca/gmeow/orderStatusCancelled> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/OrderStatus> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                            rdfs:label "cancelled"@x-gmeow-english ;
                                                            skos:definition "An order that has been cancelled. Retained with displayable false, never deleted (Principle 10)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/orderStatusConfirmed
<https://blackcatinformatics.ca/gmeow/orderStatusConfirmed> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/OrderStatus> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                            rdfs:label "confirmed"@x-gmeow-english ;
                                                            skos:definition "An order that has been confirmed by the seller."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/orderStatusDelivered
<https://blackcatinformatics.ca/gmeow/orderStatusDelivered> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/OrderStatus> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                            rdfs:label "delivered"@x-gmeow-english ;
                                                            skos:definition "An order whose goods have been delivered."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/orderStatusPending
<https://blackcatinformatics.ca/gmeow/orderStatusPending> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/OrderStatus> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                          rdfs:label "pending"@x-gmeow-english ;
                                                          skos:definition "An order that has been placed but not yet confirmed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/orderStatusShipped
<https://blackcatinformatics.ca/gmeow/orderStatusShipped> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/OrderStatus> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                          rdfs:label "shipped"@x-gmeow-english ;
                                                          skos:definition "An order whose goods have been shipped."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/organizationTypeAssociation
<https://blackcatinformatics.ca/gmeow/organizationTypeAssociation> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/OrganizationType> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                                   rdfs:label "association"@x-gmeow-english ;
                                                                   skos:definition "An association, society, or union of members."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/organizationTypeCollaboration
<https://blackcatinformatics.ca/gmeow/organizationTypeCollaboration> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/OrganizationType> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                                     rdfs:label "collaboration"@x-gmeow-english ;
                                                                     skos:definition "A cross-organization collaboration — a consortium, joint venture, standards body, or temporary multi-party arrangement."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/organizationTypeCompany
<https://blackcatinformatics.ca/gmeow/organizationTypeCompany> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/OrganizationType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                               rdfs:label "company"@x-gmeow-english ;
                                                               skos:definition "A for-profit business entity."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/organizationTypeEducationalInstitution
<https://blackcatinformatics.ca/gmeow/organizationTypeEducationalInstitution> rdf:type owl:NamedIndividual ,
                                                                                       <https://blackcatinformatics.ca/gmeow/OrganizationType> ;
                                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                                              rdfs:label "educational institution"@x-gmeow-english ;
                                                                              skos:definition "A school, university, college, or other educational body."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/organizationTypeGovernmentBody
<https://blackcatinformatics.ca/gmeow/organizationTypeGovernmentBody> rdf:type owl:NamedIndividual ,
                                                                               <https://blackcatinformatics.ca/gmeow/OrganizationType> ;
                                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                                      rdfs:label "government body"@x-gmeow-english ;
                                                                      skos:definition "A governmental or public-sector organization."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/organizationTypeNonprofit
<https://blackcatinformatics.ca/gmeow/organizationTypeNonprofit> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/OrganizationType> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                                 rdfs:label "nonprofit"@x-gmeow-english ;
                                                                 skos:definition "A not-for-profit organization."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/orientAsexual
<https://blackcatinformatics.ca/gmeow/orientAsexual> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/SexualOrientationValue> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sexuality> ;
                                                     rdfs:label "asexual"@x-gmeow-english ;
                                                     skos:definition "The asexual sexual orientation value — a pattern of sexual attraction that an agent may experience."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/orientBisexual
<https://blackcatinformatics.ca/gmeow/orientBisexual> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/SexualOrientationValue> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sexuality> ;
                                                      rdfs:label "bisexual"@x-gmeow-english ;
                                                      skos:definition "The bisexual sexual orientation value — a pattern of sexual attraction that an agent may experience."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/orientDemisexual
<https://blackcatinformatics.ca/gmeow/orientDemisexual> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/SexualOrientationValue> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sexuality> ;
                                                        rdfs:label "demisexual"@x-gmeow-english ;
                                                        skos:definition "The demisexual sexual orientation value — a pattern of sexual attraction that an agent may experience."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/orientHeterosexual
<https://blackcatinformatics.ca/gmeow/orientHeterosexual> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/SexualOrientationValue> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sexuality> ;
                                                          rdfs:label "heterosexual"@x-gmeow-english ;
                                                          skos:definition "The heterosexual sexual orientation value — a pattern of sexual attraction that an agent may experience."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/orientHomosexual
<https://blackcatinformatics.ca/gmeow/orientHomosexual> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/SexualOrientationValue> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sexuality> ;
                                                        rdfs:label "homosexual / gay / lesbian"@x-gmeow-english ;
                                                        skos:definition "The homosexual sexual orientation value — a pattern of sexual attraction that an agent may experience."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/orientPansexual
<https://blackcatinformatics.ca/gmeow/orientPansexual> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/SexualOrientationValue> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sexuality> ;
                                                       rdfs:label "pansexual"@x-gmeow-english ;
                                                       skos:definition "The pansexual sexual orientation value — a pattern of sexual attraction that an agent may experience."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/orientQueer
<https://blackcatinformatics.ca/gmeow/orientQueer> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/SexualOrientationValue> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sexuality> ;
                                                   rdfs:label "queer"@x-gmeow-english ;
                                                   skos:definition "The queer sexual orientation value — a pattern of sexual attraction that an agent may experience."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/orientQuestioning
<https://blackcatinformatics.ca/gmeow/orientQuestioning> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/SexualOrientationValue> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sexuality> ;
                                                         rdfs:label "questioning"@x-gmeow-english ;
                                                         skos:definition "The questioning sexual orientation value — a pattern of sexual attraction that an agent may experience."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/originAiGenerated
<https://blackcatinformatics.ca/gmeow/originAiGenerated> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/LanguageOrigin> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                         rdfs:label "AI / machine-generated"@x-gmeow-english ;
                                                         skos:definition "The ai generated language origin — a provenance category that explains how a language or variety arose."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/originConstructedArtistic
<https://blackcatinformatics.ca/gmeow/originConstructedArtistic> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/LanguageOrigin> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                                 rdfs:label "constructed — artistic (e.g. Quenya, Klingon)"@x-gmeow-english ;
                                                                 skos:definition "The constructed artistic language origin — a provenance category that explains how a language or variety arose."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/originConstructedAuxiliary
<https://blackcatinformatics.ca/gmeow/originConstructedAuxiliary> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/LanguageOrigin> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                                  rdfs:label "constructed — auxiliary (IAL, e.g. Esperanto)"@x-gmeow-english ;
                                                                  skos:definition "The constructed auxiliary language origin — a provenance category that explains how a language or variety arose."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/originConstructedEngineered
<https://blackcatinformatics.ca/gmeow/originConstructedEngineered> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/LanguageOrigin> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                                   rdfs:label "constructed — engineered (e.g. Lojban, Ithkuil)"@x-gmeow-english ;
                                                                   skos:definition "The constructed engineered language origin — a provenance category that explains how a language or variety arose."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/originConstructedRitual
<https://blackcatinformatics.ca/gmeow/originConstructedRitual> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/LanguageOrigin> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                               rdfs:label "constructed — ritual / liturgical"@x-gmeow-english ;
                                                               skos:definition "The constructed ritual language origin — a provenance category that explains how a language or variety arose."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/originCreole
<https://blackcatinformatics.ca/gmeow/originCreole> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/LanguageOrigin> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                    rdfs:label "creole"@x-gmeow-english ;
                                                    skos:definition "The creole language origin — a provenance category that explains how a language or variety arose."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/originFormal
<https://blackcatinformatics.ca/gmeow/originFormal> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/LanguageOrigin> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                    rdfs:label "formal (logic / schema)"@x-gmeow-english ;
                                                    skos:definition "The formal language origin — a provenance category that explains how a language or variety arose."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/originMarkup
<https://blackcatinformatics.ca/gmeow/originMarkup> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/LanguageOrigin> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                    rdfs:label "markup"@x-gmeow-english ;
                                                    skos:definition "The markup language origin — a provenance category that explains how a language or variety arose."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/originMixed
<https://blackcatinformatics.ca/gmeow/originMixed> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/LanguageOrigin> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                   rdfs:label "mixed / contact language"@x-gmeow-english ;
                                                   skos:definition "The mixed language origin — a provenance category that explains how a language or variety arose."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/originNatural
<https://blackcatinformatics.ca/gmeow/originNatural> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/LanguageOrigin> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                     rdfs:label "natural"@x-gmeow-english ;
                                                     skos:definition "The natural language origin — a provenance category that explains how a language or variety arose."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/originPidgin
<https://blackcatinformatics.ca/gmeow/originPidgin> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/LanguageOrigin> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                    rdfs:label "pidgin"@x-gmeow-english ;
                                                    skos:definition "The pidgin language origin — a provenance category that explains how a language or variety arose."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/originProgramming
<https://blackcatinformatics.ca/gmeow/originProgramming> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/LanguageOrigin> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                         rdfs:label "programming"@x-gmeow-english ;
                                                         skos:definition "The programming language origin — a provenance category that explains how a language or variety arose."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/originQuery
<https://blackcatinformatics.ca/gmeow/originQuery> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/LanguageOrigin> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                   rdfs:label "query"@x-gmeow-english ;
                                                   skos:definition "The query language origin — a provenance category that explains how a language or variety arose."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/originReconstructed
<https://blackcatinformatics.ca/gmeow/originReconstructed> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/LanguageOrigin> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                           rdfs:label "reconstructed (proto-language)"@x-gmeow-english ;
                                                           skos:definition "The reconstructed language origin — a provenance category that explains how a language or variety arose."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/ornamentProfileKindBaroqueAgrement
<https://blackcatinformatics.ca/gmeow/ornamentProfileKindBaroqueAgrement> rdf:type owl:NamedIndividual ,
                                                                                   <https://blackcatinformatics.ca/gmeow/OrnamentProfileKind> ;
                                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                          rdfs:label "baroque agrément"@x-gmeow-english ;
                                                                          skos:definition "A French Baroque ornament sign and its realization convention."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/ornamentProfileKindGamaka
<https://blackcatinformatics.ca/gmeow/ornamentProfileKindGamaka> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/OrnamentProfileKind> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                 rdfs:label "gamaka"@x-gmeow-english ;
                                                                 skos:definition "A gamaka ornament family, used in South Asian raga performance (stress case 12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/ornamentProfileKindGraceNote
<https://blackcatinformatics.ca/gmeow/ornamentProfileKindGraceNote> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/OrnamentProfileKind> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                    rdfs:label "grace note"@x-gmeow-english ;
                                                                    skos:definition "A short unaccented note preceding a principal note."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/ornamentProfileKindJazzTurn
<https://blackcatinformatics.ca/gmeow/ornamentProfileKindJazzTurn> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/OrnamentProfileKind> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                   rdfs:label "jazz turn"@x-gmeow-english ;
                                                                   skos:definition "A jazz turn or ornament convention."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/ornamentProfileKindMordent
<https://blackcatinformatics.ca/gmeow/ornamentProfileKindMordent> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/OrnamentProfileKind> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                  rdfs:label "mordent"@x-gmeow-english ;
                                                                  skos:definition "A rapid alternation between a pitch and its neighbor."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayTypeAerodromeTrafficZone
<https://blackcatinformatics.ca/gmeow/overlayTypeAerodromeTrafficZone> rdf:type owl:NamedIndividual ,
                                                                                <https://blackcatinformatics.ca/gmeow/RegulatoryOverlayType> ;
                                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                       rdfs:label "aerodrome traffic zone (ATZ)"@x-gmeow-english ;
                                                                       skos:definition "An area of protected airspace established around an aerodrome for the protection of aerodrome traffic."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayTypeAirway
<https://blackcatinformatics.ca/gmeow/overlayTypeAirway> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/RegulatoryOverlayType> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "airway"@x-gmeow-english ;
                                                         skos:definition "A control area or portion thereof established in the form of a corridor equipped with navigation aids, designated by ICAO for channelling the flow of traffic."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayTypeAlertArea
<https://blackcatinformatics.ca/gmeow/overlayTypeAlertArea> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/RegulatoryOverlayType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                            rdfs:label "alert area"@x-gmeow-english ;
                                                            skos:definition "Airspace which may contain a high volume of pilot training or an unusual type of aerial activity, neither of which is hazardous to aircraft."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayTypeCivilTimeZone
<https://blackcatinformatics.ca/gmeow/overlayTypeCivilTimeZone> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/RegulatoryOverlayType> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                rdfs:label "civil time zone"@x-gmeow-english ;
                                                                skos:definition "A geographic area sharing the same standard civil time, typically following political boundaries and designated by an IANA time-zone identifier. The authority is the government or international body that decreed the timezone boundary."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayTypeContiguousZone
<https://blackcatinformatics.ca/gmeow/overlayTypeContiguousZone> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/RegulatoryOverlayType> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                 rdfs:label "contiguous zone"@x-gmeow-english ;
                                                                 skos:definition "A band of water extending from the outer edge of the territorial sea to up to 24 nautical miles from the baseline, in which the coastal state may exercise control to prevent infringement of its customs, fiscal, immigration, or sanitary laws (UNCLOS Article 33)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayTypeContinentalShelf
<https://blackcatinformatics.ca/gmeow/overlayTypeContinentalShelf> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/RegulatoryOverlayType> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                   rdfs:label "continental shelf"@x-gmeow-english ;
                                                                   skos:definition "The seabed and subsoil of the submarine areas that extend beyond the territorial sea to the outer edge of the continental margin, or to 200 nautical miles from the baseline where the margin does not extend that far (UNCLOS Article 76)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayTypeControlZone
<https://blackcatinformatics.ca/gmeow/overlayTypeControlZone> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/RegulatoryOverlayType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                              rdfs:label "control zone (CTR)"@x-gmeow-english ;
                                                              skos:definition "A controlled airspace extending upwards from the surface of the earth to a specified upper limit, established around an aerodrome (ICAO)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayTypeCustomsZone
<https://blackcatinformatics.ca/gmeow/overlayTypeCustomsZone> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/RegulatoryOverlayType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                              rdfs:label "customs zone"@x-gmeow-english ;
                                                              skos:definition "A customs territory, free-trade zone, bonded warehouse area, or other zone with special customs/tariff regulations."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayTypeElectoralDistrict
<https://blackcatinformatics.ca/gmeow/overlayTypeElectoralDistrict> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/RegulatoryOverlayType> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                    rdfs:label "electoral district"@x-gmeow-english ;
                                                                    skos:definition "A constituency or voting district defining the geographic boundary for an election."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayTypeFishingZone
<https://blackcatinformatics.ca/gmeow/overlayTypeFishingZone> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/RegulatoryOverlayType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                              rdfs:label "fishing zone / EEZ"@x-gmeow-english ;
                                                              skos:definition "An exclusive economic zone (EEZ), fisheries management zone, or other maritime area subject to resource-extraction regulation under UNCLOS or bilateral agreement."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayTypeFlightInformationRegion
<https://blackcatinformatics.ca/gmeow/overlayTypeFlightInformationRegion> rdf:type owl:NamedIndividual ,
                                                                                   <https://blackcatinformatics.ca/gmeow/RegulatoryOverlayType> ;
                                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                          rdfs:label "flight information region (FIR)"@x-gmeow-english ;
                                                                          skos:definition "An airspace of defined dimensions within which flight information service and alerting service are provided (ICAO)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayTypeHighSeas
<https://blackcatinformatics.ca/gmeow/overlayTypeHighSeas> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/RegulatoryOverlayType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                           rdfs:label "high seas"@x-gmeow-english ;
                                                           skos:definition "All parts of the sea that are not included in the exclusive economic zone, territorial sea, or internal waters of a state (UNCLOS Article 86)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayTypeMarineProtectedArea
<https://blackcatinformatics.ca/gmeow/overlayTypeMarineProtectedArea> rdf:type owl:NamedIndividual ,
                                                                               <https://blackcatinformatics.ca/gmeow/RegulatoryOverlayType> ;
                                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                      rdfs:label "marine protected area"@x-gmeow-english ;
                                                                      skos:definition "A clearly defined geographical space in the marine environment recognised, dedicated and managed through legal or other effective means to achieve the long-term conservation of nature with associated ecosystem services and cultural values (IUCN definition)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayTypeMilitaryOperationsArea
<https://blackcatinformatics.ca/gmeow/overlayTypeMilitaryOperationsArea> rdf:type owl:NamedIndividual ,
                                                                                  <https://blackcatinformatics.ca/gmeow/RegulatoryOverlayType> ;
                                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                         rdfs:label "military operations area (MOA)"@x-gmeow-english ;
                                                                         skos:definition "Airspace established outside controlled airspace to segregate certain military activities from IFR traffic and to identify for VFR traffic where these activities are conducted."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayTypeNOTAM
<https://blackcatinformatics.ca/gmeow/overlayTypeNOTAM> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/RegulatoryOverlayType> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                        rdfs:label "notice to air missions (NOTAM)"@x-gmeow-english ;
                                                        skos:definition "A temporary, dynamic regulatory overlay issued to notify pilots of potential hazards or changes to aeronautical facilities, services, or procedures. Typically short-validity; modeled as a RegulatoryOverlay with brief duringInterval."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayTypePostalZone
<https://blackcatinformatics.ca/gmeow/overlayTypePostalZone> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/RegulatoryOverlayType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                             rdfs:label "postal zone"@x-gmeow-english ;
                                                             skos:definition "A postal code or ZIP delivery area — a zone designated for mail sorting and delivery by a postal authority."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayTypeProtectedArea
<https://blackcatinformatics.ca/gmeow/overlayTypeProtectedArea> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/RegulatoryOverlayType> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                rdfs:label "protected area"@x-gmeow-english ;
                                                                skos:definition "A legally-designated protected area such as a national park, wildlife reserve, marine protected area, or wilderness area. Management categories (IUCN Ia–VI) are carried as additional classifications, not as subclasses."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayTypeRestrictedAirspace
<https://blackcatinformatics.ca/gmeow/overlayTypeRestrictedAirspace> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/RegulatoryOverlayType> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                     rdfs:label "restricted airspace"@x-gmeow-english ;
                                                                     skos:definition "An airspace restriction including prohibited areas, restricted areas, danger areas, temporary reserved airspace (TRA), temporary segregated airspace (TSA), and no-fly zones. 3D bounds (altitude/ flight levels) are carried via overlayLowerBound / overlayUpperBound."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayTypeSanctions
<https://blackcatinformatics.ca/gmeow/overlayTypeSanctions> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/RegulatoryOverlayType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                            rdfs:label "sanctions / embargo"@x-gmeow-english ;
                                                            skos:definition "A territory subject to international or unilateral sanctions, embargoes, or trade restrictions imposed by one or more authorities."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayTypeTaxDistrict
<https://blackcatinformatics.ca/gmeow/overlayTypeTaxDistrict> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/RegulatoryOverlayType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                              rdfs:label "tax district"@x-gmeow-english ;
                                                              skos:definition "An administrative area designated for tax assessment, collection, or rate-setting purposes."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayTypeTerminalControlArea
<https://blackcatinformatics.ca/gmeow/overlayTypeTerminalControlArea> rdf:type owl:NamedIndividual ,
                                                                               <https://blackcatinformatics.ca/gmeow/RegulatoryOverlayType> ;
                                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                      rdfs:label "terminal control area (TMA/TCA)"@x-gmeow-english ;
                                                                      skos:definition "A controlled airspace normally established at the confluence of ATS routes in the vicinity of one or more major aerodromes (ICAO)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayTypeTerritorialSea
<https://blackcatinformatics.ca/gmeow/overlayTypeTerritorialSea> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/RegulatoryOverlayType> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                 rdfs:label "territorial sea"@x-gmeow-english ;
                                                                 skos:definition "A belt of coastal waters extending up to 12 nautical miles from the baseline of a coastal state, over which the state exercises sovereignty (UNCLOS Article 3)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayTypeWarningArea
<https://blackcatinformatics.ca/gmeow/overlayTypeWarningArea> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/RegulatoryOverlayType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                              rdfs:label "warning area"@x-gmeow-english ;
                                                              skos:definition "Airspace of defined dimensions, extending from 3 NM outward from the coast of the United States, that contains activity which may be hazardous to non-participating aircraft."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/overlayTypeZoning
<https://blackcatinformatics.ca/gmeow/overlayTypeZoning> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/RegulatoryOverlayType> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "zoning / land-use regulation"@x-gmeow-english ;
                                                         skos:definition "A land-use zoning overlay designating permitted uses (residential, commercial, industrial, agricultural, mixed-use) within a geographic area."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/paymentMethodBankTransfer
<https://blackcatinformatics.ca/gmeow/paymentMethodBankTransfer> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/PaymentMethod> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                                 rdfs:label "bank transfer"@x-gmeow-english ;
                                                                 skos:definition "Payment made by bank transfer or wire."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/paymentMethodCash
<https://blackcatinformatics.ca/gmeow/paymentMethodCash> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/PaymentMethod> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                         rdfs:label "cash"@x-gmeow-english ;
                                                         skos:definition "Payment made in physical currency."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/paymentMethodCheque
<https://blackcatinformatics.ca/gmeow/paymentMethodCheque> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/PaymentMethod> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                           rdfs:label "cheque"@x-gmeow-english ;
                                                           skos:definition "Payment made by cheque."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/paymentMethodCreditCard
<https://blackcatinformatics.ca/gmeow/paymentMethodCreditCard> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/PaymentMethod> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                               rdfs:label "credit card"@x-gmeow-english ;
                                                               skos:definition "Payment made by credit card."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/paymentMethodCrypto
<https://blackcatinformatics.ca/gmeow/paymentMethodCrypto> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/PaymentMethod> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                           rdfs:label "cryptocurrency"@x-gmeow-english ;
                                                           skos:definition "Payment made in cryptocurrency."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/periodCenozoic
<https://blackcatinformatics.ca/gmeow/periodCenozoic> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/NamedPeriod> ;
                                                      <https://blackcatinformatics.ca/gmeow/hasTemporalMeasurement> <https://blackcatinformatics.ca/gmeow/measurementCenozoicStart> ;
                                                      <https://blackcatinformatics.ca/gmeow/periodPartOf> <https://blackcatinformatics.ca/gmeow/periodPhanerozoic> ;
                                                      <https://blackcatinformatics.ca/gmeow/periodType> <https://blackcatinformatics.ca/gmeow/periodTypeGeologicEra> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                      rdfs:label "Cenozoic Era"@x-gmeow-english ;
                                                      skos:definition "The cenozoic named period — a conventional geological, historical, or fiscal interval with defined boundaries."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/periodHolocene
<https://blackcatinformatics.ca/gmeow/periodHolocene> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/NamedPeriod> ;
                                                      <https://blackcatinformatics.ca/gmeow/hasTemporalMeasurement> <https://blackcatinformatics.ca/gmeow/measurementHoloceneStart> ;
                                                      <https://blackcatinformatics.ca/gmeow/periodPartOf> <https://blackcatinformatics.ca/gmeow/periodQuaternary> ;
                                                      <https://blackcatinformatics.ca/gmeow/periodType> <https://blackcatinformatics.ca/gmeow/periodTypeGeologicEpoch> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                      rdfs:label "Holocene Epoch"@x-gmeow-english ;
                                                      skos:definition "The holocene named period — a conventional geological, historical, or fiscal interval with defined boundaries."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/periodPhanerozoic
<https://blackcatinformatics.ca/gmeow/periodPhanerozoic> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/NamedPeriod> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasTemporalMeasurement> <https://blackcatinformatics.ca/gmeow/measurementPhanerozoicStart> ;
                                                         <https://blackcatinformatics.ca/gmeow/periodType> <https://blackcatinformatics.ca/gmeow/periodTypeGeologicEon> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                         rdfs:label "Phanerozoic Eon"@x-gmeow-english ;
                                                         skos:definition "The phanerozoic named period — a conventional geological, historical, or fiscal interval with defined boundaries."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/periodQuaternary
<https://blackcatinformatics.ca/gmeow/periodQuaternary> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/NamedPeriod> ;
                                                        <https://blackcatinformatics.ca/gmeow/hasTemporalMeasurement> <https://blackcatinformatics.ca/gmeow/measurementQuaternaryStart> ;
                                                        <https://blackcatinformatics.ca/gmeow/periodPartOf> <https://blackcatinformatics.ca/gmeow/periodCenozoic> ;
                                                        <https://blackcatinformatics.ca/gmeow/periodType> <https://blackcatinformatics.ca/gmeow/periodTypeGeologicPeriod> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                        rdfs:label "Quaternary Period"@x-gmeow-english ;
                                                        skos:definition "The quaternary named period — a conventional geological, historical, or fiscal interval with defined boundaries."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/periodTypeFiscalYear
<https://blackcatinformatics.ca/gmeow/periodTypeFiscalYear> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/PeriodType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                            rdfs:label "fiscal year"@x-gmeow-english ;
                                                            skos:definition "The fiscal year period type — a classification of a named or bounded interval by the domain that defines it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/periodTypeGeologicAge
<https://blackcatinformatics.ca/gmeow/periodTypeGeologicAge> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/PeriodType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                             rdfs:label "geologic age"@x-gmeow-english ;
                                                             skos:definition "The geologic age period type — a classification of a named or bounded interval by the domain that defines it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/periodTypeGeologicEon
<https://blackcatinformatics.ca/gmeow/periodTypeGeologicEon> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/PeriodType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                             rdfs:label "geologic eon"@x-gmeow-english ;
                                                             skos:definition "The geologic eon period type — a classification of a named or bounded interval by the domain that defines it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/periodTypeGeologicEpoch
<https://blackcatinformatics.ca/gmeow/periodTypeGeologicEpoch> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/PeriodType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                               rdfs:label "geologic epoch"@x-gmeow-english ;
                                                               skos:definition "The geologic epoch period type — a classification of a named or bounded interval by the domain that defines it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/periodTypeGeologicEra
<https://blackcatinformatics.ca/gmeow/periodTypeGeologicEra> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/PeriodType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                             rdfs:label "geologic era"@x-gmeow-english ;
                                                             skos:definition "The geologic era period type — a classification of a named or bounded interval by the domain that defines it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/periodTypeGeologicPeriod
<https://blackcatinformatics.ca/gmeow/periodTypeGeologicPeriod> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/PeriodType> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                                rdfs:label "geologic period"@x-gmeow-english ;
                                                                skos:definition "The geologic period period type — a classification of a named or bounded interval by the domain that defines it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/periodTypeHistoricalDynasty
<https://blackcatinformatics.ca/gmeow/periodTypeHistoricalDynasty> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/PeriodType> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                                   rdfs:label "historical dynasty"@x-gmeow-english ;
                                                                   skos:definition "The historical dynasty period type — a classification of a named or bounded interval by the domain that defines it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/periodTypeHistoricalEra
<https://blackcatinformatics.ca/gmeow/periodTypeHistoricalEra> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/PeriodType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                               rdfs:label "historical era"@x-gmeow-english ;
                                                               skos:definition "The historical era period type — a classification of a named or bounded interval by the domain that defines it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchAnchorA415
<https://blackcatinformatics.ca/gmeow/pitchAnchorA415> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/PitchAnchor> ;
                                                       <https://blackcatinformatics.ca/gmeow/pitchAnchorOf> <https://blackcatinformatics.ca/gmeow/tuningSystem12EDO> ;
                                                       <https://blackcatinformatics.ca/gmeow/anchorDegree> 69 ;
                                                       <https://blackcatinformatics.ca/gmeow/anchorFrequency> 415.0 ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "A415 Baroque anchor"@x-gmeow-english ;
                                                       skos:definition "A historical Baroque pitch anchor: 12-EDO degree 69 = 415 Hz. The same lattice as A440, but a different anchor (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchAnchorA440
<https://blackcatinformatics.ca/gmeow/pitchAnchorA440> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/PitchAnchor> ;
                                                       <https://blackcatinformatics.ca/gmeow/pitchAnchorOf> <https://blackcatinformatics.ca/gmeow/tuningSystem12EDO> ;
                                                       <https://blackcatinformatics.ca/gmeow/anchorDegree> 69 ;
                                                       <https://blackcatinformatics.ca/gmeow/anchorFrequency> 440.0 ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "A440 anchor"@x-gmeow-english ;
                                                       skos:definition "The modern concert-pitch anchor: 12-EDO degree 69 = 440 Hz."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchCollectionExample
<https://blackcatinformatics.ca/gmeow/pitchCollectionExample> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/PitchCollection> ;
                                                              <https://blackcatinformatics.ca/gmeow/collectionKind> <https://blackcatinformatics.ca/gmeow/pitchCollectionKindSpectrumCollection> ;
                                                              <https://blackcatinformatics.ca/gmeow/derivedFromSpectrum> <https://blackcatinformatics.ca/gmeow/spectrumExample> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "example pitch collection"@x-gmeow-english ;
                                                              skos:definition "A placeholder pitch collection derived from spectrumExample, to be replaced by corpus-derived collections."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchCollectionKindJins
<https://blackcatinformatics.ca/gmeow/pitchCollectionKindJins> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/PitchCollectionKind> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "jins"@x-gmeow-english ;
                                                               skos:definition "A small melodic unit (typically 4-5 notes) that functions as a building block of a maqam."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchCollectionKindMaqam
<https://blackcatinformatics.ca/gmeow/pitchCollectionKindMaqam> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/PitchCollectionKind> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "maqam"@x-gmeow-english ;
                                                                skos:definition "An Arabic/Turkish pitch collection composed of ordered ajnas (sub-collections) and associated with melodic pathways."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchCollectionKindMode
<https://blackcatinformatics.ca/gmeow/pitchCollectionKindMode> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/PitchCollectionKind> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "mode"@x-gmeow-english ;
                                                               skos:definition "A pitch collection extracted from a scale by choosing a different finalis/tonic, without altering the interval sequence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchCollectionKindModeOfLimitedTransposition
<https://blackcatinformatics.ca/gmeow/pitchCollectionKindModeOfLimitedTransposition> rdf:type owl:NamedIndividual ,
                                                                                              <https://blackcatinformatics.ca/gmeow/PitchCollectionKind> ;
                                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                                     rdfs:label "mode of limited transposition"@x-gmeow-english ;
                                                                                     skos:definition "A pitch collection with fewer than twelve distinct transpositions under octave equivalence, as defined by Olivier Messiaen (stress case 10)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchCollectionKindPCSet
<https://blackcatinformatics.ca/gmeow/pitchCollectionKindPCSet> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/PitchCollectionKind> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "pitch-class set"@x-gmeow-english ;
                                                                skos:definition "A set of pitch classes under octave equivalence, the basic object of pitch-class set theory."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchCollectionKindPathet
<https://blackcatinformatics.ca/gmeow/pitchCollectionKindPathet> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/PitchCollectionKind> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                 rdfs:label "pathet"@x-gmeow-english ;
                                                                 skos:definition "A Javanese modal category associating a pitch collection with a melodic contour and a cadential pitch."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchCollectionKindRaga
<https://blackcatinformatics.ca/gmeow/pitchCollectionKindRaga> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/PitchCollectionKind> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "raga"@x-gmeow-english ;
                                                               skos:definition "A South Asian pitch collection with characteristic member roles, ascending/descending conventions, and associated ornament profiles; explicitly more than a scale."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchCollectionKindRowSeries
<https://blackcatinformatics.ca/gmeow/pitchCollectionKindRowSeries> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/PitchCollectionKind> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                    rdfs:label "row or series"@x-gmeow-english ;
                                                                    skos:definition "An ordered series of pitch classes, as in twelve-tone technique."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchCollectionKindScale
<https://blackcatinformatics.ca/gmeow/pitchCollectionKindScale> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/PitchCollectionKind> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "scale"@x-gmeow-english ;
                                                                skos:definition "A conventional ordered pitch collection, usually spanning one period of the tuning system (e.g. an octave)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchCollectionKindSpectrumCollection
<https://blackcatinformatics.ca/gmeow/pitchCollectionKindSpectrumCollection> rdf:type owl:NamedIndividual ,
                                                                                      <https://blackcatinformatics.ca/gmeow/PitchCollectionKind> ;
                                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                             rdfs:label "spectrum collection"@x-gmeow-english ;
                                                                             skos:definition "A pitch collection derived from a spectrum by a solver (fnSpectrumToPitchCollection), as in spectralism (stress case 7)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchCollectionKindThaat
<https://blackcatinformatics.ca/gmeow/pitchCollectionKindThaat> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/PitchCollectionKind> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "thaat"@x-gmeow-english ;
                                                                skos:definition "A Hindustani parent scale classification from which ragas are derived."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchCollectionMessiaenMode1
<https://blackcatinformatics.ca/gmeow/pitchCollectionMessiaenMode1> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/PitchCollection> ;
                                                                    <https://blackcatinformatics.ca/gmeow/collectionKind> <https://blackcatinformatics.ca/gmeow/pitchCollectionKindModeOfLimitedTransposition> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                    rdfs:label "Messiaen mode of limited transposition 1"@x-gmeow-english ;
                                                                    skos:definition "Messiaen's first mode of limited transposition: the whole-tone collection C-D-E-F♯-G♯-A♯ in 12-EDO (stress case 10)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchCollectionPCSet027
<https://blackcatinformatics.ca/gmeow/pitchCollectionPCSet027> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/PitchCollection> ;
                                                               <https://blackcatinformatics.ca/gmeow/collectionKind> <https://blackcatinformatics.ca/gmeow/pitchCollectionKindPCSet> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "pitch-class set [0,2,7]"@x-gmeow-english ;
                                                               skos:definition "A simple pitch-class set exemplar: {C,D,G} under octave equivalence in 12-EDO."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchCollectionRastJinsC
<https://blackcatinformatics.ca/gmeow/pitchCollectionRastJinsC> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/PitchCollection> ;
                                                                <https://blackcatinformatics.ca/gmeow/collectionKind> <https://blackcatinformatics.ca/gmeow/pitchCollectionKindJins> ;
                                                                <https://blackcatinformatics.ca/gmeow/collectionPartOrder> "0"^^xsd:nonNegativeInteger ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "Rast jins on C"@x-gmeow-english ;
                                                                skos:definition "The lower Rast jins (C-D-E half-flat-F) within Rast maqam."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchCollectionRastJinsHighC
<https://blackcatinformatics.ca/gmeow/pitchCollectionRastJinsHighC> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/PitchCollection> ;
                                                                    <https://blackcatinformatics.ca/gmeow/collectionKind> <https://blackcatinformatics.ca/gmeow/pitchCollectionKindJins> ;
                                                                    <https://blackcatinformatics.ca/gmeow/collectionPartOrder> "2"^^xsd:nonNegativeInteger ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                    rdfs:label "Rast jins on high C"@x-gmeow-english ;
                                                                    skos:definition "The upper Rast jins (C-D-E half-flat-F) within Rast maqam."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchCollectionRastMaqam
<https://blackcatinformatics.ca/gmeow/pitchCollectionRastMaqam> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/PitchCollection> ;
                                                                <https://blackcatinformatics.ca/gmeow/collectionKind> <https://blackcatinformatics.ca/gmeow/pitchCollectionKindMaqam> ;
                                                                <https://blackcatinformatics.ca/gmeow/hasPart> <https://blackcatinformatics.ca/gmeow/pitchCollectionRastJinsC> ,
                                                                                                               <https://blackcatinformatics.ca/gmeow/pitchCollectionRastJinsHighC> ,
                                                                                                               <https://blackcatinformatics.ca/gmeow/pitchCollectionWustaJinsG> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "Rast maqam on C"@x-gmeow-english ;
                                                                skos:definition "The Arabic Rast maqam on C, composed of ordered ajnas (Rast on C, Wusta on G, Rast on high C), as a maqam seed (stress case 12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchCollectionWustaJinsG
<https://blackcatinformatics.ca/gmeow/pitchCollectionWustaJinsG> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/PitchCollection> ;
                                                                 <https://blackcatinformatics.ca/gmeow/collectionKind> <https://blackcatinformatics.ca/gmeow/pitchCollectionKindJins> ;
                                                                 <https://blackcatinformatics.ca/gmeow/collectionPartOrder> "1"^^xsd:nonNegativeInteger ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                 rdfs:label "Wusta jins on G"@x-gmeow-english ;
                                                                 skos:definition "The Wusta jins (G-A-B half-flat-C) within Rast maqam."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchCollectionYamanRaga
<https://blackcatinformatics.ca/gmeow/pitchCollectionYamanRaga> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/PitchCollection> ;
                                                                <https://blackcatinformatics.ca/gmeow/collectionKind> <https://blackcatinformatics.ca/gmeow/pitchCollectionKindRaga> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "Raga Yaman"@x-gmeow-english ;
                                                                skos:definition "A simplified Hindustani Raga Yaman (Kalyan) seed in 12-EDO, illustrating vādī, samvādī, and member roles."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchIntervalMajorSecondDown
<https://blackcatinformatics.ca/gmeow/pitchIntervalMajorSecondDown> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/PitchInterval> ;
                                                                    <https://blackcatinformatics.ca/gmeow/hasTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem12EDO> ;
                                                                    <https://blackcatinformatics.ca/gmeow/centsFromOrigin> -200.0 ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                    rdfs:label "major second down"@x-gmeow-english ;
                                                                    skos:definition "A descending major second, the interval by which a standard guitar low E is dropped to D in drop-D tuning."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchIntervalPerfectFifth
<https://blackcatinformatics.ca/gmeow/pitchIntervalPerfectFifth> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/PitchInterval> ;
                                                                 <https://blackcatinformatics.ca/gmeow/hasTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystemJustIntonation> ;
                                                                 <https://blackcatinformatics.ca/gmeow/ratioDenominator> 2 ;
                                                                 <https://blackcatinformatics.ca/gmeow/ratioNumerator> 3 ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                 rdfs:label "perfect fifth"@x-gmeow-english ;
                                                                 skos:definition "The just-intonation perfect fifth, ratio 3/2."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchIntervalSeptimalComma
<https://blackcatinformatics.ca/gmeow/pitchIntervalSeptimalComma> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/PitchInterval> ;
                                                                  <https://blackcatinformatics.ca/gmeow/hasTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystemJustIntonation> ;
                                                                  <https://blackcatinformatics.ca/gmeow/ratioDenominator> 63 ;
                                                                  <https://blackcatinformatics.ca/gmeow/ratioNumerator> 64 ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                  rdfs:label "septimal comma"@x-gmeow-english ;
                                                                  skos:definition "The small interval 64/63 between a just-intonation dominant seventh and a harmonic seventh."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchIntervalSyntonicComma
<https://blackcatinformatics.ca/gmeow/pitchIntervalSyntonicComma> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/PitchInterval> ;
                                                                  <https://blackcatinformatics.ca/gmeow/hasTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystemJustIntonation> ;
                                                                  <https://blackcatinformatics.ca/gmeow/ratioDenominator> 80 ;
                                                                  <https://blackcatinformatics.ca/gmeow/ratioNumerator> 81 ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                  rdfs:label "syntonic comma"@x-gmeow-english ;
                                                                  skos:definition "The interval 81/80 between a Pythagorean major third and a just-intonation major third."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchSpellingCSharp4CMN
<https://blackcatinformatics.ca/gmeow/pitchSpellingCSharp4CMN> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/PitchSpelling> ;
                                                               <https://blackcatinformatics.ca/gmeow/spellingPitch> <https://blackcatinformatics.ca/gmeow/pitchValue12EDOCSharp4> ;
                                                               <https://blackcatinformatics.ca/gmeow/spellingSystem> <https://blackcatinformatics.ca/gmeow/pitchSpellingSystemCMN> ;
                                                               <https://blackcatinformatics.ca/gmeow/spelledName> "C♯4" ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "C♯4 in CMN"@x-gmeow-english ;
                                                               skos:definition "The CMN spelling \"C♯4\" for the 12-EDO pitch value at degree 1."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchSpellingDFlat4CMN
<https://blackcatinformatics.ca/gmeow/pitchSpellingDFlat4CMN> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/PitchSpelling> ;
                                                              <https://blackcatinformatics.ca/gmeow/spellingPitch> <https://blackcatinformatics.ca/gmeow/pitchValue12EDOCSharp4> ;
                                                              <https://blackcatinformatics.ca/gmeow/spellingSystem> <https://blackcatinformatics.ca/gmeow/pitchSpellingSystemCMN> ;
                                                              <https://blackcatinformatics.ca/gmeow/spelledName> "D♭4" ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "D♭4 in CMN"@x-gmeow-english ;
                                                              skos:definition "The CMN spelling \"D♭4\" for the same 12-EDO pitch value as C♯4; an enharmonic peer (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchSpellingGaSargam
<https://blackcatinformatics.ca/gmeow/pitchSpellingGaSargam> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/PitchSpelling> ;
                                                             <https://blackcatinformatics.ca/gmeow/spellingPitch> <https://blackcatinformatics.ca/gmeow/pitchValue12EDOE4> ;
                                                             <https://blackcatinformatics.ca/gmeow/spellingSystem> <https://blackcatinformatics.ca/gmeow/pitchSpellingSystemSargam> ;
                                                             <https://blackcatinformatics.ca/gmeow/spelledName> "Ga" ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "Ga in sargam"@x-gmeow-english ;
                                                             skos:definition "The sargam spelling \"Ga\" for the pitch E in Raga Yaman."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchSpellingPlus7Johnston
<https://blackcatinformatics.ca/gmeow/pitchSpellingPlus7Johnston> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/PitchSpelling> ;
                                                                  <https://blackcatinformatics.ca/gmeow/spellingPitch> <https://blackcatinformatics.ca/gmeow/pitchValueJI7Over4> ;
                                                                  <https://blackcatinformatics.ca/gmeow/spellingSystem> <https://blackcatinformatics.ca/gmeow/pitchSpellingSystemJohnston> ;
                                                                  <https://blackcatinformatics.ca/gmeow/spelledName> "+7" ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                  rdfs:label "+7 in Johnston accidentals"@x-gmeow-english ;
                                                                  skos:definition "The Johnston accidental spelling \"+7\" for the harmonic seventh ratio 7/4."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchSpellingSystemCMN
<https://blackcatinformatics.ca/gmeow/pitchSpellingSystemCMN> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/PitchSpellingSystem> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "Common Music Notation staff"@x-gmeow-english ;
                                                              skos:definition "The Western staff notation system of letter names, accidentals, and octave numbers (e.g. C♯4)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchSpellingSystemFixedDo
<https://blackcatinformatics.ca/gmeow/pitchSpellingSystemFixedDo> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/PitchSpellingSystem> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                  rdfs:label "fixed-do solfège"@x-gmeow-english ;
                                                                  skos:definition "A solfege system in which do, re, mi are fixed to absolute pitch classes."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchSpellingSystemHelmholtz
<https://blackcatinformatics.ca/gmeow/pitchSpellingSystemHelmholtz> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/PitchSpellingSystem> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                    rdfs:label "Helmholtz pitch notation"@x-gmeow-english ;
                                                                    skos:definition "The Helmholtz system of octave-distinguished letter names (e.g. c′)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchSpellingSystemJohnston
<https://blackcatinformatics.ca/gmeow/pitchSpellingSystemJohnston> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/PitchSpellingSystem> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                   rdfs:label "Ben Johnston accidentals"@x-gmeow-english ;
                                                                   skos:definition "The just-intonation accidental notation developed by Ben Johnston (e.g. +7 for a 7-limit comma alteration)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchSpellingSystemMovableDo
<https://blackcatinformatics.ca/gmeow/pitchSpellingSystemMovableDo> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/PitchSpellingSystem> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                    rdfs:label "movable-do solfège"@x-gmeow-english ;
                                                                    skos:definition "A solfege system in which do is relative to the local tonic of a collection."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchSpellingSystemSargam
<https://blackcatinformatics.ca/gmeow/pitchSpellingSystemSargam> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/PitchSpellingSystem> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                 rdfs:label "sargam"@x-gmeow-english ;
                                                                 skos:definition "The South Asian solfege spelling system Sa-Re-Ga-Ma-Pa-Dha-Ni."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchValue12EDOA4
<https://blackcatinformatics.ca/gmeow/pitchValue12EDOA4> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/PitchValue> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem12EDO> ;
                                                         <https://blackcatinformatics.ca/gmeow/centsFromOrigin> 900.0 ;
                                                         <https://blackcatinformatics.ca/gmeow/pitchDegree> 9 ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "12-EDO A4"@x-gmeow-english ;
                                                         skos:definition "The 12-EDO pitch value A4, nine semitones above C4."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchValue12EDOASharp4
<https://blackcatinformatics.ca/gmeow/pitchValue12EDOASharp4> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/PitchValue> ;
                                                              <https://blackcatinformatics.ca/gmeow/hasTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem12EDO> ;
                                                              <https://blackcatinformatics.ca/gmeow/centsFromOrigin> 1000.0 ;
                                                              <https://blackcatinformatics.ca/gmeow/pitchDegree> 10 ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "12-EDO A♯4 / B♭4"@x-gmeow-english ;
                                                              skos:definition "The 12-EDO pitch value A♯4, ten semitones above C4."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchValue12EDOB4
<https://blackcatinformatics.ca/gmeow/pitchValue12EDOB4> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/PitchValue> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem12EDO> ;
                                                         <https://blackcatinformatics.ca/gmeow/centsFromOrigin> 1100.0 ;
                                                         <https://blackcatinformatics.ca/gmeow/pitchDegree> 11 ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "12-EDO B4"@x-gmeow-english ;
                                                         skos:definition "The 12-EDO pitch value B4, eleven semitones above C4."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchValue12EDOC5
<https://blackcatinformatics.ca/gmeow/pitchValue12EDOC5> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/PitchValue> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem12EDO> ;
                                                         <https://blackcatinformatics.ca/gmeow/centsFromOrigin> 1200.0 ;
                                                         <https://blackcatinformatics.ca/gmeow/pitchDegree> 12 ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "12-EDO C5"@x-gmeow-english ;
                                                         skos:definition "The 12-EDO pitch value C5, one octave above C4."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchValue12EDOCSharp4
<https://blackcatinformatics.ca/gmeow/pitchValue12EDOCSharp4> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/PitchValue> ;
                                                              <https://blackcatinformatics.ca/gmeow/hasTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem12EDO> ;
                                                              <https://blackcatinformatics.ca/gmeow/centsFromOrigin> 100.0 ;
                                                              <https://blackcatinformatics.ca/gmeow/pitchDegree> 1 ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "12-EDO C♯4 / D♭4"@x-gmeow-english ;
                                                              skos:definition "The 12-EDO pitch class one semitone above C4, enharmonically equivalent to D♭4."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchValue12EDOD4
<https://blackcatinformatics.ca/gmeow/pitchValue12EDOD4> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/PitchValue> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem12EDO> ;
                                                         <https://blackcatinformatics.ca/gmeow/centsFromOrigin> 200.0 ;
                                                         <https://blackcatinformatics.ca/gmeow/pitchDegree> 2 ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "12-EDO D4"@x-gmeow-english ;
                                                         skos:definition "The 12-EDO pitch value D4, two semitones above C4."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchValue12EDOE4
<https://blackcatinformatics.ca/gmeow/pitchValue12EDOE4> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/PitchValue> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem12EDO> ;
                                                         <https://blackcatinformatics.ca/gmeow/centsFromOrigin> 400.0 ;
                                                         <https://blackcatinformatics.ca/gmeow/pitchDegree> 4 ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "12-EDO E4"@x-gmeow-english ;
                                                         skos:definition "The 12-EDO pitch value E4, four semitones above C4."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchValue12EDOF4
<https://blackcatinformatics.ca/gmeow/pitchValue12EDOF4> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/PitchValue> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem12EDO> ;
                                                         <https://blackcatinformatics.ca/gmeow/centsFromOrigin> 500.0 ;
                                                         <https://blackcatinformatics.ca/gmeow/pitchDegree> 5 ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "12-EDO F4"@x-gmeow-english ;
                                                         skos:definition "The 12-EDO pitch value F4, five semitones above C4."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchValue12EDOFSharp4
<https://blackcatinformatics.ca/gmeow/pitchValue12EDOFSharp4> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/PitchValue> ;
                                                              <https://blackcatinformatics.ca/gmeow/hasTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem12EDO> ;
                                                              <https://blackcatinformatics.ca/gmeow/centsFromOrigin> 600.0 ;
                                                              <https://blackcatinformatics.ca/gmeow/pitchDegree> 6 ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "12-EDO F♯4"@x-gmeow-english ;
                                                              skos:definition "The 12-EDO pitch value F♯4, six semitones above C4."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchValue12EDOFifth
<https://blackcatinformatics.ca/gmeow/pitchValue12EDOFifth> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/PitchValue> ;
                                                            <https://blackcatinformatics.ca/gmeow/hasTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem12EDO> ;
                                                            <https://blackcatinformatics.ca/gmeow/centsFromOrigin> 700.0 ;
                                                            <https://blackcatinformatics.ca/gmeow/pitchDegree> 7 ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                            rdfs:label "12-EDO fifth (G)"@x-gmeow-english ;
                                                            skos:definition "The tempered fifth in 12-EDO, approximating 3/2."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchValue12EDOGSharp4
<https://blackcatinformatics.ca/gmeow/pitchValue12EDOGSharp4> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/PitchValue> ;
                                                              <https://blackcatinformatics.ca/gmeow/hasTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem12EDO> ;
                                                              <https://blackcatinformatics.ca/gmeow/centsFromOrigin> 800.0 ;
                                                              <https://blackcatinformatics.ca/gmeow/pitchDegree> 8 ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "12-EDO G♯4 / A♭4"@x-gmeow-english ;
                                                              skos:definition "The 12-EDO pitch value G♯4, eight semitones above C4."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchValue12EDOOrigin
<https://blackcatinformatics.ca/gmeow/pitchValue12EDOOrigin> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/PitchValue> ;
                                                             <https://blackcatinformatics.ca/gmeow/hasTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem12EDO> ;
                                                             <https://blackcatinformatics.ca/gmeow/pitchDegree> 0 ;
                                                             <https://blackcatinformatics.ca/gmeow/ratioDenominator> 1 ;
                                                             <https://blackcatinformatics.ca/gmeow/ratioNumerator> 1 ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "12-EDO origin (C)"@x-gmeow-english ;
                                                             skos:definition "The origin degree of 12-EDO, ratio 1/1."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchValue24EDOA4
<https://blackcatinformatics.ca/gmeow/pitchValue24EDOA4> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/PitchValue> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem24EDO> ;
                                                         <https://blackcatinformatics.ca/gmeow/centsFromOrigin> 900.0 ;
                                                         <https://blackcatinformatics.ca/gmeow/pitchDegree> 18 ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "24-EDO A4"@x-gmeow-english ;
                                                         skos:definition "The 24-EDO pitch value A4 (900 cents)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchValue24EDOBHalfFlat4
<https://blackcatinformatics.ca/gmeow/pitchValue24EDOBHalfFlat4> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/PitchValue> ;
                                                                 <https://blackcatinformatics.ca/gmeow/hasTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem24EDO> ;
                                                                 <https://blackcatinformatics.ca/gmeow/centsFromOrigin> 1050.0 ;
                                                                 <https://blackcatinformatics.ca/gmeow/pitchDegree> 21 ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                 rdfs:label "24-EDO B half-flat 4"@x-gmeow-english ;
                                                                 skos:definition "The 24-EDO pitch value B half-flat 4 (1050 cents), the characteristic seventh of Rast."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchValue24EDOC4
<https://blackcatinformatics.ca/gmeow/pitchValue24EDOC4> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/PitchValue> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem24EDO> ;
                                                         <https://blackcatinformatics.ca/gmeow/centsFromOrigin> 0.0 ;
                                                         <https://blackcatinformatics.ca/gmeow/pitchDegree> 0 ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "24-EDO C4"@x-gmeow-english ;
                                                         skos:definition "The origin C4 in 24-EDO (0 cents)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchValue24EDOC5
<https://blackcatinformatics.ca/gmeow/pitchValue24EDOC5> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/PitchValue> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem24EDO> ;
                                                         <https://blackcatinformatics.ca/gmeow/centsFromOrigin> 1200.0 ;
                                                         <https://blackcatinformatics.ca/gmeow/pitchDegree> 24 ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "24-EDO C5"@x-gmeow-english ;
                                                         skos:definition "The 24-EDO pitch value C5 (1200 cents)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchValue24EDOD4
<https://blackcatinformatics.ca/gmeow/pitchValue24EDOD4> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/PitchValue> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem24EDO> ;
                                                         <https://blackcatinformatics.ca/gmeow/centsFromOrigin> 200.0 ;
                                                         <https://blackcatinformatics.ca/gmeow/pitchDegree> 4 ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "24-EDO D4"@x-gmeow-english ;
                                                         skos:definition "The 24-EDO pitch value D4 (200 cents)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchValue24EDOE4
<https://blackcatinformatics.ca/gmeow/pitchValue24EDOE4> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/PitchValue> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem24EDO> ;
                                                         <https://blackcatinformatics.ca/gmeow/centsFromOrigin> 400.0 ;
                                                         <https://blackcatinformatics.ca/gmeow/pitchDegree> 8 ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "24-EDO E4"@x-gmeow-english ;
                                                         skos:definition "The 24-EDO pitch value E4 (400 cents), the Turkish-natural third sometimes contested with E half-flat in Rast."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchValue24EDOEHalfFlat4
<https://blackcatinformatics.ca/gmeow/pitchValue24EDOEHalfFlat4> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/PitchValue> ;
                                                                 <https://blackcatinformatics.ca/gmeow/hasTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem24EDO> ;
                                                                 <https://blackcatinformatics.ca/gmeow/centsFromOrigin> 350.0 ;
                                                                 <https://blackcatinformatics.ca/gmeow/pitchDegree> 7 ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                 rdfs:label "24-EDO E half-flat 4"@x-gmeow-english ;
                                                                 skos:definition "The 24-EDO pitch value E half-flat 4 (350 cents), the characteristic third of Rast."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchValue24EDOF4
<https://blackcatinformatics.ca/gmeow/pitchValue24EDOF4> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/PitchValue> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem24EDO> ;
                                                         <https://blackcatinformatics.ca/gmeow/centsFromOrigin> 500.0 ;
                                                         <https://blackcatinformatics.ca/gmeow/pitchDegree> 10 ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "24-EDO F4"@x-gmeow-english ;
                                                         skos:definition "The 24-EDO pitch value F4 (500 cents)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchValue24EDOG4
<https://blackcatinformatics.ca/gmeow/pitchValue24EDOG4> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/PitchValue> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem24EDO> ;
                                                         <https://blackcatinformatics.ca/gmeow/centsFromOrigin> 700.0 ;
                                                         <https://blackcatinformatics.ca/gmeow/pitchDegree> 14 ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "24-EDO G4"@x-gmeow-english ;
                                                         skos:definition "The 24-EDO pitch value G4 (700 cents)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchValueC4Fixture
<https://blackcatinformatics.ca/gmeow/pitchValueC4Fixture> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/PitchValue> ;
                                                           <https://blackcatinformatics.ca/gmeow/hasTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem12EDO> ;
                                                           <https://blackcatinformatics.ca/gmeow/centsFromOrigin> 0.0 ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "C4 fixture pitch value"@x-gmeow-english ;
                                                           skos:definition "A 12-EDO C4 pitch value for the structural fixture, expressed in cents from the origin."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchValueG4Fixture
<https://blackcatinformatics.ca/gmeow/pitchValueG4Fixture> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/PitchValue> ;
                                                           <https://blackcatinformatics.ca/gmeow/hasTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystem12EDO> ;
                                                           <https://blackcatinformatics.ca/gmeow/centsFromOrigin> 700.0 ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "G4 fixture pitch value"@x-gmeow-english ;
                                                           skos:definition "A 12-EDO G4 pitch value for the structural fixture, expressed in cents from the origin."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pitchValueJI7Over4
<https://blackcatinformatics.ca/gmeow/pitchValueJI7Over4> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/PitchValue> ;
                                                          <https://blackcatinformatics.ca/gmeow/hasTuningFrame> <https://blackcatinformatics.ca/gmeow/tuningSystemJustIntonation> ;
                                                          <https://blackcatinformatics.ca/gmeow/ratioDenominator> 4 ;
                                                          <https://blackcatinformatics.ca/gmeow/ratioNumerator> 7 ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                          rdfs:label "just-intonation 7/4"@x-gmeow-english ;
                                                          skos:definition "The harmonic seventh, ratio 7/4, used as the canonical pitch for the Johnston +7 spelling example."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/placeTypeAdministrativeArea
<https://blackcatinformatics.ca/gmeow/placeTypeAdministrativeArea> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/PlaceType> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                   rdfs:label "administrative area"@x-gmeow-english ;
                                                                   skos:definition "The administrative area place type — a classification of a location by its function or form in human geography."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/placeTypeBuilding
<https://blackcatinformatics.ca/gmeow/placeTypeBuilding> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/PlaceType> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "building"@x-gmeow-english ;
                                                         skos:definition "The building place type — a classification of a location by its function or form in human geography."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/placeTypeCity
<https://blackcatinformatics.ca/gmeow/placeTypeCity> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/PlaceType> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                     rdfs:label "city / populated place"@x-gmeow-english ;
                                                     skos:definition "The city place type — a classification of a location by its function or form in human geography."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/placeTypeCountry
<https://blackcatinformatics.ca/gmeow/placeTypeCountry> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/PlaceType> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                        rdfs:label "country"@x-gmeow-english ;
                                                        skos:definition "The country place type — a classification of a location by its function or form in human geography."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/placeTypeFloor
<https://blackcatinformatics.ca/gmeow/placeTypeFloor> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/PlaceType> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                      rdfs:label "floor / level"@x-gmeow-english ;
                                                      skos:definition "The floor place type — a classification of a location by its function or form in human geography."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/placeTypeNaturalFeature
<https://blackcatinformatics.ca/gmeow/placeTypeNaturalFeature> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/PlaceType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                               rdfs:label "natural feature"@x-gmeow-english ;
                                                               skos:definition "The natural feature place type — a classification of a location by its function or form in human geography."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/placeTypeNeighborhood
<https://blackcatinformatics.ca/gmeow/placeTypeNeighborhood> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/PlaceType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                             rdfs:label "neighborhood"@x-gmeow-english ;
                                                             skos:definition "The neighborhood place type — a classification of a location by its function or form in human geography."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/placeTypeParcel
<https://blackcatinformatics.ca/gmeow/placeTypeParcel> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/PlaceType> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                       rdfs:label "parcel / lot"@x-gmeow-english ;
                                                       skos:definition "The parcel place type — a classification of a location by its function or form in human geography."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/placeTypePointOfInterest
<https://blackcatinformatics.ca/gmeow/placeTypePointOfInterest> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/PlaceType> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                rdfs:label "point of interest"@x-gmeow-english ;
                                                                skos:definition "The point of interest place type — a classification of a location by its function or form in human geography."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/placeTypePremises
<https://blackcatinformatics.ca/gmeow/placeTypePremises> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/PlaceType> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "premises / address point"@x-gmeow-english ;
                                                         skos:definition "The premises place type — a classification of a location by its function or form in human geography."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/placeTypeRegion
<https://blackcatinformatics.ca/gmeow/placeTypeRegion> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/PlaceType> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                       rdfs:label "region / state / province"@x-gmeow-english ;
                                                       skos:definition "The region place type — a classification of a location by its function or form in human geography."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/placeTypeRoom
<https://blackcatinformatics.ca/gmeow/placeTypeRoom> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/PlaceType> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                     rdfs:label "room"@x-gmeow-english ;
                                                     skos:definition "The room place type — a classification of a location by its function or form in human geography."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/placeTypeSite
<https://blackcatinformatics.ca/gmeow/placeTypeSite> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/PlaceType> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                     rdfs:label "site / campus"@x-gmeow-english ;
                                                     skos:definition "The site place type — a classification of a location by its function or form in human geography."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/placeTypeThoroughfare
<https://blackcatinformatics.ca/gmeow/placeTypeThoroughfare> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/PlaceType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                             rdfs:label "thoroughfare / street"@x-gmeow-english ;
                                                             skos:definition "The thoroughfare place type — a classification of a location by its function or form in human geography."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/playingTechniqueArco
<https://blackcatinformatics.ca/gmeow/playingTechniqueArco> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/PlayingTechnique> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                            rdfs:label "arco"@x-gmeow-english ;
                                                            skos:definition "Playing a bowed string instrument with the bow."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/playingTechniqueBentNote
<https://blackcatinformatics.ca/gmeow/playingTechniqueBentNote> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/PlayingTechnique> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "bent note"@x-gmeow-english ;
                                                                skos:definition "A continuous pitch inflection from one pitch to another, common in blues, jazz, and many world-music traditions."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/playingTechniqueColLegno
<https://blackcatinformatics.ca/gmeow/playingTechniqueColLegno> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/PlayingTechnique> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "col legno"@x-gmeow-english ;
                                                                skos:definition "Striking the strings with the wood of the bow rather than the hair."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/playingTechniqueGrowl
<https://blackcatinformatics.ca/gmeow/playingTechniqueGrowl> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/PlayingTechnique> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "growl"@x-gmeow-english ;
                                                             skos:definition "A brass or woodwind timbre produced by growling or fluttering the vocal cords while playing."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/playingTechniqueHarmonics
<https://blackcatinformatics.ca/gmeow/playingTechniqueHarmonics> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/PlayingTechnique> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                 rdfs:label "harmonics"@x-gmeow-english ;
                                                                 skos:definition "A technique that emphasizes upper partials of a string or air column to produce flute-like overtones."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/playingTechniqueKonnakol
<https://blackcatinformatics.ca/gmeow/playingTechniqueKonnakol> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/PlayingTechnique> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "konnakol"@x-gmeow-english ;
                                                                skos:definition "Vocal syllables used to articulate and teach rhythmic patterns in South Indian music."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/playingTechniqueMultiphonics
<https://blackcatinformatics.ca/gmeow/playingTechniqueMultiphonics> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/PlayingTechnique> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                    rdfs:label "multiphonics"@x-gmeow-english ;
                                                                    skos:definition "Producing two or more simultaneous pitches on a monophonic instrument, common in wind and string extended techniques."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/playingTechniquePizzicato
<https://blackcatinformatics.ca/gmeow/playingTechniquePizzicato> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/PlayingTechnique> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                 rdfs:label "pizzicato"@x-gmeow-english ;
                                                                 skos:definition "Plucking the strings of a bowed string instrument rather than bowing them."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/playingTechniquePreparedPiano
<https://blackcatinformatics.ca/gmeow/playingTechniquePreparedPiano> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/PlayingTechnique> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                     rdfs:label "prepared piano"@x-gmeow-english ;
                                                                     skos:definition "A piano whose sound is altered by placing objects on or between the strings."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/playingTechniqueSlap
<https://blackcatinformatics.ca/gmeow/playingTechniqueSlap> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/PlayingTechnique> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                            rdfs:label "slap"@x-gmeow-english ;
                                                            skos:definition "A percussive string-playing technique in which the string is struck against the fingerboard."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/playingTechniqueTapping
<https://blackcatinformatics.ca/gmeow/playingTechniqueTapping> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/PlayingTechnique> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "tapping"@x-gmeow-english ;
                                                               skos:definition "Producing notes by tapping the fingerboard or strings, often on guitar or electric bass."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/polarityBarrier
<https://blackcatinformatics.ca/gmeow/polarityBarrier> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/AccessibilityPolarity> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accessibility> ;
                                                       rdfs:label "barrier"@x-gmeow-english ;
                                                       skos:definition "A negative accessibility barrier — the subject impedes the facet."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/polarityCautionary
<https://blackcatinformatics.ca/gmeow/polarityCautionary> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/ExemplarPolarity> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                          rdfs:label "cautionary"@x-gmeow-english ;
                                                          skos:definition "A boundary case — superficially like the reward pole but warning or redirecting (the anti-pattern with a correct-criterion redirect)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/polarityFeature
<https://blackcatinformatics.ca/gmeow/polarityFeature> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/AccessibilityPolarity> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accessibility> ;
                                                       rdfs:label "feature"@x-gmeow-english ;
                                                       skos:definition "A positive accessibility feature — the subject provides the facet."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/polarityLimited
<https://blackcatinformatics.ca/gmeow/polarityLimited> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/AccessibilityPolarity> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accessibility> ;
                                                       rdfs:label "limited"@x-gmeow-english ;
                                                       skos:definition "A partial or limited accessibility status — the subject provides the facet under some conditions but not all."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/polarityNegative
<https://blackcatinformatics.ca/gmeow/polarityNegative> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/ExemplarPolarity> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                        rdfs:label "negative"@x-gmeow-english ;
                                                        skos:definition "An exemplar to avoid."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/polarityNeutral
<https://blackcatinformatics.ca/gmeow/polarityNeutral> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/SupportPolarity> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                       rdfs:label "neutral"@x-gmeow-english ;
                                                       skos:definition "The span is topically related but neither entails nor contradicts the claim."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/polarityPositive
<https://blackcatinformatics.ca/gmeow/polarityPositive> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/ExemplarPolarity> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                        rdfs:label "positive"@x-gmeow-english ;
                                                        skos:definition "An exemplar to emulate."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/polarityRefutes
<https://blackcatinformatics.ca/gmeow/polarityRefutes> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/SupportPolarity> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                       rdfs:label "refutes"@x-gmeow-english ;
                                                       skos:definition "The span contradicts the claim."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/polaritySupports
<https://blackcatinformatics.ca/gmeow/polaritySupports> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/SupportPolarity> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                        rdfs:label "supports"@x-gmeow-english ;
                                                        skos:definition "The span entails or substantiates the claim."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/policyInternalOnly
<https://blackcatinformatics.ca/gmeow/policyInternalOnly> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/DisclosurePolicy> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                          rdfs:label "internal only"@x-gmeow-english ;
                                                          skos:definition "The fact must never leave internal systems."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/policyNeverPublic
<https://blackcatinformatics.ca/gmeow/policyNeverPublic> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/DisclosurePolicy> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                         rdfs:label "never public"@x-gmeow-english ;
                                                         skos:definition "The fact must never be projected to any public consumer — private-sourced or otherwise restricted."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/policyPublicCareful
<https://blackcatinformatics.ca/gmeow/policyPublicCareful> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/DisclosurePolicy> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                           rdfs:label "public careful"@x-gmeow-english ;
                                                           skos:definition "The fact may be public but warrants caution — check context and consent before projecting."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/policyPublicOnlyWithIndependentSource
<https://blackcatinformatics.ca/gmeow/policyPublicOnlyWithIndependentSource> rdf:type owl:NamedIndividual ,
                                                                                      <https://blackcatinformatics.ca/gmeow/DisclosurePolicy> ;
                                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                                             rdfs:label "public only with independent source"@x-gmeow-english ;
                                                                             skos:definition "The fact may be projected to public consumers ONLY when supported by an editorially independent source (resolved against gmeow:sourceIndependence in the solver layer, P12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/policyPublicSafe
<https://blackcatinformatics.ca/gmeow/policyPublicSafe> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/DisclosurePolicy> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                        rdfs:label "public safe"@x-gmeow-english ;
                                                        skos:definition "The fact is safe for broad public projection without additional review."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/policySensitive
<https://blackcatinformatics.ca/gmeow/policySensitive> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/DisclosurePolicy> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                       rdfs:label "sensitive"@x-gmeow-english ;
                                                       skos:definition "The fact is sensitive and requires case-by-case review before any projection."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/polymeterPattern
<https://blackcatinformatics.ca/gmeow/polymeterPattern> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "polymeter pattern"@x-gmeow-english ;
                                                        skos:definition "The realisation of polymeter as concurrent MeterAssignments on different carriers within one shared MusicalTimeFrame (stress case 14)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/postingDirectionCredit
<https://blackcatinformatics.ca/gmeow/postingDirectionCredit> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/PostingDirection> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                              rdfs:label "credit"@x-gmeow-english ;
                                                              skos:definition "A credit posting — an entry on the right side of a ledger account."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/postingDirectionDebit
<https://blackcatinformatics.ca/gmeow/postingDirectionDebit> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/PostingDirection> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                             rdfs:label "debit"@x-gmeow-english ;
                                                             skos:definition "A debit posting — an entry on the left side of a ledger account."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/precisionCirca
<https://blackcatinformatics.ca/gmeow/precisionCirca> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/TemporalPrecision> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                      rdfs:label "circa"@x-gmeow-english ;
                                                      skos:definition "The event's time is approximate (circa) — bounded by gmeow:earliestStart / gmeow:latestEnd."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/precisionDay
<https://blackcatinformatics.ca/gmeow/precisionDay> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/TemporalPrecision> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                    rdfs:label "day"@x-gmeow-english ;
                                                    skos:definition "The event's time is known to the day."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/precisionDecade
<https://blackcatinformatics.ca/gmeow/precisionDecade> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/TemporalPrecision> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                       rdfs:label "decade"@x-gmeow-english ;
                                                       skos:definition "The event's time is known only to the decade."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/precisionMonth
<https://blackcatinformatics.ca/gmeow/precisionMonth> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/TemporalPrecision> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                      rdfs:label "month"@x-gmeow-english ;
                                                      skos:definition "The event's time is known to the month."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/precisionYear
<https://blackcatinformatics.ca/gmeow/precisionYear> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/TemporalPrecision> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                     rdfs:label "year"@x-gmeow-english ;
                                                     skos:definition "The event's time is known to the year."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/probable
<https://blackcatinformatics.ca/gmeow/probable> rdf:type owl:NamedIndividual ,
                                                         <https://blackcatinformatics.ca/gmeow/StandpointModality> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/standpoint> ;
                                                rdfs:label "probable"@x-gmeow-english ;
                                                skos:definition "Likely true according to the standpoint — held more strongly than merely possible, but short of settled (CRMinf belief value 'probable')."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/procedureIngestionCanonical
<https://blackcatinformatics.ca/gmeow/procedureIngestionCanonical> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/Procedure> ;
                                                                   <https://blackcatinformatics.ca/gmeow/hasProcedureStep> <https://blackcatinformatics.ca/gmeow/stepIngestionDerivedClaims> ,
                                                                                                                           <https://blackcatinformatics.ca/gmeow/stepIngestionFileCopy> ,
                                                                                                                           <https://blackcatinformatics.ca/gmeow/stepIngestionOcrExtract> ,
                                                                                                                           <https://blackcatinformatics.ca/gmeow/stepIngestionPrivacyPosture> ,
                                                                                                                           <https://blackcatinformatics.ca/gmeow/stepIngestionRawRoot> ,
                                                                                                                           <https://blackcatinformatics.ca/gmeow/stepIngestionUnresolvedLeads> ;
                                                                   <https://blackcatinformatics.ca/gmeow/procedureType> <https://blackcatinformatics.ca/gmeow/procedureTypeIngestion> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                                   rdfs:label "Canonical Ingestion Procedure"@x-gmeow-english ;
                                                                   skos:definition "A worked-example ingestion procedure that supersedes the 'source-packet bundle' idea. Six sequential steps from raw-root acquisition to privacy-posture assessment."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/procedureIngestionRawRoot
<https://blackcatinformatics.ca/gmeow/procedureIngestionRawRoot> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/Entity> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                                 rdfs:label "raw root data source"@x-gmeow-english ;
                                                                 skos:definition "The raw root data source produced by the ingestion procedure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/procedureTypeAgentFlow
<https://blackcatinformatics.ca/gmeow/procedureTypeAgentFlow> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/ProcedureType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                              rdfs:label "agent flow"@x-gmeow-english ;
                                                              skos:definition "An LLM or software-agent orchestration flow."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/procedureTypeBusinessProcess
<https://blackcatinformatics.ca/gmeow/procedureTypeBusinessProcess> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/ProcedureType> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                                    rdfs:label "business process"@x-gmeow-english ;
                                                                    skos:definition "A business process or workflow (BPMN)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/procedureTypeCiBuild
<https://blackcatinformatics.ca/gmeow/procedureTypeCiBuild> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/ProcedureType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                            rdfs:label "CI build"@x-gmeow-english ;
                                                            skos:definition "A continuous-integration or build pipeline."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/procedureTypeDataPipeline
<https://blackcatinformatics.ca/gmeow/procedureTypeDataPipeline> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/ProcedureType> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                                 rdfs:label "data pipeline"@x-gmeow-english ;
                                                                 skos:definition "A data-ingestion, ETL, or transformation pipeline."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/procedureTypeIngestion
<https://blackcatinformatics.ca/gmeow/procedureTypeIngestion> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/ProcedureType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                              rdfs:label "ingestion"@x-gmeow-english ;
                                                              skos:definition "A source-packet ingestion or import procedure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/procedureTypeLabProtocol
<https://blackcatinformatics.ca/gmeow/procedureTypeLabProtocol> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/ProcedureType> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                                rdfs:label "lab protocol"@x-gmeow-english ;
                                                                skos:definition "A laboratory protocol or experimental procedure (OBI)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/procedureTypeRecipe
<https://blackcatinformatics.ca/gmeow/procedureTypeRecipe> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/ProcedureType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                           rdfs:label "recipe"@x-gmeow-english ;
                                                           skos:definition "A cooking recipe or culinary procedure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/procedureTypeResearchPlan
<https://blackcatinformatics.ca/gmeow/procedureTypeResearchPlan> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/ProcedureType> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                                 rdfs:label "research plan"@x-gmeow-english ;
                                                                 skos:definition "A planned inquiry, open lead, or research question."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/processAttention
<https://blackcatinformatics.ca/gmeow/processAttention> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/MentalProcessType> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/mentation> ;
                                                        rdfs:label "attention"@x-gmeow-english ;
                                                        skos:definition "An episode of selective attention — focusing cognitive resources on a subject, sensation, or task while backgrounding the rest."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/processDeliberation
<https://blackcatinformatics.ca/gmeow/processDeliberation> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/MentalProcessType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/mentation> ;
                                                           rdfs:label "deliberation"@x-gmeow-english ;
                                                           skos:definition "A deliberation episode — practical weighing of options, reasons, or consequences toward a choice or intention."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/processDreaming
<https://blackcatinformatics.ca/gmeow/processDreaming> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/MentalProcessType> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/mentation> ;
                                                       rdfs:label "dreaming"@x-gmeow-english ;
                                                       skos:definition "A dreaming episode — an offline, typically sleep-bound gmeow:Experience of imagined content; composed into the dreaming extension (#589) with awareness mode and content-origin."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/processImagining
<https://blackcatinformatics.ca/gmeow/processImagining> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/MentalProcessType> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/mentation> ;
                                                        rdfs:label "imagining"@x-gmeow-english ;
                                                        skos:definition "An episode of imagining — entertaining quasi-perceptual or suppositional content as-if, decoupled from current perception and from belief (the imagination slice's faculty in action)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/processMindWandering
<https://blackcatinformatics.ca/gmeow/processMindWandering> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/MentalProcessType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/mentation> ;
                                                            rdfs:label "mind-wandering"@x-gmeow-english ;
                                                            skos:definition "A mind-wandering episode — undirected, stimulus-independent thought that drifts without a task goal (daydreaming, spontaneous reverie)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/processPerception
<https://blackcatinformatics.ca/gmeow/processPerception> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/MentalProcessType> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/mentation> ;
                                                         rdfs:label "perception"@x-gmeow-english ;
                                                         skos:definition "A perceptual episode — sensing and registering the environment (or an internal state) as it occurs. The occurrent that typically realizes a perceptual observation or claim."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/processReasoning
<https://blackcatinformatics.ca/gmeow/processReasoning> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/MentalProcessType> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/mentation> ;
                                                        rdfs:label "reasoning"@x-gmeow-english ;
                                                        skos:definition "A reasoning episode — inference as it unfolds in time, drawing a conclusion from premises. The occurrent face of a gmeow:InferenceProcess (inference slice)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/processRecollection
<https://blackcatinformatics.ca/gmeow/processRecollection> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/MentalProcessType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/mentation> ;
                                                           rdfs:label "recollection"@x-gmeow-english ;
                                                           skos:definition "A recollection episode — retrieving a stored memory into present awareness (the act, not the stored content). Forgetting is modelled as suppression elsewhere, not as a process here."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/profModalityComprehension
<https://blackcatinformatics.ca/gmeow/profModalityComprehension> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/ProficiencyModality> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                                 rdfs:label "comprehension"@x-gmeow-english ;
                                                                 skos:definition "The comprehension proficiency modality — a specific skill channel (receptive, productive, signing, etc.) on which proficiency is assessed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/profModalityListening
<https://blackcatinformatics.ca/gmeow/profModalityListening> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/ProficiencyModality> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                             rdfs:label "listening"@x-gmeow-english ;
                                                             skos:definition "The listening proficiency modality — a specific skill channel (receptive, productive, signing, etc.) on which proficiency is assessed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/profModalityOverall
<https://blackcatinformatics.ca/gmeow/profModalityOverall> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/ProficiencyModality> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                           rdfs:label "overall"@x-gmeow-english ;
                                                           skos:definition "The overall proficiency modality — a specific skill channel (receptive, productive, signing, etc.) on which proficiency is assessed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/profModalityReading
<https://blackcatinformatics.ca/gmeow/profModalityReading> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/ProficiencyModality> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                           rdfs:label "reading"@x-gmeow-english ;
                                                           skos:definition "The reading proficiency modality — a specific skill channel (receptive, productive, signing, etc.) on which proficiency is assessed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/profModalitySigning
<https://blackcatinformatics.ca/gmeow/profModalitySigning> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/ProficiencyModality> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                           rdfs:label "signing"@x-gmeow-english ;
                                                           skos:definition "The signing proficiency modality — a specific skill channel (receptive, productive, signing, etc.) on which proficiency is assessed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/profModalitySpeaking
<https://blackcatinformatics.ca/gmeow/profModalitySpeaking> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/ProficiencyModality> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                            rdfs:label "speaking"@x-gmeow-english ;
                                                            skos:definition "The speaking proficiency modality — a specific skill channel (receptive, productive, signing, etc.) on which proficiency is assessed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/profModalityWriting
<https://blackcatinformatics.ca/gmeow/profModalityWriting> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/ProficiencyModality> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                           rdfs:label "writing"@x-gmeow-english ;
                                                           skos:definition "The writing proficiency modality — a specific skill channel (receptive, productive, signing, etc.) on which proficiency is assessed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/profileABC
<https://blackcatinformatics.ca/gmeow/profileABC> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/NotationProjectionProfile> ;
                                                  <https://blackcatinformatics.ca/gmeow/declaredLoss> <https://blackcatinformatics.ca/gmeow/lossDropsSpatialSoundContext> ,
                                                                                                      <https://blackcatinformatics.ca/gmeow/lossDropsTimbre> ,
                                                                                                      <https://blackcatinformatics.ca/gmeow/lossQuantizesPitchTo12Edo> ;
                                                  <https://blackcatinformatics.ca/gmeow/notationSystemOf> <https://blackcatinformatics.ca/gmeow/notationABC> ;
                                                  <https://blackcatinformatics.ca/gmeow/projectionFunction> <https://blackcatinformatics.ca/gmeow/fnProjectToABC> ;
                                                  <https://blackcatinformatics.ca/gmeow/representableParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterDuration> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/musicalParameterDynamics> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/musicalParameterInstrumentation> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/musicalParameterOrder> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/musicalParameterPerformerCount> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/musicalParameterPitch> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/musicalParameterTacet> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/musicalParameterTempo> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                  rdfs:label "ABC notation projection profile"@x-gmeow-english ;
                                                  skos:definition "Projection profile for ABC notation. Lossy: monophonic bias, nonstandard microtone extensions."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/profileDescriptor> <https://blackcatinformatics.ca/gmeow/declaredLoss> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/notationSystemOf> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/projectionFunction> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/representableParameter> .


###  https://blackcatinformatics.ca/gmeow/profileByzantineNeume
<https://blackcatinformatics.ca/gmeow/profileByzantineNeume> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/NotationProjectionProfile> ;
                                                             <https://blackcatinformatics.ca/gmeow/declaredLoss> <https://blackcatinformatics.ca/gmeow/lossDropsDynamics> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/lossDropsSpatialSoundContext> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/lossDropsTimbre> ;
                                                             <https://blackcatinformatics.ca/gmeow/notationSystemOf> <https://blackcatinformatics.ca/gmeow/notationByzantineNeume> ;
                                                             <https://blackcatinformatics.ca/gmeow/projectionFunction> <https://blackcatinformatics.ca/gmeow/fnProjectToByzantineNeume> ;
                                                             <https://blackcatinformatics.ca/gmeow/representableParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterDuration> ,
                                                                                                                           <https://blackcatinformatics.ca/gmeow/musicalParameterInstrumentation> ,
                                                                                                                           <https://blackcatinformatics.ca/gmeow/musicalParameterOrder> ,
                                                                                                                           <https://blackcatinformatics.ca/gmeow/musicalParameterPerformerCount> ,
                                                                                                                           <https://blackcatinformatics.ca/gmeow/musicalParameterPitch> ,
                                                                                                                           <https://blackcatinformatics.ca/gmeow/musicalParameterTacet> ,
                                                                                                                           <https://blackcatinformatics.ca/gmeow/musicalParameterTempo> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "Byzantine neume projection profile"@x-gmeow-english ;
                                                             skos:definition "Projection profile for Byzantine neumatic notation."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/profileDescriptor> <https://blackcatinformatics.ca/gmeow/declaredLoss> ,
                                                                                                                      <https://blackcatinformatics.ca/gmeow/notationSystemOf> ,
                                                                                                                      <https://blackcatinformatics.ca/gmeow/projectionFunction> ,
                                                                                                                      <https://blackcatinformatics.ca/gmeow/representableParameter> .


###  https://blackcatinformatics.ca/gmeow/profileCMNStaff
<https://blackcatinformatics.ca/gmeow/profileCMNStaff> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/NotationProjectionProfile> ;
                                                       <https://blackcatinformatics.ca/gmeow/declaredLoss> <https://blackcatinformatics.ca/gmeow/lossDropsMicrotiming> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/lossDropsSpatialSoundContext> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/lossDropsSpectralDerivation> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/lossDropsTimbre> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/lossDropsTraversalConstraints> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/lossDropsTuningFrame> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/lossQuantizesPitchTo12Edo> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/lossSymbolizesContinuousTrajectory> ;
                                                       <https://blackcatinformatics.ca/gmeow/notationSystemOf> <https://blackcatinformatics.ca/gmeow/notationCMNStaff> ;
                                                       <https://blackcatinformatics.ca/gmeow/projectionFunction> <https://blackcatinformatics.ca/gmeow/fnProjectToCMN> ;
                                                       <https://blackcatinformatics.ca/gmeow/representableParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterDuration> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/musicalParameterDynamics> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/musicalParameterInstrumentation> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/musicalParameterOrder> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/musicalParameterPerformerCount> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/musicalParameterPitch> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/musicalParameterTacet> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/musicalParameterTempo> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "Common Music Notation staff projection profile"@x-gmeow-english ;
                                                       skos:definition "Projection profile for Western staff notation: represents 12-EDO pitch, rational metric time, order, tempo, dynamics, instrumentation, and performer count; loses microtiming, timbre, non-12-EDO tuning frames, traversal constraints, spectral derivation, continuous trajectories, spatial/sound context."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/profileDescriptor> <https://blackcatinformatics.ca/gmeow/declaredLoss> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/notationSystemOf> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/projectionFunction> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/representableParameter> .


###  https://blackcatinformatics.ca/gmeow/profileGraphic
<https://blackcatinformatics.ca/gmeow/profileGraphic> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/NotationProjectionProfile> ;
                                                      <https://blackcatinformatics.ca/gmeow/declaredLoss> <https://blackcatinformatics.ca/gmeow/lossDropsDynamics> ,
                                                                                                          <https://blackcatinformatics.ca/gmeow/lossDropsInstrumentation> ,
                                                                                                          <https://blackcatinformatics.ca/gmeow/lossDropsPerformerCount> ,
                                                                                                          <https://blackcatinformatics.ca/gmeow/lossDropsTacet> ,
                                                                                                          <https://blackcatinformatics.ca/gmeow/lossDropsTimbre> ,
                                                                                                          <https://blackcatinformatics.ca/gmeow/lossQuantizesPitchTo12Edo> ,
                                                                                                          <https://blackcatinformatics.ca/gmeow/lossQuantizesTimeToRationalGrid> ;
                                                      <https://blackcatinformatics.ca/gmeow/notationSystemOf> <https://blackcatinformatics.ca/gmeow/notationGraphic> ;
                                                      <https://blackcatinformatics.ca/gmeow/projectionFunction> <https://blackcatinformatics.ca/gmeow/fnProjectToGraphic> ;
                                                      <https://blackcatinformatics.ca/gmeow/representableParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterLocation> ,
                                                                                                                    <https://blackcatinformatics.ca/gmeow/musicalParameterSoundContent> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                      rdfs:label "Graphic notation projection profile"@x-gmeow-english ;
                                                      skos:definition "Projection profile for graphic scores: the visual Manifestation is canonical in the image direction; symbolic transcriptions are standpointed interpretations running the arrow backwards. Near-total loss in the symbolic direction."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/profileDescriptor> <https://blackcatinformatics.ca/gmeow/declaredLoss> ,
                                                                                                               <https://blackcatinformatics.ca/gmeow/notationSystemOf> ,
                                                                                                               <https://blackcatinformatics.ca/gmeow/projectionFunction> ,
                                                                                                               <https://blackcatinformatics.ca/gmeow/representableParameter> .


###  https://blackcatinformatics.ca/gmeow/profileHEJI
<https://blackcatinformatics.ca/gmeow/profileHEJI> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/NotationProjectionProfile> ;
                                                   <https://blackcatinformatics.ca/gmeow/declaredLoss> <https://blackcatinformatics.ca/gmeow/lossDropsSpatialSoundContext> ,
                                                                                                       <https://blackcatinformatics.ca/gmeow/lossDropsTimbre> ;
                                                   <https://blackcatinformatics.ca/gmeow/notationSystemOf> <https://blackcatinformatics.ca/gmeow/notationHEJI> ;
                                                   <https://blackcatinformatics.ca/gmeow/projectionFunction> <https://blackcatinformatics.ca/gmeow/fnProjectToHEJI> ;
                                                   <https://blackcatinformatics.ca/gmeow/representableParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterDuration> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/musicalParameterDynamics> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/musicalParameterInstrumentation> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/musicalParameterOrder> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/musicalParameterPerformerCount> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/musicalParameterPitch> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/musicalParameterTacet> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/musicalParameterTempo> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                   rdfs:label "HEJI projection profile"@x-gmeow-english ;
                                                   skos:definition "Projection profile for Helmholtz-Ellis JI Pitch Notation."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/profileDescriptor> <https://blackcatinformatics.ca/gmeow/declaredLoss> ,
                                                                                                            <https://blackcatinformatics.ca/gmeow/notationSystemOf> ,
                                                                                                            <https://blackcatinformatics.ca/gmeow/projectionFunction> ,
                                                                                                            <https://blackcatinformatics.ca/gmeow/representableParameter> .


###  https://blackcatinformatics.ca/gmeow/profileJianpu
<https://blackcatinformatics.ca/gmeow/profileJianpu> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/NotationProjectionProfile> ;
                                                     <https://blackcatinformatics.ca/gmeow/declaredLoss> <https://blackcatinformatics.ca/gmeow/lossDropsSpatialSoundContext> ,
                                                                                                         <https://blackcatinformatics.ca/gmeow/lossDropsTimbre> ;
                                                     <https://blackcatinformatics.ca/gmeow/notationSystemOf> <https://blackcatinformatics.ca/gmeow/notationJianpu> ;
                                                     <https://blackcatinformatics.ca/gmeow/projectionFunction> <https://blackcatinformatics.ca/gmeow/fnProjectToJianpu> ;
                                                     <https://blackcatinformatics.ca/gmeow/representableParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterDuration> ,
                                                                                                                   <https://blackcatinformatics.ca/gmeow/musicalParameterDynamics> ,
                                                                                                                   <https://blackcatinformatics.ca/gmeow/musicalParameterInstrumentation> ,
                                                                                                                   <https://blackcatinformatics.ca/gmeow/musicalParameterOrder> ,
                                                                                                                   <https://blackcatinformatics.ca/gmeow/musicalParameterPerformerCount> ,
                                                                                                                   <https://blackcatinformatics.ca/gmeow/musicalParameterPitch> ,
                                                                                                                   <https://blackcatinformatics.ca/gmeow/musicalParameterTacet> ,
                                                                                                                   <https://blackcatinformatics.ca/gmeow/musicalParameterTempo> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                     rdfs:label "Jianpu projection profile"@x-gmeow-english ;
                                                     skos:definition "Projection profile for Jianpu numbered notation."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/profileDescriptor> <https://blackcatinformatics.ca/gmeow/declaredLoss> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/notationSystemOf> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/projectionFunction> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/representableParameter> .


###  https://blackcatinformatics.ca/gmeow/profileJohnstonJI
<https://blackcatinformatics.ca/gmeow/profileJohnstonJI> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/NotationProjectionProfile> ;
                                                         <https://blackcatinformatics.ca/gmeow/declaredLoss> <https://blackcatinformatics.ca/gmeow/lossDropsSpatialSoundContext> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/lossDropsTimbre> ;
                                                         <https://blackcatinformatics.ca/gmeow/notationSystemOf> <https://blackcatinformatics.ca/gmeow/notationJohnstonJI> ;
                                                         <https://blackcatinformatics.ca/gmeow/projectionFunction> <https://blackcatinformatics.ca/gmeow/fnProjectToJohnstonJI> ;
                                                         <https://blackcatinformatics.ca/gmeow/representableParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterDuration> ,
                                                                                                                       <https://blackcatinformatics.ca/gmeow/musicalParameterDynamics> ,
                                                                                                                       <https://blackcatinformatics.ca/gmeow/musicalParameterInstrumentation> ,
                                                                                                                       <https://blackcatinformatics.ca/gmeow/musicalParameterOrder> ,
                                                                                                                       <https://blackcatinformatics.ca/gmeow/musicalParameterPerformerCount> ,
                                                                                                                       <https://blackcatinformatics.ca/gmeow/musicalParameterPitch> ,
                                                                                                                       <https://blackcatinformatics.ca/gmeow/musicalParameterTacet> ,
                                                                                                                       <https://blackcatinformatics.ca/gmeow/musicalParameterTempo> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "Johnston JI notation projection profile"@x-gmeow-english ;
                                                         skos:definition "Projection profile for Ben Johnston just-intonation staff notation. Preserves JI tuning frame up to the declared prime limit."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/profileDescriptor> <https://blackcatinformatics.ca/gmeow/declaredLoss> ,
                                                                                                                  <https://blackcatinformatics.ca/gmeow/notationSystemOf> ,
                                                                                                                  <https://blackcatinformatics.ca/gmeow/projectionFunction> ,
                                                                                                                  <https://blackcatinformatics.ca/gmeow/representableParameter> .


###  https://blackcatinformatics.ca/gmeow/profileKern
<https://blackcatinformatics.ca/gmeow/profileKern> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/NotationProjectionProfile> ;
                                                   <https://blackcatinformatics.ca/gmeow/declaredLoss> <https://blackcatinformatics.ca/gmeow/lossDropsSpatialSoundContext> ,
                                                                                                       <https://blackcatinformatics.ca/gmeow/lossDropsTimbre> ;
                                                   <https://blackcatinformatics.ca/gmeow/notationSystemOf> <https://blackcatinformatics.ca/gmeow/notationKern> ;
                                                   <https://blackcatinformatics.ca/gmeow/projectionFunction> <https://blackcatinformatics.ca/gmeow/fnProjectToKern> ;
                                                   <https://blackcatinformatics.ca/gmeow/representableParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterDuration> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/musicalParameterDynamics> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/musicalParameterInstrumentation> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/musicalParameterOrder> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/musicalParameterPerformerCount> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/musicalParameterPitch> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/musicalParameterTacet> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/musicalParameterTempo> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                   rdfs:label "Humdrum **kern projection profile"@x-gmeow-english ;
                                                   skos:definition "Projection profile for **kern. Lossy: 12-TET letter pitch, no tuning-frame declaration."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/profileDescriptor> <https://blackcatinformatics.ca/gmeow/declaredLoss> ,
                                                                                                            <https://blackcatinformatics.ca/gmeow/notationSystemOf> ,
                                                                                                            <https://blackcatinformatics.ca/gmeow/projectionFunction> ,
                                                                                                            <https://blackcatinformatics.ca/gmeow/representableParameter> .


###  https://blackcatinformatics.ca/gmeow/profileKlavarskribo
<https://blackcatinformatics.ca/gmeow/profileKlavarskribo> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/NotationProjectionProfile> ;
                                                           <https://blackcatinformatics.ca/gmeow/declaredLoss> <https://blackcatinformatics.ca/gmeow/lossDropsSpatialSoundContext> ,
                                                                                                               <https://blackcatinformatics.ca/gmeow/lossDropsTimbre> ;
                                                           <https://blackcatinformatics.ca/gmeow/notationSystemOf> <https://blackcatinformatics.ca/gmeow/notationKlavarskribo> ;
                                                           <https://blackcatinformatics.ca/gmeow/projectionFunction> <https://blackcatinformatics.ca/gmeow/fnProjectToKlavarskribo> ;
                                                           <https://blackcatinformatics.ca/gmeow/representableParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterDuration> ,
                                                                                                                         <https://blackcatinformatics.ca/gmeow/musicalParameterDynamics> ,
                                                                                                                         <https://blackcatinformatics.ca/gmeow/musicalParameterInstrumentation> ,
                                                                                                                         <https://blackcatinformatics.ca/gmeow/musicalParameterOrder> ,
                                                                                                                         <https://blackcatinformatics.ca/gmeow/musicalParameterPerformerCount> ,
                                                                                                                         <https://blackcatinformatics.ca/gmeow/musicalParameterPitch> ,
                                                                                                                         <https://blackcatinformatics.ca/gmeow/musicalParameterTacet> ,
                                                                                                                         <https://blackcatinformatics.ca/gmeow/musicalParameterTempo> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "Klavarskribo projection profile"@x-gmeow-english ;
                                                           skos:definition "Projection profile for Klavarskribo vertical keyboard notation."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/profileDescriptor> <https://blackcatinformatics.ca/gmeow/declaredLoss> ,
                                                                                                                    <https://blackcatinformatics.ca/gmeow/notationSystemOf> ,
                                                                                                                    <https://blackcatinformatics.ca/gmeow/projectionFunction> ,
                                                                                                                    <https://blackcatinformatics.ca/gmeow/representableParameter> .


###  https://blackcatinformatics.ca/gmeow/profileLilyPond
<https://blackcatinformatics.ca/gmeow/profileLilyPond> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/NotationProjectionProfile> ;
                                                       <https://blackcatinformatics.ca/gmeow/declaredLoss> <https://blackcatinformatics.ca/gmeow/lossDropsSpatialSoundContext> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/lossDropsTimbre> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/lossQuantizesPitchTo12Edo> ;
                                                       <https://blackcatinformatics.ca/gmeow/notationSystemOf> <https://blackcatinformatics.ca/gmeow/notationLilyPond> ;
                                                       <https://blackcatinformatics.ca/gmeow/projectionFunction> <https://blackcatinformatics.ca/gmeow/fnProjectToLilyPond> ;
                                                       <https://blackcatinformatics.ca/gmeow/representableParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterDuration> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/musicalParameterDynamics> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/musicalParameterInstrumentation> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/musicalParameterOrder> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/musicalParameterPerformerCount> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/musicalParameterPitch> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/musicalParameterTacet> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/musicalParameterTempo> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "LilyPond projection profile"@x-gmeow-english ;
                                                       skos:definition "Projection profile for LilyPond. Program-not-data: executable layout macros are lost when read back as data."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/profileDescriptor> <https://blackcatinformatics.ca/gmeow/declaredLoss> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/notationSystemOf> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/projectionFunction> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/representableParameter> .


###  https://blackcatinformatics.ca/gmeow/profileMEI
<https://blackcatinformatics.ca/gmeow/profileMEI> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/NotationProjectionProfile> ;
                                                  <https://blackcatinformatics.ca/gmeow/declaredLoss> <https://blackcatinformatics.ca/gmeow/lossDropsSpatialSoundContext> ,
                                                                                                      <https://blackcatinformatics.ca/gmeow/lossDropsTimbre> ,
                                                                                                      <https://blackcatinformatics.ca/gmeow/lossQuantizesPitchTo12Edo> ;
                                                  <https://blackcatinformatics.ca/gmeow/notationSystemOf> <https://blackcatinformatics.ca/gmeow/notationMEI> ;
                                                  <https://blackcatinformatics.ca/gmeow/projectionFunction> <https://blackcatinformatics.ca/gmeow/fnProjectToMEI> ;
                                                  <https://blackcatinformatics.ca/gmeow/representableParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterDuration> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/musicalParameterDynamics> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/musicalParameterInstrumentation> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/musicalParameterOrder> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/musicalParameterPerformerCount> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/musicalParameterPitch> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/musicalParameterTacet> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/musicalParameterTempo> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                  rdfs:label "MEI projection profile"@x-gmeow-english ;
                                                  skos:definition "Projection profile for MEI. Lossy: att.tuning limited to named temperaments, JI lattices → cents approximations, mobile form via editorial markup only."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/profileDescriptor> <https://blackcatinformatics.ca/gmeow/declaredLoss> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/notationSystemOf> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/projectionFunction> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/representableParameter> .


###  https://blackcatinformatics.ca/gmeow/profileMIDI
<https://blackcatinformatics.ca/gmeow/profileMIDI> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/NotationProjectionProfile> ;
                                                   <https://blackcatinformatics.ca/gmeow/declaredLoss> <https://blackcatinformatics.ca/gmeow/lossDropsSpatialSoundContext> ,
                                                                                                       <https://blackcatinformatics.ca/gmeow/lossDropsTacet> ;
                                                   <https://blackcatinformatics.ca/gmeow/notationSystemOf> <https://blackcatinformatics.ca/gmeow/notationMIDI> ;
                                                   <https://blackcatinformatics.ca/gmeow/projectionFunction> <https://blackcatinformatics.ca/gmeow/fnProjectToMIDI> ;
                                                   <https://blackcatinformatics.ca/gmeow/representableParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterDuration> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/musicalParameterDynamics> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/musicalParameterInstrumentation> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/musicalParameterOrder> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/musicalParameterPerformerCount> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/musicalParameterPitch> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/musicalParameterTempo> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/musicalParameterTimbre> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                   rdfs:label "MIDI projection profile"@x-gmeow-english ;
                                                   skos:definition "Projection profile for MIDI. Lossy: no notation semantics, enharmonics, rests, tuplet structure, or work identity; per-note pitch 7.9 in MIDI 2.0 can carry microtonal cents."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/profileDescriptor> <https://blackcatinformatics.ca/gmeow/declaredLoss> ,
                                                                                                            <https://blackcatinformatics.ca/gmeow/notationSystemOf> ,
                                                                                                            <https://blackcatinformatics.ca/gmeow/projectionFunction> ,
                                                                                                            <https://blackcatinformatics.ca/gmeow/representableParameter> .


###  https://blackcatinformatics.ca/gmeow/profileMensural
<https://blackcatinformatics.ca/gmeow/profileMensural> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/NotationProjectionProfile> ;
                                                       <https://blackcatinformatics.ca/gmeow/declaredLoss> <https://blackcatinformatics.ca/gmeow/lossDropsDynamics> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/lossDropsSpatialSoundContext> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/lossDropsTimbre> ;
                                                       <https://blackcatinformatics.ca/gmeow/notationSystemOf> <https://blackcatinformatics.ca/gmeow/notationMensural> ;
                                                       <https://blackcatinformatics.ca/gmeow/projectionFunction> <https://blackcatinformatics.ca/gmeow/fnProjectToMensural> ;
                                                       <https://blackcatinformatics.ca/gmeow/representableParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterDuration> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/musicalParameterInstrumentation> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/musicalParameterOrder> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/musicalParameterPerformerCount> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/musicalParameterPitch> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/musicalParameterTacet> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/musicalParameterTempo> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "Mensural notation projection profile"@x-gmeow-english ;
                                                       skos:definition "Projection profile for mensural notation: carries its own time semantics (proportions, coloration). A CMN transcription of ars subtilior is a lossy, standpointed projection."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/profileDescriptor> <https://blackcatinformatics.ca/gmeow/declaredLoss> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/notationSystemOf> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/projectionFunction> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/representableParameter> .


###  https://blackcatinformatics.ca/gmeow/profileMusicXML
<https://blackcatinformatics.ca/gmeow/profileMusicXML> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/NotationProjectionProfile> ;
                                                       <https://blackcatinformatics.ca/gmeow/declaredLoss> <https://blackcatinformatics.ca/gmeow/lossDropsSpatialSoundContext> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/lossDropsTimbre> ;
                                                       <https://blackcatinformatics.ca/gmeow/notationSystemOf> <https://blackcatinformatics.ca/gmeow/notationMusicXML> ;
                                                       <https://blackcatinformatics.ca/gmeow/projectionFunction> <https://blackcatinformatics.ca/gmeow/fnProjectToMusicXML> ;
                                                       <https://blackcatinformatics.ca/gmeow/representableParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterDuration> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/musicalParameterDynamics> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/musicalParameterInstrumentation> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/musicalParameterOrder> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/musicalParameterPerformerCount> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/musicalParameterPitch> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/musicalParameterTacet> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/musicalParameterTempo> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "MusicXML projection profile"@x-gmeow-english ;
                                                       skos:definition "Projection profile for MusicXML. Lossy: microtones via bare decimal alter, nested tuplets unreliable across implementations, polymeter via hacks, no mobile form."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/profileDescriptor> <https://blackcatinformatics.ca/gmeow/declaredLoss> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/notationSystemOf> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/projectionFunction> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/representableParameter> .


###  https://blackcatinformatics.ca/gmeow/profileReferenceFrame
<https://blackcatinformatics.ca/gmeow/profileReferenceFrame> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/Profile> ;
                                                             <https://blackcatinformatics.ca/gmeow/profileAppliesTo> <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                             <https://blackcatinformatics.ca/gmeow/profileOpenValue> <https://blackcatinformatics.ca/gmeow/Axis> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/Determinacy> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/FrameKind> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/FrameRealm> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/MetricKind> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/profiles> ;
                                                             rdfs:label "Reference Frame Profile"@x-gmeow-english ;
                                                             skos:definition "The closed descriptor schema for gmeow:ReferenceFrame instances: realm, axes, dimensionality, kind, host-dependence, determinacy, metric, and transform descriptors."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/profileDescriptor> <https://blackcatinformatics.ca/gmeow/determinacyModel> ,
                                                                                                                      <https://blackcatinformatics.ca/gmeow/dimensionCount> ,
                                                                                                                      <https://blackcatinformatics.ca/gmeow/frameKind> ,
                                                                                                                      <https://blackcatinformatics.ca/gmeow/frameRealm> ,
                                                                                                                      <https://blackcatinformatics.ca/gmeow/frameSolver> ,
                                                                                                                      <https://blackcatinformatics.ca/gmeow/hasAxis> ,
                                                                                                                      <https://blackcatinformatics.ca/gmeow/hasMetricKind> ,
                                                                                                                      <https://blackcatinformatics.ca/gmeow/parentFrame> ,
                                                                                                                      <https://blackcatinformatics.ca/gmeow/requiresHost> ,
                                                                                                                      <https://blackcatinformatics.ca/gmeow/transformsTo> .


###  https://blackcatinformatics.ca/gmeow/profileSCL
<https://blackcatinformatics.ca/gmeow/profileSCL> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/NotationProjectionProfile> ;
                                                  <https://blackcatinformatics.ca/gmeow/declaredLoss> <https://blackcatinformatics.ca/gmeow/lossDropsDynamics> ,
                                                                                                      <https://blackcatinformatics.ca/gmeow/lossDropsInstrumentation> ,
                                                                                                      <https://blackcatinformatics.ca/gmeow/lossDropsPerformerCount> ,
                                                                                                      <https://blackcatinformatics.ca/gmeow/lossDropsSpatialSoundContext> ,
                                                                                                      <https://blackcatinformatics.ca/gmeow/lossDropsTacet> ,
                                                                                                      <https://blackcatinformatics.ca/gmeow/lossDropsTimbre> ,
                                                                                                      <https://blackcatinformatics.ca/gmeow/lossQuantizesTimeToRationalGrid> ;
                                                  <https://blackcatinformatics.ca/gmeow/notationSystemOf> <https://blackcatinformatics.ca/gmeow/notationSCL> ;
                                                  <https://blackcatinformatics.ca/gmeow/projectionFunction> <https://blackcatinformatics.ca/gmeow/fnProjectToScl> ;
                                                  <https://blackcatinformatics.ca/gmeow/representableParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterPitch> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                  rdfs:label "Scala .scl projection profile"@x-gmeow-english ;
                                                  skos:definition "Projection profile for Scala .scl tuning files. Carries a pitch-class list but loses comma/prime-limit theory and keyboard mapping context."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/profileDescriptor> <https://blackcatinformatics.ca/gmeow/declaredLoss> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/notationSystemOf> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/projectionFunction> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/representableParameter> .


###  https://blackcatinformatics.ca/gmeow/profileSagittal
<https://blackcatinformatics.ca/gmeow/profileSagittal> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/NotationProjectionProfile> ;
                                                       <https://blackcatinformatics.ca/gmeow/declaredLoss> <https://blackcatinformatics.ca/gmeow/lossDropsDynamics> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/lossDropsInstrumentation> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/lossDropsPerformerCount> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/lossDropsSpatialSoundContext> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/lossDropsTacet> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/lossDropsTimbre> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/lossQuantizesTimeToRationalGrid> ;
                                                       <https://blackcatinformatics.ca/gmeow/notationSystemOf> <https://blackcatinformatics.ca/gmeow/notationSagittal> ;
                                                       <https://blackcatinformatics.ca/gmeow/projectionFunction> <https://blackcatinformatics.ca/gmeow/fnProjectToSagittal> ;
                                                       <https://blackcatinformatics.ca/gmeow/representableParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterPitch> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "Sagittal notation projection profile"@x-gmeow-english ;
                                                       skos:definition "Projection profile for Sagittal microtonal notation. Represents arbitrary EDO and JI pitch classes; time and other parameters are outside its scope."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/profileDescriptor> <https://blackcatinformatics.ca/gmeow/declaredLoss> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/notationSystemOf> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/projectionFunction> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/representableParameter> .


###  https://blackcatinformatics.ca/gmeow/profileSargam
<https://blackcatinformatics.ca/gmeow/profileSargam> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/NotationProjectionProfile> ;
                                                     <https://blackcatinformatics.ca/gmeow/declaredLoss> <https://blackcatinformatics.ca/gmeow/lossDropsSpatialSoundContext> ,
                                                                                                         <https://blackcatinformatics.ca/gmeow/lossDropsTimbre> ;
                                                     <https://blackcatinformatics.ca/gmeow/notationSystemOf> <https://blackcatinformatics.ca/gmeow/notationSargam> ;
                                                     <https://blackcatinformatics.ca/gmeow/projectionFunction> <https://blackcatinformatics.ca/gmeow/fnProjectToSargam> ;
                                                     <https://blackcatinformatics.ca/gmeow/representableParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterDuration> ,
                                                                                                                   <https://blackcatinformatics.ca/gmeow/musicalParameterDynamics> ,
                                                                                                                   <https://blackcatinformatics.ca/gmeow/musicalParameterInstrumentation> ,
                                                                                                                   <https://blackcatinformatics.ca/gmeow/musicalParameterOrder> ,
                                                                                                                   <https://blackcatinformatics.ca/gmeow/musicalParameterPerformerCount> ,
                                                                                                                   <https://blackcatinformatics.ca/gmeow/musicalParameterPitch> ,
                                                                                                                   <https://blackcatinformatics.ca/gmeow/musicalParameterTacet> ,
                                                                                                                   <https://blackcatinformatics.ca/gmeow/musicalParameterTempo> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                     rdfs:label "Sargam projection profile"@x-gmeow-english ;
                                                     skos:definition "Projection profile for Sargam solfege notation."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/profileDescriptor> <https://blackcatinformatics.ca/gmeow/declaredLoss> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/notationSystemOf> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/projectionFunction> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/representableParameter> .


###  https://blackcatinformatics.ca/gmeow/profileTablature
<https://blackcatinformatics.ca/gmeow/profileTablature> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/NotationProjectionProfile> ;
                                                        <https://blackcatinformatics.ca/gmeow/declaredLoss> <https://blackcatinformatics.ca/gmeow/lossDropsSpatialSoundContext> ,
                                                                                                            <https://blackcatinformatics.ca/gmeow/lossDropsTimbre> ,
                                                                                                            <https://blackcatinformatics.ca/gmeow/lossQuantizesPitchTo12Edo> ,
                                                                                                            <https://blackcatinformatics.ca/gmeow/lossQuantizesTimeToRationalGrid> ;
                                                        <https://blackcatinformatics.ca/gmeow/notationSystemOf> <https://blackcatinformatics.ca/gmeow/notationTablature> ;
                                                        <https://blackcatinformatics.ca/gmeow/projectionFunction> <https://blackcatinformatics.ca/gmeow/fnProjectToTablature> ;
                                                        <https://blackcatinformatics.ca/gmeow/representableParameter> <https://blackcatinformatics.ca/gmeow/musicalParameterDuration> ,
                                                                                                                      <https://blackcatinformatics.ca/gmeow/musicalParameterDynamics> ,
                                                                                                                      <https://blackcatinformatics.ca/gmeow/musicalParameterInstrumentation> ,
                                                                                                                      <https://blackcatinformatics.ca/gmeow/musicalParameterOrder> ,
                                                                                                                      <https://blackcatinformatics.ca/gmeow/musicalParameterPerformerCount> ,
                                                                                                                      <https://blackcatinformatics.ca/gmeow/musicalParameterTacet> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "Tablature projection profile"@x-gmeow-english ;
                                                        skos:definition "Projection profile for tablature: represents instrument-specific finger positions, not abstract pitch; tuning-frame dependent."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/profileDescriptor> <https://blackcatinformatics.ca/gmeow/declaredLoss> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/notationSystemOf> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/projectionFunction> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/representableParameter> .


###  https://blackcatinformatics.ca/gmeow/profileTemporalFrame
<https://blackcatinformatics.ca/gmeow/profileTemporalFrame> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/Profile> ;
                                                            <https://blackcatinformatics.ca/gmeow/profileAppliesTo> <https://blackcatinformatics.ca/gmeow/TemporalFrame> ;
                                                            <https://blackcatinformatics.ca/gmeow/profileOpenValue> <https://blackcatinformatics.ca/gmeow/CalendarSystem> ,
                                                                                                                    <https://blackcatinformatics.ca/gmeow/ReferencePosition> ,
                                                                                                                    <https://blackcatinformatics.ca/gmeow/TimeScale> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/profiles> ;
                                                            rdfs:label "Temporal Frame Profile"@x-gmeow-english ;
                                                            skos:definition "The closed descriptor schema for gmeow:TemporalFrame instances: the reference-frame spine plus time scale, calendar system, and reference position."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/profileDescriptor> <https://blackcatinformatics.ca/gmeow/determinacyModel> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/dimensionCount> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/frameCalendarSystem> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/frameKind> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/frameRealm> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/frameReferencePosition> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/frameSolver> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/frameTimeScale> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/hasAxis> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/hasMetricKind> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/parentFrame> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/requiresHost> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/transformsTo> .


###  https://blackcatinformatics.ca/gmeow/profileTemporalProvenance
<https://blackcatinformatics.ca/gmeow/profileTemporalProvenance> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/Profile> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/profiles> ;
                                                                 rdfs:label "Temporal Provenance Profile (four clocks)"@x-gmeow-english ;
                                                                 skos:definition "The closed descriptor schema for statement-level temporal provenance: valid-from, valid-until, asserted-at, and recorded-no-later-than. Applies to statements, observations, and any resource whose metadata carries these annotation properties."@x-gmeow-english ;
                                                                 <https://blackcatinformatics.ca/gmeow/profileDescriptor> <https://blackcatinformatics.ca/gmeow/assertedAt> ,
                                                                                                                          <https://blackcatinformatics.ca/gmeow/recordedNoLaterThan> ,
                                                                                                                          <https://blackcatinformatics.ca/gmeow/validFrom> ,
                                                                                                                          <https://blackcatinformatics.ca/gmeow/validUntil> .


###  https://blackcatinformatics.ca/gmeow/promptRoleAssistant
<https://blackcatinformatics.ca/gmeow/promptRoleAssistant> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/PromptRole> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                           rdfs:label "assistant"@x-gmeow-english ;
                                                           skos:definition "The assistant-turn role (a prior model output replayed as context)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/promptRoleSystem
<https://blackcatinformatics.ca/gmeow/promptRoleSystem> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/PromptRole> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                        rdfs:label "system"@x-gmeow-english ;
                                                        skos:definition "The system-instruction role."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/promptRoleTool
<https://blackcatinformatics.ca/gmeow/promptRoleTool> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/PromptRole> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                      rdfs:label "tool"@x-gmeow-english ;
                                                      skos:definition "The tool-result role (a tool output replayed as context)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/promptRoleUser
<https://blackcatinformatics.ca/gmeow/promptRoleUser> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/PromptRole> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                      rdfs:label "user"@x-gmeow-english ;
                                                      skos:definition "The user-turn role."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pronounAeAer
<https://blackcatinformatics.ca/gmeow/pronounAeAer> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/PronounSet> ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounObject> "aer" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounPossessive> "aers" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounPossessiveDeterminer> "aer" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounReflexive> "aerself" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounSubject> "ae" ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                    rdfs:label "ae/aer"@x-gmeow-english ;
                                                    skos:definition "The ae/aer pronoun set — a third-person pronoun paradigm used to refer to an entity in discourse."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pronounAny
<https://blackcatinformatics.ca/gmeow/pronounAny> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/PronounSet> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                  rdfs:label "any pronouns"@x-gmeow-english ;
                                                  skos:definition "A non-specifying pronoun stance indicating that any third-person pronoun set is acceptable when referring to the entity."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pronounAsk
<https://blackcatinformatics.ca/gmeow/pronounAsk> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/PronounSet> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                  rdfs:label "ask me"@x-gmeow-english ;
                                                  skos:definition "A non-specifying pronoun stance indicating that the speaker or writer should ask the entity which pronouns to use."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pronounCoCos
<https://blackcatinformatics.ca/gmeow/pronounCoCos> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/PronounSet> ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounObject> "co" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounPossessive> "co's" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounPossessiveDeterminer> "cos" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounReflexive> "coself" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounSubject> "co" ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                    rdfs:label "co/cos"@x-gmeow-english ;
                                                    skos:definition "The co/cos pronoun set — a third-person pronoun paradigm used to refer to an entity in discourse."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pronounEEm
<https://blackcatinformatics.ca/gmeow/pronounEEm> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/PronounSet> ;
                                                  <https://blackcatinformatics.ca/gmeow/pronounObject> "em" ;
                                                  <https://blackcatinformatics.ca/gmeow/pronounPossessive> "eirs" ;
                                                  <https://blackcatinformatics.ca/gmeow/pronounPossessiveDeterminer> "eir" ;
                                                  <https://blackcatinformatics.ca/gmeow/pronounReflexive> "emself" ;
                                                  <https://blackcatinformatics.ca/gmeow/pronounSubject> "e" ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                  rdfs:label "e/em (Spivak)"@x-gmeow-english ;
                                                  skos:definition "The e/em pronoun set — a third-person pronoun paradigm used to refer to an entity in discourse."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pronounEyEm
<https://blackcatinformatics.ca/gmeow/pronounEyEm> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/PronounSet> ;
                                                   <https://blackcatinformatics.ca/gmeow/pronounObject> "em" ;
                                                   <https://blackcatinformatics.ca/gmeow/pronounPossessive> "eirs" ;
                                                   <https://blackcatinformatics.ca/gmeow/pronounPossessiveDeterminer> "eir" ;
                                                   <https://blackcatinformatics.ca/gmeow/pronounReflexive> "emself" ;
                                                   <https://blackcatinformatics.ca/gmeow/pronounSubject> "ey" ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                   rdfs:label "ey/em (Elverson)"@x-gmeow-english ;
                                                   skos:definition "The ey/em pronoun set — a third-person pronoun paradigm used to refer to an entity in discourse."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pronounFaeFaer
<https://blackcatinformatics.ca/gmeow/pronounFaeFaer> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/PronounSet> ;
                                                      <https://blackcatinformatics.ca/gmeow/pronounObject> "faer" ;
                                                      <https://blackcatinformatics.ca/gmeow/pronounPossessive> "faers" ;
                                                      <https://blackcatinformatics.ca/gmeow/pronounPossessiveDeterminer> "faer" ;
                                                      <https://blackcatinformatics.ca/gmeow/pronounReflexive> "faerself" ;
                                                      <https://blackcatinformatics.ca/gmeow/pronounSubject> "fae" ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                      rdfs:label "fae/faer"@x-gmeow-english ;
                                                      skos:definition "The fae/faer pronoun set — a third-person pronoun paradigm used to refer to an entity in discourse."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pronounHeHim
<https://blackcatinformatics.ca/gmeow/pronounHeHim> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/PronounSet> ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounObject> "him" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounPossessive> "his" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounPossessiveDeterminer> "his" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounReflexive> "himself" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounSubject> "he" ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                    rdfs:label "he/him"@x-gmeow-english ;
                                                    skos:definition "The he/him pronoun set — a third-person pronoun paradigm used to refer to an entity in discourse."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pronounHuHum
<https://blackcatinformatics.ca/gmeow/pronounHuHum> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/PronounSet> ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounObject> "hum" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounPossessive> "hus" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounPossessiveDeterminer> "hus" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounReflexive> "huself" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounSubject> "hu" ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                    rdfs:label "hu/hum"@x-gmeow-english ;
                                                    skos:definition "The hu/hum pronoun set — a third-person pronoun paradigm used to refer to an entity in discourse."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pronounItIts
<https://blackcatinformatics.ca/gmeow/pronounItIts> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/PronounSet> ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounObject> "it" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounPossessive> "its" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounPossessiveDeterminer> "its" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounReflexive> "itself" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounSubject> "it" ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                    rdfs:label "it/its"@x-gmeow-english ;
                                                    skos:definition "The it/its pronoun set — a third-person pronoun paradigm used to refer to an entity in discourse."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pronounKiKin
<https://blackcatinformatics.ca/gmeow/pronounKiKin> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/PronounSet> ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounObject> "kin" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounPossessive> "kins" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounPossessiveDeterminer> "kins" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounReflexive> "kinself" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounSubject> "ki" ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                    rdfs:label "ki/kin"@x-gmeow-english ;
                                                    skos:definition "The ki/kin pronoun set — a third-person pronoun paradigm used to refer to an entity in discourse."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pronounNameOnly
<https://blackcatinformatics.ca/gmeow/pronounNameOnly> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/PronounSet> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                       rdfs:label "use my name (no pronouns)"@x-gmeow-english ;
                                                       skos:definition "A non-specifying pronoun stance indicating that the entity prefers no third-person pronouns and requests that their name be used in place of any pronoun."@x-gmeow-english ;
                                                       skos:scopeNote "Nounself / name-in-place-of-pronoun: the person prefers their name be used rather than any third-person pronoun. Distinct from pronounAny (any set is acceptable) and pronounAsk (ask first). Carries no five forms by design — it asserts the ABSENCE of a pronoun set, not a particular one."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pronounNeNem
<https://blackcatinformatics.ca/gmeow/pronounNeNem> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/PronounSet> ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounObject> "nem" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounPossessive> "nirs" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounPossessiveDeterminer> "nir" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounReflexive> "nemself" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounSubject> "ne" ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                    rdfs:label "ne/nem"@x-gmeow-english ;
                                                    skos:definition "The ne/nem pronoun set — a third-person pronoun paradigm used to refer to an entity in discourse."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pronounOneOne
<https://blackcatinformatics.ca/gmeow/pronounOneOne> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/PronounSet> ;
                                                     <https://blackcatinformatics.ca/gmeow/pronounObject> "one" ;
                                                     <https://blackcatinformatics.ca/gmeow/pronounPossessive> "one's" ;
                                                     <https://blackcatinformatics.ca/gmeow/pronounPossessiveDeterminer> "one's" ;
                                                     <https://blackcatinformatics.ca/gmeow/pronounReflexive> "oneself" ;
                                                     <https://blackcatinformatics.ca/gmeow/pronounSubject> "one" ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                     rdfs:label "one/one (generic)"@x-gmeow-english ;
                                                     skos:definition "The one/one pronoun set — a third-person pronoun paradigm used to refer to an entity in discourse."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pronounPerPer
<https://blackcatinformatics.ca/gmeow/pronounPerPer> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/PronounSet> ;
                                                     <https://blackcatinformatics.ca/gmeow/pronounObject> "per" ;
                                                     <https://blackcatinformatics.ca/gmeow/pronounPossessive> "pers" ;
                                                     <https://blackcatinformatics.ca/gmeow/pronounPossessiveDeterminer> "per" ;
                                                     <https://blackcatinformatics.ca/gmeow/pronounReflexive> "perself" ;
                                                     <https://blackcatinformatics.ca/gmeow/pronounSubject> "per" ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                     rdfs:label "per/per"@x-gmeow-english ;
                                                     skos:definition "The per/per pronoun set — a third-person pronoun paradigm used to refer to an entity in discourse."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pronounSheHer
<https://blackcatinformatics.ca/gmeow/pronounSheHer> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/PronounSet> ;
                                                     <https://blackcatinformatics.ca/gmeow/pronounObject> "her" ;
                                                     <https://blackcatinformatics.ca/gmeow/pronounPossessive> "hers" ;
                                                     <https://blackcatinformatics.ca/gmeow/pronounPossessiveDeterminer> "her" ;
                                                     <https://blackcatinformatics.ca/gmeow/pronounReflexive> "herself" ;
                                                     <https://blackcatinformatics.ca/gmeow/pronounSubject> "she" ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                     rdfs:label "she/her"@x-gmeow-english ;
                                                     skos:definition "The she/her pronoun set — a third-person pronoun paradigm used to refer to an entity in discourse."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pronounTheyThem
<https://blackcatinformatics.ca/gmeow/pronounTheyThem> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/PronounSet> ;
                                                       <https://blackcatinformatics.ca/gmeow/pronounObject> "them" ;
                                                       <https://blackcatinformatics.ca/gmeow/pronounPossessive> "theirs" ;
                                                       <https://blackcatinformatics.ca/gmeow/pronounPossessiveDeterminer> "their" ;
                                                       <https://blackcatinformatics.ca/gmeow/pronounReflexive> "themself" ;
                                                       <https://blackcatinformatics.ca/gmeow/pronounSubject> "they" ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                       rdfs:label "they/them (singular)"@x-gmeow-english ;
                                                       skos:definition "The they/them pronoun set — a third-person pronoun paradigm used to refer to an entity in discourse."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pronounThonThon
<https://blackcatinformatics.ca/gmeow/pronounThonThon> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/PronounSet> ;
                                                       <https://blackcatinformatics.ca/gmeow/pronounObject> "thon" ;
                                                       <https://blackcatinformatics.ca/gmeow/pronounPossessive> "thon's" ;
                                                       <https://blackcatinformatics.ca/gmeow/pronounPossessiveDeterminer> "thons" ;
                                                       <https://blackcatinformatics.ca/gmeow/pronounReflexive> "thonself" ;
                                                       <https://blackcatinformatics.ca/gmeow/pronounSubject> "thon" ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                       rdfs:label "thon/thon"@x-gmeow-english ;
                                                       skos:definition "The thon/thon pronoun set — a third-person pronoun paradigm used to refer to an entity in discourse."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pronounVeVer
<https://blackcatinformatics.ca/gmeow/pronounVeVer> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/PronounSet> ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounObject> "ver" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounPossessive> "vis" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounPossessiveDeterminer> "vis" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounReflexive> "verself" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounSubject> "ve" ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                    rdfs:label "ve/ver"@x-gmeow-english ;
                                                    skos:definition "The ve/ver pronoun set — a third-person pronoun paradigm used to refer to an entity in discourse."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pronounViVir
<https://blackcatinformatics.ca/gmeow/pronounViVir> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/PronounSet> ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounObject> "vir" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounPossessive> "virs" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounPossessiveDeterminer> "vis" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounReflexive> "virself" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounSubject> "vi" ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                    rdfs:label "vi/vir"@x-gmeow-english ;
                                                    skos:definition "The vi/vir pronoun set — a third-person pronoun paradigm used to refer to an entity in discourse."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pronounXeXem
<https://blackcatinformatics.ca/gmeow/pronounXeXem> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/PronounSet> ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounObject> "xem" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounPossessive> "xyrs" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounPossessiveDeterminer> "xyr" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounReflexive> "xemself" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounSubject> "xe" ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                    rdfs:label "xe/xem"@x-gmeow-english ;
                                                    skos:definition "The xe/xem pronoun set — a third-person pronoun paradigm used to refer to an entity in discourse."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pronounZeHir
<https://blackcatinformatics.ca/gmeow/pronounZeHir> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/PronounSet> ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounObject> "hir" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounPossessive> "hirs" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounPossessiveDeterminer> "hir" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounReflexive> "hirself" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounSubject> "ze" ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                    rdfs:label "ze/hir"@x-gmeow-english ;
                                                    skos:definition "The ze/hir pronoun set — a third-person pronoun paradigm used to refer to an entity in discourse."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pronounZeZir
<https://blackcatinformatics.ca/gmeow/pronounZeZir> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/PronounSet> ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounObject> "zir" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounPossessive> "zirs" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounPossessiveDeterminer> "zir" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounReflexive> "zirself" ;
                                                    <https://blackcatinformatics.ca/gmeow/pronounSubject> "ze" ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                    rdfs:label "ze/zir"@x-gmeow-english ;
                                                    skos:definition "The ze/zir pronoun set — a third-person pronoun paradigm used to refer to an entity in discourse."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/pronounZheZher
<https://blackcatinformatics.ca/gmeow/pronounZheZher> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/PronounSet> ;
                                                      <https://blackcatinformatics.ca/gmeow/pronounObject> "zher" ;
                                                      <https://blackcatinformatics.ca/gmeow/pronounPossessive> "zhers" ;
                                                      <https://blackcatinformatics.ca/gmeow/pronounPossessiveDeterminer> "zher" ;
                                                      <https://blackcatinformatics.ca/gmeow/pronounReflexive> "zherself" ;
                                                      <https://blackcatinformatics.ca/gmeow/pronounSubject> "zhe" ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                      rdfs:label "zhe/zher"@x-gmeow-english ;
                                                      skos:definition "The zhe/zher pronoun set — a third-person pronoun paradigm used to refer to an entity in discourse."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/qualityDimensionCompleteness
<https://blackcatinformatics.ca/gmeow/qualityDimensionCompleteness> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/QualityDimension> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/quality> ;
                                                                    rdfs:label "completeness"@x-gmeow-english ;
                                                                    skos:definition "Presence or absence of features and their attributes, including commission (excess data) and omission (missing data) (ISO 19157)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/qualityDimensionLineage
<https://blackcatinformatics.ca/gmeow/qualityDimensionLineage> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/QualityDimension> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/quality> ;
                                                               rdfs:label "lineage"@x-gmeow-english ;
                                                               skos:definition "The history, source, and process steps that produced a dataset or entity — the provenance of the data viewed through a quality lens. In GMEOW the structural lineage is recorded by gmeow:wasGeneratedBy, gmeow:wasDerivedFrom, and gmeow:ImportActivity (provenance module); this dimension value marks a quality assessment that evaluates lineage completeness or correctness."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/qualityDimensionLogicalConsistency
<https://blackcatinformatics.ca/gmeow/qualityDimensionLogicalConsistency> rdf:type owl:NamedIndividual ,
                                                                                   <https://blackcatinformatics.ca/gmeow/QualityDimension> ;
                                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/quality> ;
                                                                          rdfs:label "logical consistency"@x-gmeow-english ;
                                                                          skos:definition "Degree of adherence to logical rules of data structure, attribution, and relationships, including domain consistency, format consistency, and topological consistency (ISO 19157)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/qualityDimensionPositionalAccuracy
<https://blackcatinformatics.ca/gmeow/qualityDimensionPositionalAccuracy> rdf:type owl:NamedIndividual ,
                                                                                   <https://blackcatinformatics.ca/gmeow/QualityDimension> ;
                                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/quality> ;
                                                                          rdfs:label "positional accuracy"@x-gmeow-english ;
                                                                          skos:definition "Closeness of the spatial position of a feature to its true position, including absolute accuracy, relative accuracy, and gridded data positional accuracy (ISO 19157)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/qualityDimensionTemporalAccuracy
<https://blackcatinformatics.ca/gmeow/qualityDimensionTemporalAccuracy> rdf:type owl:NamedIndividual ,
                                                                                 <https://blackcatinformatics.ca/gmeow/QualityDimension> ;
                                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/quality> ;
                                                                        rdfs:label "temporal accuracy"@x-gmeow-english ;
                                                                        skos:definition "Correctness of the temporal references of a feature (e.g. date, time, period) relative to the true temporal value (ISO 19157)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/qualityDimensionThematicAccuracy
<https://blackcatinformatics.ca/gmeow/qualityDimensionThematicAccuracy> rdf:type owl:NamedIndividual ,
                                                                                 <https://blackcatinformatics.ca/gmeow/QualityDimension> ;
                                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/quality> ;
                                                                        rdfs:label "thematic accuracy"@x-gmeow-english ;
                                                                        skos:definition "Accuracy of quantitative and qualitative attribute values, including classification correctness and non-quantitative attribute correctness (ISO 19157)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/qualityDimensionTopologicalConsistency
<https://blackcatinformatics.ca/gmeow/qualityDimensionTopologicalConsistency> rdf:type owl:NamedIndividual ,
                                                                                       <https://blackcatinformatics.ca/gmeow/QualityDimension> ;
                                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/quality> ;
                                                                              rdfs:label "topological consistency"@x-gmeow-english ;
                                                                              skos:definition "Correctness of the explicitly encoded topological characteristics of a dataset, typically expressed as error counts or conformance to a topological rule set (ISO 19157)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/qualityElegance
<https://blackcatinformatics.ca/gmeow/qualityElegance> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/AestheticQuality> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/affect> ;
                                                       rdfs:label "elegance"@x-gmeow-english ;
                                                       skos:definition "The elegance aesthetic quality."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/qualityKitsch
<https://blackcatinformatics.ca/gmeow/qualityKitsch> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/AestheticQuality> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/affect> ;
                                                     rdfs:label "kitsch"@x-gmeow-english ;
                                                     skos:definition "The kitsch aesthetic quality."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/qualitySublimity
<https://blackcatinformatics.ca/gmeow/qualitySublimity> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/AestheticQuality> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/affect> ;
                                                        rdfs:label "sublimity"@x-gmeow-english ;
                                                        skos:definition "The sublimity aesthetic quality."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/realizationModeImprovised
<https://blackcatinformatics.ca/gmeow/realizationModeImprovised> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/RealizationMode> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                                 rdfs:label "improvised"@x-gmeow-english ;
                                                                 skos:definition "The Expression is realized through improvisation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/realizationModeMachineGenerated
<https://blackcatinformatics.ca/gmeow/realizationModeMachineGenerated> rdf:type owl:NamedIndividual ,
                                                                                <https://blackcatinformatics.ca/gmeow/RealizationMode> ;
                                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                                       rdfs:label "machine generated"@x-gmeow-english ;
                                                                       skos:definition "The Expression is realized by a machine-generative process."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/realizationModeNotated
<https://blackcatinformatics.ca/gmeow/realizationModeNotated> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/RealizationMode> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                              rdfs:label "notated"@x-gmeow-english ;
                                                              skos:definition "The Expression is realized as a notated score or symbolic representation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/realizationModeOral
<https://blackcatinformatics.ca/gmeow/realizationModeOral> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/RealizationMode> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                           rdfs:label "oral"@x-gmeow-english ;
                                                           skos:definition "The Expression is realized through oral tradition, with no required notated form."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/realizationModePerformed
<https://blackcatinformatics.ca/gmeow/realizationModePerformed> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/RealizationMode> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                                rdfs:label "performed"@x-gmeow-english ;
                                                                skos:definition "The Expression is realized through live or recorded performance."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/refOriginBarycentric
<https://blackcatinformatics.ca/gmeow/refOriginBarycentric> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/CelestialReferenceOrigin> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                            rdfs:label "barycentric (solar system)"@x-gmeow-english ;
                                                            skos:definition "The barycentric celestial reference origin — a geometric origin point relative to which celestial coordinates are expressed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/refOriginGeocentric
<https://blackcatinformatics.ca/gmeow/refOriginGeocentric> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/CelestialReferenceOrigin> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                           rdfs:label "geocentric"@x-gmeow-english ;
                                                           skos:definition "The geocentric celestial reference origin — a geometric origin point relative to which celestial coordinates are expressed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/refOriginHeliocentric
<https://blackcatinformatics.ca/gmeow/refOriginHeliocentric> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/CelestialReferenceOrigin> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                             rdfs:label "heliocentric"@x-gmeow-english ;
                                                             skos:definition "The heliocentric celestial reference origin — a geometric origin point relative to which celestial coordinates are expressed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/refOriginTopocentric
<https://blackcatinformatics.ca/gmeow/refOriginTopocentric> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/CelestialReferenceOrigin> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                            rdfs:label "topocentric (observatory site)"@x-gmeow-english ;
                                                            skos:definition "The topocentric celestial reference origin — a geometric origin point relative to which celestial coordinates are expressed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameAUD
<https://blackcatinformatics.ca/gmeow/referenceFrameAUD> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                         <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmCurrency> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisScalar> ;
                                                         <https://blackcatinformatics.ca/gmeow/currencyCode> "AUD" ;
                                                         <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                         <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "Australian Dollar Currency Reference Frame"@x-gmeow-english ;
                                                         skos:definition "The aud reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameAffectiveCircumplex
<https://blackcatinformatics.ca/gmeow/referenceFrameAffectiveCircumplex> rdf:type owl:NamedIndividual ,
                                                                                  <https://blackcatinformatics.ca/gmeow/MentalReferenceFrame> ;
                                                                         <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                         <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindCartesian> ;
                                                                         <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmPsychological> ;
                                                                         <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisArousal> ,
                                                                                                                        <https://blackcatinformatics.ca/gmeow/axisValence> ;
                                                                         <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricEuclidean> ;
                                                                         <https://blackcatinformatics.ca/gmeow/dimensionCount> "2"^^xsd:nonNegativeInteger ;
                                                                         <https://blackcatinformatics.ca/gmeow/requiresHost> "true"^^xsd:boolean ;
                                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory-environment> ;
                                                                         rdfs:label "Russell Affective Circumplex Reference Frame"@x-gmeow-english ;
                                                                         skos:definition "The affective circumplex mental reference frame — a coordinate system for describing cognitive, affective, or perceptual states."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameAltitudeAGL
<https://blackcatinformatics.ca/gmeow/referenceFrameAltitudeAGL> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                                 <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                 <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                                 <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmTerrestrial> ;
                                                                 <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisAltitude> ;
                                                                 <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricEuclidean> ;
                                                                 <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                                 <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                 rdfs:label "Altitude Above Ground Level Reference Frame"@x-gmeow-english ;
                                                                 skos:definition "The altitude agl reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameAltitudeMSL
<https://blackcatinformatics.ca/gmeow/referenceFrameAltitudeMSL> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                                 <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                 <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                                 <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmTerrestrial> ;
                                                                 <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisAltitude> ;
                                                                 <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricEuclidean> ;
                                                                 <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                                 <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                 rdfs:label "Altitude Above Mean Sea Level Reference Frame"@x-gmeow-english ;
                                                                 skos:definition "The altitude msl reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameAudioSpectrum
<https://blackcatinformatics.ca/gmeow/referenceFrameAudioSpectrum> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                                   <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                   <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindCartesian> ;
                                                                   <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMeasurement> ;
                                                                   <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisFrequency> ,
                                                                                                                  <https://blackcatinformatics.ca/gmeow/axisMagnitude> ;
                                                                   <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricEuclidean> ;
                                                                   <https://blackcatinformatics.ca/gmeow/dimensionCount> "2"^^xsd:nonNegativeInteger ;
                                                                   <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory-environment> ;
                                                                   rdfs:label "Audio Spectrum Reference Frame"@x-gmeow-english ;
                                                                   skos:definition "The audio spectrum reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameBGP
<https://blackcatinformatics.ca/gmeow/referenceFrameBGP> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                         <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindTopological> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmVirtual> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisBGPAS> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricGraphHops> ;
                                                         <https://blackcatinformatics.ca/gmeow/parentFrame> <https://blackcatinformatics.ca/gmeow/referenceFrameInternet> ;
                                                         <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                         <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "BGP Autonomous System Reference Frame"@x-gmeow-english ;
                                                         skos:definition "The bgp reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameBTC
<https://blackcatinformatics.ca/gmeow/referenceFrameBTC> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                         <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmCurrency> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisScalar> ;
                                                         <https://blackcatinformatics.ca/gmeow/currencyCode> "BTC" ;
                                                         <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                         <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "Bitcoin Currency Reference Frame"@x-gmeow-english ;
                                                         skos:definition "The btc reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameCAD
<https://blackcatinformatics.ca/gmeow/referenceFrameCAD> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                         <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmCurrency> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisScalar> ;
                                                         <https://blackcatinformatics.ca/gmeow/currencyCode> "CAD" ;
                                                         <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                         <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "Canadian Dollar Currency Reference Frame"@x-gmeow-english ;
                                                         skos:definition "The cad reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameCHF
<https://blackcatinformatics.ca/gmeow/referenceFrameCHF> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                         <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmCurrency> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisScalar> ;
                                                         <https://blackcatinformatics.ca/gmeow/currencyCode> "CHF" ;
                                                         <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                         <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "Swiss Franc Currency Reference Frame"@x-gmeow-english ;
                                                         skos:definition "The chf reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameCIELAB
<https://blackcatinformatics.ca/gmeow/referenceFrameCIELAB> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                            <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                            <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindCartesian> ;
                                                            <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmColourspace> ;
                                                            <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisAstar> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/axisBstar> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/axisLightness> ;
                                                            <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricEuclidean> ;
                                                            <https://blackcatinformatics.ca/gmeow/dimensionCount> "3"^^xsd:nonNegativeInteger ;
                                                            <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory-environment> ;
                                                            rdfs:label "CIE L*a*b* Perceptually-Uniform Reference Frame"@x-gmeow-english ;
                                                            skos:definition "The cie lab reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameCIEXYZ
<https://blackcatinformatics.ca/gmeow/referenceFrameCIEXYZ> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                            <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                            <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindCartesian> ;
                                                            <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmColourspace> ;
                                                            <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisTristimulusX> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/axisTristimulusY> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/axisTristimulusZ> ;
                                                            <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricEuclidean> ;
                                                            <https://blackcatinformatics.ca/gmeow/dimensionCount> "3"^^xsd:nonNegativeInteger ;
                                                            <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory-environment> ;
                                                            rdfs:label "CIE 1931 XYZ Tristimulus Reference Frame"@x-gmeow-english ;
                                                            skos:definition "The cie xyz reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameCMYK
<https://blackcatinformatics.ca/gmeow/referenceFrameCMYK> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                          <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                          <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindCartesian> ;
                                                          <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmColourspace> ;
                                                          <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisCyan> ,
                                                                                                         <https://blackcatinformatics.ca/gmeow/axisKey> ,
                                                                                                         <https://blackcatinformatics.ca/gmeow/axisMagenta> ,
                                                                                                         <https://blackcatinformatics.ca/gmeow/axisYellow> ;
                                                          <https://blackcatinformatics.ca/gmeow/dimensionCount> "4"^^xsd:nonNegativeInteger ;
                                                          <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "CMYK Colourspace Reference Frame"@x-gmeow-english ;
                                                          skos:definition "The cmyk reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameCNY
<https://blackcatinformatics.ca/gmeow/referenceFrameCNY> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                         <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmCurrency> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisScalar> ;
                                                         <https://blackcatinformatics.ca/gmeow/currencyCode> "CNY" ;
                                                         <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                         <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "Chinese Yuan Currency Reference Frame"@x-gmeow-english ;
                                                         skos:definition "The cny reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameCelestialEquatorial
<https://blackcatinformatics.ca/gmeow/referenceFrameCelestialEquatorial> rdf:type owl:NamedIndividual ,
                                                                                  <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                                         <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                         <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindPolar> ;
                                                                         <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmCelestial> ;
                                                                         <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisDeclination> ,
                                                                                                                        <https://blackcatinformatics.ca/gmeow/axisRightAscension> ;
                                                                         <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricGeodesic> ;
                                                                         <https://blackcatinformatics.ca/gmeow/hasReferencePosition> <https://blackcatinformatics.ca/gmeow/refOriginGeocentric> ;
                                                                         <https://blackcatinformatics.ca/gmeow/hasTimeScale> <https://blackcatinformatics.ca/gmeow/timeScaleUTC> ;
                                                                         <https://blackcatinformatics.ca/gmeow/dimensionCount> "2"^^xsd:nonNegativeInteger ;
                                                                         <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                         rdfs:label "Celestial Equatorial Reference Frame"@x-gmeow-english ;
                                                                         skos:definition "The celestial equatorial reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameCognitiveMapAllocentric
<https://blackcatinformatics.ca/gmeow/referenceFrameCognitiveMapAllocentric> rdf:type owl:NamedIndividual ,
                                                                                      <https://blackcatinformatics.ca/gmeow/MentalReferenceFrame> ;
                                                                             <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                             <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindCartesian> ;
                                                                             <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmPsychological> ;
                                                                             <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisAllocentricX> ,
                                                                                                                            <https://blackcatinformatics.ca/gmeow/axisAllocentricY> ;
                                                                             <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricEuclidean> ;
                                                                             <https://blackcatinformatics.ca/gmeow/dimensionCount> "2"^^xsd:nonNegativeInteger ;
                                                                             <https://blackcatinformatics.ca/gmeow/requiresHost> "true"^^xsd:boolean ;
                                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory-environment> ;
                                                                             rdfs:label "Allocentric Cognitive Map Reference Frame"@x-gmeow-english ;
                                                                             skos:definition "The cognitive map allocentric mental reference frame — a coordinate system for describing cognitive, affective, or perceptual states."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameCognitiveMapEgocentric
<https://blackcatinformatics.ca/gmeow/referenceFrameCognitiveMapEgocentric> rdf:type owl:NamedIndividual ,
                                                                                     <https://blackcatinformatics.ca/gmeow/MentalReferenceFrame> ;
                                                                            <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                            <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindCartesian> ;
                                                                            <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmPsychological> ;
                                                                            <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisEgocentricForward> ,
                                                                                                                           <https://blackcatinformatics.ca/gmeow/axisEgocentricLateral> ;
                                                                            <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricEuclidean> ;
                                                                            <https://blackcatinformatics.ca/gmeow/dimensionCount> "2"^^xsd:nonNegativeInteger ;
                                                                            <https://blackcatinformatics.ca/gmeow/requiresHost> "true"^^xsd:boolean ;
                                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory-environment> ;
                                                                            rdfs:label "Egocentric Cognitive Map Reference Frame"@x-gmeow-english ;
                                                                            skos:definition "The cognitive map egocentric mental reference frame — a coordinate system for describing cognitive, affective, or perceptual states."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameConceptualSpace
<https://blackcatinformatics.ca/gmeow/referenceFrameConceptualSpace> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/MentalReferenceFrame> ;
                                                                     <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyVague> ;
                                                                     <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindCartesian> ;
                                                                     <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmPsychological> ;
                                                                     <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisConceptualSimilarity> ;
                                                                     <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricCosine> ;
                                                                     <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                                     <https://blackcatinformatics.ca/gmeow/requiresHost> "true"^^xsd:boolean ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory-environment> ;
                                                                     rdfs:label "Gärdenfors Conceptual Space Reference Frame"@x-gmeow-english ;
                                                                     skos:definition "A generic conceptual space frame after Gärdenfors — domains are convex regions in a similarity metric space. The actual domain-specific axes (colour, taste, shape, etc.) are added per-domain; this seed carries the similarity axis as a placeholder."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameConfigurationSpace
<https://blackcatinformatics.ca/gmeow/referenceFrameConfigurationSpace> rdf:type owl:NamedIndividual ,
                                                                                 <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                                        <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                        <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindManifold> ;
                                                                        <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmRobotic> ;
                                                                        <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisConfigurationVector> ;
                                                                        <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                                        <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                        rdfs:label "Robot Configuration-Space Reference Frame"@x-gmeow-english ;
                                                                        skos:definition "A robot configuration space (C-space): a single configuration-vector axis whose dimensionality (the DOF) is carried by the coordinate-matrix shape, not by N axis individuals (Principle 12)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameDNS
<https://blackcatinformatics.ca/gmeow/referenceFrameDNS> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                         <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindTopological> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmVirtual> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisDNSName> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricGraphHops> ;
                                                         <https://blackcatinformatics.ca/gmeow/parentFrame> <https://blackcatinformatics.ca/gmeow/referenceFrameInternet> ;
                                                         <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                         <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "DNS Name Space Reference Frame"@x-gmeow-english ;
                                                         skos:definition "The dns reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameDepthBelowChartDatum
<https://blackcatinformatics.ca/gmeow/referenceFrameDepthBelowChartDatum> rdf:type owl:NamedIndividual ,
                                                                                   <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                                          <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                          <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                                          <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmTerrestrial> ;
                                                                          <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisDepth> ;
                                                                          <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricEuclidean> ;
                                                                          <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                                          <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                          rdfs:label "Depth Below Chart Datum Reference Frame"@x-gmeow-english ;
                                                                          skos:definition "The depth below chart datum reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameDepthBelowSeaLevel
<https://blackcatinformatics.ca/gmeow/referenceFrameDepthBelowSeaLevel> rdf:type owl:NamedIndividual ,
                                                                                 <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                                        <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                        <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                                        <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmTerrestrial> ;
                                                                        <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisDepth> ;
                                                                        <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricEuclidean> ;
                                                                        <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                                        <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                        rdfs:label "Depth Below Mean Sea Level Reference Frame"@x-gmeow-english ;
                                                                        skos:definition "The depth below sea level reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameETH
<https://blackcatinformatics.ca/gmeow/referenceFrameETH> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                         <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmCurrency> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisScalar> ;
                                                         <https://blackcatinformatics.ca/gmeow/currencyCode> "ETH" ;
                                                         <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                         <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "Ethereum Currency Reference Frame"@x-gmeow-english ;
                                                         skos:definition "The eth reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameEUR
<https://blackcatinformatics.ca/gmeow/referenceFrameEUR> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                         <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmCurrency> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisScalar> ;
                                                         <https://blackcatinformatics.ca/gmeow/currencyCode> "EUR" ;
                                                         <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                         <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "Euro Currency Reference Frame"@x-gmeow-english ;
                                                         skos:definition "The eur reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameEnglish
<https://blackcatinformatics.ca/gmeow/referenceFrameEnglish> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                             <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                             <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                             <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmLinguistic> ;
                                                             <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisScalar> ;
                                                             <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                             <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                             rdfs:label "English Language Reference Frame"@x-gmeow-english ;
                                                             skos:definition "The english reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameFK5
<https://blackcatinformatics.ca/gmeow/referenceFrameFK5> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                         <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindPolar> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmCelestial> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisDeclination> ,
                                                                                                        <https://blackcatinformatics.ca/gmeow/axisRightAscension> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricGeodesic> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasReferencePosition> <https://blackcatinformatics.ca/gmeow/refOriginGeocentric> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasTimeScale> <https://blackcatinformatics.ca/gmeow/timeScaleUTC> ;
                                                         <https://blackcatinformatics.ca/gmeow/dimensionCount> "2"^^xsd:nonNegativeInteger ;
                                                         <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "FK5 Equatorial Reference Frame"@x-gmeow-english ;
                                                         skos:definition "The fk 5 reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameFlightLevel
<https://blackcatinformatics.ca/gmeow/referenceFrameFlightLevel> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                                 <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                 <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                                 <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmTerrestrial> ;
                                                                 <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisFlightLevel> ;
                                                                 <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricEuclidean> ;
                                                                 <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                                 <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                 rdfs:label "ICAO Flight Level Reference Frame"@x-gmeow-english ;
                                                                 skos:definition "The flight level reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameGBP
<https://blackcatinformatics.ca/gmeow/referenceFrameGBP> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                         <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmCurrency> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisScalar> ;
                                                         <https://blackcatinformatics.ca/gmeow/currencyCode> "GBP" ;
                                                         <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                         <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "British Pound Currency Reference Frame"@x-gmeow-english ;
                                                         skos:definition "The gbp reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameGRCh38
<https://blackcatinformatics.ca/gmeow/referenceFrameGRCh38> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                            <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                            <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindLinearSequence> ;
                                                            <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmBiological> ;
                                                            <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisSequencePosition> ;
                                                            <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricPositionalDistance> ;
                                                            <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                            <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                            rdfs:label "GRCh38 Human Reference Assembly"@x-gmeow-english ;
                                                            skos:definition "The gr ch 38 reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameGalactic
<https://blackcatinformatics.ca/gmeow/referenceFrameGalactic> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                              <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                              <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindPolar> ;
                                                              <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmCelestial> ;
                                                              <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisGalacticLatitude> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/axisGalacticLongitude> ;
                                                              <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricGeodesic> ;
                                                              <https://blackcatinformatics.ca/gmeow/hasReferencePosition> <https://blackcatinformatics.ca/gmeow/refOriginBarycentric> ;
                                                              <https://blackcatinformatics.ca/gmeow/hasTimeScale> <https://blackcatinformatics.ca/gmeow/timeScaleTDB> ;
                                                              <https://blackcatinformatics.ca/gmeow/dimensionCount> "2"^^xsd:nonNegativeInteger ;
                                                              <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                              rdfs:label "Galactic Coordinate Reference Frame"@x-gmeow-english ;
                                                              skos:definition "The galactic reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameGeohash
<https://blackcatinformatics.ca/gmeow/referenceFrameGeohash> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                             <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                             <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindGeocoding> ;
                                                             <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmTerrestrial> ;
                                                             <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisGeohash> ;
                                                             <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricGeodesic> ;
                                                             <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                             <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                             rdfs:label "Geohash Reference Frame"@x-gmeow-english ;
                                                             skos:definition "The geohash reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameGregorian
<https://blackcatinformatics.ca/gmeow/referenceFrameGregorian> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                               <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindTemporal> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmTemporal> ;
                                                               <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisDay> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/axisHour> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/axisMinute> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/axisMonth> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/axisSecond> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/axisYear> ;
                                                               <https://blackcatinformatics.ca/gmeow/dimensionCount> "6"^^xsd:nonNegativeInteger ;
                                                               <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                               rdfs:label "Gregorian Calendar Reference Frame"@x-gmeow-english ;
                                                               skos:definition "The gregorian reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameHilbertSpace
<https://blackcatinformatics.ca/gmeow/referenceFrameHilbertSpace> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                                  <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                  <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindHilbert> ;
                                                                  <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMathematical> ;
                                                                  <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisHilbertState> ;
                                                                  <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricEuclidean> ;
                                                                  <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                                  <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                  rdfs:label "Hilbert Space Reference Frame"@x-gmeow-english ;
                                                                  skos:definition "The hilbert space reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameICRS
<https://blackcatinformatics.ca/gmeow/referenceFrameICRS> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                          <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                          <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindPolar> ;
                                                          <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmCelestial> ;
                                                          <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisDeclination> ,
                                                                                                         <https://blackcatinformatics.ca/gmeow/axisRightAscension> ;
                                                          <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricGeodesic> ;
                                                          <https://blackcatinformatics.ca/gmeow/hasReferencePosition> <https://blackcatinformatics.ca/gmeow/refOriginBarycentric> ;
                                                          <https://blackcatinformatics.ca/gmeow/hasTimeScale> <https://blackcatinformatics.ca/gmeow/timeScaleTDB> ;
                                                          <https://blackcatinformatics.ca/gmeow/dimensionCount> "2"^^xsd:nonNegativeInteger ;
                                                          <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "ICRS Celestial Reference Frame"@x-gmeow-english ;
                                                          skos:definition "The icrs reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameIPv4
<https://blackcatinformatics.ca/gmeow/referenceFrameIPv4> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                          <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                          <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindTopological> ;
                                                          <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmVirtual> ;
                                                          <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisIPv4Address> ;
                                                          <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricGraphHops> ;
                                                          <https://blackcatinformatics.ca/gmeow/parentFrame> <https://blackcatinformatics.ca/gmeow/referenceFrameInternet> ;
                                                          <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                          <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "IPv4 Address Space Reference Frame"@x-gmeow-english ;
                                                          skos:definition "The i pv 4 reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameIPv6
<https://blackcatinformatics.ca/gmeow/referenceFrameIPv6> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                          <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                          <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindTopological> ;
                                                          <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmVirtual> ;
                                                          <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisIPv6Address> ;
                                                          <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricGraphHops> ;
                                                          <https://blackcatinformatics.ca/gmeow/parentFrame> <https://blackcatinformatics.ca/gmeow/referenceFrameInternet> ;
                                                          <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                          <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "IPv6 Address Space Reference Frame"@x-gmeow-english ;
                                                          skos:definition "The i pv 6 reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameImaginedSpace
<https://blackcatinformatics.ca/gmeow/referenceFrameImaginedSpace> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/MentalReferenceFrame> ;
                                                                   <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyVague> ;
                                                                   <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindCartesian> ;
                                                                   <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmPsychological> ;
                                                                   <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisImaginedSpaceX> ,
                                                                                                                  <https://blackcatinformatics.ca/gmeow/axisImaginedSpaceY> ,
                                                                                                                  <https://blackcatinformatics.ca/gmeow/axisImaginedSpaceZ> ;
                                                                   <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricEuclidean> ;
                                                                   <https://blackcatinformatics.ca/gmeow/dimensionCount> "3"^^xsd:nonNegativeInteger ;
                                                                   <https://blackcatinformatics.ca/gmeow/requiresHost> "true"^^xsd:boolean ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory-environment> ;
                                                                   rdfs:label "Imagined Space Reference Frame"@x-gmeow-english ;
                                                                   skos:definition "An imagined or dream-space reference frame — e.g. a memory palace, a dream landscape, or a fictional world. Coordinates are relative to the imaginer's internal representation, not to any external geographic frame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameInternet
<https://blackcatinformatics.ca/gmeow/referenceFrameInternet> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                              <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                              <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindTopological> ;
                                                              <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmVirtual> ;
                                                              <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisVirtualAddress> ;
                                                              <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricGraphHops> ;
                                                              <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                              <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                              rdfs:label "Internet Topology Reference Frame"@x-gmeow-english ;
                                                              skos:definition "The internet reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameJPY
<https://blackcatinformatics.ca/gmeow/referenceFrameJPY> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                         <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmCurrency> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisScalar> ;
                                                         <https://blackcatinformatics.ca/gmeow/currencyCode> "JPY" ;
                                                         <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                         <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "Japanese Yen Currency Reference Frame"@x-gmeow-english ;
                                                         skos:definition "The jpy reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameLatentVectorSpace
<https://blackcatinformatics.ca/gmeow/referenceFrameLatentVectorSpace> rdf:type owl:NamedIndividual ,
                                                                                <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                                       <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                       <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindLatentSpace> ;
                                                                       <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMathematical> ;
                                                                       <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisLatentVector> ;
                                                                       <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricCosine> ;
                                                                       <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                                       <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                       rdfs:label "Latent Vector Space Reference Frame"@x-gmeow-english ;
                                                                       skos:definition "The latent vector space reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameLocalGrid
<https://blackcatinformatics.ca/gmeow/referenceFrameLocalGrid> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                               <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindCartesian> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmIndoor> ;
                                                               <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisX> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/axisY> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/axisZ> ;
                                                               <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricEuclidean> ;
                                                               <https://blackcatinformatics.ca/gmeow/dimensionCount> "3"^^xsd:nonNegativeInteger ;
                                                               <https://blackcatinformatics.ca/gmeow/requiresHost> "true"^^xsd:boolean ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                               rdfs:label "Local Grid Cartesian Reference Frame"@x-gmeow-english ;
                                                               skos:definition "The local grid reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameMAC
<https://blackcatinformatics.ca/gmeow/referenceFrameMAC> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                         <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindTopological> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmVirtual> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisMACAddress> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricGraphHops> ;
                                                         <https://blackcatinformatics.ca/gmeow/parentFrame> <https://blackcatinformatics.ca/gmeow/referenceFrameInternet> ;
                                                         <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                         <https://blackcatinformatics.ca/gmeow/requiresHost> "true"^^xsd:boolean ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "MAC Address Space Reference Frame"@x-gmeow-english ;
                                                         skos:definition "The mac reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameMGRS
<https://blackcatinformatics.ca/gmeow/referenceFrameMGRS> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                          <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                          <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindGeocoding> ;
                                                          <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmTerrestrial> ;
                                                          <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisMGRS> ;
                                                          <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricGeodesic> ;
                                                          <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                          <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "MGRS Reference Frame"@x-gmeow-english ;
                                                          skos:definition "The mgrs reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameMileMarker
<https://blackcatinformatics.ca/gmeow/referenceFrameMileMarker> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                                <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindLinear> ;
                                                                <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmTerrestrial> ;
                                                                <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisMileMarker> ;
                                                                <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricEuclidean> ;
                                                                <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                                <https://blackcatinformatics.ca/gmeow/requiresHost> "true"^^xsd:boolean ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                rdfs:label "Linear Referencing (Mile Marker) Reference Frame"@x-gmeow-english ;
                                                                skos:definition "The mile marker reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameMusicalTime
<https://blackcatinformatics.ca/gmeow/referenceFrameMusicalTime> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                                 <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyFuzzy> ;
                                                                 <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                                 <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMusicalTime> ;
                                                                 <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisTime> ;
                                                                 <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                                 <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                 rdfs:label "Musical-Time Reference Frame (metrical beats)"@x-gmeow-english ;
                                                                 skos:definition "Metrical musical time measured in beats; placement is FUZZY (rubato, expressive timing) rather than crisp clock time."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameNarrativeSpace
<https://blackcatinformatics.ca/gmeow/referenceFrameNarrativeSpace> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                                    <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyDisputed> ;
                                                                    <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindNarrative> ;
                                                                    <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmNarrative> ;
                                                                    <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisSequencePosition> ;
                                                                    <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                                    <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                    rdfs:label "Narrative / Fictional Reference Frame"@x-gmeow-english ;
                                                                    skos:definition "A narrative / fictional frame positioned along story sequence; placements are interpretively DISPUTED rather than crisp."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameNavigationCylindrical
<https://blackcatinformatics.ca/gmeow/referenceFrameNavigationCylindrical> rdf:type owl:NamedIndividual ,
                                                                                    <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                                           <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                           <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindCylindrical> ;
                                                                           <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmTerrestrial> ;
                                                                           <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisBearing> ,
                                                                                                                          <https://blackcatinformatics.ca/gmeow/axisElevation> ,
                                                                                                                          <https://blackcatinformatics.ca/gmeow/axisHeading> ;
                                                                           <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricEuclidean> ;
                                                                           <https://blackcatinformatics.ca/gmeow/dimensionCount> "3"^^xsd:nonNegativeInteger ;
                                                                           <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                           rdfs:label "Cylindrical Navigation Reference Frame"@x-gmeow-english ;
                                                                           skos:definition "A cylindrical navigation frame: heading and bearing angles about a vertical elevation axis."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameNetworkGraph
<https://blackcatinformatics.ca/gmeow/referenceFrameNetworkGraph> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                                  <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                  <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindGrid> ;
                                                                  <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmVirtual> ;
                                                                  <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisScalar> ;
                                                                  <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricGraphHops> ;
                                                                  <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                                  <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/connectivity> ;
                                                                  rdfs:label "Network Graph Reference Frame"@x-gmeow-english ;
                                                                  skos:definition "The network graph reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameOrientationQuaternion
<https://blackcatinformatics.ca/gmeow/referenceFrameOrientationQuaternion> rdf:type owl:NamedIndividual ,
                                                                                    <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                                           <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                           <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindManifold> ;
                                                                           <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmRobotic> ;
                                                                           <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisQuaternionW> ,
                                                                                                                          <https://blackcatinformatics.ca/gmeow/axisQuaternionX> ,
                                                                                                                          <https://blackcatinformatics.ca/gmeow/axisQuaternionY> ,
                                                                                                                          <https://blackcatinformatics.ca/gmeow/axisQuaternionZ> ;
                                                                           <https://blackcatinformatics.ca/gmeow/dimensionCount> "4"^^xsd:nonNegativeInteger ;
                                                                           <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                           rdfs:label "Unit-Quaternion Orientation Reference Frame"@x-gmeow-english ;
                                                                           skos:definition "Rigid-body orientation as a unit quaternion (w, x, y, z) — points on the S³ manifold of unit quaternions."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFramePhaseSpace
<https://blackcatinformatics.ca/gmeow/referenceFramePhaseSpace> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                                <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindPhaseSpace> ;
                                                                <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMathematical> ;
                                                                <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisMomentumX> ,
                                                                                                               <https://blackcatinformatics.ca/gmeow/axisMomentumY> ,
                                                                                                               <https://blackcatinformatics.ca/gmeow/axisMomentumZ> ,
                                                                                                               <https://blackcatinformatics.ca/gmeow/axisX> ,
                                                                                                               <https://blackcatinformatics.ca/gmeow/axisY> ,
                                                                                                               <https://blackcatinformatics.ca/gmeow/axisZ> ;
                                                                <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricSymplectic> ;
                                                                <https://blackcatinformatics.ca/gmeow/dimensionCount> "6"^^xsd:nonNegativeInteger ;
                                                                <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                rdfs:label "Hamiltonian Phase-Space Reference Frame (3-DOF)"@x-gmeow-english ;
                                                                skos:definition "A 3-DOF Hamiltonian phase space: paired position (x, y, z) and conjugate-momentum (p_x, p_y, p_z) axes under the symplectic metric."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFramePhaseSpace3DOF
<https://blackcatinformatics.ca/gmeow/referenceFramePhaseSpace3DOF> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                                    <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                    <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindPhaseSpace> ;
                                                                    <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMathematical> ;
                                                                    <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisGeneralizedCoordinate> ,
                                                                                                                   <https://blackcatinformatics.ca/gmeow/axisGeneralizedMomentum> ;
                                                                    <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricSymplectic> ;
                                                                    <https://blackcatinformatics.ca/gmeow/dimensionCount> "2"^^xsd:nonNegativeInteger ;
                                                                    <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                    rdfs:label "Abstract Phase Space Reference Frame (q,p axes)"@x-gmeow-english ;
                                                                    skos:definition "The phase space 3 dof reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFramePlusCode
<https://blackcatinformatics.ca/gmeow/referenceFramePlusCode> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                              <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                              <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindGeocoding> ;
                                                              <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmTerrestrial> ;
                                                              <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisPlusCode> ;
                                                              <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricGeodesic> ;
                                                              <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                              <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                              rdfs:label "Plus Code (Open Location Code) Reference Frame"@x-gmeow-english ;
                                                              skos:definition "The plus code reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFramePort
<https://blackcatinformatics.ca/gmeow/referenceFramePort> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                          <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                          <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindTopological> ;
                                                          <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmVirtual> ;
                                                          <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisPortNumber> ;
                                                          <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricGraphHops> ;
                                                          <https://blackcatinformatics.ca/gmeow/parentFrame> <https://blackcatinformatics.ca/gmeow/referenceFrameInternet> ;
                                                          <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                          <https://blackcatinformatics.ca/gmeow/requiresHost> "true"^^xsd:boolean ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "Port Number Space Reference Frame"@x-gmeow-english ;
                                                          skos:definition "The port reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFramePostalAddress
<https://blackcatinformatics.ca/gmeow/referenceFramePostalAddress> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                                   <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                   <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindTopological> ;
                                                                   <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmTerrestrial> ;
                                                                   <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisAddressLocality> ,
                                                                                                                  <https://blackcatinformatics.ca/gmeow/axisAddressRegion> ,
                                                                                                                  <https://blackcatinformatics.ca/gmeow/axisCountryCode> ,
                                                                                                                  <https://blackcatinformatics.ca/gmeow/axisExtendedAddress> ,
                                                                                                                  <https://blackcatinformatics.ca/gmeow/axisPostOfficeBox> ,
                                                                                                                  <https://blackcatinformatics.ca/gmeow/axisPostalCode> ,
                                                                                                                  <https://blackcatinformatics.ca/gmeow/axisStreetAddress> ;
                                                                   <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricGraphHops> ;
                                                                   <https://blackcatinformatics.ca/gmeow/dimensionCount> "7"^^xsd:nonNegativeInteger ;
                                                                   <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                   rdfs:label "Postal Address Reference Frame"@x-gmeow-english ;
                                                                   skos:definition "The postal address reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameRobotArm6DOF
<https://blackcatinformatics.ca/gmeow/referenceFrameRobotArm6DOF> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                                  <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                  <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindManifold> ;
                                                                  <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMathematical> ;
                                                                  <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisJointAngle1> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/axisJointAngle2> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/axisJointAngle3> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/axisJointAngle4> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/axisJointAngle5> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/axisJointAngle6> ;
                                                                  <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricEuclidean> ;
                                                                  <https://blackcatinformatics.ca/gmeow/dimensionCount> "6"^^xsd:nonNegativeInteger ;
                                                                  <https://blackcatinformatics.ca/gmeow/requiresHost> "true"^^xsd:boolean ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                  rdfs:label "6-DOF Robot Arm Configuration Space"@x-gmeow-english ;
                                                                  skos:definition "The robot arm 6 dof reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameRobotBase
<https://blackcatinformatics.ca/gmeow/referenceFrameRobotBase> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                               <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindCartesian> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmRobotic> ;
                                                               <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisX> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/axisY> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/axisZ> ;
                                                               <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricEuclidean> ;
                                                               <https://blackcatinformatics.ca/gmeow/dimensionCount> "3"^^xsd:nonNegativeInteger ;
                                                               <https://blackcatinformatics.ca/gmeow/requiresHost> "true"^^xsd:boolean ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                               rdfs:label "Robot Base Cartesian Reference Frame"@x-gmeow-english ;
                                                               skos:definition "The robot base reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameRobotCspace6DOF
<https://blackcatinformatics.ca/gmeow/referenceFrameRobotCspace6DOF> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                                     <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                     <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindConfigurationSpace> ;
                                                                     <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmRobotic> ;
                                                                     <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisJointAngle1> ,
                                                                                                                    <https://blackcatinformatics.ca/gmeow/axisJointAngle2> ,
                                                                                                                    <https://blackcatinformatics.ca/gmeow/axisJointAngle3> ,
                                                                                                                    <https://blackcatinformatics.ca/gmeow/axisJointAngle4> ,
                                                                                                                    <https://blackcatinformatics.ca/gmeow/axisJointAngle5> ,
                                                                                                                    <https://blackcatinformatics.ca/gmeow/axisJointAngle6> ;
                                                                     <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricGeodesic> ;
                                                                     <https://blackcatinformatics.ca/gmeow/dimensionCount> "6"^^xsd:nonNegativeInteger ;
                                                                     <https://blackcatinformatics.ca/gmeow/requiresHost> "true"^^xsd:boolean ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                     rdfs:label "6-DOF Robot Configuration Space Reference Frame"@x-gmeow-english ;
                                                                     skos:definition "The robot cspace 6 dof reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameRobotSLAM
<https://blackcatinformatics.ca/gmeow/referenceFrameRobotSLAM> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                               <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyProbabilistic> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindGrid> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmRobotic> ;
                                                               <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisX> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/axisY> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/axisZ> ;
                                                               <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricEuclidean> ;
                                                               <https://blackcatinformatics.ca/gmeow/dimensionCount> "3"^^xsd:nonNegativeInteger ;
                                                               <https://blackcatinformatics.ca/gmeow/requiresHost> "true"^^xsd:boolean ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                               rdfs:label "Robot SLAM Occupancy Grid Reference Frame"@x-gmeow-english ;
                                                               skos:definition "The robot slam reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameRobotTaskSpace
<https://blackcatinformatics.ca/gmeow/referenceFrameRobotTaskSpace> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                                    <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                    <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindCartesian> ;
                                                                    <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmRobotic> ;
                                                                    <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisPitch> ,
                                                                                                                   <https://blackcatinformatics.ca/gmeow/axisRoll> ,
                                                                                                                   <https://blackcatinformatics.ca/gmeow/axisX> ,
                                                                                                                   <https://blackcatinformatics.ca/gmeow/axisY> ,
                                                                                                                   <https://blackcatinformatics.ca/gmeow/axisYaw> ,
                                                                                                                   <https://blackcatinformatics.ca/gmeow/axisZ> ;
                                                                    <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricEuclidean> ;
                                                                    <https://blackcatinformatics.ca/gmeow/dimensionCount> "6"^^xsd:nonNegativeInteger ;
                                                                    <https://blackcatinformatics.ca/gmeow/requiresHost> "true"^^xsd:boolean ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                    rdfs:label "Robot End-Effector Task Space Reference Frame"@x-gmeow-english ;
                                                                    skos:definition "The robot task space reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameRobotVelocity
<https://blackcatinformatics.ca/gmeow/referenceFrameRobotVelocity> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                                   <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                   <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindCartesian> ;
                                                                   <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmRobotic> ;
                                                                   <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisAngularVelocityX> ,
                                                                                                                  <https://blackcatinformatics.ca/gmeow/axisAngularVelocityY> ,
                                                                                                                  <https://blackcatinformatics.ca/gmeow/axisAngularVelocityZ> ,
                                                                                                                  <https://blackcatinformatics.ca/gmeow/axisLinearVelocityX> ,
                                                                                                                  <https://blackcatinformatics.ca/gmeow/axisLinearVelocityY> ,
                                                                                                                  <https://blackcatinformatics.ca/gmeow/axisLinearVelocityZ> ;
                                                                   <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricEuclidean> ;
                                                                   <https://blackcatinformatics.ca/gmeow/dimensionCount> "6"^^xsd:nonNegativeInteger ;
                                                                   <https://blackcatinformatics.ca/gmeow/requiresHost> "true"^^xsd:boolean ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                   rdfs:label "Robot Velocity Reference Frame"@x-gmeow-english ;
                                                                   skos:definition "The robot velocity reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameSI
<https://blackcatinformatics.ca/gmeow/referenceFrameSI> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                        <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                        <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                        <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMeasurement> ;
                                                        <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisScalar> ;
                                                        <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                        <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                        rdfs:label "SI Measurement Reference Frame"@x-gmeow-english ;
                                                        skos:definition "The si reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameSRGB
<https://blackcatinformatics.ca/gmeow/referenceFrameSRGB> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                          <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                          <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindCartesian> ;
                                                          <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmColourspace> ;
                                                          <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisBlue> ,
                                                                                                         <https://blackcatinformatics.ca/gmeow/axisGreen> ,
                                                                                                         <https://blackcatinformatics.ca/gmeow/axisRed> ;
                                                          <https://blackcatinformatics.ca/gmeow/dimensionCount> "3"^^xsd:nonNegativeInteger ;
                                                          <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "sRGB Colourspace Reference Frame"@x-gmeow-english ;
                                                          skos:definition "The s rgb reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameStringEditSpace
<https://blackcatinformatics.ca/gmeow/referenceFrameStringEditSpace> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                                     <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                     <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindManifold> ;
                                                                     <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmLinguistic> ;
                                                                     <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisSequencePosition> ;
                                                                     <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricEditDistance> ;
                                                                     <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                                     <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                     rdfs:label "String Edit-Distance Reference Frame"@x-gmeow-english ;
                                                                     skos:definition "A discrete string space whose distance is the Levenshtein edit distance over sequence positions."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameThermalComfort
<https://blackcatinformatics.ca/gmeow/referenceFrameThermalComfort> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/MentalReferenceFrame> ;
                                                                    <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                    <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindCartesian> ;
                                                                    <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmPerceptual> ;
                                                                    <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisPredictedMeanVote> ,
                                                                                                                   <https://blackcatinformatics.ca/gmeow/axisPredictedPercentageDissatisfied> ;
                                                                    <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricEuclidean> ;
                                                                    <https://blackcatinformatics.ca/gmeow/dimensionCount> "2"^^xsd:nonNegativeInteger ;
                                                                    <https://blackcatinformatics.ca/gmeow/requiresHost> "true"^^xsd:boolean ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory-environment> ;
                                                                    rdfs:label "ASHRAE Thermal Comfort Reference Frame"@x-gmeow-english ;
                                                                    skos:definition "The thermal comfort mental reference frame — a coordinate system for describing cognitive, affective, or perceptual states."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameUNLocode
<https://blackcatinformatics.ca/gmeow/referenceFrameUNLocode> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                              <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                              <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindGeocoding> ;
                                                              <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmTerrestrial> ;
                                                              <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisUNLocode> ;
                                                              <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricGraphHops> ;
                                                              <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                              <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                              rdfs:label "UN/LOCODE Reference Frame"@x-gmeow-english ;
                                                              skos:definition "The un locode reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameURL
<https://blackcatinformatics.ca/gmeow/referenceFrameURL> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                         <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindTopological> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmVirtual> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisURL> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricGraphHops> ;
                                                         <https://blackcatinformatics.ca/gmeow/parentFrame> <https://blackcatinformatics.ca/gmeow/referenceFrameInternet> ;
                                                         <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                         <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "URL Space Reference Frame"@x-gmeow-english ;
                                                         skos:definition "The url reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameUSD
<https://blackcatinformatics.ca/gmeow/referenceFrameUSD> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                         <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmCurrency> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisScalar> ;
                                                         <https://blackcatinformatics.ca/gmeow/currencyCode> "USD" ;
                                                         <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                         <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "US Dollar Currency Reference Frame"@x-gmeow-english ;
                                                         skos:definition "The usd reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameUnixEpoch
<https://blackcatinformatics.ca/gmeow/referenceFrameUnixEpoch> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                               <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmTemporal> ;
                                                               <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisScalar> ;
                                                               <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                               <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                               rdfs:label "Unix Epoch Timestamp Reference Frame"@x-gmeow-english ;
                                                               skos:definition "The unix epoch reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameVirtualPlatform
<https://blackcatinformatics.ca/gmeow/referenceFrameVirtualPlatform> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                                     <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                     <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindGrid> ;
                                                                     <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmVirtual> ;
                                                                     <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisVirtualAddress> ;
                                                                     <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                                     <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                     rdfs:label "Virtual Platform Reference Frame"@x-gmeow-english ;
                                                                     skos:definition "The virtual platform reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameWGS84
<https://blackcatinformatics.ca/gmeow/referenceFrameWGS84> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                           <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                           <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindGeodetic> ;
                                                           <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmTerrestrial> ;
                                                           <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisElevation> ,
                                                                                                          <https://blackcatinformatics.ca/gmeow/axisLatitude> ,
                                                                                                          <https://blackcatinformatics.ca/gmeow/axisLongitude> ;
                                                           <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricGeodesic> ;
                                                           <https://blackcatinformatics.ca/gmeow/dimensionCount> "3"^^xsd:nonNegativeInteger ;
                                                           <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                           rdfs:label "WGS 84 Geodetic Reference Frame"@x-gmeow-english ;
                                                           skos:definition "The wgs 84 reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceFrameWhat3Words
<https://blackcatinformatics.ca/gmeow/referenceFrameWhat3Words> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                                <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindGeocoding> ;
                                                                <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmTerrestrial> ;
                                                                <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisWhat3Words> ;
                                                                <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricGeodesic> ;
                                                                <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                                <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                rdfs:label "what3words Reference Frame"@x-gmeow-english ;
                                                                skos:definition "The what 3 words reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceTypeFolio
<https://blackcatinformatics.ca/gmeow/referenceTypeFolio> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/CadastralReferenceType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "folio number"@x-gmeow-english ;
                                                          skos:definition "A folio number — an identifier used in land-title registers, especially in Commonwealth jurisdictions."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceTypeLot
<https://blackcatinformatics.ca/gmeow/referenceTypeLot> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/CadastralReferenceType> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                        rdfs:label "lot number"@x-gmeow-english ;
                                                        skos:definition "A lot number — an identifier for a subdivided lot within a larger plan or survey."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceTypeParcelId
<https://blackcatinformatics.ca/gmeow/referenceTypeParcelId> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/CadastralReferenceType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                             rdfs:label "parcel identifier"@x-gmeow-english ;
                                                             skos:definition "A parcel identifier — the primary identifier assigned to a cadastral parcel by a registry."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceTypeSurveyPlan
<https://blackcatinformatics.ca/gmeow/referenceTypeSurveyPlan> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/CadastralReferenceType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                               rdfs:label "survey plan reference"@x-gmeow-english ;
                                                               skos:definition "A survey plan reference — an identifier for the official survey plan that defines a parcel's boundaries."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/referenceTypeTitle
<https://blackcatinformatics.ca/gmeow/referenceTypeTitle> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/CadastralReferenceType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "title number"@x-gmeow-english ;
                                                          skos:definition "A title number — an identifier for a registered title or deed in a land titles system."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/refuted
<https://blackcatinformatics.ca/gmeow/refuted> rdf:type owl:NamedIndividual ,
                                                        <https://blackcatinformatics.ca/gmeow/StandpointModality> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/standpoint> ;
                                               rdfs:label "refuted (□¬, false)"@x-gmeow-english ;
                                               skos:definition "□¬_S — settled false according to the standpoint: the standpoint DENIES the proposition (CRMinf belief value 'false'). Distinct from silence (no claim) and from low gmeow:confidence — an explicit, recorded denial. The proposition is carried as the subject of the denial, never asserted as a fact of the universal standpoint."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/registerBrandVoice
<https://blackcatinformatics.ca/gmeow/registerBrandVoice> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/Register> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                          rdfs:label "brand voice"@x-gmeow-english ;
                                                          skos:definition "The brand-voice register — an organization's curated public expression identity."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/registerCasual
<https://blackcatinformatics.ca/gmeow/registerCasual> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/NameRegister> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                      rdfs:label "casual"@x-gmeow-english ;
                                                      skos:definition "The casual name register — a level of formality or social distance at which a name is used."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/registerCeremonial
<https://blackcatinformatics.ca/gmeow/registerCeremonial> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/Register> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                          rdfs:label "ceremonial"@x-gmeow-english ;
                                                          skos:definition "The ceremonial register — ritual, liturgical, or protocol-bound expression."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/registerClinical
<https://blackcatinformatics.ca/gmeow/registerClinical> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/Register> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                        rdfs:label "clinical"@x-gmeow-english ;
                                                        skos:definition "The clinical register — professional, affect-controlled expression (bedside manner, counsel)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/registerFormal
<https://blackcatinformatics.ca/gmeow/registerFormal> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/NameRegister> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                      rdfs:label "formal"@x-gmeow-english ;
                                                      skos:definition "The formal name register — a level of formality or social distance at which a name is used."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/registerIntimate
<https://blackcatinformatics.ca/gmeow/registerIntimate> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/NameRegister> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                        rdfs:label "intimate / familial"@x-gmeow-english ;
                                                        skos:definition "The intimate name register — a level of formality or social distance at which a name is used."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/registerPrivate
<https://blackcatinformatics.ca/gmeow/registerPrivate> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/Register> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                       rdfs:label "private"@x-gmeow-english ;
                                                       skos:definition "The private register — expression within a trusted inner scope."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/registerProfessional
<https://blackcatinformatics.ca/gmeow/registerProfessional> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/NameRegister> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                            rdfs:label "professional"@x-gmeow-english ;
                                                            skos:definition "The professional name register — a level of formality or social distance at which a name is used."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/registerPublic
<https://blackcatinformatics.ca/gmeow/registerPublic> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/Register> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                      rdfs:label "public"@x-gmeow-english ;
                                                      skos:definition "The public register — expression toward an undifferentiated or hostile audience."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/relationAdaptationOf
<https://blackcatinformatics.ca/gmeow/relationAdaptationOf> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/NarrativeFrameRelation> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                            rdfs:label "adaptation of"@x-gmeow-english ;
                                                            skos:definition "A narrative frame that adapts another frame into a different medium or format."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/relationAlternateContinuity
<https://blackcatinformatics.ca/gmeow/relationAlternateContinuity> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/NarrativeFrameRelation> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                                   rdfs:label "alternate continuity"@x-gmeow-english ;
                                                                   skos:definition "A divergent continuity that is not the primary canon but is officially recognised (e.g. Marvel Ultimate, Star Wars Legends)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/relationCanon
<https://blackcatinformatics.ca/gmeow/relationCanon> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/NarrativeFrameRelation> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                     rdfs:label "canon"@x-gmeow-english ;
                                                     skos:definition "The authoritative, settled continuity of a narrative frame."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/relationCrossover
<https://blackcatinformatics.ca/gmeow/relationCrossover> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/NarrativeFrameRelation> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                         rdfs:label "crossover"@x-gmeow-english ;
                                                         skos:definition "A narrative frame that blends characters or settings from two or more distinct continuities."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/relationExpandedUniverse
<https://blackcatinformatics.ca/gmeow/relationExpandedUniverse> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/NarrativeFrameRelation> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                                rdfs:label "expanded universe"@x-gmeow-english ;
                                                                skos:definition "Officially licensed material that extends the canon but is not part of the core continuity."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/relationFanon
<https://blackcatinformatics.ca/gmeow/relationFanon> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/NarrativeFrameRelation> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                     rdfs:label "fanon"@x-gmeow-english ;
                                                     skos:definition "Community-generated continuity not officially recognised by the rights-holder."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/reminderActionAudio
<https://blackcatinformatics.ca/gmeow/reminderActionAudio> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/ReminderAction> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                           rdfs:label "audio"@x-gmeow-english ;
                                                           skos:definition "Play an audio reminder. Aligned to iCalendar ACTION=AUDIO."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/reminderActionDisplay
<https://blackcatinformatics.ca/gmeow/reminderActionDisplay> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/ReminderAction> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                             rdfs:label "display"@x-gmeow-english ;
                                                             skos:definition "Display the reminder on screen. Aligned to iCalendar ACTION=DISPLAY."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/reminderActionEmail
<https://blackcatinformatics.ca/gmeow/reminderActionEmail> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/ReminderAction> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                           rdfs:label "email"@x-gmeow-english ;
                                                           skos:definition "Send the reminder by email. Aligned to iCalendar ACTION=EMAIL."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/repoTypeFossil
<https://blackcatinformatics.ca/gmeow/repoTypeFossil> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/RepositoryType> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                      rdfs:label "fossil"@x-gmeow-english ;
                                                      skos:definition "The Fossil distributed version control system with built-in wiki and issue tracking."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/repoTypeGit
<https://blackcatinformatics.ca/gmeow/repoTypeGit> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/RepositoryType> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                   rdfs:label "git"@x-gmeow-english ;
                                                   skos:definition "The Git distributed version control system."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/repoTypeHg
<https://blackcatinformatics.ca/gmeow/repoTypeHg> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/RepositoryType> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                  rdfs:label "mercurial"@x-gmeow-english ;
                                                  skos:definition "The Mercurial distributed version control system."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/repoTypeJJ
<https://blackcatinformatics.ca/gmeow/repoTypeJJ> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/RepositoryType> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                  rdfs:label "jujutsu"@x-gmeow-english ;
                                                  skos:definition "The Jujutsu (jj) version control system."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/repoTypePijul
<https://blackcatinformatics.ca/gmeow/repoTypePijul> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/RepositoryType> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                     rdfs:label "pijul"@x-gmeow-english ;
                                                     skos:definition "The Pijul version control system based on patch theory."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/repoTypeSVN
<https://blackcatinformatics.ca/gmeow/repoTypeSVN> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/RepositoryType> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                   rdfs:label "subversion"@x-gmeow-english ;
                                                   skos:definition "The Apache Subversion centralized version control system."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rightsTypeCopyright
<https://blackcatinformatics.ca/gmeow/rightsTypeCopyright> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/RightsType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                           rdfs:label "copyright"@x-gmeow-english ;
                                                           skos:definition "The copyright kind of intellectual-property right (wd:Q1297822)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rightsTypeDatabaseRight
<https://blackcatinformatics.ca/gmeow/rightsTypeDatabaseRight> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/RightsType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                               rdfs:label "database right"@x-gmeow-english ;
                                                               skos:definition "The database right kind of intellectual-property right (wd:Q688416)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rightsTypeIndustrialDesign
<https://blackcatinformatics.ca/gmeow/rightsTypeIndustrialDesign> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/RightsType> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                                  rdfs:label "industrial design right"@x-gmeow-english ;
                                                                  skos:definition "The industrial design right kind of intellectual-property right (wd:Q252799)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rightsTypeMoralRights
<https://blackcatinformatics.ca/gmeow/rightsTypeMoralRights> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/RightsType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                             rdfs:label "moral rights"@x-gmeow-english ;
                                                             skos:definition "The moral rights kind of intellectual-property right (wd:Q1057599)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rightsTypePatent
<https://blackcatinformatics.ca/gmeow/rightsTypePatent> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/RightsType> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                        rdfs:label "patent"@x-gmeow-english ;
                                                        skos:definition "The patent kind of intellectual-property right (wd:Q253623)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rightsTypePlantBreedersRights
<https://blackcatinformatics.ca/gmeow/rightsTypePlantBreedersRights> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/RightsType> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                                     rdfs:label "plant breeders' rights"@x-gmeow-english ;
                                                                     skos:definition "The plant breeders' rights kind of intellectual-property right (wd:Q695112)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rightsTypeRelatedRights
<https://blackcatinformatics.ca/gmeow/rightsTypeRelatedRights> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/RightsType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                               rdfs:label "related rights"@x-gmeow-english ;
                                                               skos:definition "The related rights kind of intellectual-property right (wd:Q489344)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rightsTypeTradeSecret
<https://blackcatinformatics.ca/gmeow/rightsTypeTradeSecret> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/RightsType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                             rdfs:label "trade secret"@x-gmeow-english ;
                                                             skos:definition "The trade secret kind of intellectual-property right (wd:Q602938)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rightsTypeTrademark
<https://blackcatinformatics.ca/gmeow/rightsTypeTrademark> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/RightsType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                           rdfs:label "trademark"@x-gmeow-english ;
                                                           skos:definition "The trademark kind of intellectual-property right (wd:Q167270)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleAIAssistant
<https://blackcatinformatics.ca/gmeow/roleAIAssistant> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                       rdfs:label "AI assistant"@x-gmeow-english ;
                                                       skos:definition "An AI system that assists in creating or editing software — attributed and confidence-weighted, never ground truth (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleAccompanist
<https://blackcatinformatics.ca/gmeow/roleAccompanist> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/ParticipantRole> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                       rdfs:label "accompanist"@x-gmeow-english ;
                                                       skos:definition "A performer who accompanies a soloist or ensemble."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleAgent
<https://blackcatinformatics.ca/gmeow/roleAgent> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/ParticipantRole> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                 rdfs:label "agent"@x-gmeow-english ;
                                                 skos:definition "An agent that carried out or caused the event (the active party)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleAntagonist
<https://blackcatinformatics.ca/gmeow/roleAntagonist> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/NarrativeRole> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                      rdfs:label "antagonist"@x-gmeow-english ;
                                                      skos:definition "The antagonist role — opposed to a protagonist within the scope."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleArranger
<https://blackcatinformatics.ca/gmeow/roleArranger> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                    rdfs:label "arranger"@x-gmeow-english ;
                                                    skos:definition "An agent who arranged a musical work for different forces or format."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleAttendee
<https://blackcatinformatics.ca/gmeow/roleAttendee> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/ParticipantRole> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                    rdfs:label "attendee"@x-gmeow-english ;
                                                    skos:definition "An agent who attended the event."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleAuthor
<https://blackcatinformatics.ca/gmeow/roleAuthor> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                  rdfs:label "author"@x-gmeow-english ;
                                                  skos:definition "The creator of the intellectual content of a work."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleBeneficiary
<https://blackcatinformatics.ca/gmeow/roleBeneficiary> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/ParticipantRole> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                       rdfs:label "beneficiary"@x-gmeow-english ;
                                                       skos:definition "An entity that benefited from the event."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleBeneficiaryOfDeception
<https://blackcatinformatics.ca/gmeow/roleBeneficiaryOfDeception> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/ParticipantRole> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                                  rdfs:label "beneficiary of deception"@x-gmeow-english ;
                                                                  skos:definition "An entity that benefits from a deception event, whether or not they are the deceiver — the third-party beneficiary who gains from the false belief induced in the deceived party."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleBotContributor
<https://blackcatinformatics.ca/gmeow/roleBotContributor> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                          rdfs:label "bot contributor"@x-gmeow-english ;
                                                          skos:definition "An automated bot or CI agent that contributes to a project — e.g. dependency updates, formatting bots."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleCanonical
<https://blackcatinformatics.ca/gmeow/roleCanonical> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/VersionRole> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/versions> ;
                                                     rdfs:label "canonical"@x-gmeow-english ;
                                                     skos:definition "The canonical version role — a status that a versioned artifact occupies in its release lifecycle."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleCodeReviewer
<https://blackcatinformatics.ca/gmeow/roleCodeReviewer> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                        rdfs:label "code reviewer"@x-gmeow-english ;
                                                        skos:definition "An agent who reviews code changes for quality, correctness, and policy compliance before merge."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleCollected
<https://blackcatinformatics.ca/gmeow/roleCollected> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/VersionRole> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/versions> ;
                                                     rdfs:label "collected"@x-gmeow-english ;
                                                     skos:definition "The collected version role — a status that a versioned artifact occupies in its release lifecycle."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleComposer
<https://blackcatinformatics.ca/gmeow/roleComposer> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                    rdfs:label "composer"@x-gmeow-english ;
                                                    skos:definition "An agent who created the musical content of a work — the abstract artistic conception, independent of any particular notation or performance (Principle 4: notation and performance are downstream projections)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleConceptualization
<https://blackcatinformatics.ca/gmeow/roleConceptualization> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                             rdfs:label "conceptualization"@x-gmeow-english ;
                                                             skos:definition "Ideas, formulation or evolution of overarching research goals and aims."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleConductor
<https://blackcatinformatics.ca/gmeow/roleConductor> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/ContributionRole> ,
                                                              <https://blackcatinformatics.ca/gmeow/ParticipantRole> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                     rdfs:label "conductor"@x-gmeow-english ;
                                                     skos:definition "An agent who conducted a musical performance. Also a ContributionRole (declared in creative-works.ttl) — one concept, one IRI (Principle 5)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleConfidant
<https://blackcatinformatics.ca/gmeow/roleConfidant> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/NarrativeRole> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                     rdfs:label "confidant"@x-gmeow-english ;
                                                     skos:definition "The confidant role."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleCoverArtist
<https://blackcatinformatics.ca/gmeow/roleCoverArtist> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                       rdfs:label "cover artist"@x-gmeow-english ;
                                                       skos:definition "An agent who created cover art for a manifestation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleDataCuration
<https://blackcatinformatics.ca/gmeow/roleDataCuration> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                        rdfs:label "data curation"@x-gmeow-english ;
                                                        skos:definition "Management activities to annotate, scrub data and maintain research data."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleDeceived
<https://blackcatinformatics.ca/gmeow/roleDeceived> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/ParticipantRole> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                    rdfs:label "deceived"@x-gmeow-english ;
                                                    skos:definition "The participant in a deception event who is induced to hold a false belief by the divergence between the projected and held standpoints. In self-deception, this role is borne by the same entity as roleDeceiver."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleDeceiver
<https://blackcatinformatics.ca/gmeow/roleDeceiver> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/ParticipantRole> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                    rdfs:label "deceiver"@x-gmeow-english ;
                                                    skos:definition "The participant in a deception event who projects a standpoint that diverges from what they hold true. In self-deception, this role is borne by the same entity as roleDeceived."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleDeprecated
<https://blackcatinformatics.ca/gmeow/roleDeprecated> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/VersionRole> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/versions> ;
                                                      rdfs:label "deprecated"@x-gmeow-english ;
                                                      skos:definition "The deprecated version role — a status that a versioned artifact occupies in its release lifecycle."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleDirector
<https://blackcatinformatics.ca/gmeow/roleDirector> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                    rdfs:label "director"@x-gmeow-english ;
                                                    skos:definition "An agent who directed a film, theatre, or choreographic production."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleDraft
<https://blackcatinformatics.ca/gmeow/roleDraft> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/VersionRole> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/versions> ;
                                                 rdfs:label "draft"@x-gmeow-english ;
                                                 skos:definition "The draft version role — a status that a versioned artifact occupies in its release lifecycle."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleDupe
<https://blackcatinformatics.ca/gmeow/roleDupe> rdf:type owl:NamedIndividual ,
                                                         <https://blackcatinformatics.ca/gmeow/ParticipantRole> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                rdfs:label "dupe"@x-gmeow-english ;
                                                skos:definition "An unwitting intermediary in a deception — a participant who forwards the projected standpoint without knowing it is deceptive, acting as a conduit rather than the primary deceiver."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleEditor
<https://blackcatinformatics.ca/gmeow/roleEditor> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                  rdfs:label "editor"@x-gmeow-english ;
                                                  skos:definition "An agent who edited, compiled, or curated the content."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleEmployee
<https://blackcatinformatics.ca/gmeow/roleEmployee> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/ParticipantRole> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                    rdfs:label "employee"@x-gmeow-english ;
                                                    skos:definition "The agent employed in an employment event."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleEmployer
<https://blackcatinformatics.ca/gmeow/roleEmployer> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/ParticipantRole> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                    rdfs:label "employer"@x-gmeow-english ;
                                                    skos:definition "The organization employing in an employment event."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleEnsembleMember
<https://blackcatinformatics.ca/gmeow/roleEnsembleMember> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/ParticipantRole> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                          rdfs:label "ensemble member"@x-gmeow-english ;
                                                          skos:definition "A performer participating as a member of a musical ensemble."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleFoil
<https://blackcatinformatics.ca/gmeow/roleFoil> rdf:type owl:NamedIndividual ,
                                                         <https://blackcatinformatics.ca/gmeow/NarrativeRole> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                rdfs:label "foil"@x-gmeow-english ;
                                                skos:definition "The foil role — a contrast figure for another character."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleFormalAnalysis
<https://blackcatinformatics.ca/gmeow/roleFormalAnalysis> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                          rdfs:label "formal analysis"@x-gmeow-english ;
                                                          skos:definition "Application of statistical, mathematical, computational, or other formal techniques to analyse or synthesize study data."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleFundingAcquisition
<https://blackcatinformatics.ca/gmeow/roleFundingAcquisition> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                              rdfs:label "funding acquisition"@x-gmeow-english ;
                                                              skos:definition "Acquisition of the financial support for the project leading to this publication."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleIllustrator
<https://blackcatinformatics.ca/gmeow/roleIllustrator> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                       rdfs:label "illustrator"@x-gmeow-english ;
                                                       skos:definition "An agent who contributed visual illustrations."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleImproviser
<https://blackcatinformatics.ca/gmeow/roleImproviser> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/ParticipantRole> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                      rdfs:label "improviser"@x-gmeow-english ;
                                                      skos:definition "A performer whose participation is primarily improvisatory."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleIntermediary
<https://blackcatinformatics.ca/gmeow/roleIntermediary> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/ParticipantRole> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                        rdfs:label "intermediary"@x-gmeow-english ;
                                                        skos:definition "An intermediary agent in a financial transaction — a bank, payment processor, or clearing house."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleInventor
<https://blackcatinformatics.ca/gmeow/roleInventor> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                    rdfs:label "inventor"@x-gmeow-english ;
                                                    skos:definition "An agent who invented the subject of a patent (project homepage and language). Projects to schema:inventor via the Contribution pattern."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleInvestigation
<https://blackcatinformatics.ca/gmeow/roleInvestigation> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                         rdfs:label "investigation"@x-gmeow-english ;
                                                         skos:definition "Conducting a research and investigation process, specifically performing the experiments, or data/evidence collection."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleLLMAssistedEditor
<https://blackcatinformatics.ca/gmeow/roleLLMAssistedEditor> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                             rdfs:label "LLM-assisted editor"@x-gmeow-english ;
                                                             skos:definition "An agent who edited with substantial assistance from a large language model."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleLTS
<https://blackcatinformatics.ca/gmeow/roleLTS> rdf:type owl:NamedIndividual ,
                                                        <https://blackcatinformatics.ca/gmeow/VersionRole> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/versions> ;
                                               rdfs:label "long-term support (LTS)"@x-gmeow-english ;
                                               skos:definition "The lts version role — a status that a versioned artifact occupies in its release lifecycle."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleLatest
<https://blackcatinformatics.ca/gmeow/roleLatest> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/VersionRole> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/versions> ;
                                                  rdfs:label "latest"@x-gmeow-english ;
                                                  skos:definition "The latest version role — a status that a versioned artifact occupies in its release lifecycle."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleLearner
<https://blackcatinformatics.ca/gmeow/roleLearner> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/ParticipantRole> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                   rdfs:label "learner"@x-gmeow-english ;
                                                   skos:definition "An agent who receives musical knowledge in an oral-tradition teaching event (see oral-tradition transmission)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleLetterer
<https://blackcatinformatics.ca/gmeow/roleLetterer> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                    rdfs:label "letterer"@x-gmeow-english ;
                                                    skos:definition "An agent who lettered or calligraphed text in a visual work."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleLibrettist
<https://blackcatinformatics.ca/gmeow/roleLibrettist> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                      rdfs:label "librettist"@x-gmeow-english ;
                                                      skos:definition "An agent who wrote the libretto of an opera, musical, or other staged work."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleLoveInterest
<https://blackcatinformatics.ca/gmeow/roleLoveInterest> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/NarrativeRole> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                        rdfs:label "love interest"@x-gmeow-english ;
                                                        skos:definition "The love-interest role."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleLyricist
<https://blackcatinformatics.ca/gmeow/roleLyricist> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                    rdfs:label "lyricist"@x-gmeow-english ;
                                                    skos:definition "An agent who wrote the lyrics of a musical work."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleMasteringEngineer
<https://blackcatinformatics.ca/gmeow/roleMasteringEngineer> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                             rdfs:label "mastering engineer"@x-gmeow-english ;
                                                             skos:definition "An agent who mastered a recording."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleMentor
<https://blackcatinformatics.ca/gmeow/roleMentor> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/NarrativeRole> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                  rdfs:label "mentor"@x-gmeow-english ;
                                                  skos:definition "The mentor role."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleMethodology
<https://blackcatinformatics.ca/gmeow/roleMethodology> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                       rdfs:label "methodology"@x-gmeow-english ;
                                                       skos:definition "Development or design of methodology; creation of models."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleMixingEngineer
<https://blackcatinformatics.ca/gmeow/roleMixingEngineer> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                          rdfs:label "mixing engineer"@x-gmeow-english ;
                                                          skos:definition "An agent who mixed a recording."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleNarrator
<https://blackcatinformatics.ca/gmeow/roleNarrator> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/ContributionRole> ,
                                                             <https://blackcatinformatics.ca/gmeow/NarrativeRole> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ,
                                                                     <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                    rdfs:label "narrator"@x-gmeow-english ;
                                                    skos:definition "An agent who narrated or performed a spoken-word rendition."@x-gmeow-english ,
                                                                    "The narrator role — the telling voice (its reliability is the narration seam narrationUnreliable axis, not a role variant)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleOfficiant
<https://blackcatinformatics.ca/gmeow/roleOfficiant> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/ParticipantRole> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                     rdfs:label "officiant"@x-gmeow-english ;
                                                     skos:definition "A person who officiated at the event. Generalizes the former gmeow:hasOfficiant."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleOrchestrator
<https://blackcatinformatics.ca/gmeow/roleOrchestrator> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                        rdfs:label "orchestrator"@x-gmeow-english ;
                                                        skos:definition "An agent who orchestrated a musical work."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleOrganizer
<https://blackcatinformatics.ca/gmeow/roleOrganizer> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/ParticipantRole> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                     rdfs:label "organizer"@x-gmeow-english ;
                                                     skos:definition "An agent that organized or convened the event."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleParticipantPrincipal
<https://blackcatinformatics.ca/gmeow/roleParticipantPrincipal> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/ParticipantRole> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                                rdfs:label "principal / subject"@x-gmeow-english ;
                                                                skos:definition "The entity an event is principally about (e.g. the child in a birth, the deceased in a death). Generalizes the former gmeow:hasPrincipal."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rolePayee
<https://blackcatinformatics.ca/gmeow/rolePayee> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/ParticipantRole> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                 rdfs:label "payee"@x-gmeow-english ;
                                                 skos:definition "The agent that receives money in a financial transaction."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rolePayer
<https://blackcatinformatics.ca/gmeow/rolePayer> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/ParticipantRole> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                 rdfs:label "payer"@x-gmeow-english ;
                                                 skos:definition "The agent that sends money in a financial transaction."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rolePerformer
<https://blackcatinformatics.ca/gmeow/rolePerformer> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/ContributionRole> ,
                                                              <https://blackcatinformatics.ca/gmeow/ParticipantRole> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                     rdfs:label "performer"@x-gmeow-english ;
                                                     skos:definition "An agent who performed at the event. Also a ContributionRole (declared in creative-works.ttl) — one concept, one IRI (Principle 5)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rolePhotographer
<https://blackcatinformatics.ca/gmeow/rolePhotographer> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                        rdfs:label "photographer"@x-gmeow-english ;
                                                        skos:definition "An agent who created photographic content."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleProducer
<https://blackcatinformatics.ca/gmeow/roleProducer> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/ContributionRole> ,
                                                             <https://blackcatinformatics.ca/gmeow/ParticipantRole> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                    rdfs:label "producer"@x-gmeow-english ;
                                                    skos:definition "An agent who produced a performance or recording. Also a ContributionRole (declared in creative-works.ttl) — one concept, one IRI (Principle 5)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleProjectAdministration
<https://blackcatinformatics.ca/gmeow/roleProjectAdministration> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                                 rdfs:label "project administration"@x-gmeow-english ;
                                                                 skos:definition "Management and coordination responsibility for the research activity planning and execution."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleProtagonist
<https://blackcatinformatics.ca/gmeow/roleProtagonist> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/NarrativeRole> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                       rdfs:label "protagonist"@x-gmeow-english ;
                                                       skos:definition "The protagonist role — a scope's central agent. Ensemble works carry several coexisting protagonist claims; no primary exists (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rolePublished
<https://blackcatinformatics.ca/gmeow/rolePublished> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/VersionRole> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/versions> ;
                                                     rdfs:label "published"@x-gmeow-english ;
                                                     skos:definition "The published version role — a status that a versioned artifact occupies in its release lifecycle."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rolePublisher
<https://blackcatinformatics.ca/gmeow/rolePublisher> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                     rdfs:label "publisher"@x-gmeow-english ;
                                                     skos:definition "An agent who published a work — issued and disseminated a manifestation. Projects to schema:publisher via the Contribution pattern."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleRecordingEngineer
<https://blackcatinformatics.ca/gmeow/roleRecordingEngineer> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                             rdfs:label "recording engineer"@x-gmeow-english ;
                                                             skos:definition "An agent who engineered the recording of a musical work."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleReleaser
<https://blackcatinformatics.ca/gmeow/roleReleaser> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                    rdfs:label "releaser"@x-gmeow-english ;
                                                    skos:definition "An agent who cuts and publishes software releases."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleRemixer
<https://blackcatinformatics.ca/gmeow/roleRemixer> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                   rdfs:label "remixer"@x-gmeow-english ;
                                                   skos:definition "An agent who created a remix of an existing recording."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleResources
<https://blackcatinformatics.ca/gmeow/roleResources> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                     rdfs:label "resources"@x-gmeow-english ;
                                                     skos:definition "Provision of study materials, reagents, materials, patients, laboratory samples, animals, instrumentation, computing resources, or other analysis tools."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleRevised
<https://blackcatinformatics.ca/gmeow/roleRevised> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/VersionRole> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/versions> ;
                                                   rdfs:label "revised"@x-gmeow-english ;
                                                   skos:definition "The revised version role — a status that a versioned artifact occupies in its release lifecycle."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleSamplingArtist
<https://blackcatinformatics.ca/gmeow/roleSamplingArtist> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                          rdfs:label "sampling artist"@x-gmeow-english ;
                                                          skos:definition "An agent who created a work by sampling existing material."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleSecurityContact
<https://blackcatinformatics.ca/gmeow/roleSecurityContact> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                           rdfs:label "security contact"@x-gmeow-english ;
                                                           skos:definition "An agent responsible for receiving and handling security vulnerability reports."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleSessionMusician
<https://blackcatinformatics.ca/gmeow/roleSessionMusician> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/ParticipantRole> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                           rdfs:label "session musician"@x-gmeow-english ;
                                                           skos:definition "A musician hired to perform in a recording session."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleSoftware
<https://blackcatinformatics.ca/gmeow/roleSoftware> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                    rdfs:label "software"@x-gmeow-english ;
                                                    skos:definition "Programming, software development; designing computer programs; implementation of the computer code and supporting algorithms."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleSoftwareDeveloper
<https://blackcatinformatics.ca/gmeow/roleSoftwareDeveloper> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                             rdfs:label "software developer"@x-gmeow-english ;
                                                             skos:definition "An agent who writes code, fixes bugs, or implements features in a software project."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleSoftwareMaintainer
<https://blackcatinformatics.ca/gmeow/roleSoftwareMaintainer> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                              rdfs:label "software maintainer"@x-gmeow-english ;
                                                              skos:definition "An agent with ongoing responsibility for a software project — triaging issues, reviewing contributions, and cutting releases."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleSoloist
<https://blackcatinformatics.ca/gmeow/roleSoloist> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/ParticipantRole> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                   rdfs:label "soloist"@x-gmeow-english ;
                                                   skos:definition "A performer featured as a soloist in a musical performance."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleSongwriter
<https://blackcatinformatics.ca/gmeow/roleSongwriter> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                      rdfs:label "songwriter"@x-gmeow-english ;
                                                      skos:definition "An agent who wrote the words and/or music of a song."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleSoundDesigner
<https://blackcatinformatics.ca/gmeow/roleSoundDesigner> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                         rdfs:label "sound designer"@x-gmeow-english ;
                                                         skos:definition "An agent who designed sound or sonic material for a work."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleSpinDoctor
<https://blackcatinformatics.ca/gmeow/roleSpinDoctor> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/ParticipantRole> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                      rdfs:label "spin doctor"@x-gmeow-english ;
                                                      skos:definition "The participant in a distortion or spin event who reframes, sharpens, or selectively presents information to alter the inferential landscape without literally falsifying the source material. A specific role borne in gmeow:eventTypeDistortion events."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleStable
<https://blackcatinformatics.ca/gmeow/roleStable> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/VersionRole> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/versions> ;
                                                  rdfs:label "stable"@x-gmeow-english ;
                                                  skos:definition "The stable version role — a status that a versioned artifact occupies in its release lifecycle."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleSupervision
<https://blackcatinformatics.ca/gmeow/roleSupervision> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                       rdfs:label "supervision"@x-gmeow-english ;
                                                       skos:definition "Oversight and leadership responsibility for the research activity planning and execution, including mentorship external to the core team."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleTranslator
<https://blackcatinformatics.ca/gmeow/roleTranslator> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                      rdfs:label "translator"@x-gmeow-english ;
                                                      skos:definition "An agent who translated the work into another language or notation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleTransmitter
<https://blackcatinformatics.ca/gmeow/roleTransmitter> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/ParticipantRole> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                       rdfs:label "transmitter"@x-gmeow-english ;
                                                       skos:definition "An agent who transmits musical knowledge in an oral-tradition teaching event (see oral-tradition transmission)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleTrickster
<https://blackcatinformatics.ca/gmeow/roleTrickster> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/NarrativeRole> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                     rdfs:label "trickster"@x-gmeow-english ;
                                                     skos:definition "The trickster role."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleValidation
<https://blackcatinformatics.ca/gmeow/roleValidation> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                      rdfs:label "validation"@x-gmeow-english ;
                                                      skos:definition "Verification, whether as a part of the activity or separate, of the overall replication/reproducibility of results/experiments and other research outputs."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleVariant
<https://blackcatinformatics.ca/gmeow/roleVariant> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/VersionRole> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/versions> ;
                                                   rdfs:label "variant"@x-gmeow-english ;
                                                   skos:definition "The variant version role — a status that a versioned artifact occupies in its release lifecycle."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleVictim
<https://blackcatinformatics.ca/gmeow/roleVictim> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/ParticipantRole> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                  rdfs:label "victim"@x-gmeow-english ;
                                                  skos:definition "An entity harmed by the event — distinct from, and never inferred from, any other role."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleVisualization
<https://blackcatinformatics.ca/gmeow/roleVisualization> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                         rdfs:label "visualization"@x-gmeow-english ;
                                                         skos:definition "Preparation, creation and/or presentation of the published work, specifically visualization/data presentation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleWithdrawn
<https://blackcatinformatics.ca/gmeow/roleWithdrawn> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/VersionRole> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/versions> ;
                                                     rdfs:label "withdrawn"@x-gmeow-english ;
                                                     skos:definition "The withdrawn version role — a status that a versioned artifact occupies in its release lifecycle."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleWitness
<https://blackcatinformatics.ca/gmeow/roleWitness> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/ParticipantRole> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                   rdfs:label "witness"@x-gmeow-english ;
                                                   skos:definition "A person who witnessed the event. Generalizes the former gmeow:hasWitness."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleWritingOriginalDraft
<https://blackcatinformatics.ca/gmeow/roleWritingOriginalDraft> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                                rdfs:label "writing – original draft"@x-gmeow-english ;
                                                                skos:definition "Creation and/or presentation of the published work, specifically writing the initial draft."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleWritingReviewEditing
<https://blackcatinformatics.ca/gmeow/roleWritingReviewEditing> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/ContributionRole> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                                rdfs:label "writing – review & editing"@x-gmeow-english ;
                                                                skos:definition "Critical review, commentary or revision – including pre- or post-publication stages."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/roleYanked
<https://blackcatinformatics.ca/gmeow/roleYanked> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/VersionRole> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/versions> ;
                                                  rdfs:label "yanked"@x-gmeow-english ;
                                                  skos:definition "The yanked version role — a status that a versioned artifact occupies in its release lifecycle."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/romanticAromantic
<https://blackcatinformatics.ca/gmeow/romanticAromantic> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/RomanticOrientationValue> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sexuality> ;
                                                         rdfs:label "aromantic"@x-gmeow-english ;
                                                         skos:definition "The aromantic romantic orientation value — a pattern of romantic attraction that an agent may experience."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/romanticBiromantic
<https://blackcatinformatics.ca/gmeow/romanticBiromantic> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/RomanticOrientationValue> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sexuality> ;
                                                          rdfs:label "biromantic"@x-gmeow-english ;
                                                          skos:definition "The biromantic romantic orientation value — a pattern of romantic attraction that an agent may experience."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/romanticDemiromantic
<https://blackcatinformatics.ca/gmeow/romanticDemiromantic> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/RomanticOrientationValue> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sexuality> ;
                                                            rdfs:label "demiromantic"@x-gmeow-english ;
                                                            skos:definition "The demiromantic romantic orientation value — a pattern of romantic attraction that an agent may experience."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/romanticHeteroromantic
<https://blackcatinformatics.ca/gmeow/romanticHeteroromantic> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/RomanticOrientationValue> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sexuality> ;
                                                              rdfs:label "heteroromantic"@x-gmeow-english ;
                                                              skos:definition "The heteroromantic romantic orientation value — a pattern of romantic attraction that an agent may experience."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/romanticHomoromantic
<https://blackcatinformatics.ca/gmeow/romanticHomoromantic> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/RomanticOrientationValue> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sexuality> ;
                                                            rdfs:label "homoromantic"@x-gmeow-english ;
                                                            skos:definition "The homoromantic romantic orientation value — a pattern of romantic attraction that an agent may experience."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/romanticPanromantic
<https://blackcatinformatics.ca/gmeow/romanticPanromantic> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/RomanticOrientationValue> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sexuality> ;
                                                           rdfs:label "panromantic"@x-gmeow-english ;
                                                           skos:definition "The panromantic romantic orientation value — a pattern of romantic attraction that an agent may experience."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/romanticQueerromantic
<https://blackcatinformatics.ca/gmeow/romanticQueerromantic> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/RomanticOrientationValue> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sexuality> ;
                                                             rdfs:label "queerplatonic / queer-romantic"@x-gmeow-english ;
                                                             skos:definition "The queerromantic romantic orientation value — a pattern of romantic attraction that an agent may experience."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/romanticQuestioning
<https://blackcatinformatics.ca/gmeow/romanticQuestioning> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/RomanticOrientationValue> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sexuality> ;
                                                           rdfs:label "questioning"@x-gmeow-english ;
                                                           skos:definition "The questioning romantic orientation value — a pattern of romantic attraction that an agent may experience."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/routeKindAccessible
<https://blackcatinformatics.ca/gmeow/routeKindAccessible> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/RouteKind> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/connectivity> ;
                                                           rdfs:label "accessible route"@x-gmeow-english ;
                                                           skos:definition "A route computed to satisfy a set of accessibility needs. The actual path is determined by the solver layer (Principle 12), not asserted in OWL."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/routeKindCitation
<https://blackcatinformatics.ca/gmeow/routeKindCitation> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/RouteKind> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/connectivity> ;
                                                         rdfs:label "citation chain"@x-gmeow-english ;
                                                         skos:definition "The citation route kind — a classification of a path by the domain in which the path is traversed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/routeKindDependency
<https://blackcatinformatics.ca/gmeow/routeKindDependency> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/RouteKind> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/connectivity> ;
                                                           rdfs:label "dependency chain"@x-gmeow-english ;
                                                           skos:definition "The dependency route kind — a classification of a path by the domain in which the path is traversed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/routeKindFlight
<https://blackcatinformatics.ca/gmeow/routeKindFlight> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/RouteKind> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/connectivity> ;
                                                       rdfs:label "flight path"@x-gmeow-english ;
                                                       skos:definition "The flight route kind — a classification of a path by the domain in which the path is traversed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/routeKindNetwork
<https://blackcatinformatics.ca/gmeow/routeKindNetwork> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/RouteKind> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/connectivity> ;
                                                        rdfs:label "network path"@x-gmeow-english ;
                                                        skos:definition "The network route kind — a classification of a path by the domain in which the path is traversed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/routeKindSocial
<https://blackcatinformatics.ca/gmeow/routeKindSocial> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/RouteKind> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/connectivity> ;
                                                       rdfs:label "social path"@x-gmeow-english ;
                                                       skos:definition "The social route kind — a classification of a path by the domain in which the path is traversed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/routeKindTransit
<https://blackcatinformatics.ca/gmeow/routeKindTransit> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/RouteKind> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/connectivity> ;
                                                        rdfs:label "transit route"@x-gmeow-english ;
                                                        skos:definition "The transit route kind — a classification of a path by the domain in which the path is traversed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/routeKindWalking
<https://blackcatinformatics.ca/gmeow/routeKindWalking> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/RouteKind> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/connectivity> ;
                                                        rdfs:label "walking route"@x-gmeow-english ;
                                                        skos:definition "The walking route kind — a classification of a path by the domain in which the path is traversed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rsvpStatusAccepted
<https://blackcatinformatics.ca/gmeow/rsvpStatusAccepted> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/RsvpStatus> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                          rdfs:label "accepted"@x-gmeow-english ;
                                                          skos:definition "The invitee has accepted."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rsvpStatusDeclined
<https://blackcatinformatics.ca/gmeow/rsvpStatusDeclined> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/RsvpStatus> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                          rdfs:label "declined"@x-gmeow-english ;
                                                          skos:definition "The invitee has declined."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rsvpStatusNeedsAction
<https://blackcatinformatics.ca/gmeow/rsvpStatusNeedsAction> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/RsvpStatus> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                             rdfs:label "needs action"@x-gmeow-english ;
                                                             skos:definition "The invitee has not yet responded."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/rsvpStatusTentative
<https://blackcatinformatics.ca/gmeow/rsvpStatusTentative> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/RsvpStatus> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                           rdfs:label "tentative"@x-gmeow-english ;
                                                           skos:definition "The invitee has tentatively accepted."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/saabFemale
<https://blackcatinformatics.ca/gmeow/saabFemale> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/SexAssignedAtBirth> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                                  rdfs:label "assigned female"@x-gmeow-english ;
                                                  skos:definition "The female sex assigned at birth — a category used to record sex assigned to a person at birth."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/saabIntersex
<https://blackcatinformatics.ca/gmeow/saabIntersex> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/SexAssignedAtBirth> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                                    rdfs:label "intersex"@x-gmeow-english ;
                                                    skos:definition "The intersex sex assigned at birth — a category used to record sex assigned to a person at birth."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/saabMale
<https://blackcatinformatics.ca/gmeow/saabMale> rdf:type owl:NamedIndividual ,
                                                         <https://blackcatinformatics.ca/gmeow/SexAssignedAtBirth> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                                rdfs:label "assigned male"@x-gmeow-english ;
                                                skos:definition "The male sex assigned at birth — a category used to record sex assigned to a person at birth."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/saabUnknown
<https://blackcatinformatics.ca/gmeow/saabUnknown> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/SexAssignedAtBirth> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                                   rdfs:label "unknown / not recorded"@x-gmeow-english ;
                                                   skos:definition "The unknown sex assigned at birth — a category used to record sex assigned to a person at birth."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/scaleACTFL
<https://blackcatinformatics.ca/gmeow/scaleACTFL> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/ProficiencyScale> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                  rdfs:label "ACTFL"@x-gmeow-english ;
                                                  skos:definition "The actfl proficiency scale — a named framework that defines ordered levels of language or skill competence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/scaleAssessed
<https://blackcatinformatics.ca/gmeow/scaleAssessed> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/ProficiencyScale> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                     rdfs:label "assessed"@x-gmeow-english ;
                                                     skos:definition "The assessed proficiency scale — a named framework that defines ordered levels of language or skill competence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/scaleBloomRevised
<https://blackcatinformatics.ca/gmeow/scaleBloomRevised> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/ProficiencyScale> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/cognition> ;
                                                         rdfs:label "Bloom's revised taxonomy"@x-gmeow-english ;
                                                         skos:definition "An alternate knowledge-depth framework — Anderson & Krathwohl's revised Bloom's taxonomy (remember ≺ understand ≺ apply ≺ analyze ≺ evaluate ≺ create). Reused as a gmeow:ProficiencyScale; its correspondence to the native gmeow:KnowledgeLevel axis is recorded (softly) in the alignment ledger, not axiomatised."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/scaleCEFR
<https://blackcatinformatics.ca/gmeow/scaleCEFR> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/ProficiencyScale> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                 rdfs:label "CEFR"@x-gmeow-english ;
                                                 skos:definition "The cefr proficiency scale — a named framework that defines ordered levels of language or skill competence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/scaleDreyfus
<https://blackcatinformatics.ca/gmeow/scaleDreyfus> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/ProficiencyScale> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                    rdfs:label "Dreyfus"@x-gmeow-english ;
                                                    skos:definition "The dreyfus proficiency scale — a named framework that defines ordered levels of language or skill competence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/scaleILR
<https://blackcatinformatics.ca/gmeow/scaleILR> rdf:type owl:NamedIndividual ,
                                                         <https://blackcatinformatics.ca/gmeow/ProficiencyScale> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                rdfs:label "ILR"@x-gmeow-english ;
                                                skos:definition "The ilr proficiency scale — a named framework that defines ordered levels of language or skill competence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/scaleKnowledgeDepth
<https://blackcatinformatics.ca/gmeow/scaleKnowledgeDepth> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/ProficiencyScale> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/cognition> ;
                                                           rdfs:label "knowledge depth"@x-gmeow-english ;
                                                           skos:definition "The native knowledge-depth scale: the framework on which the four ordinal gmeow:KnowledgeLevel values (knowledgeAware ≺ knowledgeKnowsAbout ≺ knowledgeUnderstands ≺ knowledgeMastered) are read. The default gmeow:knowledgeProficiencyScale when a proficiency is stated in GMEOW's own terms rather than an external taxonomy."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/scaleMajor
<https://blackcatinformatics.ca/gmeow/scaleMajor> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/VersionScale> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/versions> ;
                                                  rdfs:label "major"@x-gmeow-english ;
                                                  skos:definition "The major version scale — a magnitude category used to characterize the impact of a version change."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/scaleMinor
<https://blackcatinformatics.ca/gmeow/scaleMinor> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/VersionScale> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/versions> ;
                                                  rdfs:label "minor"@x-gmeow-english ;
                                                  skos:definition "The minor version scale — a magnitude category used to characterize the impact of a version change."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/scaleNIH
<https://blackcatinformatics.ca/gmeow/scaleNIH> rdf:type owl:NamedIndividual ,
                                                         <https://blackcatinformatics.ca/gmeow/ProficiencyScale> ;
                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                rdfs:label "NIH"@x-gmeow-english ;
                                                skos:definition "The nih proficiency scale — a named framework that defines ordered levels of language or skill competence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/scaleSOLO
<https://blackcatinformatics.ca/gmeow/scaleSOLO> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/ProficiencyScale> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/cognition> ;
                                                 rdfs:label "SOLO taxonomy"@x-gmeow-english ;
                                                 skos:definition "An alternate knowledge-depth framework — Biggs & Collis's Structure of Observed Learning Outcomes (prestructural ≺ unistructural ≺ multistructural ≺ relational ≺ extended-abstract). Reused as a gmeow:ProficiencyScale; correspondence to the native axis lives in the alignment ledger, not as an axiom."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/scaleSelfReported
<https://blackcatinformatics.ca/gmeow/scaleSelfReported> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/ProficiencyScale> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                         rdfs:label "self-reported"@x-gmeow-english ;
                                                         skos:definition "The self reported proficiency scale — a named framework that defines ordered levels of language or skill competence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/scaleTrivial
<https://blackcatinformatics.ca/gmeow/scaleTrivial> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/VersionScale> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/versions> ;
                                                    rdfs:label "trivial"@x-gmeow-english ;
                                                    skos:definition "The trivial version scale — a magnitude category used to characterize the impact of a version change."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sceneRelationAbove
<https://blackcatinformatics.ca/gmeow/sceneRelationAbove> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/SceneRelationType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                          rdfs:label "above"@x-gmeow-english ;
                                                          skos:definition "The subject region is above the object region."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sceneRelationBelow
<https://blackcatinformatics.ca/gmeow/sceneRelationBelow> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/SceneRelationType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                          rdfs:label "below"@x-gmeow-english ;
                                                          skos:definition "The subject region is below the object region."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sceneRelationEating
<https://blackcatinformatics.ca/gmeow/sceneRelationEating> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/SceneRelationType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                           rdfs:label "eating"@x-gmeow-english ;
                                                           skos:definition "The subject region is eating the object region."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sceneRelationFarFrom
<https://blackcatinformatics.ca/gmeow/sceneRelationFarFrom> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/SceneRelationType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                            rdfs:label "far from"@x-gmeow-english ;
                                                            skos:definition "The subject region is far from the object region."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sceneRelationHolding
<https://blackcatinformatics.ca/gmeow/sceneRelationHolding> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/SceneRelationType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                            rdfs:label "holding"@x-gmeow-english ;
                                                            skos:definition "The subject region is holding the object region."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sceneRelationInside
<https://blackcatinformatics.ca/gmeow/sceneRelationInside> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/SceneRelationType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                           rdfs:label "inside"@x-gmeow-english ;
                                                           skos:definition "The subject region is inside the object region."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sceneRelationLeftOf
<https://blackcatinformatics.ca/gmeow/sceneRelationLeftOf> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/SceneRelationType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                           rdfs:label "left of"@x-gmeow-english ;
                                                           skos:definition "The subject region is to the left of the object region."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sceneRelationNear
<https://blackcatinformatics.ca/gmeow/sceneRelationNear> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/SceneRelationType> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                         rdfs:label "near"@x-gmeow-english ;
                                                         skos:definition "The subject region is near the object region."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sceneRelationPartOf
<https://blackcatinformatics.ca/gmeow/sceneRelationPartOf> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/SceneRelationType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                           rdfs:label "part of"@x-gmeow-english ;
                                                           skos:definition "The subject region is a part of the object region (mereological)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sceneRelationPlaying
<https://blackcatinformatics.ca/gmeow/sceneRelationPlaying> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/SceneRelationType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                            rdfs:label "playing"@x-gmeow-english ;
                                                            skos:definition "The subject region is playing with the object region."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sceneRelationRiding
<https://blackcatinformatics.ca/gmeow/sceneRelationRiding> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/SceneRelationType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                           rdfs:label "riding"@x-gmeow-english ;
                                                           skos:definition "The subject region is riding the object region."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sceneRelationRightOf
<https://blackcatinformatics.ca/gmeow/sceneRelationRightOf> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/SceneRelationType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                            rdfs:label "right of"@x-gmeow-english ;
                                                            skos:definition "The subject region is to the right of the object region."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sceneRelationSameAs
<https://blackcatinformatics.ca/gmeow/sceneRelationSameAs> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/SceneRelationType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                           rdfs:label "same as"@x-gmeow-english ;
                                                           skos:definition "The subject region depicts the same entity as the object region (co-reference)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sceneRelationTouching
<https://blackcatinformatics.ca/gmeow/sceneRelationTouching> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/SceneRelationType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                             rdfs:label "touching"@x-gmeow-english ;
                                                             skos:definition "The subject region touches the object region."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sceneRelationWearing
<https://blackcatinformatics.ca/gmeow/sceneRelationWearing> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/SceneRelationType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                            rdfs:label "wearing"@x-gmeow-english ;
                                                            skos:definition "The subject region is wearing the object region."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/schemeBGNPCGN
<https://blackcatinformatics.ca/gmeow/schemeBGNPCGN> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/TransliterationScheme> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                     rdfs:label "BGN/PCGN romanization"@x-gmeow-english ;
                                                     skos:definition "The bgn/pcgn transliteration scheme — a rule set for converting text from one writing system into another while preserving phonemic or orthographic structure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/schemeHepburn
<https://blackcatinformatics.ca/gmeow/schemeHepburn> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/TransliterationScheme> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                     rdfs:label "Hepburn (Japanese → Latin)"@x-gmeow-english ;
                                                     skos:definition "The hepburn transliteration scheme — a rule set for converting text from one writing system into another while preserving phonemic or orthographic structure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/schemeIAST
<https://blackcatinformatics.ca/gmeow/schemeIAST> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/TransliterationScheme> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                  rdfs:label "IAST (Sanskrit/Indic → Latin)"@x-gmeow-english ;
                                                  skos:definition "The iast transliteration scheme — a rule set for converting text from one writing system into another while preserving phonemic or orthographic structure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/schemeIPA
<https://blackcatinformatics.ca/gmeow/schemeIPA> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/TransliterationScheme> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                 rdfs:label "IPA phonetic transcription"@x-gmeow-english ;
                                                 skos:definition "The ipa transliteration scheme — a rule set for converting text from one writing system into another while preserving phonemic or orthographic structure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/schemeISO15919
<https://blackcatinformatics.ca/gmeow/schemeISO15919> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/TransliterationScheme> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                      rdfs:label "ISO 15919 (Indic → Latin)"@x-gmeow-english ;
                                                      skos:definition "The iso 15919 transliteration scheme — a rule set for converting text from one writing system into another while preserving phonemic or orthographic structure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/schemeISO233
<https://blackcatinformatics.ca/gmeow/schemeISO233> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/TransliterationScheme> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                    rdfs:label "ISO 233 (Arabic → Latin)"@x-gmeow-english ;
                                                    skos:definition "The iso 233 transliteration scheme — a rule set for converting text from one writing system into another while preserving phonemic or orthographic structure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/schemeKunreiShiki
<https://blackcatinformatics.ca/gmeow/schemeKunreiShiki> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/TransliterationScheme> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                         rdfs:label "Kunrei-shiki (Japanese → Latin)"@x-gmeow-english ;
                                                         skos:definition "The kunrei shiki transliteration scheme — a rule set for converting text from one writing system into another while preserving phonemic or orthographic structure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/schemeMcCuneReischauer
<https://blackcatinformatics.ca/gmeow/schemeMcCuneReischauer> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/TransliterationScheme> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                              rdfs:label "McCune-Reischauer (Korean → Latin)"@x-gmeow-english ;
                                                              skos:definition "The mc cune reischauer transliteration scheme — a rule set for converting text from one writing system into another while preserving phonemic or orthographic structure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/schemeNihonShiki
<https://blackcatinformatics.ca/gmeow/schemeNihonShiki> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/TransliterationScheme> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                        rdfs:label "Nihon-shiki (Japanese → Latin)"@x-gmeow-english ;
                                                        skos:definition "The nihon shiki transliteration scheme — a rule set for converting text from one writing system into another while preserving phonemic or orthographic structure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/schemePinyin
<https://blackcatinformatics.ca/gmeow/schemePinyin> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/TransliterationScheme> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                    rdfs:label "Hanyu Pinyin (Mandarin → Latin)"@x-gmeow-english ;
                                                    skos:definition "The pinyin transliteration scheme — a rule set for converting text from one writing system into another while preserving phonemic or orthographic structure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/schemeRevisedRomanization
<https://blackcatinformatics.ca/gmeow/schemeRevisedRomanization> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/TransliterationScheme> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                                 rdfs:label "Revised Romanization (Korean → Latin)"@x-gmeow-english ;
                                                                 skos:definition "The revised romanization transliteration scheme — a rule set for converting text from one writing system into another while preserving phonemic or orthographic structure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/schemeWadeGiles
<https://blackcatinformatics.ca/gmeow/schemeWadeGiles> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/TransliterationScheme> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                       rdfs:label "Wade-Giles (Mandarin → Latin)"@x-gmeow-english ;
                                                       skos:definition "The wade giles transliteration scheme — a rule set for converting text from one writing system into another while preserving phonemic or orthographic structure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/schenkerLevelBackground
<https://blackcatinformatics.ca/gmeow/schenkerLevelBackground> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/SchenkerLevel> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "background"@x-gmeow-english ;
                                                               skos:definition "Background (Urlinie) level."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/schenkerLevelForeground
<https://blackcatinformatics.ca/gmeow/schenkerLevelForeground> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/SchenkerLevel> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "foreground"@x-gmeow-english ;
                                                               skos:definition "Foreground (surface) level."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/schenkerLevelMiddleground
<https://blackcatinformatics.ca/gmeow/schenkerLevelMiddleground> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/SchenkerLevel> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                 rdfs:label "middleground"@x-gmeow-english ;
                                                                 skos:definition "Middleground level."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/scriptRoleDecorative
<https://blackcatinformatics.ca/gmeow/scriptRoleDecorative> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/ScriptRole> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                            rdfs:label "decorative"@x-gmeow-english ;
                                                            skos:definition "The decorative script role — a function a writing system performs for a particular lexical item or passage."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/scriptRoleHistorical
<https://blackcatinformatics.ca/gmeow/scriptRoleHistorical> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/ScriptRole> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                            rdfs:label "historical / superseded"@x-gmeow-english ;
                                                            skos:definition "The historical script role — a function a writing system performs for a particular lexical item or passage."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/scriptRoleLiturgical
<https://blackcatinformatics.ca/gmeow/scriptRoleLiturgical> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/ScriptRole> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                            rdfs:label "liturgical"@x-gmeow-english ;
                                                            skos:definition "The liturgical script role — a function a writing system performs for a particular lexical item or passage."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/scriptRoleLoanword
<https://blackcatinformatics.ca/gmeow/scriptRoleLoanword> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/ScriptRole> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                          rdfs:label "loanword / foreign term"@x-gmeow-english ;
                                                          skos:definition "The loanword script role — a function a writing system performs for a particular lexical item or passage."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/scriptRoleLogographicContent
<https://blackcatinformatics.ca/gmeow/scriptRoleLogographicContent> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/ScriptRole> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                                    rdfs:label "logographic content"@x-gmeow-english ;
                                                                    skos:definition "The logographic content script role — a function a writing system performs for a particular lexical item or passage."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/scriptRolePrimary
<https://blackcatinformatics.ca/gmeow/scriptRolePrimary> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/ScriptRole> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                         rdfs:label "primary"@x-gmeow-english ;
                                                         skos:definition "The primary script role — a function a writing system performs for a particular lexical item or passage."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/namingNote> "Names a linguistic reality — the script carrying a passage's main text, one co-equal value among seven script roles — not a selector privileging one co-equal claim." .


###  https://blackcatinformatics.ca/gmeow/scriptRoleSyllabicGrammar
<https://blackcatinformatics.ca/gmeow/scriptRoleSyllabicGrammar> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/ScriptRole> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                                 rdfs:label "syllabic grammar / inflection"@x-gmeow-english ;
                                                                 skos:definition "The syllabic grammar script role — a function a writing system performs for a particular lexical item or passage."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/scriptRoleTransliteration
<https://blackcatinformatics.ca/gmeow/scriptRoleTransliteration> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/ScriptRole> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                                 rdfs:label "transliteration / romanization"@x-gmeow-english ;
                                                                 skos:definition "The transliteration script role — a function a writing system performs for a particular lexical item or passage."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/segmentKindCell
<https://blackcatinformatics.ca/gmeow/segmentKindCell> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/SegmentKind> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "cell"@x-gmeow-english ;
                                                       skos:definition "A small, compact unit of musical material, often the basis for serial or process works."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/segmentKindColor
<https://blackcatinformatics.ca/gmeow/segmentKindColor> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/SegmentKind> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "color"@x-gmeow-english ;
                                                        skos:definition "A recurring pitch pattern in isorhythmic music; paired with talea (stress case 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/segmentKindDrone
<https://blackcatinformatics.ca/gmeow/segmentKindDrone> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/SegmentKind> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "drone"@x-gmeow-english ;
                                                        skos:definition "A sustained or repeated tone or cluster."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/segmentKindFragment
<https://blackcatinformatics.ca/gmeow/segmentKindFragment> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/SegmentKind> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "fragment"@x-gmeow-english ;
                                                           skos:definition "A mobile or unordered fragment, as in Stockhausen's Klavierstück XI (stress case 4)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/segmentKindLoop
<https://blackcatinformatics.ca/gmeow/segmentKindLoop> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/SegmentKind> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "loop"@x-gmeow-english ;
                                                       skos:definition "A repeating segment, often in electronic or sampled music."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/segmentKindMotif
<https://blackcatinformatics.ca/gmeow/segmentKindMotif> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/SegmentKind> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "motif"@x-gmeow-english ;
                                                        skos:definition "A short, characteristic musical idea."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/segmentKindPhrase
<https://blackcatinformatics.ca/gmeow/segmentKindPhrase> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/SegmentKind> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "phrase"@x-gmeow-english ;
                                                         skos:definition "A coherent musical phrase or breath unit."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/segmentKindRiff
<https://blackcatinformatics.ca/gmeow/segmentKindRiff> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/SegmentKind> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "riff"@x-gmeow-english ;
                                                       skos:definition "A repeated, often rhythmic-melodic figure (stress case 16)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/segmentKindSection
<https://blackcatinformatics.ca/gmeow/segmentKindSection> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/SegmentKind> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                          rdfs:label "section"@x-gmeow-english ;
                                                          skos:definition "A large formal section of a work (verse, chorus, exposition, development)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/segmentKindTalea
<https://blackcatinformatics.ca/gmeow/segmentKindTalea> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/SegmentKind> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "talea"@x-gmeow-english ;
                                                        skos:definition "A recurring rhythmic pattern in isorhythmic or mensural music; paired with color (stress case 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/segmentKindToneEventContainer
<https://blackcatinformatics.ca/gmeow/segmentKindToneEventContainer> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/SegmentKind> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                     rdfs:label "tone-event container"@x-gmeow-english ;
                                                                     skos:definition "A MusicalSegment whose immediate children are ToneEvents."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/segmentTypeBackMatter
<https://blackcatinformatics.ca/gmeow/segmentTypeBackMatter> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/ContentSegmentType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                             rdfs:label "back matter"@x-gmeow-english ;
                                                             skos:definition "Supplementary material at the end of a book — appendix, bibliography, index."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/segmentTypeChapter
<https://blackcatinformatics.ca/gmeow/segmentTypeChapter> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/ContentSegmentType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                          rdfs:label "chapter"@x-gmeow-english ;
                                                          skos:definition "A major division of a written work."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/segmentTypeFrontMatter
<https://blackcatinformatics.ca/gmeow/segmentTypeFrontMatter> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/ContentSegmentType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                              rdfs:label "front matter"@x-gmeow-english ;
                                                              skos:definition "Preliminary material at the beginning of a book — title page, preface, table of contents."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/segmentTypeParagraph
<https://blackcatinformatics.ca/gmeow/segmentTypeParagraph> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/ContentSegmentType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                            rdfs:label "paragraph"@x-gmeow-english ;
                                                            skos:definition "A distinct section of writing covering a single theme."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/segmentTypeScene
<https://blackcatinformatics.ca/gmeow/segmentTypeScene> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/ContentSegmentType> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                        rdfs:label "scene"@x-gmeow-english ;
                                                        skos:definition "A continuous sequence of action in a dramatic or narrative work."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/segmentTypeSection
<https://blackcatinformatics.ca/gmeow/segmentTypeSection> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/ContentSegmentType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                          rdfs:label "section"@x-gmeow-english ;
                                                          skos:definition "A distinct part or subdivision of a work."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/selectorTypeCocoRleMask
<https://blackcatinformatics.ca/gmeow/selectorTypeCocoRleMask> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/SelectorType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                               rdfs:label "COCO RLE mask"@x-gmeow-english ;
                                                               skos:definition "A COCO dataset run-length encoded mask."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/selectorTypeDicomSegMask
<https://blackcatinformatics.ca/gmeow/selectorTypeDicomSegMask> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/SelectorType> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                                rdfs:label "DICOM-SEG mask"@x-gmeow-english ;
                                                                skos:definition "A DICOM Segmentation mask reference."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/selectorTypeFractionalRectangle
<https://blackcatinformatics.ca/gmeow/selectorTypeFractionalRectangle> rdf:type owl:NamedIndividual ,
                                                                                <https://blackcatinformatics.ca/gmeow/SelectorType> ;
                                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                                       rdfs:label "fractional rectangle"@x-gmeow-english ;
                                                                       skos:definition "A fractional-coordinate rectangle (x, y, width, height) in [0.0, 1.0] relative to image dimensions."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/selectorTypePixelMask
<https://blackcatinformatics.ca/gmeow/selectorTypePixelMask> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/SelectorType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                             rdfs:label "pixel mask"@x-gmeow-english ;
                                                             skos:definition "A per-pixel binary or integer mask."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/selectorTypePixelRectangle
<https://blackcatinformatics.ca/gmeow/selectorTypePixelRectangle> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/SelectorType> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                                  rdfs:label "pixel rectangle"@x-gmeow-english ;
                                                                  skos:definition "A pixel-coordinate rectangle (x, y, width, height)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/selectorTypePolygonPath
<https://blackcatinformatics.ca/gmeow/selectorTypePolygonPath> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/SelectorType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                               rdfs:label "polygon path"@x-gmeow-english ;
                                                               skos:definition "A polygon defined by a list of (x, y) coordinate pairs."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/selectorTypeRunLengthEncoded
<https://blackcatinformatics.ca/gmeow/selectorTypeRunLengthEncoded> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/SelectorType> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                                    rdfs:label "run-length encoded"@x-gmeow-english ;
                                                                    skos:definition "A run-length encoded binary mask."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/selectorTypeSvgPath
<https://blackcatinformatics.ca/gmeow/selectorTypeSvgPath> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/SelectorType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                           rdfs:label "SVG path"@x-gmeow-english ;
                                                           skos:definition "An SVG path string (W3C Web Annotation oa:SvgSelector)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/selectorTypeWebAnnotationFragment
<https://blackcatinformatics.ca/gmeow/selectorTypeWebAnnotationFragment> rdf:type owl:NamedIndividual ,
                                                                                  <https://blackcatinformatics.ca/gmeow/SelectorType> ;
                                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                                         rdfs:label "Web Annotation fragment"@x-gmeow-english ;
                                                                         skos:definition "A W3C Web Annotation Media Fragment (xywh=..., t=...)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/seniorityEntry
<https://blackcatinformatics.ca/gmeow/seniorityEntry> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/SeniorityLevel> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/employment> ;
                                                      rdfs:label "entry-level"@x-gmeow-english ;
                                                      skos:definition "An entry-level or junior position."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/seniorityExecutive
<https://blackcatinformatics.ca/gmeow/seniorityExecutive> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/SeniorityLevel> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/employment> ;
                                                          rdfs:label "executive"@x-gmeow-english ;
                                                          skos:definition "An executive or C-level position."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/seniorityLead
<https://blackcatinformatics.ca/gmeow/seniorityLead> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/SeniorityLevel> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/employment> ;
                                                     rdfs:label "lead"@x-gmeow-english ;
                                                     skos:definition "A lead or principal position."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/seniorityMid
<https://blackcatinformatics.ca/gmeow/seniorityMid> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/SeniorityLevel> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/employment> ;
                                                    rdfs:label "mid-level"@x-gmeow-english ;
                                                    skos:definition "A mid-level position."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/senioritySenior
<https://blackcatinformatics.ca/gmeow/senioritySenior> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/SeniorityLevel> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/employment> ;
                                                       rdfs:label "senior"@x-gmeow-english ;
                                                       skos:definition "A senior-level position."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sensitivityConfidential
<https://blackcatinformatics.ca/gmeow/sensitivityConfidential> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/SensitivityLevel> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                               rdfs:label "confidential"@x-gmeow-english ;
                                                               skos:definition "The confidential sensitivity level — information whose unauthorized disclosure could harm an organization or individual."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sensitivityInternal
<https://blackcatinformatics.ca/gmeow/sensitivityInternal> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/SensitivityLevel> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                           rdfs:label "internal"@x-gmeow-english ;
                                                           skos:definition "The internal sensitivity level — information intended for use within an organization or trusted circle."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sensitivityPublic
<https://blackcatinformatics.ca/gmeow/sensitivityPublic> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/SensitivityLevel> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                         rdfs:label "public"@x-gmeow-english ;
                                                         skos:definition "The public sensitivity level — information that may be disclosed without restriction."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sensitivityRestricted
<https://blackcatinformatics.ca/gmeow/sensitivityRestricted> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/SensitivityLevel> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                             rdfs:label "restricted"@x-gmeow-english ;
                                                             skos:definition "The restricted sensitivity level — information whose access is limited to named individuals or roles under explicit authorization."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sensitivitySensitivePersonal
<https://blackcatinformatics.ca/gmeow/sensitivitySensitivePersonal> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/SensitivityLevel> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                                    rdfs:label "sensitive personal"@x-gmeow-english ;
                                                                    skos:definition "The sensitive personal sensitivity level — information about a person whose disclosure carries elevated risk and may be subject to legal protection or consent guards."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sensoryModalityAirQuality
<https://blackcatinformatics.ca/gmeow/sensoryModalityAirQuality> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/SensoryModality> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory-environment> ;
                                                                 rdfs:label "air quality"@x-gmeow-english ;
                                                                 skos:definition "The air-quality/chemical-composition sensory channel."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sensoryModalityAuditory
<https://blackcatinformatics.ca/gmeow/sensoryModalityAuditory> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/SensoryModality> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory-environment> ;
                                                               rdfs:label "auditory"@x-gmeow-english ;
                                                               skos:definition "The auditory/sound sensory channel."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sensoryModalityGustatory
<https://blackcatinformatics.ca/gmeow/sensoryModalityGustatory> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/SensoryModality> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory-environment> ;
                                                                rdfs:label "gustatory"@x-gmeow-english ;
                                                                skos:definition "The gustatory/taste sensory channel."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sensoryModalityOlfactory
<https://blackcatinformatics.ca/gmeow/sensoryModalityOlfactory> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/SensoryModality> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory-environment> ;
                                                                rdfs:label "olfactory"@x-gmeow-english ;
                                                                skos:definition "The olfactory/smell sensory channel."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sensoryModalityTactile
<https://blackcatinformatics.ca/gmeow/sensoryModalityTactile> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/SensoryModality> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory-environment> ;
                                                              rdfs:label "tactile"@x-gmeow-english ;
                                                              skos:definition "The tactile/touch sensory channel."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sensoryModalityThermal
<https://blackcatinformatics.ca/gmeow/sensoryModalityThermal> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/SensoryModality> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory-environment> ;
                                                              rdfs:label "thermal"@x-gmeow-english ;
                                                              skos:definition "The thermal/temperature sensory channel."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sensoryModalityVisual
<https://blackcatinformatics.ca/gmeow/sensoryModalityVisual> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/SensoryModality> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory-environment> ;
                                                             rdfs:label "visual"@x-gmeow-english ;
                                                             skos:definition "The visual/light sensory channel."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sequenceFeatureTypeCDS
<https://blackcatinformatics.ca/gmeow/sequenceFeatureTypeCDS> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/SequenceFeatureType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                              rdfs:label "coding sequence (CDS)"@x-gmeow-english ;
                                                              skos:definition "The cds sequence feature type — a kind of biological feature identified along a genetic or molecular sequence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sequenceFeatureTypeChromosome
<https://blackcatinformatics.ca/gmeow/sequenceFeatureTypeChromosome> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/SequenceFeatureType> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                     rdfs:label "chromosome"@x-gmeow-english ;
                                                                     skos:definition "The chromosome sequence feature type — a kind of biological feature identified along a genetic or molecular sequence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sequenceFeatureTypeExon
<https://blackcatinformatics.ca/gmeow/sequenceFeatureTypeExon> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/SequenceFeatureType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                               rdfs:label "exon"@x-gmeow-english ;
                                                               skos:definition "The exon sequence feature type — a kind of biological feature identified along a genetic or molecular sequence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sequenceFeatureTypeGene
<https://blackcatinformatics.ca/gmeow/sequenceFeatureTypeGene> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/SequenceFeatureType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                               rdfs:label "gene"@x-gmeow-english ;
                                                               skos:definition "The gene sequence feature type — a kind of biological feature identified along a genetic or molecular sequence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sequenceFeatureTypeIntron
<https://blackcatinformatics.ca/gmeow/sequenceFeatureTypeIntron> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/SequenceFeatureType> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                 rdfs:label "intron"@x-gmeow-english ;
                                                                 skos:definition "The intron sequence feature type — a kind of biological feature identified along a genetic or molecular sequence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sequenceFeatureTypeSNP
<https://blackcatinformatics.ca/gmeow/sequenceFeatureTypeSNP> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/SequenceFeatureType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                              rdfs:label "single nucleotide polymorphism (SNP)"@x-gmeow-english ;
                                                              skos:definition "The snp sequence feature type — a kind of biological feature identified along a genetic or molecular sequence."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/serviceStatusLive
<https://blackcatinformatics.ca/gmeow/serviceStatusLive> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/ServiceStatus> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accounts> ;
                                                         rdfs:label "live"@x-gmeow-english ;
                                                         skos:definition "The service is currently operating."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/serviceStatusShutDown
<https://blackcatinformatics.ca/gmeow/serviceStatusShutDown> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/ServiceStatus> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accounts> ;
                                                             rdfs:label "shut down"@x-gmeow-english ;
                                                             skos:definition "The service has ceased operation (its gmeow:serviceShutdownDate records when)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/severityCatastrophic
<https://blackcatinformatics.ca/gmeow/severityCatastrophic> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/SeverityLevel> ;
                                                            <https://blackcatinformatics.ca/gmeow/moreSevereThan> <https://blackcatinformatics.ca/gmeow/severitySevere> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                            rdfs:label "catastrophic"@x-gmeow-english ;
                                                            skos:definition "The catastrophic severity level — the failure that ends the system it grades."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/severityMinor
<https://blackcatinformatics.ca/gmeow/severityMinor> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/SeverityLevel> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                     rdfs:label "minor"@x-gmeow-english ;
                                                     skos:definition "The minor severity level."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/severityModerate
<https://blackcatinformatics.ca/gmeow/severityModerate> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/SeverityLevel> ;
                                                        <https://blackcatinformatics.ca/gmeow/moreSevereThan> <https://blackcatinformatics.ca/gmeow/severityMinor> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                        rdfs:label "moderate"@x-gmeow-english ;
                                                        skos:definition "The moderate severity level."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/severitySevere
<https://blackcatinformatics.ca/gmeow/severitySevere> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/SeverityLevel> ;
                                                      <https://blackcatinformatics.ca/gmeow/moreSevereThan> <https://blackcatinformatics.ca/gmeow/severityModerate> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                      rdfs:label "severe"@x-gmeow-english ;
                                                      skos:definition "The severe severity level."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/signatureSchemeBls12381
<https://blackcatinformatics.ca/gmeow/signatureSchemeBls12381> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/SignatureScheme> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                               rdfs:label "BLS12-381"@x-gmeow-english ;
                                                               skos:definition "BLS signature over the pairing-friendly BLS12-381 curve, supporting signature aggregation. The local name is hyphen-free by design — it is the repo's one IRI that would otherwise be illegal in generated GraphQL/LinkML surfaces; the curve's standard spelling lives in the label."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/signatureSchemeECDSAP256
<https://blackcatinformatics.ca/gmeow/signatureSchemeECDSAP256> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/SignatureScheme> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                                rdfs:label "ECDSA-P256"@x-gmeow-english ;
                                                                skos:definition "ECDSA over the NIST P-256 curve — widely used in TLS, government, and enterprise identity systems."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/signatureSchemeECDSASecp256k1
<https://blackcatinformatics.ca/gmeow/signatureSchemeECDSASecp256k1> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/SignatureScheme> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                                     rdfs:label "ECDSA-secp256k1"@x-gmeow-english ;
                                                                     skos:definition "ECDSA over the secp256k1 curve — common in Bitcoin, Ethereum, and other blockchain systems."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/signatureSchemeEd25519
<https://blackcatinformatics.ca/gmeow/signatureSchemeEd25519> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/SignatureScheme> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                              rdfs:label "Ed25519"@x-gmeow-english ;
                                                              skos:definition "Ed25519 — Edwards-curve Digital Signature Algorithm over Curve25519, compact and fast."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/signatureSchemeRSASHA256
<https://blackcatinformatics.ca/gmeow/signatureSchemeRSASHA256> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/SignatureScheme> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                                rdfs:label "RSA-SHA256"@x-gmeow-english ;
                                                                skos:definition "RSA signature with SHA-256 — widely used in X.509 certificates, JWTs, and S/MIME."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/siteTypeBranch
<https://blackcatinformatics.ca/gmeow/siteTypeBranch> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/SiteType> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                      rdfs:label "branch"@x-gmeow-english ;
                                                      skos:definition "A branch office or subsidiary location of an organization."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/siteTypeHeadquarters
<https://blackcatinformatics.ca/gmeow/siteTypeHeadquarters> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/SiteType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                            rdfs:label "headquarters"@x-gmeow-english ;
                                                            skos:definition "The principal office or headquarters of an organization."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/siteTypeRegistered
<https://blackcatinformatics.ca/gmeow/siteTypeRegistered> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/SiteType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                          rdfs:label "registered"@x-gmeow-english ;
                                                          skos:definition "The registered or legal office of an organization."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/slsaLevel1
<https://blackcatinformatics.ca/gmeow/slsaLevel1> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/SLSALevel> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                  rdfs:label "SLSA Level 1"@x-gmeow-english ;
                                                  skos:definition "Provenance exists — the build process is documented."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/slsaLevel2
<https://blackcatinformatics.ca/gmeow/slsaLevel2> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/SLSALevel> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                  rdfs:label "SLSA Level 2"@x-gmeow-english ;
                                                  skos:definition "Signed provenance — the build runs in a hosted environment with signed output."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/slsaLevel3
<https://blackcatinformatics.ca/gmeow/slsaLevel3> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/SLSALevel> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                  rdfs:label "SLSA Level 3"@x-gmeow-english ;
                                                  skos:definition "Hardened build — the build runs in a hardened, hermetic environment with reproducible steps."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/slsaLevel4
<https://blackcatinformatics.ca/gmeow/slsaLevel4> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/SLSALevel> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                  rdfs:label "SLSA Level 4"@x-gmeow-english ;
                                                  skos:definition "Two-person review + hermetic, reproducible build with comprehensive audit trail."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sourceIndependenceIndependent
<https://blackcatinformatics.ca/gmeow/sourceIndependenceIndependent> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/SourceIndependence> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                                     rdfs:label "independent"@x-gmeow-english ;
                                                                     skos:definition "The source is editorially and financially independent of the subject — no employment, ownership, or promotional relationship."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sourceIndependenceSelfOrIssuerOriginated
<https://blackcatinformatics.ca/gmeow/sourceIndependenceSelfOrIssuerOriginated> rdf:type owl:NamedIndividual ,
                                                                                         <https://blackcatinformatics.ca/gmeow/SourceIndependence> ;
                                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                                                rdfs:label "self or issuer originated"@x-gmeow-english ;
                                                                                skos:definition "The source originates from the subject itself or from an issuer, promoter, or affiliated party — press releases, self-published sites, corporate filings by the subject's own counsel, etc."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sourceTierPrimary
<https://blackcatinformatics.ca/gmeow/sourceTierPrimary> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/SourceTier> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                         rdfs:label "primary"@x-gmeow-english ;
                                                         skos:definition "A primary source — an original document, artifact, or direct record created at the time of the event or by the subject (a birth certificate, a legal filing, a self-published memoir)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/namingNote> "The standard bibliographic source-tier axis (primary/secondary/tertiary) — a value vocabulary naming an evidentiary reality, not a selector privileging one co-equal claim." .


###  https://blackcatinformatics.ca/gmeow/sourceTierSecondary
<https://blackcatinformatics.ca/gmeow/sourceTierSecondary> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/SourceTier> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                           rdfs:label "secondary"@x-gmeow-english ;
                                                           skos:definition "A secondary source — an analysis, commentary, review, or synthesis by an independent party that interprets or builds upon primary sources (a biography, a trade-press article, a scholarly review)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/sourceTierTertiary
<https://blackcatinformatics.ca/gmeow/sourceTierTertiary> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/SourceTier> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                          rdfs:label "tertiary"@x-gmeow-english ;
                                                          skos:definition "A tertiary source — a compendium, index, encyclopedia, or database that aggregates and summarizes secondary sources without adding original analysis."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/spectrumExample
<https://blackcatinformatics.ca/gmeow/spectrumExample> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/Spectrum> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "example spectrum"@x-gmeow-english ;
                                                       skos:definition "A placeholder spectrum individual for the spectral-derivation stress case (stress case 7). A concrete corpus will replace this with analysed partial lists."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/standpointArabicTheory
<https://blackcatinformatics.ca/gmeow/standpointArabicTheory> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/Standpoint> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "Arabic maqam theory"@x-gmeow-english ;
                                                              skos:definition "A standpoint representing mainstream Arabic maqam theory."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/standpointTranscriberA
<https://blackcatinformatics.ca/gmeow/standpointTranscriberA> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/Standpoint> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "transcriber A"@x-gmeow-english ;
                                                              skos:definition "A transcriber standpoint used in the graphic-score fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/standpointTurkishTheory
<https://blackcatinformatics.ca/gmeow/standpointTurkishTheory> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/Standpoint> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "Turkish makam theory"@x-gmeow-english ;
                                                               skos:definition "A standpoint representing Turkish makam theory, which may disagree with Arabic theory about the exact size of the Rast third."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/statusAbandoned
<https://blackcatinformatics.ca/gmeow/statusAbandoned> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/MaintenanceStatus> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                       rdfs:label "abandoned"@x-gmeow-english ;
                                                       skos:definition "The project has been abandoned by its maintainers with no successor identified."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/statusActive
<https://blackcatinformatics.ca/gmeow/statusActive> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/MaintenanceStatus> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                    rdfs:label "active"@x-gmeow-english ;
                                                    skos:definition "The project is under active development with frequent releases."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/statusConstructedActive
<https://blackcatinformatics.ca/gmeow/statusConstructedActive> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/LanguageStatus> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                               rdfs:label "constructed — actively used"@x-gmeow-english ;
                                                               skos:definition "The constructed active language status — a vitality or registration stage of a language or constructed language project."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/statusDeprecated
<https://blackcatinformatics.ca/gmeow/statusDeprecated> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/MaintenanceStatus> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                        rdfs:label "deprecated"@x-gmeow-english ;
                                                        skos:definition "The project is no longer recommended; users should migrate to a successor."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/statusDormant
<https://blackcatinformatics.ca/gmeow/statusDormant> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/LanguageStatus> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                     rdfs:label "dormant"@x-gmeow-english ;
                                                     skos:definition "The dormant language status — a vitality or registration stage of a language or constructed language project."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/statusEOL
<https://blackcatinformatics.ca/gmeow/statusEOL> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/MaintenanceStatus> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                 rdfs:label "end of life"@x-gmeow-english ;
                                                 skos:definition "The project has reached end-of-life; no further updates of any kind are planned."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/statusEmerging
<https://blackcatinformatics.ca/gmeow/statusEmerging> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/LanguageStatus> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                      rdfs:label "emerging"@x-gmeow-english ;
                                                      skos:definition "The emerging language status — a vitality or registration stage of a language or constructed language project."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/statusExtinct
<https://blackcatinformatics.ca/gmeow/statusExtinct> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/LanguageStatus> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                     rdfs:label "extinct"@x-gmeow-english ;
                                                     skos:definition "The extinct language status — a vitality or registration stage of a language or constructed language project."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/statusHistorical
<https://blackcatinformatics.ca/gmeow/statusHistorical> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/LanguageStatus> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                        rdfs:label "historical"@x-gmeow-english ;
                                                        skos:definition "The historical language status — a vitality or registration stage of a language or constructed language project."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/statusLiving
<https://blackcatinformatics.ca/gmeow/statusLiving> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/LanguageStatus> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                    rdfs:label "living"@x-gmeow-english ;
                                                    skos:definition "The living language status — a vitality or registration stage of a language or constructed language project."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/statusMaintained
<https://blackcatinformatics.ca/gmeow/statusMaintained> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/MaintenanceStatus> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                        rdfs:label "maintained"@x-gmeow-english ;
                                                        skos:definition "The project receives bug fixes and security updates but may not see new features."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/statusProposed
<https://blackcatinformatics.ca/gmeow/statusProposed> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/LanguageStatus> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                      rdfs:label "proposed"@x-gmeow-english ;
                                                      skos:definition "The proposed language status — a vitality or registration stage of a language or constructed language project."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/statusRevived
<https://blackcatinformatics.ca/gmeow/statusRevived> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/LanguageStatus> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                     rdfs:label "revived"@x-gmeow-english ;
                                                     skos:definition "The revived language status — a vitality or registration stage of a language or constructed language project."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/stepIngestionDerivedClaims
<https://blackcatinformatics.ca/gmeow/stepIngestionDerivedClaims> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/ProcedureStep> ;
                                                                  <https://blackcatinformatics.ca/gmeow/procedureStepType> <https://blackcatinformatics.ca/gmeow/stepTypeAtomic> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                                  rdfs:label "derived claims / events generation"@x-gmeow-english ;
                                                                  skos:definition "Generate derived claims and events from extracted text."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/stepIngestionFileCopy
<https://blackcatinformatics.ca/gmeow/stepIngestionFileCopy> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/ProcedureStep> ;
                                                             <https://blackcatinformatics.ca/gmeow/procedureStepType> <https://blackcatinformatics.ca/gmeow/stepTypeAtomic> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                             rdfs:label "file copy / staging"@x-gmeow-english ;
                                                             skos:definition "Copy and stage files from the raw root."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/stepIngestionOcrExtract
<https://blackcatinformatics.ca/gmeow/stepIngestionOcrExtract> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/ProcedureStep> ;
                                                               <https://blackcatinformatics.ca/gmeow/procedureStepType> <https://blackcatinformatics.ca/gmeow/stepTypeAtomic> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                               rdfs:label "OCR / text extraction"@x-gmeow-english ;
                                                               skos:definition "Perform OCR and extract text from staged files."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/stepIngestionPrivacyPosture
<https://blackcatinformatics.ca/gmeow/stepIngestionPrivacyPosture> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/ProcedureStep> ;
                                                                   <https://blackcatinformatics.ca/gmeow/procedureStepType> <https://blackcatinformatics.ca/gmeow/stepTypeAtomic> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                                   rdfs:label "privacy posture assessment"@x-gmeow-english ;
                                                                   skos:definition "Assess the privacy posture of the ingested data and derived claims."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/stepIngestionRawRoot
<https://blackcatinformatics.ca/gmeow/stepIngestionRawRoot> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/ProcedureStep> ;
                                                            <https://blackcatinformatics.ca/gmeow/procedureStepType> <https://blackcatinformatics.ca/gmeow/stepTypeAtomic> ;
                                                            <https://blackcatinformatics.ca/gmeow/stepOutput> <https://blackcatinformatics.ca/gmeow/procedureIngestionRawRoot> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                            rdfs:label "raw root acquisition"@x-gmeow-english ;
                                                            skos:definition "Acquire the raw root data source."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/stepIngestionUnresolvedLeads
<https://blackcatinformatics.ca/gmeow/stepIngestionUnresolvedLeads> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/ProcedureStep> ;
                                                                    <https://blackcatinformatics.ca/gmeow/procedureStepType> <https://blackcatinformatics.ca/gmeow/stepTypeAtomic> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                                    rdfs:label "unresolved leads identification"@x-gmeow-english ;
                                                                    skos:definition "Identify unresolved leads from the generated claims."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/stepTypeAtomic
<https://blackcatinformatics.ca/gmeow/stepTypeAtomic> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/StepType> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                      rdfs:label "atomic step"@x-gmeow-english ;
                                                      skos:definition "An atomic, indivisible action step."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/stepTypeBranch
<https://blackcatinformatics.ca/gmeow/stepTypeBranch> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/StepType> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                      rdfs:label "branch step"@x-gmeow-english ;
                                                      skos:definition "A guarded decision point (BPMN gateway). Must be the source of at least two ControlFlow relators."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/stepTypeEnd
<https://blackcatinformatics.ca/gmeow/stepTypeEnd> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/StepType> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                   rdfs:label "end step"@x-gmeow-english ;
                                                   skos:definition "The terminal point of a procedure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/stepTypeParallel
<https://blackcatinformatics.ca/gmeow/stepTypeParallel> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/StepType> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                        rdfs:label "parallel step"@x-gmeow-english ;
                                                        skos:definition "A fork or join point for parallel execution."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/stepTypeStart
<https://blackcatinformatics.ca/gmeow/stepTypeStart> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/StepType> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                     rdfs:label "start step"@x-gmeow-english ;
                                                     skos:definition "The entry point of a procedure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/stepTypeSubprocess
<https://blackcatinformatics.ca/gmeow/stepTypeSubprocess> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/StepType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                          rdfs:label "subprocess step"@x-gmeow-english ;
                                                          skos:definition "A step that is itself a Procedure, enacted via gmeow:stepEnactsProcedure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/storageMediumCloudService
<https://blackcatinformatics.ca/gmeow/storageMediumCloudService> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/StorageMedium> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                 rdfs:label "cloud service"@x-gmeow-english ;
                                                                 skos:definition "The cloud service storage medium — a technology or service used to persist digital information."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/storageMediumContentAddressed
<https://blackcatinformatics.ca/gmeow/storageMediumContentAddressed> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/StorageMedium> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                     rdfs:label "content-addressed store"@x-gmeow-english ;
                                                                     skos:definition "The content addressed storage medium — a technology or service used to persist digital information."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/storageMediumLocalFilesystem
<https://blackcatinformatics.ca/gmeow/storageMediumLocalFilesystem> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/StorageMedium> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                    rdfs:label "local filesystem"@x-gmeow-english ;
                                                                    skos:definition "The local filesystem storage medium — a technology or service used to persist digital information."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/storageMediumObjectStore
<https://blackcatinformatics.ca/gmeow/storageMediumObjectStore> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/StorageMedium> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                rdfs:label "object store"@x-gmeow-english ;
                                                                skos:definition "The object store storage medium — a technology or service used to persist digital information."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/storageMediumPhysicalDisk
<https://blackcatinformatics.ca/gmeow/storageMediumPhysicalDisk> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/StorageMedium> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                 rdfs:label "physical disk"@x-gmeow-english ;
                                                                 skos:definition "The physical disk storage medium — a technology or service used to persist digital information."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/storageMediumRemovableMedia
<https://blackcatinformatics.ca/gmeow/storageMediumRemovableMedia> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/StorageMedium> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                   rdfs:label "removable media"@x-gmeow-english ;
                                                                   skos:definition "The removable media storage medium — a technology or service used to persist digital information."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/strandBoth
<https://blackcatinformatics.ca/gmeow/strandBoth> rdf:type owl:NamedIndividual ,
                                                           <https://blackcatinformatics.ca/gmeow/StrandOrientation> ;
                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                  rdfs:label "both strands"@x-gmeow-english ;
                                                  skos:definition "Applies to both strands, e.g. some regulatory regions."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/strandForward
<https://blackcatinformatics.ca/gmeow/strandForward> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/StrandOrientation> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                     rdfs:label "forward / Watson strand"@x-gmeow-english ;
                                                     skos:definition "The forward strand orientation — a directionality of a nucleic-acid strand relative to its counterpart."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/strandReverse
<https://blackcatinformatics.ca/gmeow/strandReverse> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/StrandOrientation> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                     rdfs:label "reverse / Crick strand"@x-gmeow-english ;
                                                     skos:definition "The reverse strand orientation — a directionality of a nucleic-acid strand relative to its counterpart."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/symbolicKindCommunicationConvention
<https://blackcatinformatics.ca/gmeow/symbolicKindCommunicationConvention> rdf:type owl:NamedIndividual ,
                                                                                    <https://blackcatinformatics.ca/gmeow/SymbolicSystemKind> ;
                                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                                           rdfs:label "communication convention"@x-gmeow-english ;
                                                                           skos:definition "A broad social or cultural convention for communication that does not rise to the level of a full language or notation system."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/symbolicKindCryptographic
<https://blackcatinformatics.ca/gmeow/symbolicKindCryptographic> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/SymbolicSystemKind> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                                 rdfs:label "cryptographic"@x-gmeow-english ;
                                                                 skos:definition "A transform scheme for concealing or securing information through encryption or encoding."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/symbolicKindEmoji
<https://blackcatinformatics.ca/gmeow/symbolicKindEmoji> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/SymbolicSystemKind> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                         rdfs:label "emoji"@x-gmeow-english ;
                                                         skos:definition "A convention-based system of pictographic symbols used in digital communication."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/symbolicKindEncoding
<https://blackcatinformatics.ca/gmeow/symbolicKindEncoding> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/SymbolicSystemKind> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                            rdfs:label "encoding"@x-gmeow-english ;
                                                            skos:definition "A scheme for mapping information from one representation to another."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/symbolicKindGesture
<https://blackcatinformatics.ca/gmeow/symbolicKindGesture> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/SymbolicSystemKind> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                           rdfs:label "gesture"@x-gmeow-english ;
                                                           skos:definition "A system of physical gestures or movements used for communication or expression."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/symbolicKindMathematical
<https://blackcatinformatics.ca/gmeow/symbolicKindMathematical> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/SymbolicSystemKind> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                                rdfs:label "mathematical"@x-gmeow-english ;
                                                                skos:definition "A notation system for representing mathematical objects, relations, and proofs."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/symbolicKindMusical
<https://blackcatinformatics.ca/gmeow/symbolicKindMusical> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/SymbolicSystemKind> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                           rdfs:label "musical"@x-gmeow-english ;
                                                           skos:definition "A notation system for representing musical structure, performance, or sound."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/symbolicKindPlatformConvention
<https://blackcatinformatics.ca/gmeow/symbolicKindPlatformConvention> rdf:type owl:NamedIndividual ,
                                                                               <https://blackcatinformatics.ca/gmeow/SymbolicSystemKind> ;
                                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                                      rdfs:label "platform convention"@x-gmeow-english ;
                                                                      skos:definition "A symbol or communication convention specific to a platform, community, or digital environment."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/symbolicKindStenographic
<https://blackcatinformatics.ca/gmeow/symbolicKindStenographic> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/SymbolicSystemKind> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                                rdfs:label "stenographic"@x-gmeow-english ;
                                                                skos:definition "A shorthand notation system for rapid recording of spoken language."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/symbolicKindTranscription
<https://blackcatinformatics.ca/gmeow/symbolicKindTranscription> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/SymbolicSystemKind> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                                 rdfs:label "transcription"@x-gmeow-english ;
                                                                 skos:definition "A notation system for recording spoken or signed language in a structured visual form."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tagReview
<https://blackcatinformatics.ca/gmeow/tagReview> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/Tag> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/tags> ;
                                                 rdfs:label "review"@x-gmeow-english ;
                                                 skos:definition "A tag indicating that the tagged entity should be examined, evaluated, or reassessed by a person or process."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tagTodo
<https://blackcatinformatics.ca/gmeow/tagTodo> rdf:type owl:NamedIndividual ,
                                                        <https://blackcatinformatics.ca/gmeow/Tag> ;
                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/tags> ;
                                               rdfs:label "todo"@x-gmeow-english ;
                                               skos:definition "A tag marking the tagged entity as an action item or task yet to be completed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tagUrgent
<https://blackcatinformatics.ca/gmeow/tagUrgent> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/Tag> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/tags> ;
                                                 rdfs:label "urgent"@x-gmeow-english ;
                                                 skos:definition "A tag indicating that the tagged entity requires prompt attention or has high priority relative to other items."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/taskStatusCancelled
<https://blackcatinformatics.ca/gmeow/taskStatusCancelled> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/TaskStatus> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                           rdfs:label "cancelled"@x-gmeow-english ;
                                                           skos:definition "The task is cancelled. Retained with displayable false, never deleted (Principle 10)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/taskStatusCompleted
<https://blackcatinformatics.ca/gmeow/taskStatusCompleted> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/TaskStatus> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                           rdfs:label "completed"@x-gmeow-english ;
                                                           skos:definition "The task is completed."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/taskStatusInProgress
<https://blackcatinformatics.ca/gmeow/taskStatusInProgress> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/TaskStatus> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                            rdfs:label "active"@x-gmeow-english ;
                                                            skos:definition "The task is actively being worked on."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/taskStatusNotStarted
<https://blackcatinformatics.ca/gmeow/taskStatusNotStarted> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/TaskStatus> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                            rdfs:label "not started"@x-gmeow-english ;
                                                            skos:definition "The task has not yet been started."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tempoMapCommon
<https://blackcatinformatics.ca/gmeow/tempoMapCommon> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/TempoMap> ;
                                                      <https://blackcatinformatics.ca/gmeow/mapsFrame> <https://blackcatinformatics.ca/gmeow/musicalTimeFrameCommon> ;
                                                      <https://blackcatinformatics.ca/gmeow/mapsToFrame> <https://blackcatinformatics.ca/gmeow/temporalFrameTAI> ;
                                                      <https://blackcatinformatics.ca/gmeow/timeMappingKind> <https://blackcatinformatics.ca/gmeow/timeMappingKindTempoMap> ;
                                                      <https://blackcatinformatics.ca/gmeow/mapRatioDenominator> 2 ;
                                                      <https://blackcatinformatics.ca/gmeow/mapRatioNumerator> 1 ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                      rdfs:label "common constant tempo map"@x-gmeow-english ;
                                                      skos:definition "A simple constant TempoMap used by the meter fixtures: one quarter-note beat in musicalTimeFrameCommon maps to one half-second in TAI (e.g. quarter = 120). The solver interprets the ratio relative to the declared frames."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tempoMapKindConstant
<https://blackcatinformatics.ca/gmeow/tempoMapKindConstant> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/TempoMapKind> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                            rdfs:label "constant tempo"@x-gmeow-english ;
                                                            skos:definition "A TempoMap or segment with a constant mapping ratio."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tempoMapKindCurve
<https://blackcatinformatics.ca/gmeow/tempoMapKindCurve> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/TempoMapKind> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "curved tempo"@x-gmeow-english ;
                                                         skos:definition "A TempoMap segment with a non-linear tempo curve."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tempoMapKindLinearRamp
<https://blackcatinformatics.ca/gmeow/tempoMapKindLinearRamp> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/TempoMapKind> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "linear ramp"@x-gmeow-english ;
                                                              skos:definition "A TempoMap segment with a linear acceleration or deceleration."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tempoMapKindMeasured
<https://blackcatinformatics.ca/gmeow/tempoMapKindMeasured> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/TempoMapKind> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                            rdfs:label "measured tempo"@x-gmeow-english ;
                                                            skos:definition "A TempoMap segment derived from measured performance data."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tempoMapSegmentCommon
<https://blackcatinformatics.ca/gmeow/tempoMapSegmentCommon> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/TempoMapSegment> ;
                                                             <https://blackcatinformatics.ca/gmeow/segmentSpan> <https://blackcatinformatics.ca/gmeow/musicalTimeSpanWholeSection> ;
                                                             <https://blackcatinformatics.ca/gmeow/segmentTempoMapKind> <https://blackcatinformatics.ca/gmeow/tempoMapKindConstant> ;
                                                             <https://blackcatinformatics.ca/gmeow/tempoMapSegmentOf> <https://blackcatinformatics.ca/gmeow/tempoMapCommon> ;
                                                             <https://blackcatinformatics.ca/gmeow/segmentMapRatioDenominator> 2 ;
                                                             <https://blackcatinformatics.ca/gmeow/segmentMapRatioNumerator> 1 ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "common tempo map segment"@x-gmeow-english ;
                                                             skos:definition "The single constant segment of tempoMapCommon: one quarter-note beat maps to one half-second."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/temporalFrameGPSGregorian
<https://blackcatinformatics.ca/gmeow/temporalFrameGPSGregorian> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/TemporalFrame> ;
                                                                 <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                 <https://blackcatinformatics.ca/gmeow/frameCalendarSystem> <https://blackcatinformatics.ca/gmeow/calendarGregorian> ;
                                                                 <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindTemporal> ;
                                                                 <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmTemporal> ;
                                                                 <https://blackcatinformatics.ca/gmeow/frameTimeScale> <https://blackcatinformatics.ca/gmeow/timeScaleGPS> ;
                                                                 <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisDay> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/axisHour> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/axisMinute> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/axisMonth> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/axisSecond> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/axisYear> ;
                                                                 <https://blackcatinformatics.ca/gmeow/dimensionCount> "6"^^xsd:nonNegativeInteger ;
                                                                 <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                                 rdfs:label "GPS Gregorian (satellite time)"@x-gmeow-english ;
                                                                 skos:definition "The GPS time scale on the Gregorian calendar — satellite-system time, offset from TAI."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/temporalFrameTAI
<https://blackcatinformatics.ca/gmeow/temporalFrameTAI> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/TemporalFrame> ;
                                                        <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                        <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                        <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmTemporal> ;
                                                        <https://blackcatinformatics.ca/gmeow/frameTimeScale> <https://blackcatinformatics.ca/gmeow/timeScaleTAI> ;
                                                        <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisScalar> ;
                                                        <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                        <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                        rdfs:label "TAI (atomic, no calendar)"@x-gmeow-english ;
                                                        skos:definition "The tai temporal frame — a named combination of timescale and calendar used to interpret temporal coordinates."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/temporalFrameTDBGregorian
<https://blackcatinformatics.ca/gmeow/temporalFrameTDBGregorian> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/TemporalFrame> ;
                                                                 <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                 <https://blackcatinformatics.ca/gmeow/frameCalendarSystem> <https://blackcatinformatics.ca/gmeow/calendarGregorian> ;
                                                                 <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindTemporal> ;
                                                                 <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmTemporal> ;
                                                                 <https://blackcatinformatics.ca/gmeow/frameTimeScale> <https://blackcatinformatics.ca/gmeow/timeScaleTDB> ;
                                                                 <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisDay> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/axisHour> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/axisMinute> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/axisMonth> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/axisSecond> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/axisYear> ;
                                                                 <https://blackcatinformatics.ca/gmeow/dimensionCount> "6"^^xsd:nonNegativeInteger ;
                                                                 <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                                 rdfs:label "TDB Gregorian (barycentric)"@x-gmeow-english ;
                                                                 skos:definition "The tdb gregorian temporal frame — a named combination of timescale and calendar used to interpret temporal coordinates."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/temporalFrameTTGregorian
<https://blackcatinformatics.ca/gmeow/temporalFrameTTGregorian> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/TemporalFrame> ;
                                                                <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                <https://blackcatinformatics.ca/gmeow/frameCalendarSystem> <https://blackcatinformatics.ca/gmeow/calendarGregorian> ;
                                                                <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindTemporal> ;
                                                                <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmTemporal> ;
                                                                <https://blackcatinformatics.ca/gmeow/frameTimeScale> <https://blackcatinformatics.ca/gmeow/timeScaleTT> ;
                                                                <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisDay> ,
                                                                                                               <https://blackcatinformatics.ca/gmeow/axisHour> ,
                                                                                                               <https://blackcatinformatics.ca/gmeow/axisMinute> ,
                                                                                                               <https://blackcatinformatics.ca/gmeow/axisMonth> ,
                                                                                                               <https://blackcatinformatics.ca/gmeow/axisSecond> ,
                                                                                                               <https://blackcatinformatics.ca/gmeow/axisYear> ;
                                                                <https://blackcatinformatics.ca/gmeow/dimensionCount> "6"^^xsd:nonNegativeInteger ;
                                                                <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                                rdfs:label "TT Gregorian (dynamical)"@x-gmeow-english ;
                                                                skos:definition "The tt gregorian temporal frame — a named combination of timescale and calendar used to interpret temporal coordinates."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/temporalFrameUT1Gregorian
<https://blackcatinformatics.ca/gmeow/temporalFrameUT1Gregorian> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/TemporalFrame> ;
                                                                 <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                 <https://blackcatinformatics.ca/gmeow/frameCalendarSystem> <https://blackcatinformatics.ca/gmeow/calendarGregorian> ;
                                                                 <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindTemporal> ;
                                                                 <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmTemporal> ;
                                                                 <https://blackcatinformatics.ca/gmeow/frameTimeScale> <https://blackcatinformatics.ca/gmeow/timeScaleUT1> ;
                                                                 <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisDay> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/axisHour> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/axisMinute> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/axisMonth> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/axisSecond> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/axisYear> ;
                                                                 <https://blackcatinformatics.ca/gmeow/dimensionCount> "6"^^xsd:nonNegativeInteger ;
                                                                 <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                                 rdfs:label "UT1 Gregorian (Earth-rotation time)"@x-gmeow-english ;
                                                                 skos:definition "The UT1 (Earth-rotation) time scale on the Gregorian calendar — the basis for civil solar alignment."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/temporalFrameUTCChinese
<https://blackcatinformatics.ca/gmeow/temporalFrameUTCChinese> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/TemporalFrame> ;
                                                               <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameCalendarSystem> <https://blackcatinformatics.ca/gmeow/calendarChinese> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindTemporal> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmTemporal> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameTimeScale> <https://blackcatinformatics.ca/gmeow/timeScaleUTC> ;
                                                               <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisDay> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/axisHour> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/axisMinute> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/axisMonth> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/axisSecond> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/axisYear> ;
                                                               <https://blackcatinformatics.ca/gmeow/dimensionCount> "6"^^xsd:nonNegativeInteger ;
                                                               <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                               rdfs:label "UTC Chinese (civil time, Chinese calendar)"@x-gmeow-english ;
                                                               skos:definition "Civil time on the lunisolar Chinese calendar, interpreted in the UTC time scale."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/temporalFrameUTCCoptic
<https://blackcatinformatics.ca/gmeow/temporalFrameUTCCoptic> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/TemporalFrame> ;
                                                              <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                              <https://blackcatinformatics.ca/gmeow/frameCalendarSystem> <https://blackcatinformatics.ca/gmeow/calendarCoptic> ;
                                                              <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindTemporal> ;
                                                              <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmTemporal> ;
                                                              <https://blackcatinformatics.ca/gmeow/frameTimeScale> <https://blackcatinformatics.ca/gmeow/timeScaleUTC> ;
                                                              <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisDay> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/axisHour> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/axisMinute> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/axisMonth> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/axisSecond> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/axisYear> ;
                                                              <https://blackcatinformatics.ca/gmeow/dimensionCount> "6"^^xsd:nonNegativeInteger ;
                                                              <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                              rdfs:label "UTC Coptic (civil time, Coptic calendar)"@x-gmeow-english ;
                                                              skos:definition "Civil time on the Coptic calendar, interpreted in the UTC time scale."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/temporalFrameUTCEthiopian
<https://blackcatinformatics.ca/gmeow/temporalFrameUTCEthiopian> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/TemporalFrame> ;
                                                                 <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                 <https://blackcatinformatics.ca/gmeow/frameCalendarSystem> <https://blackcatinformatics.ca/gmeow/calendarEthiopian> ;
                                                                 <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindTemporal> ;
                                                                 <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmTemporal> ;
                                                                 <https://blackcatinformatics.ca/gmeow/frameTimeScale> <https://blackcatinformatics.ca/gmeow/timeScaleUTC> ;
                                                                 <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisDay> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/axisHour> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/axisMinute> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/axisMonth> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/axisSecond> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/axisYear> ;
                                                                 <https://blackcatinformatics.ca/gmeow/dimensionCount> "6"^^xsd:nonNegativeInteger ;
                                                                 <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                                 rdfs:label "UTC Ethiopian (civil time, Ethiopian calendar)"@x-gmeow-english ;
                                                                 skos:definition "Civil time on the Ethiopian calendar, interpreted in the UTC time scale."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/temporalFrameUTCGregorian
<https://blackcatinformatics.ca/gmeow/temporalFrameUTCGregorian> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/TemporalFrame> ;
                                                                 <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                 <https://blackcatinformatics.ca/gmeow/frameCalendarSystem> <https://blackcatinformatics.ca/gmeow/calendarGregorian> ;
                                                                 <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindTemporal> ;
                                                                 <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmTemporal> ;
                                                                 <https://blackcatinformatics.ca/gmeow/frameTimeScale> <https://blackcatinformatics.ca/gmeow/timeScaleUTC> ;
                                                                 <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisDay> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/axisHour> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/axisMinute> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/axisMonth> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/axisSecond> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/axisYear> ;
                                                                 <https://blackcatinformatics.ca/gmeow/dimensionCount> "6"^^xsd:nonNegativeInteger ;
                                                                 <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                                 rdfs:label "UTC Gregorian (civil time)"@x-gmeow-english ;
                                                                 skos:definition "The utc gregorian temporal frame — a named combination of timescale and calendar used to interpret temporal coordinates."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/temporalFrameUTCHebrew
<https://blackcatinformatics.ca/gmeow/temporalFrameUTCHebrew> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/TemporalFrame> ;
                                                              <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                              <https://blackcatinformatics.ca/gmeow/frameCalendarSystem> <https://blackcatinformatics.ca/gmeow/calendarHebrew> ;
                                                              <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindTemporal> ;
                                                              <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmTemporal> ;
                                                              <https://blackcatinformatics.ca/gmeow/frameTimeScale> <https://blackcatinformatics.ca/gmeow/timeScaleUTC> ;
                                                              <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisDay> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/axisHour> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/axisMinute> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/axisMonth> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/axisSecond> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/axisYear> ;
                                                              <https://blackcatinformatics.ca/gmeow/dimensionCount> "6"^^xsd:nonNegativeInteger ;
                                                              <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                              rdfs:label "UTC Hebrew (civil time, Hebrew calendar)"@x-gmeow-english ;
                                                              skos:definition "Civil time on the lunisolar Hebrew calendar, interpreted in the UTC time scale."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/temporalFrameUTCISOWeek
<https://blackcatinformatics.ca/gmeow/temporalFrameUTCISOWeek> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/TemporalFrame> ;
                                                               <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameCalendarSystem> <https://blackcatinformatics.ca/gmeow/calendarISOWeek> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindTemporal> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmTemporal> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameTimeScale> <https://blackcatinformatics.ca/gmeow/timeScaleUTC> ;
                                                               <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisDayOfWeek> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/axisHour> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/axisMinute> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/axisSecond> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/axisWeek> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/axisYear> ;
                                                               <https://blackcatinformatics.ca/gmeow/dimensionCount> "6"^^xsd:nonNegativeInteger ;
                                                               <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                               rdfs:label "UTC ISO week date (civil time, ISO 8601 week numbering)"@x-gmeow-english ;
                                                               skos:definition "Civil time on the ISO 8601 week-numbering calendar, interpreted in the UTC time scale."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/temporalFrameUTCIslamic
<https://blackcatinformatics.ca/gmeow/temporalFrameUTCIslamic> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/TemporalFrame> ;
                                                               <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameCalendarSystem> <https://blackcatinformatics.ca/gmeow/calendarIslamic> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindTemporal> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmTemporal> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameTimeScale> <https://blackcatinformatics.ca/gmeow/timeScaleUTC> ;
                                                               <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisDay> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/axisHour> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/axisMinute> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/axisMonth> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/axisSecond> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/axisYear> ;
                                                               <https://blackcatinformatics.ca/gmeow/dimensionCount> "6"^^xsd:nonNegativeInteger ;
                                                               <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                               rdfs:label "UTC Islamic (civil time, Hijri calendar)"@x-gmeow-english ;
                                                               skos:definition "Civil time on the lunar Islamic (Hijri) calendar, interpreted in the UTC time scale."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/temporalFrameUTCJulian
<https://blackcatinformatics.ca/gmeow/temporalFrameUTCJulian> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/TemporalFrame> ;
                                                              <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                              <https://blackcatinformatics.ca/gmeow/frameCalendarSystem> <https://blackcatinformatics.ca/gmeow/calendarJulian> ;
                                                              <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindTemporal> ;
                                                              <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmTemporal> ;
                                                              <https://blackcatinformatics.ca/gmeow/frameTimeScale> <https://blackcatinformatics.ca/gmeow/timeScaleUTC> ;
                                                              <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisDay> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/axisHour> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/axisMinute> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/axisMonth> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/axisSecond> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/axisYear> ;
                                                              <https://blackcatinformatics.ca/gmeow/dimensionCount> "6"^^xsd:nonNegativeInteger ;
                                                              <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                              rdfs:label "UTC Julian (civil time, Julian calendar)"@x-gmeow-english ;
                                                              skos:definition "Civil time on the Julian calendar, interpreted in the UTC time scale."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/temporalFrameUTCPersian
<https://blackcatinformatics.ca/gmeow/temporalFrameUTCPersian> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/TemporalFrame> ;
                                                               <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameCalendarSystem> <https://blackcatinformatics.ca/gmeow/calendarPersian> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindTemporal> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmTemporal> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameTimeScale> <https://blackcatinformatics.ca/gmeow/timeScaleUTC> ;
                                                               <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisDay> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/axisHour> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/axisMinute> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/axisMonth> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/axisSecond> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/axisYear> ;
                                                               <https://blackcatinformatics.ca/gmeow/dimensionCount> "6"^^xsd:nonNegativeInteger ;
                                                               <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                               rdfs:label "UTC Persian (civil time, Solar Hijri calendar)"@x-gmeow-english ;
                                                               skos:definition "Civil time on the solar Persian (Solar Hijri) calendar, interpreted in the UTC time scale."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tenseFuture
<https://blackcatinformatics.ca/gmeow/tenseFuture> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/GrammaticalTense> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                   rdfs:label "future"@x-gmeow-english ;
                                                   skos:definition "ISO-TimeML tense FUTURE."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tenseNone
<https://blackcatinformatics.ca/gmeow/tenseNone> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/GrammaticalTense> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                 rdfs:label "none"@x-gmeow-english ;
                                                 skos:definition "ISO-TimeML tense NONE (untensed / nominal mention)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tensePast
<https://blackcatinformatics.ca/gmeow/tensePast> rdf:type owl:NamedIndividual ,
                                                          <https://blackcatinformatics.ca/gmeow/GrammaticalTense> ;
                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                 rdfs:label "past"@x-gmeow-english ;
                                                 skos:definition "ISO-TimeML tense PAST."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tensePresent
<https://blackcatinformatics.ca/gmeow/tensePresent> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/GrammaticalTense> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                    rdfs:label "present"@x-gmeow-english ;
                                                    skos:definition "ISO-TimeML tense PRESENT."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tenureTypeCrownLease
<https://blackcatinformatics.ca/gmeow/tenureTypeCrownLease> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/LandTenureType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                            rdfs:label "crown lease"@x-gmeow-english ;
                                                            skos:definition "A lease from the Crown or state — land held under a lease agreement with the sovereign or government, common in Commonwealth jurisdictions."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tenureTypeEasement
<https://blackcatinformatics.ca/gmeow/tenureTypeEasement> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/LandTenureType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "easement"@x-gmeow-english ;
                                                          skos:definition "An easement — a non-possessory right to use land owned by another party for a specific purpose (e.g. right of way, utility corridor)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tenureTypeFreehold
<https://blackcatinformatics.ca/gmeow/tenureTypeFreehold> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/LandTenureType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "freehold"@x-gmeow-english ;
                                                          skos:definition "A freehold estate — ownership of land for an unlimited duration, subject only to the powers of the Crown or state (allodial title)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tenureTypeLeasehold
<https://blackcatinformatics.ca/gmeow/tenureTypeLeasehold> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/LandTenureType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                           rdfs:label "leasehold"@x-gmeow-english ;
                                                           skos:definition "A leasehold interest — the right to occupy and use land for a specified term under a lease agreement with the owner."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tenureTypeMortgage
<https://blackcatinformatics.ca/gmeow/tenureTypeMortgage> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/LandTenureType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "mortgage"@x-gmeow-english ;
                                                          skos:definition "A mortgage or charge — a security interest in land granted to a lender as collateral for a debt."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tenureTypeOwnership
<https://blackcatinformatics.ca/gmeow/tenureTypeOwnership> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/LandTenureType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                           rdfs:label "ownership"@x-gmeow-english ;
                                                           skos:definition "Full ownership of the land — the right to possess, use, enjoy, and dispose of the property, subject to applicable law."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tenureTypeUsufruct
<https://blackcatinformatics.ca/gmeow/tenureTypeUsufruct> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/LandTenureType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "usufruct"@x-gmeow-english ;
                                                          skos:definition "A usufruct — the right to use and derive income from land belonging to another, without impairing its substance."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/theoryFrameAIModel
<https://blackcatinformatics.ca/gmeow/theoryFrameAIModel> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                          <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                          <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindAnalytical> ;
                                                          <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMusicAnalysis> ;
                                                          <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisMusicAnalysis> ;
                                                          <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                          <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                          rdfs:label "AI-model analysis frame"@x-gmeow-english ;
                                                          skos:definition "A reference frame whose analytical categories are produced by a machine-learning model."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/theoryFrameCorpusStatistical
<https://blackcatinformatics.ca/gmeow/theoryFrameCorpusStatistical> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                                    <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                    <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindAnalytical> ;
                                                                    <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMusicAnalysis> ;
                                                                    <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisMusicAnalysis> ;
                                                                    <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                                    <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                    rdfs:label "corpus-statistical analysis frame"@x-gmeow-english ;
                                                                    skos:definition "A reference frame whose analytical categories are derived from corpus statistics."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/theoryFrameMaqamTheory
<https://blackcatinformatics.ca/gmeow/theoryFrameMaqamTheory> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                              <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                              <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindAnalytical> ;
                                                              <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMusicAnalysis> ;
                                                              <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisMusicAnalysis> ;
                                                              <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                              <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "maqam-theory frame"@x-gmeow-english ;
                                                              skos:definition "A reference frame for Arabic/Turkish maqam analysis."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/theoryFramePathet
<https://blackcatinformatics.ca/gmeow/theoryFramePathet> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                         <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindAnalytical> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMusicAnalysis> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisMusicAnalysis> ;
                                                         <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                         <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "pathet frame"@x-gmeow-english ;
                                                         skos:definition "A reference frame for Javanese/Indonesian pathet analysis."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/theoryFramePitchClassSet
<https://blackcatinformatics.ca/gmeow/theoryFramePitchClassSet> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                                <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindAnalytical> ;
                                                                <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMusicAnalysis> ;
                                                                <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisMusicAnalysis> ;
                                                                <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                                <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "pitch-class-set analysis frame"@x-gmeow-english ;
                                                                skos:definition "A reference frame for atonal analysis using pitch-class sets and Forte labels."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/theoryFrameRagaGrammar
<https://blackcatinformatics.ca/gmeow/theoryFrameRagaGrammar> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                              <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                              <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindAnalytical> ;
                                                              <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMusicAnalysis> ;
                                                              <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisMusicAnalysis> ;
                                                              <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                              <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "raga-grammar frame"@x-gmeow-english ;
                                                              skos:definition "A reference frame for Hindustani raga analysis."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/theoryFrameRomanNumeral
<https://blackcatinformatics.ca/gmeow/theoryFrameRomanNumeral> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                               <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindAnalytical> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMusicAnalysis> ;
                                                               <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisMusicAnalysis> ;
                                                               <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                               <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "Roman-numeral analysis frame"@x-gmeow-english ;
                                                               skos:definition "A reference frame for harmonic analysis expressed as Roman numerals."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/theoryFrameSchenkerian
<https://blackcatinformatics.ca/gmeow/theoryFrameSchenkerian> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                              <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                              <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindAnalytical> ;
                                                              <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMusicAnalysis> ;
                                                              <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisMusicAnalysis> ;
                                                              <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                              <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "Schenkerian analysis frame"@x-gmeow-english ;
                                                              skos:definition "A reference frame for Schenkerian reduction and voice-leading analysis."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/theoryFrameTransformational
<https://blackcatinformatics.ca/gmeow/theoryFrameTransformational> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/ReferenceFrame> ;
                                                                   <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                   <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindAnalytical> ;
                                                                   <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMusicAnalysis> ;
                                                                   <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisMusicAnalysis> ;
                                                                   <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                                   <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                   rdfs:label "transformational analysis frame"@x-gmeow-english ;
                                                                   skos:definition "A reference frame for transformational and voice-leading-space analysis."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/timbreDescriptorBreathy
<https://blackcatinformatics.ca/gmeow/timbreDescriptorBreathy> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/TimbreDescriptor> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "breathy"@x-gmeow-english ;
                                                               skos:definition "A breathy timbre — audible noise-like aspiration mixed with the tone."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/timbreDescriptorBright
<https://blackcatinformatics.ca/gmeow/timbreDescriptorBright> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/TimbreDescriptor> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "bright"@x-gmeow-english ;
                                                              skos:definition "A bright timbre — emphasis on high-frequency energy."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/timbreDescriptorDark
<https://blackcatinformatics.ca/gmeow/timbreDescriptorDark> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/TimbreDescriptor> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                            rdfs:label "dark"@x-gmeow-english ;
                                                            skos:definition "A dark timbre — emphasis on low-frequency energy, muted highs."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/timbreDescriptorGritty
<https://blackcatinformatics.ca/gmeow/timbreDescriptorGritty> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/TimbreDescriptor> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "gritty"@x-gmeow-english ;
                                                              skos:definition "A gritty timbre — rough, distorted, or noisy texture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/timbreDescriptorHollow
<https://blackcatinformatics.ca/gmeow/timbreDescriptorHollow> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/TimbreDescriptor> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "hollow"@x-gmeow-english ;
                                                              skos:definition "A hollow timbre — a scooped-out or filtered quality with weak midrange."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/timeMappingKindSyncUnsynchronized
<https://blackcatinformatics.ca/gmeow/timeMappingKindSyncUnsynchronized> rdf:type owl:NamedIndividual ,
                                                                                  <https://blackcatinformatics.ca/gmeow/TimeMappingKind> ;
                                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                         rdfs:label "unsynchronized ad-lib"@x-gmeow-english ;
                                                                         skos:definition "A TimeMapping that marks an unsynchronized ad-lib span bounded by shared clock-time cue anchors, as in Lutoslawski aleatoric counterpoint (stress case 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/timeMappingKindTempoCanon
<https://blackcatinformatics.ca/gmeow/timeMappingKindTempoCanon> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/TimeMappingKind> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                 rdfs:label "tempo canon"@x-gmeow-english ;
                                                                 skos:definition "A TimeMapping between two voice time frames in a tempo canon (e.g. Nancarrow's sqrt(2):2)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/timeMappingKindTempoMap
<https://blackcatinformatics.ca/gmeow/timeMappingKindTempoMap> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/TimeMappingKind> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "tempo map"@x-gmeow-english ;
                                                               skos:definition "A TimeMapping kind for musical-time to clock-time tempo mappings."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/timeMappingKindTuplet
<https://blackcatinformatics.ca/gmeow/timeMappingKindTuplet> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/TimeMappingKind> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "tuplet"@x-gmeow-english ;
                                                             skos:definition "A TimeMapping that expresses a tuplet — a rational grouping ratio such as 3:2 or 5:4."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/timeMappingSqrt2Canon
<https://blackcatinformatics.ca/gmeow/timeMappingSqrt2Canon> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/TimeMapping> ;
                                                             <https://blackcatinformatics.ca/gmeow/mapsFrame> <https://blackcatinformatics.ca/gmeow/musicalTimeFrameVoiceGuitar> ;
                                                             <https://blackcatinformatics.ca/gmeow/mapsToFrame> <https://blackcatinformatics.ca/gmeow/musicalTimeFrameVoiceDrums> ;
                                                             <https://blackcatinformatics.ca/gmeow/timeMappingKind> <https://blackcatinformatics.ca/gmeow/timeMappingKindTempoCanon> ;
                                                             <https://blackcatinformatics.ca/gmeow/tempoRatioApprox> 0.70710678 ;
                                                             <https://blackcatinformatics.ca/gmeow/tempoRatioExpression> "sqrt(2)/2" ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "sqrt(2):2 tempo canon mapping"@x-gmeow-english ;
                                                             skos:definition "A tempo-canon mapping with an irrational sqrt(2)/2 ratio, as in Nancarrow (stress case 2). The canonical value is the symbolic literal; the decimal is a generated projection."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/timeMappingTuplet32
<https://blackcatinformatics.ca/gmeow/timeMappingTuplet32> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/TimeMapping> ;
                                                           <https://blackcatinformatics.ca/gmeow/mapsFrame> <https://blackcatinformatics.ca/gmeow/musicalTimeFrameCommon> ;
                                                           <https://blackcatinformatics.ca/gmeow/mapsToFrame> <https://blackcatinformatics.ca/gmeow/musicalTimeFrameCommon> ;
                                                           <https://blackcatinformatics.ca/gmeow/timeMappingKind> <https://blackcatinformatics.ca/gmeow/timeMappingKindTuplet> ;
                                                           <https://blackcatinformatics.ca/gmeow/mapRatioDenominator> 2 ;
                                                           <https://blackcatinformatics.ca/gmeow/mapRatioNumerator> 3 ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "3:2 tuplet mapping"@x-gmeow-english ;
                                                           skos:definition "An outer 3:2 tuplet TimeMapping used for the nested tuplet fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/timeMappingTuplet54
<https://blackcatinformatics.ca/gmeow/timeMappingTuplet54> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/TimeMapping> ;
                                                           <https://blackcatinformatics.ca/gmeow/mapsFrame> <https://blackcatinformatics.ca/gmeow/musicalTimeFrameCommon> ;
                                                           <https://blackcatinformatics.ca/gmeow/mapsToFrame> <https://blackcatinformatics.ca/gmeow/musicalTimeFrameCommon> ;
                                                           <https://blackcatinformatics.ca/gmeow/timeMappingKind> <https://blackcatinformatics.ca/gmeow/timeMappingKindTuplet> ;
                                                           <https://blackcatinformatics.ca/gmeow/mapRatioDenominator> 4 ;
                                                           <https://blackcatinformatics.ca/gmeow/mapRatioNumerator> 5 ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "5:4 tuplet mapping"@x-gmeow-english ;
                                                           skos:definition "An inner 5:4 tuplet TimeMapping nested inside the 3:2 tuplet fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/timeScaleGPS
<https://blackcatinformatics.ca/gmeow/timeScaleGPS> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/TimeScale> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                    rdfs:label "GPS Time"@x-gmeow-english ;
                                                    skos:definition "Atomic time scale used by GPS, offset from TAI."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/timeScaleTAI
<https://blackcatinformatics.ca/gmeow/timeScaleTAI> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/TimeScale> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                    rdfs:label "International Atomic Time (TAI)"@x-gmeow-english ;
                                                    skos:definition "Atomic time scale based on SI seconds."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/timeScaleTDB
<https://blackcatinformatics.ca/gmeow/timeScaleTDB> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/TimeScale> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                    rdfs:label "Barycentric Dynamical Time (TDB)"@x-gmeow-english ;
                                                    skos:definition "Dynamical time scale for solar-system barycentric calculations."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/timeScaleTT
<https://blackcatinformatics.ca/gmeow/timeScaleTT> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/TimeScale> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                   rdfs:label "Terrestrial Time (TT)"@x-gmeow-english ;
                                                   skos:definition "Dynamical time scale for Earth-surface geocentric coordinate time."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/timeScaleUT1
<https://blackcatinformatics.ca/gmeow/timeScaleUT1> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/TimeScale> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                    rdfs:label "Universal Time 1 (UT1)"@x-gmeow-english ;
                                                    skos:definition "Earth-rotation-based time scale; the basis for civil-time solar alignment."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/timeScaleUTC
<https://blackcatinformatics.ca/gmeow/timeScaleUTC> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/TimeScale> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                    rdfs:label "Coordinated Universal Time (UTC)"@x-gmeow-english ;
                                                    skos:definition "Civil atomic time scale with leap seconds."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/trademarkStatusCancelled
<https://blackcatinformatics.ca/gmeow/trademarkStatusCancelled> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/TrademarkStatus> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                                rdfs:label "cancelled"@x-gmeow-english ;
                                                                skos:definition "A registration that has been cancelled / invalidated."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/trademarkStatusExpired
<https://blackcatinformatics.ca/gmeow/trademarkStatusExpired> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/TrademarkStatus> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                              rdfs:label "expired"@x-gmeow-english ;
                                                              skos:definition "A registration that has lapsed / expired (retained, not deleted — Principle 10; gmeow:validUntil records when)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/trademarkStatusPending
<https://blackcatinformatics.ca/gmeow/trademarkStatusPending> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/TrademarkStatus> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                              rdfs:label "pending"@x-gmeow-english ;
                                                              skos:definition "A trademark application pending registration."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/trademarkStatusRegistered
<https://blackcatinformatics.ca/gmeow/trademarkStatusRegistered> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/TrademarkStatus> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                                 rdfs:label "registered (®)"@x-gmeow-english ;
                                                                 skos:definition "A registered trademark, asserted with the ® symbol."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/trademarkStatusUnregistered
<https://blackcatinformatics.ca/gmeow/trademarkStatusUnregistered> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/TrademarkStatus> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                                   rdfs:label "unregistered (™)"@x-gmeow-english ;
                                                                   skos:definition "An unregistered common-law trademark, asserted with the ™ symbol."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transactionStatusCompleted
<https://blackcatinformatics.ca/gmeow/transactionStatusCompleted> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/TransactionStatus> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                                  rdfs:label "completed"@x-gmeow-english ;
                                                                  skos:definition "A transaction that has been fully processed and settled."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transactionStatusFailed
<https://blackcatinformatics.ca/gmeow/transactionStatusFailed> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/TransactionStatus> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                               rdfs:label "failed"@x-gmeow-english ;
                                                               skos:definition "A transaction that failed to complete."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transactionStatusPending
<https://blackcatinformatics.ca/gmeow/transactionStatusPending> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/TransactionStatus> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                                rdfs:label "pending"@x-gmeow-english ;
                                                                skos:definition "A transaction that has been initiated but not yet settled."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transactionStatusReversed
<https://blackcatinformatics.ca/gmeow/transactionStatusReversed> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/TransactionStatus> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                                 rdfs:label "reversed"@x-gmeow-english ;
                                                                 skos:definition "A transaction that has been reversed or voided. The original transaction record is retained with displayable false (Principle 10); the reversal is a separate event."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transactionTypeDeposit
<https://blackcatinformatics.ca/gmeow/transactionTypeDeposit> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/TransactionType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                              rdfs:label "deposit"@x-gmeow-english ;
                                                              skos:definition "A deposit transaction — money added to an account."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transactionTypeFee
<https://blackcatinformatics.ca/gmeow/transactionTypeFee> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/TransactionType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                          rdfs:label "fee"@x-gmeow-english ;
                                                          skos:definition "A fee transaction — a charge levied by a financial institution or service provider."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transactionTypeInterest
<https://blackcatinformatics.ca/gmeow/transactionTypeInterest> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/TransactionType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                               rdfs:label "interest"@x-gmeow-english ;
                                                               skos:definition "An interest transaction — interest earned or charged on an account balance."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transactionTypePayment
<https://blackcatinformatics.ca/gmeow/transactionTypePayment> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/TransactionType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                              rdfs:label "payment"@x-gmeow-english ;
                                                              skos:definition "A payment transaction — money sent from one agent to another."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transactionTypeRefund
<https://blackcatinformatics.ca/gmeow/transactionTypeRefund> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/TransactionType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                             rdfs:label "refund"@x-gmeow-english ;
                                                             skos:definition "A refund transaction — money returned to the payer."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transactionTypeTransfer
<https://blackcatinformatics.ca/gmeow/transactionTypeTransfer> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/TransactionType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                               rdfs:label "transfer"@x-gmeow-english ;
                                                               skos:definition "A transfer transaction — money moved between accounts held by the same agent."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transactionTypeWithdrawal
<https://blackcatinformatics.ca/gmeow/transactionTypeWithdrawal> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/TransactionType> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                                 rdfs:label "withdrawal"@x-gmeow-english ;
                                                                 skos:definition "A withdrawal transaction — money removed from an account."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transferEncoding7bit
<https://blackcatinformatics.ca/gmeow/transferEncoding7bit> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/ContentTransferEncoding> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                            rdfs:label "7bit"@x-gmeow-english ;
                                                            skos:definition "7-bit content-transfer-encoding — short lines of US-ASCII (RFC 2045)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transferEncoding8bit
<https://blackcatinformatics.ca/gmeow/transferEncoding8bit> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/ContentTransferEncoding> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                            rdfs:label "8bit"@x-gmeow-english ;
                                                            skos:definition "8-bit content-transfer-encoding — short lines of octets (RFC 2045)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transferEncodingBase64
<https://blackcatinformatics.ca/gmeow/transferEncodingBase64> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/ContentTransferEncoding> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                              rdfs:label "base64"@x-gmeow-english ;
                                                              skos:definition "Base64 content-transfer-encoding (RFC 2045)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transferEncodingBinary
<https://blackcatinformatics.ca/gmeow/transferEncodingBinary> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/ContentTransferEncoding> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                              rdfs:label "binary"@x-gmeow-english ;
                                                              skos:definition "Binary content-transfer-encoding — arbitrary octets without line-length restrictions (RFC 2045)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transferEncodingQuotedPrintable
<https://blackcatinformatics.ca/gmeow/transferEncodingQuotedPrintable> rdf:type owl:NamedIndividual ,
                                                                                <https://blackcatinformatics.ca/gmeow/ContentTransferEncoding> ;
                                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                                       rdfs:label "quoted-printable"@x-gmeow-english ;
                                                                       skos:definition "Quoted-printable content-transfer-encoding (RFC 2045)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transformAugmentation
<https://blackcatinformatics.ca/gmeow/transformAugmentation> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/TransformationType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "augmentation"@x-gmeow-english ;
                                                             skos:definition "Proportional lengthening of durations."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transformDiminution
<https://blackcatinformatics.ca/gmeow/transformDiminution> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/TransformationType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "diminution"@x-gmeow-english ;
                                                           skos:definition "Proportional shortening of durations."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transformInversion
<https://blackcatinformatics.ca/gmeow/transformInversion> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/TransformationType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                          rdfs:label "inversion"@x-gmeow-english ;
                                                          skos:definition "Reflection of intervals around a fixed axis."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transformOctaveDisplacement
<https://blackcatinformatics.ca/gmeow/transformOctaveDisplacement> rdf:type owl:NamedIndividual ,
                                                                            <https://blackcatinformatics.ca/gmeow/TransformationType> ;
                                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                   rdfs:label "octave displacement"@x-gmeow-english ;
                                                                   skos:definition "Relocation of pitches by one or more octaves."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transformOrnamentation
<https://blackcatinformatics.ca/gmeow/transformOrnamentation> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/TransformationType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "ornamentation"@x-gmeow-english ;
                                                              skos:definition "Addition of ornamental material to a source segment."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transformPhaseShift
<https://blackcatinformatics.ca/gmeow/transformPhaseShift> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/TransformationType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "phase shift"@x-gmeow-english ;
                                                           skos:definition "Displacement of a repeating pattern in time, as in Reich-style phasing (stress case 19)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transformQuotation
<https://blackcatinformatics.ca/gmeow/transformQuotation> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/TransformationType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                          rdfs:label "quotation"@x-gmeow-english ;
                                                          skos:definition "Inclusion of a source segment as material within a target segment."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transformReaccentuation
<https://blackcatinformatics.ca/gmeow/transformReaccentuation> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/TransformationType> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "reaccentuation"@x-gmeow-english ;
                                                               skos:definition "Re-distribution of metric or dynamic accents."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transformReduction
<https://blackcatinformatics.ca/gmeow/transformReduction> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/TransformationType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                          rdfs:label "reduction"@x-gmeow-english ;
                                                          skos:definition "Analytical reduction of a segment to a simpler underlying structure."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transformRetrograde
<https://blackcatinformatics.ca/gmeow/transformRetrograde> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/TransformationType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "retrograde"@x-gmeow-english ;
                                                           skos:definition "Reversal of the order of elements; source = target when the segment is internally palindromic (stress case 10)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transformSpectralCompression
<https://blackcatinformatics.ca/gmeow/transformSpectralCompression> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/TransformationType> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                    rdfs:label "spectral compression"@x-gmeow-english ;
                                                                    skos:definition "Rescaling of the spectral envelope of a segment (stress case 7)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transformTimbreReorchestration
<https://blackcatinformatics.ca/gmeow/transformTimbreReorchestration> rdf:type owl:NamedIndividual ,
                                                                               <https://blackcatinformatics.ca/gmeow/TransformationType> ;
                                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                      rdfs:label "timbre reorchestration"@x-gmeow-english ;
                                                                      skos:definition "Reassignment of a segment to different timbral resources."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/transformTransposition
<https://blackcatinformatics.ca/gmeow/transformTransposition> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/TransformationType> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "transposition"@x-gmeow-english ;
                                                              skos:definition "Translation of all pitches by a fixed interval."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tuningSystem12EDO
<https://blackcatinformatics.ca/gmeow/tuningSystem12EDO> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/TuningSystem> ;
                                                         <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMusicalPitch> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisPitch> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricLogarithmic> ;
                                                         <https://blackcatinformatics.ca/gmeow/tuningAnchor> <https://blackcatinformatics.ca/gmeow/pitchAnchorA415> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/pitchAnchorA440> ;
                                                         <https://blackcatinformatics.ca/gmeow/tuningKind> <https://blackcatinformatics.ca/gmeow/tuningSystemKindEqualDivision> ;
                                                         <https://blackcatinformatics.ca/gmeow/degreeCount> "12"^^xsd:nonNegativeInteger ;
                                                         <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                         <https://blackcatinformatics.ca/gmeow/dividedIntervalDenominator> 1 ;
                                                         <https://blackcatinformatics.ca/gmeow/dividedIntervalNumerator> 2 ;
                                                         <https://blackcatinformatics.ca/gmeow/divisionCount> "12"^^xsd:nonNegativeInteger ;
                                                         <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "12-tone equal temperament"@x-gmeow-english ;
                                                         skos:definition "The Western common-practice equal division of the octave into 12 semitones. One TuningSystem among many (Principle 9)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tuningSystem19EDO
<https://blackcatinformatics.ca/gmeow/tuningSystem19EDO> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/TuningSystem> ;
                                                         <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMusicalPitch> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisPitch> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricLogarithmic> ;
                                                         <https://blackcatinformatics.ca/gmeow/tuningKind> <https://blackcatinformatics.ca/gmeow/tuningSystemKindEqualDivision> ;
                                                         <https://blackcatinformatics.ca/gmeow/degreeCount> "19"^^xsd:nonNegativeInteger ;
                                                         <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                         <https://blackcatinformatics.ca/gmeow/dividedIntervalDenominator> 1 ;
                                                         <https://blackcatinformatics.ca/gmeow/dividedIntervalNumerator> 2 ;
                                                         <https://blackcatinformatics.ca/gmeow/divisionCount> "19"^^xsd:nonNegativeInteger ;
                                                         <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "19-tone equal temperament"@x-gmeow-english ;
                                                         skos:definition "Equal division of the octave into 19 parts, a common microtonal equal temperament."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tuningSystem24EDO
<https://blackcatinformatics.ca/gmeow/tuningSystem24EDO> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/TuningSystem> ;
                                                         <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMusicalPitch> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisPitch> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricLogarithmic> ;
                                                         <https://blackcatinformatics.ca/gmeow/tuningKind> <https://blackcatinformatics.ca/gmeow/tuningSystemKindEqualDivision> ;
                                                         <https://blackcatinformatics.ca/gmeow/degreeCount> "24"^^xsd:nonNegativeInteger ;
                                                         <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                         <https://blackcatinformatics.ca/gmeow/dividedIntervalDenominator> 1 ;
                                                         <https://blackcatinformatics.ca/gmeow/dividedIntervalNumerator> 2 ;
                                                         <https://blackcatinformatics.ca/gmeow/divisionCount> "24"^^xsd:nonNegativeInteger ;
                                                         <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "24-tone equal temperament"@x-gmeow-english ;
                                                         skos:definition "Quarter-tone equal division of the octave into 24 parts."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tuningSystem31EDO
<https://blackcatinformatics.ca/gmeow/tuningSystem31EDO> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/TuningSystem> ;
                                                         <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMusicalPitch> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisPitch> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricLogarithmic> ;
                                                         <https://blackcatinformatics.ca/gmeow/tuningKind> <https://blackcatinformatics.ca/gmeow/tuningSystemKindEqualDivision> ;
                                                         <https://blackcatinformatics.ca/gmeow/degreeCount> "31"^^xsd:nonNegativeInteger ;
                                                         <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                         <https://blackcatinformatics.ca/gmeow/dividedIntervalDenominator> 1 ;
                                                         <https://blackcatinformatics.ca/gmeow/dividedIntervalNumerator> 2 ;
                                                         <https://blackcatinformatics.ca/gmeow/divisionCount> "31"^^xsd:nonNegativeInteger ;
                                                         <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "31-tone equal temperament"@x-gmeow-english ;
                                                         skos:definition "Equal division of the octave into 31 parts, a closer approximation to meantone and just intonation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tuningSystemBohlenPierce
<https://blackcatinformatics.ca/gmeow/tuningSystemBohlenPierce> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/TuningSystem> ;
                                                                <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                                <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMusicalPitch> ;
                                                                <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisPitch> ;
                                                                <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricLogarithmic> ;
                                                                <https://blackcatinformatics.ca/gmeow/tuningKind> <https://blackcatinformatics.ca/gmeow/tuningSystemKindEqualDivision> ;
                                                                <https://blackcatinformatics.ca/gmeow/degreeCount> "13"^^xsd:nonNegativeInteger ;
                                                                <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                                <https://blackcatinformatics.ca/gmeow/dividedIntervalDenominator> 1 ;
                                                                <https://blackcatinformatics.ca/gmeow/dividedIntervalNumerator> 3 ;
                                                                <https://blackcatinformatics.ca/gmeow/divisionCount> "13"^^xsd:nonNegativeInteger ;
                                                                <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "Bohlen-Pierce"@x-gmeow-english ;
                                                                skos:definition "An equal division of the tritave (3/1) into 13 steps, a non-octave tuning system."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tuningSystemGuitarDropD
<https://blackcatinformatics.ca/gmeow/tuningSystemGuitarDropD> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/TuningSystem> ;
                                                               <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMusicalPitch> ;
                                                               <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisPitch> ;
                                                               <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricLogarithmic> ;
                                                               <https://blackcatinformatics.ca/gmeow/tuningKind> <https://blackcatinformatics.ca/gmeow/tuningSystemKindTablatureRelative> ;
                                                               <https://blackcatinformatics.ca/gmeow/degreeCount> "6"^^xsd:nonNegativeInteger ;
                                                               <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                               <https://blackcatinformatics.ca/gmeow/requiresHost> "true"^^xsd:boolean ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "guitar drop-D tablature frame"@x-gmeow-english ;
                                                               skos:definition "A tablature-relative tuning frame for a six-string guitar whose lowest string is tuned down a major second to D, used by the drop-D configuration fixture (instruments and configurations)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tuningSystemJustIntonation
<https://blackcatinformatics.ca/gmeow/tuningSystemJustIntonation> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/TuningSystem> ;
                                                                  <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                  <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                                  <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMusicalPitch> ;
                                                                  <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisPitch> ;
                                                                  <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricLogarithmic> ;
                                                                  <https://blackcatinformatics.ca/gmeow/tuningKind> <https://blackcatinformatics.ca/gmeow/tuningSystemKindJustIntonation> ;
                                                                  <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                                  <https://blackcatinformatics.ca/gmeow/dividedIntervalDenominator> 1 ;
                                                                  <https://blackcatinformatics.ca/gmeow/dividedIntervalNumerator> 2 ;
                                                                  <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                  rdfs:label "just intonation lattice"@x-gmeow-english ;
                                                                  skos:definition "A generic just-intonation reference frame: pitch values are integer ratios within a prime limit, relative to a chosen origin."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tuningSystemKindAdaptive
<https://blackcatinformatics.ca/gmeow/tuningSystemKindAdaptive> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/TuningSystemKind> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "adaptive"@x-gmeow-english ;
                                                                skos:definition "A tuning system that changes in response to context, performance, or algorithmic process (e.g., dynamic just intonation, live retuning)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tuningSystemKindEqualDivision
<https://blackcatinformatics.ca/gmeow/tuningSystemKindEqualDivision> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/TuningSystemKind> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                     rdfs:label "equal division"@x-gmeow-english ;
                                                                     skos:definition "A tuning system that divides a fixed interval (usually the octave) into a number of equal parts (e.g., 12-EDO, 19-EDO, 31-EDO)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tuningSystemKindInstrumentRelative
<https://blackcatinformatics.ca/gmeow/tuningSystemKindInstrumentRelative> rdf:type owl:NamedIndividual ,
                                                                                   <https://blackcatinformatics.ca/gmeow/TuningSystemKind> ;
                                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                          rdfs:label "instrument-relative"@x-gmeow-english ;
                                                                          skos:definition "A tuning system defined relative to a specific physical instrument or instrument set (e.g., gamelan slendro/pelog). Requires a host (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tuningSystemKindJustIntonation
<https://blackcatinformatics.ca/gmeow/tuningSystemKindJustIntonation> rdf:type owl:NamedIndividual ,
                                                                               <https://blackcatinformatics.ca/gmeow/TuningSystemKind> ;
                                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                      rdfs:label "just intonation"@x-gmeow-english ;
                                                                      skos:definition "A tuning system built from integer ratios and a chosen prime limit (e.g., 5-limit, 7-limit, Partch-43)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tuningSystemKindSpectralDerived
<https://blackcatinformatics.ca/gmeow/tuningSystemKindSpectralDerived> rdf:type owl:NamedIndividual ,
                                                                                <https://blackcatinformatics.ca/gmeow/TuningSystemKind> ;
                                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                       rdfs:label "spectral-derived"@x-gmeow-english ;
                                                                       skos:definition "A tuning system derived from the spectral analysis of a sound or recording (stress case 7)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tuningSystemKindTablatureRelative
<https://blackcatinformatics.ca/gmeow/tuningSystemKindTablatureRelative> rdf:type owl:NamedIndividual ,
                                                                                  <https://blackcatinformatics.ca/gmeow/TuningSystemKind> ;
                                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                         rdfs:label "tablature-relative"@x-gmeow-english ;
                                                                         skos:definition "A tuning system defined relative to a tablature or string/fret configuration rather than to absolute pitch (e.g., alternate guitar tunings, drop-D)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tuningSystemKindUnpitched
<https://blackcatinformatics.ca/gmeow/tuningSystemKindUnpitched> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/TuningSystemKind> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                 rdfs:label "unpitched"@x-gmeow-english ;
                                                                 skos:definition "A pseudo-tuning for unpitched or indefinite-pitch sounds (e.g., percussion, noise)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tuningSystemKindWellTemperament
<https://blackcatinformatics.ca/gmeow/tuningSystemKindWellTemperament> rdf:type owl:NamedIndividual ,
                                                                                <https://blackcatinformatics.ca/gmeow/TuningSystemKind> ;
                                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                       rdfs:label "well temperament"@x-gmeow-english ;
                                                                       skos:definition "A historical temperament in which all keys are usable but each has a distinct character (e.g., quarter-comma meantone, Werckmeister)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tuningSystemPartch43
<https://blackcatinformatics.ca/gmeow/tuningSystemPartch43> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/TuningSystem> ;
                                                            <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                            <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                            <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMusicalPitch> ;
                                                            <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisPitch> ;
                                                            <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricLogarithmic> ;
                                                            <https://blackcatinformatics.ca/gmeow/tuningKind> <https://blackcatinformatics.ca/gmeow/tuningSystemKindJustIntonation> ;
                                                            <https://blackcatinformatics.ca/gmeow/degreeCount> "43"^^xsd:nonNegativeInteger ;
                                                            <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                            <https://blackcatinformatics.ca/gmeow/dividedIntervalDenominator> 1 ;
                                                            <https://blackcatinformatics.ca/gmeow/dividedIntervalNumerator> 2 ;
                                                            <https://blackcatinformatics.ca/gmeow/primeLimit> "11"^^xsd:nonNegativeInteger ;
                                                            <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                            rdfs:label "Partch 43-tone just intonation"@x-gmeow-english ;
                                                            skos:definition "Harry Partch's 43-tone monophonic just-intonation system, a stress case for large JI tunings (stress case 5)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tuningSystemPelog
<https://blackcatinformatics.ca/gmeow/tuningSystemPelog> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/TuningSystem> ;
                                                         <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                         <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMusicalPitch> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisPitch> ;
                                                         <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricLogarithmic> ;
                                                         <https://blackcatinformatics.ca/gmeow/tuningKind> <https://blackcatinformatics.ca/gmeow/tuningSystemKindInstrumentRelative> ;
                                                         <https://blackcatinformatics.ca/gmeow/degreeCount> "7"^^xsd:nonNegativeInteger ;
                                                         <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                         <https://blackcatinformatics.ca/gmeow/requiresHost> "true"^^xsd:boolean ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "pelog"@x-gmeow-english ;
                                                         skos:definition "A Javanese gamelan heptatonic tuning system; like slendro, it is hosted by the instrument set that realises it (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tuningSystemPythagorean
<https://blackcatinformatics.ca/gmeow/tuningSystemPythagorean> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/gmeow/TuningSystem> ;
                                                               <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                               <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMusicalPitch> ;
                                                               <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisPitch> ;
                                                               <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricLogarithmic> ;
                                                               <https://blackcatinformatics.ca/gmeow/tuningKind> <https://blackcatinformatics.ca/gmeow/tuningSystemKindJustIntonation> ;
                                                               <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                               <https://blackcatinformatics.ca/gmeow/dividedIntervalDenominator> 1 ;
                                                               <https://blackcatinformatics.ca/gmeow/dividedIntervalNumerator> 2 ;
                                                               <https://blackcatinformatics.ca/gmeow/primeLimit> "3"^^xsd:nonNegativeInteger ;
                                                               <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "Pythagorean tuning"@x-gmeow-english ;
                                                               skos:definition "A just-intonation-based system built from pure 3/2 fifths (2,3-limit)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tuningSystemQuarterCommaMeantone
<https://blackcatinformatics.ca/gmeow/tuningSystemQuarterCommaMeantone> rdf:type owl:NamedIndividual ,
                                                                                 <https://blackcatinformatics.ca/gmeow/TuningSystem> ;
                                                                        <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                                        <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                                        <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMusicalPitch> ;
                                                                        <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisPitch> ;
                                                                        <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricLogarithmic> ;
                                                                        <https://blackcatinformatics.ca/gmeow/tuningKind> <https://blackcatinformatics.ca/gmeow/tuningSystemKindWellTemperament> ;
                                                                        <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                                        <https://blackcatinformatics.ca/gmeow/dividedIntervalDenominator> 1 ;
                                                                        <https://blackcatinformatics.ca/gmeow/dividedIntervalNumerator> 2 ;
                                                                        <https://blackcatinformatics.ca/gmeow/requiresHost> "false"^^xsd:boolean ;
                                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                        rdfs:label "quarter-comma meantone"@x-gmeow-english ;
                                                                        skos:definition "A Renaissance/Baroque well temperament in which major thirds are pure and fifths are narrowed by a quarter of a syntonic comma."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/tuningSystemSlendro
<https://blackcatinformatics.ca/gmeow/tuningSystemSlendro> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/TuningSystem> ;
                                                           <https://blackcatinformatics.ca/gmeow/determinacyModel> <https://blackcatinformatics.ca/gmeow/determinacyCrisp> ;
                                                           <https://blackcatinformatics.ca/gmeow/frameKind> <https://blackcatinformatics.ca/gmeow/frameKindScalar> ;
                                                           <https://blackcatinformatics.ca/gmeow/frameRealm> <https://blackcatinformatics.ca/gmeow/frameRealmMusicalPitch> ;
                                                           <https://blackcatinformatics.ca/gmeow/hasAxis> <https://blackcatinformatics.ca/gmeow/axisPitch> ;
                                                           <https://blackcatinformatics.ca/gmeow/hasMetricKind> <https://blackcatinformatics.ca/gmeow/metricLogarithmic> ;
                                                           <https://blackcatinformatics.ca/gmeow/tuningKind> <https://blackcatinformatics.ca/gmeow/tuningSystemKindInstrumentRelative> ;
                                                           <https://blackcatinformatics.ca/gmeow/degreeCount> "5"^^xsd:nonNegativeInteger ;
                                                           <https://blackcatinformatics.ca/gmeow/dimensionCount> "1"^^xsd:nonNegativeInteger ;
                                                           <https://blackcatinformatics.ca/gmeow/requiresHost> "true"^^xsd:boolean ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "slendro"@x-gmeow-english ;
                                                           skos:definition "A Javanese gamelan pentatonic tuning system; its exact intervals vary by instrument set and are defined relative to the host gamelan (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/unequivocal
<https://blackcatinformatics.ca/gmeow/unequivocal> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/StandpointModality> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/standpoint> ;
                                                   rdfs:label "unequivocal (□, true)"@x-gmeow-english ;
                                                   skos:definition "□_S — settled / necessary true according to the standpoint: the proposition holds in every precisification the standpoint admits (CRMinf belief value 'true'). The default when no gmeow:standpointModality is given."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/universalStandpoint
<https://blackcatinformatics.ca/gmeow/universalStandpoint> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/Standpoint> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/standpoint> ;
                                                           rdfs:label "universal standpoint (*)"@x-gmeow-english ;
                                                           skos:definition "The universal standpoint * — the top of the poset, admitting every precisification: the uncontested global facts every standpoint shares. A statement with no gmeow:accordingTo is held according to the universal standpoint; every standpoint gmeow:sharpens it."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/verdictHeld
<https://blackcatinformatics.ca/gmeow/verdictHeld> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/EvaluationVerdict> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                   rdfs:label "held"@x-gmeow-english ;
                                                   skos:definition "The evaluator found the condition to hold."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/verdictNotHeld
<https://blackcatinformatics.ca/gmeow/verdictNotHeld> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/EvaluationVerdict> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                      rdfs:label "not held"@x-gmeow-english ;
                                                      skos:definition "The evaluator found the condition not to hold."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/verdictUndetermined
<https://blackcatinformatics.ca/gmeow/verdictUndetermined> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/EvaluationVerdict> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                           rdfs:label "undetermined"@x-gmeow-english ;
                                                           skos:definition "The evaluator could not determine whether the condition held."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/veridicalityLicensedFalsehood
<https://blackcatinformatics.ca/gmeow/veridicalityLicensedFalsehood> rdf:type owl:NamedIndividual ,
                                                                              <https://blackcatinformatics.ca/gmeow/ClaimVeridicality> ;
                                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                                     rdfs:label "licensed falsehood"@x-gmeow-english ;
                                                                     skos:definition "The claim is fiction, satire, sarcasm, or another form of falsehood that is socially licensed and not deceptive — the audience understands the non-truth-asserting frame. This safety property separates harmless fictional assertion from deception (Principle 1: model what should have been written)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/veridicalityUntrue
<https://blackcatinformatics.ca/gmeow/veridicalityUntrue> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/ClaimVeridicality> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                          rdfs:label "untrue"@x-gmeow-english ;
                                                          skos:definition "The claim is not true — a statement that fails to correspond to fact. This is a frame-relative assessment (a claim may be refuted in one standpoint and unequivocal in another); it is NOT a global truth verdict (Principle 11)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/verificationStatusExpired
<https://blackcatinformatics.ca/gmeow/verificationStatusExpired> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/VerificationStatus> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                                 rdfs:label "expired"@x-gmeow-english ;
                                                                 skos:definition "The claim's declared validity period has ended, regardless of whether it was previously verified."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/verificationStatusFailed
<https://blackcatinformatics.ca/gmeow/verificationStatusFailed> rdf:type owl:NamedIndividual ,
                                                                         <https://blackcatinformatics.ca/gmeow/VerificationStatus> ;
                                                                rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                                rdfs:label "failed"@x-gmeow-english ;
                                                                skos:definition "The claim failed verification — signature invalid, evidence insufficient, or assertion contradicted."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/verificationStatusFinalityPending
<https://blackcatinformatics.ca/gmeow/verificationStatusFinalityPending> rdf:type owl:NamedIndividual ,
                                                                                  <https://blackcatinformatics.ca/gmeow/VerificationStatus> ;
                                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                                         rdfs:label "finality pending"@x-gmeow-english ;
                                                                         skos:definition "Awaiting distributed-ledger finality before the claim can be considered settled."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/verificationStatusPolicyFailed
<https://blackcatinformatics.ca/gmeow/verificationStatusPolicyFailed> rdf:type owl:NamedIndividual ,
                                                                               <https://blackcatinformatics.ca/gmeow/VerificationStatus> ;
                                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                                      rdfs:label "policy failed"@x-gmeow-english ;
                                                                      skos:definition "The claim did not satisfy one or more policy requirements, even if cryptographically valid."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/verificationStatusRevoked
<https://blackcatinformatics.ca/gmeow/verificationStatusRevoked> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/gmeow/VerificationStatus> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                                 rdfs:label "revoked"@x-gmeow-english ;
                                                                 skos:definition "The claim has been explicitly revoked by its issuer or an authorized revoking party."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/verificationStatusUnverified
<https://blackcatinformatics.ca/gmeow/verificationStatusUnverified> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/VerificationStatus> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                                    rdfs:label "unverified"@x-gmeow-english ;
                                                                    skos:definition "The claim has not yet been verified; no verification result is available."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/verificationStatusVerified
<https://blackcatinformatics.ca/gmeow/verificationStatusVerified> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/VerificationStatus> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                                  rdfs:label "verified"@x-gmeow-english ;
                                                                  skos:definition "The claim has successfully passed verification against the required policy and signature checks."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/virtualLocationTypeChatSpace
<https://blackcatinformatics.ca/gmeow/virtualLocationTypeChatSpace> rdf:type owl:NamedIndividual ,
                                                                             <https://blackcatinformatics.ca/gmeow/VirtualLocationType> ;
                                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                    rdfs:label "chat space"@x-gmeow-english ;
                                                                    skos:definition "The chat space virtual location type — a kind of online or digital venue where an entity can be reached."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/virtualLocationTypeMetaverseRoom
<https://blackcatinformatics.ca/gmeow/virtualLocationTypeMetaverseRoom> rdf:type owl:NamedIndividual ,
                                                                                 <https://blackcatinformatics.ca/gmeow/VirtualLocationType> ;
                                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                        rdfs:label "metaverse room"@x-gmeow-english ;
                                                                        skos:definition "The metaverse room virtual location type — a kind of online or digital venue where an entity can be reached."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/virtualLocationTypeOnlineForum
<https://blackcatinformatics.ca/gmeow/virtualLocationTypeOnlineForum> rdf:type owl:NamedIndividual ,
                                                                               <https://blackcatinformatics.ca/gmeow/VirtualLocationType> ;
                                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                      rdfs:label "online forum"@x-gmeow-english ;
                                                                      skos:definition "The online forum virtual location type — a kind of online or digital venue where an entity can be reached."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/virtualLocationTypeSocialMediaPage
<https://blackcatinformatics.ca/gmeow/virtualLocationTypeSocialMediaPage> rdf:type owl:NamedIndividual ,
                                                                                   <https://blackcatinformatics.ca/gmeow/VirtualLocationType> ;
                                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                          rdfs:label "social media page"@x-gmeow-english ;
                                                                          skos:definition "The social media page virtual location type — a kind of online or digital venue where an entity can be reached."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/virtualLocationTypeStreamingChannel
<https://blackcatinformatics.ca/gmeow/virtualLocationTypeStreamingChannel> rdf:type owl:NamedIndividual ,
                                                                                    <https://blackcatinformatics.ca/gmeow/VirtualLocationType> ;
                                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                           rdfs:label "streaming channel"@x-gmeow-english ;
                                                                           skos:definition "The streaming channel virtual location type — a kind of online or digital venue where an entity can be reached."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/virtualLocationTypeVideoConference
<https://blackcatinformatics.ca/gmeow/virtualLocationTypeVideoConference> rdf:type owl:NamedIndividual ,
                                                                                   <https://blackcatinformatics.ca/gmeow/VirtualLocationType> ;
                                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                          rdfs:label "video conference"@x-gmeow-english ;
                                                                          skos:definition "The video conference virtual location type — a kind of online or digital venue where an entity can be reached."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/virtualLocationTypeVirtualEventSpace
<https://blackcatinformatics.ca/gmeow/virtualLocationTypeVirtualEventSpace> rdf:type owl:NamedIndividual ,
                                                                                     <https://blackcatinformatics.ca/gmeow/VirtualLocationType> ;
                                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                            rdfs:label "virtual event space"@x-gmeow-english ;
                                                                            skos:definition "The virtual event space virtual location type — a kind of online or digital venue where an entity can be reached."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/virtualLocationTypeWebsite
<https://blackcatinformatics.ca/gmeow/virtualLocationTypeWebsite> rdf:type owl:NamedIndividual ,
                                                                           <https://blackcatinformatics.ca/gmeow/VirtualLocationType> ;
                                                                  rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                  rdfs:label "website"@x-gmeow-english ;
                                                                  skos:definition "The website virtual location type — a kind of online or digital venue where an entity can be reached."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/voiceDrumsPlaceholder
<https://blackcatinformatics.ca/gmeow/voiceDrumsPlaceholder> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/Voice> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "drums voice placeholder"@x-gmeow-english ;
                                                             skos:definition "A drums voice for the polymeter fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/voiceGuitarPlaceholder
<https://blackcatinformatics.ca/gmeow/voiceGuitarPlaceholder> rdf:type owl:NamedIndividual ,
                                                                       <https://blackcatinformatics.ca/gmeow/Voice> ;
                                                              rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "guitar voice placeholder"@x-gmeow-english ;
                                                              skos:definition "A guitar voice for the polymeter fixture."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/walletSchemeBTC
<https://blackcatinformatics.ca/gmeow/walletSchemeBTC> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/WalletScheme> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                       rdfs:label "Bitcoin"@x-gmeow-english ;
                                                       skos:definition "The Bitcoin blockchain scheme."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/walletSchemeETH
<https://blackcatinformatics.ca/gmeow/walletSchemeETH> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/WalletScheme> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                       rdfs:label "Ethereum"@x-gmeow-english ;
                                                       skos:definition "The Ethereum blockchain scheme."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/walletSchemeSOL
<https://blackcatinformatics.ca/gmeow/walletSchemeSOL> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/WalletScheme> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                       rdfs:label "Solana"@x-gmeow-english ;
                                                       skos:definition "The Solana blockchain scheme."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/walletSchemeXMR
<https://blackcatinformatics.ca/gmeow/walletSchemeXMR> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/WalletScheme> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                       rdfs:label "Monero"@x-gmeow-english ;
                                                       skos:definition "The Monero blockchain scheme."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/workTypeAudiovisual
<https://blackcatinformatics.ca/gmeow/workTypeAudiovisual> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/gmeow/CreativeWorkType> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                           rdfs:label "audiovisual"@x-gmeow-english ;
                                                           skos:definition "A work combining moving images and sound — a film, television program, or video."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/workTypeCartographic
<https://blackcatinformatics.ca/gmeow/workTypeCartographic> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/CreativeWorkType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                            rdfs:label "cartographic"@x-gmeow-english ;
                                                            skos:definition "A cartographic work — a map, atlas, or geospatial representation."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/workTypeChoreographic
<https://blackcatinformatics.ca/gmeow/workTypeChoreographic> rdf:type owl:NamedIndividual ,
                                                                      <https://blackcatinformatics.ca/gmeow/CreativeWorkType> ;
                                                             rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                             rdfs:label "choreographic"@x-gmeow-english ;
                                                             skos:definition "A choreographic work — a dance piece or movement composition."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/workTypeDataset
<https://blackcatinformatics.ca/gmeow/workTypeDataset> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/CreativeWorkType> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                       rdfs:label "dataset"@x-gmeow-english ;
                                                       skos:definition "A dataset work — a structured collection of data published as a unit."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/workTypeFilm
<https://blackcatinformatics.ca/gmeow/workTypeFilm> rdf:type owl:NamedIndividual ,
                                                             <https://blackcatinformatics.ca/gmeow/CreativeWorkType> ;
                                                    rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                    rdfs:label "film"@x-gmeow-english ;
                                                    skos:definition "A cinematic work — a feature film, short film, or documentary."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/workTypeLiterary
<https://blackcatinformatics.ca/gmeow/workTypeLiterary> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/CreativeWorkType> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                        rdfs:label "literary"@x-gmeow-english ;
                                                        skos:definition "A work of literature — fiction, poetry, drama, or literary non-fiction."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/workTypeMusical
<https://blackcatinformatics.ca/gmeow/workTypeMusical> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/CreativeWorkType> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                       rdfs:label "musical"@x-gmeow-english ;
                                                       skos:definition "A work whose primary content is music — a song, symphony, composition, or other musical creation, whether notated, performed, improvised, orally transmitted, or machine-generated (Principle 9: realization mode is a frame-carried fact, never a subclass)."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/workTypeNarrative
<https://blackcatinformatics.ca/gmeow/workTypeNarrative> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/CreativeWorkType> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                         rdfs:label "narrative"@x-gmeow-english ;
                                                         skos:definition "A work whose primary content is a story or narrative."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/workTypePhotographic
<https://blackcatinformatics.ca/gmeow/workTypePhotographic> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/gmeow/CreativeWorkType> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                            rdfs:label "photographic"@x-gmeow-english ;
                                                            skos:definition "A photographic work — a still photograph or photo essay."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/workTypeSoftware
<https://blackcatinformatics.ca/gmeow/workTypeSoftware> rdf:type owl:NamedIndividual ,
                                                                 <https://blackcatinformatics.ca/gmeow/CreativeWorkType> ;
                                                        rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                        rdfs:label "software"@x-gmeow-english ;
                                                        skos:definition "A software work — a program, library, or application."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/workTypeVisual
<https://blackcatinformatics.ca/gmeow/workTypeVisual> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/CreativeWorkType> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                      rdfs:label "visual"@x-gmeow-english ;
                                                      skos:definition "A visual artwork — a painting, drawing, or digital image."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/workTypeWritten
<https://blackcatinformatics.ca/gmeow/workTypeWritten> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/CreativeWorkType> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                       rdfs:label "written"@x-gmeow-english ;
                                                       skos:definition "A primarily written work — scholarly, journalistic, or technical."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/wsTypeAbjad
<https://blackcatinformatics.ca/gmeow/wsTypeAbjad> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/WritingSystemType> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                   rdfs:label "abjad"@x-gmeow-english ;
                                                   skos:definition "The abjad writing system type — a classification of a script by how its symbols encode language units."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/wsTypeAbugida
<https://blackcatinformatics.ca/gmeow/wsTypeAbugida> rdf:type owl:NamedIndividual ,
                                                              <https://blackcatinformatics.ca/gmeow/WritingSystemType> ;
                                                     rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                     rdfs:label "abugida"@x-gmeow-english ;
                                                     skos:definition "The abugida writing system type — a classification of a script by how its symbols encode language units."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/wsTypeAlphabet
<https://blackcatinformatics.ca/gmeow/wsTypeAlphabet> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/WritingSystemType> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                      rdfs:label "alphabet"@x-gmeow-english ;
                                                      skos:definition "The alphabet writing system type — a classification of a script by how its symbols encode language units."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/wsTypeFeatural
<https://blackcatinformatics.ca/gmeow/wsTypeFeatural> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/gmeow/WritingSystemType> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                      rdfs:label "featural"@x-gmeow-english ;
                                                      skos:definition "The featural writing system type — a classification of a script by how its symbols encode language units."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/wsTypeIdeographic
<https://blackcatinformatics.ca/gmeow/wsTypeIdeographic> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/WritingSystemType> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                         rdfs:label "ideographic"@x-gmeow-english ;
                                                         skos:definition "The ideographic writing system type — a classification of a script by how its symbols encode language units."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/wsTypeLogographic
<https://blackcatinformatics.ca/gmeow/wsTypeLogographic> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/gmeow/WritingSystemType> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                         rdfs:label "logographic"@x-gmeow-english ;
                                                         skos:definition "The logographic writing system type — a classification of a script by how its symbols encode language units."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/wsTypeMixed
<https://blackcatinformatics.ca/gmeow/wsTypeMixed> rdf:type owl:NamedIndividual ,
                                                            <https://blackcatinformatics.ca/gmeow/WritingSystemType> ;
                                                   rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                   rdfs:label "mixed"@x-gmeow-english ;
                                                   skos:definition "The mixed writing system type — a classification of a script by how its symbols encode language units."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/wsTypeNonLinear
<https://blackcatinformatics.ca/gmeow/wsTypeNonLinear> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/WritingSystemType> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                       rdfs:label "non-linear (e.g. Ithkuil)"@x-gmeow-english ;
                                                       skos:definition "The non linear writing system type — a classification of a script by how its symbols encode language units."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/wsTypePictographic
<https://blackcatinformatics.ca/gmeow/wsTypePictographic> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/gmeow/WritingSystemType> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                          rdfs:label "pictographic"@x-gmeow-english ;
                                                          skos:definition "The pictographic writing system type — a classification of a script by how its symbols encode language units."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/wsTypeSyllabary
<https://blackcatinformatics.ca/gmeow/wsTypeSyllabary> rdf:type owl:NamedIndividual ,
                                                                <https://blackcatinformatics.ca/gmeow/WritingSystemType> ;
                                                       rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                       rdfs:label "syllabary"@x-gmeow-english ;
                                                       skos:definition "The syllabary writing system type — a classification of a script by how its symbols encode language units."@x-gmeow-english .


###  https://blackcatinformatics.ca/gmeow/examples/agent-deceiver-001
<https://blackcatinformatics.ca/gmeow/examples/agent-deceiver-001> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/examples/agent-dupe-001
<https://blackcatinformatics.ca/gmeow/examples/agent-dupe-001> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/examples/agent-self-001
<https://blackcatinformatics.ca/gmeow/examples/agent-self-001> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/examples/agent-victim-001
<https://blackcatinformatics.ca/gmeow/examples/agent-victim-001> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/examples/aiCommit
<https://blackcatinformatics.ca/gmeow/examples/aiCommit> rdf:type owl:NamedIndividual ;
                                                         <https://blackcatinformatics.ca/gmeow/authoredBy> <https://blackcatinformatics.ca/gmeow/examples/copilot> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/aiCommit> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/authoredBy> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/copilot> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-09T10:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.9 ;
   <https://blackcatinformatics.ca/gmeow/selfAsserted> "true"^^xsd:boolean ;
   <https://blackcatinformatics.ca/gmeow/validFrom> "2026-06-09"^^xsd:date
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/alice
<https://blackcatinformatics.ca/gmeow/examples/alice> rdf:type owl:NamedIndividual ;
                                                      <https://blackcatinformatics.ca/gmeow/knowsLanguage> <https://blackcatinformatics.ca/gmeow/examples/lang-toki-pona> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/alice> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/knowsLanguage> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/lang-toki-pona> ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.6 ;
   <https://blackcatinformatics.ca/gmeow/importanceLevel> 2 ;
   <https://blackcatinformatics.ca/gmeow/mappedFrom> <https://blackcatinformatics.ca/gmeow/examples/agent-corpus-classifier>
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/attestation-factcheck-001
<https://blackcatinformatics.ca/gmeow/examples/attestation-factcheck-001> rdf:type owl:NamedIndividual ;
                                                                          <https://blackcatinformatics.ca/gmeow/attestationType> <https://blackcatinformatics.ca/gmeow/attestationTypeFactCheck> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/attestation-factcheck-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/attestationType> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/attestationTypeFactCheck> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-factchecker> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-02-01T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.92
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/birth-alice
<https://blackcatinformatics.ca/gmeow/examples/birth-alice> rdf:type owl:NamedIndividual ;
                                                            <https://blackcatinformatics.ca/gmeow/eventTime> "1990-05-01T00:00:00+00:00"^^xsd:dateTime .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/birth-alice> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/eventTime> ;
   owl:annotatedTarget "1990-05-01T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2021-03-14T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.9 ;
   <https://blackcatinformatics.ca/gmeow/mappedFrom> <https://blackcatinformatics.ca/gmeow/examples/src-civil-register>
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/claim-hogwarts-exists
<https://blackcatinformatics.ca/gmeow/examples/claim-hogwarts-exists> rdf:type owl:NamedIndividual ;
                                                                      <https://blackcatinformatics.ca/gmeow/claimVeridicality> <https://blackcatinformatics.ca/gmeow/veridicalityLicensedFalsehood> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/claim-hogwarts-exists> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/claimVeridicality> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/veridicalityLicensedFalsehood> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-publisher> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-03-01T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.95
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/claim-hogwarts-in-canon
<https://blackcatinformatics.ca/gmeow/examples/claim-hogwarts-in-canon> rdf:type owl:NamedIndividual ;
                                                                        <https://blackcatinformatics.ca/gmeow/claimVeridicality> <https://blackcatinformatics.ca/gmeow/veridicalityLicensedFalsehood> ;
                                                                        <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/narrative-frame-harry-potter> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/claim-hogwarts-in-canon> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/claimVeridicality> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/veridicalityLicensedFalsehood> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-publisher> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-07T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.95
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/claim-hogwarts-in-canon> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/accordingTo> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/narrative-frame-harry-potter> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-publisher> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-07T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.95
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/copilot
<https://blackcatinformatics.ca/gmeow/examples/copilot> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/examples/creativework-forged-001
<https://blackcatinformatics.ca/gmeow/examples/creativework-forged-001> rdf:type owl:NamedIndividual ;
                                                                        <https://blackcatinformatics.ca/gmeow/counterpartOf> <https://blackcatinformatics.ca/gmeow/examples/creativework-genuine-001> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/creativework-forged-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/counterpartOf> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/creativework-genuine-001> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-09T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.85
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/creativework-genuine-001
<https://blackcatinformatics.ca/gmeow/examples/creativework-genuine-001> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/examples/crimea
<https://blackcatinformatics.ca/gmeow/examples/crimea> rdf:type owl:NamedIndividual ;
                                                       <https://blackcatinformatics.ca/gmeow/containedInPlace> <https://blackcatinformatics.ca/gmeow/examples/russia> ,
                                                                                                               <https://blackcatinformatics.ca/gmeow/examples/ukraine> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/crimea> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/containedInPlace> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/russia> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-ru> ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.9 ;
   <https://blackcatinformatics.ca/gmeow/mappedFrom> <https://blackcatinformatics.ca/gmeow/examples/src-ru-decree> ;
   <https://blackcatinformatics.ca/gmeow/validFrom> "2014-03-18T00:00:00+00:00"^^xsd:dateTime
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/crimea> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/containedInPlace> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/ukraine> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-un> ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.9 ;
   <https://blackcatinformatics.ca/gmeow/validFrom> "1991-12-01T00:00:00+00:00"^^xsd:dateTime
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/cryptographicsignature-forgery-001
<https://blackcatinformatics.ca/gmeow/examples/cryptographicsignature-forgery-001> rdf:type owl:NamedIndividual ;
                                                                                   <https://blackcatinformatics.ca/gmeow/hasVerificationStatus> <https://blackcatinformatics.ca/gmeow/verificationStatusFailed> ;
                                                                                   <https://blackcatinformatics.ca/gmeow/signatureOf> <https://blackcatinformatics.ca/gmeow/examples/creativework-forged-001> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/cryptographicsignature-forgery-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/hasVerificationStatus> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/verificationStatusFailed> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-verifier> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-09T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.92
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/cryptographicsignature-forgery-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/signatureOf> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/creativework-forged-001> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-09T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.95
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/event-bullshit-001
<https://blackcatinformatics.ca/gmeow/examples/event-bullshit-001> rdf:type owl:NamedIndividual ;
                                                                   <https://blackcatinformatics.ca/gmeow/eventType> <https://blackcatinformatics.ca/gmeow/eventTypeBullshit> ;
                                                                   <https://blackcatinformatics.ca/gmeow/heldStandpoint> <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-bullshit-held-001> ;
                                                                   <https://blackcatinformatics.ca/gmeow/projectedStandpoint> <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-bullshit-projected-001> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-bullshit-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/eventType> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/eventTypeBullshit> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-analyst> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-05T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.72
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-bullshit-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/heldStandpoint> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-bullshit-held-001> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-05T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.65
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-bullshit-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/projectedStandpoint> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-bullshit-projected-001> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-05T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.8
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/event-deception-001
<https://blackcatinformatics.ca/gmeow/examples/event-deception-001> rdf:type owl:NamedIndividual ;
                                                                    <https://blackcatinformatics.ca/gmeow/eventType> <https://blackcatinformatics.ca/gmeow/eventTypeDeception> ;
                                                                    <https://blackcatinformatics.ca/gmeow/heldStandpoint> <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-held-001> ;
                                                                    <https://blackcatinformatics.ca/gmeow/projectedStandpoint> <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-projected-001> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-deception-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/eventType> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/eventTypeDeception> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-01-15T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.85
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-deception-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/heldStandpoint> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-held-001> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-01-15T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.75
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-deception-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/projectedStandpoint> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-projected-001> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-01-15T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.9
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/event-disinformation-001
<https://blackcatinformatics.ca/gmeow/examples/event-disinformation-001> rdf:type owl:NamedIndividual ;
                                                                         <https://blackcatinformatics.ca/gmeow/deceptiveIntentClaim> <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-disinformation-origin-intent-001> ;
                                                                         <https://blackcatinformatics.ca/gmeow/eventType> <https://blackcatinformatics.ca/gmeow/eventTypeDisinformation> ;
                                                                         <https://blackcatinformatics.ca/gmeow/hasParticipant> <https://blackcatinformatics.ca/gmeow/examples/agent-deceiver-001> ;
                                                                         <https://blackcatinformatics.ca/gmeow/heldStandpoint> <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-disinformation-origin-held-001> ;
                                                                         <https://blackcatinformatics.ca/gmeow/projectedStandpoint> <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-disinformation-origin-projected-001> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-disinformation-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/deceptiveIntentClaim> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-disinformation-origin-intent-001> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-11T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.8
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-disinformation-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/eventType> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/eventTypeDisinformation> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-11T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.9
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-disinformation-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/hasParticipant> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/agent-deceiver-001> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-11T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.9
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-disinformation-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/heldStandpoint> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-disinformation-origin-held-001> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-11T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.85
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-disinformation-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/projectedStandpoint> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-disinformation-origin-projected-001> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-11T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.9
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/event-distortion-001
<https://blackcatinformatics.ca/gmeow/examples/event-distortion-001> rdf:type owl:NamedIndividual ;
                                                                     <https://blackcatinformatics.ca/gmeow/eventType> <https://blackcatinformatics.ca/gmeow/eventTypeDistortion> ;
                                                                     <https://blackcatinformatics.ca/gmeow/hasParticipant> <https://blackcatinformatics.ca/gmeow/examples/standpoint-spin-doctor> ;
                                                                     <https://blackcatinformatics.ca/gmeow/heldStandpoint> <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-distortion-held-001> ;
                                                                     <https://blackcatinformatics.ca/gmeow/projectedStandpoint> <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-distortion-projected-001> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-distortion-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/eventType> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/eventTypeDistortion> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-04T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.75
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-distortion-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/hasParticipant> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/standpoint-spin-doctor> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-04T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.85
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-distortion-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/heldStandpoint> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-distortion-held-001> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-04T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.7
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-distortion-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/projectedStandpoint> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-distortion-projected-001> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-04T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.85
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/event-downstream-reshare-001
<https://blackcatinformatics.ca/gmeow/examples/event-downstream-reshare-001> rdf:type owl:NamedIndividual ;
                                                                             <https://blackcatinformatics.ca/gmeow/eventType> <https://blackcatinformatics.ca/gmeow/eventTypeDeception> ;
                                                                             <https://blackcatinformatics.ca/gmeow/heldStandpoint> <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-downstream-belief-001> ;
                                                                             <https://blackcatinformatics.ca/gmeow/projectedStandpoint> <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-downstream-belief-001> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-downstream-reshare-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/eventType> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/eventTypeDeception> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-11T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.6
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-downstream-reshare-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/heldStandpoint> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-downstream-belief-001> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-11T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.6
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-downstream-reshare-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/projectedStandpoint> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-downstream-belief-001> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-11T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.6
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/event-dupe-reshare-001
<https://blackcatinformatics.ca/gmeow/examples/event-dupe-reshare-001> rdf:type owl:NamedIndividual ;
                                                                       <https://blackcatinformatics.ca/gmeow/eventType> <https://blackcatinformatics.ca/gmeow/eventTypeDeception> ;
                                                                       <https://blackcatinformatics.ca/gmeow/heldStandpoint> <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-dupe-belief-001> ;
                                                                       <https://blackcatinformatics.ca/gmeow/projectedStandpoint> <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-dupe-belief-001> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-dupe-reshare-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/eventType> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/eventTypeDeception> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-11T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.7
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-dupe-reshare-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/heldStandpoint> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-dupe-belief-001> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-11T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.7
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-dupe-reshare-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/projectedStandpoint> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-dupe-belief-001> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-11T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.7
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/event-fabrication-001
<https://blackcatinformatics.ca/gmeow/examples/event-fabrication-001> rdf:type owl:NamedIndividual ;
                                                                      <https://blackcatinformatics.ca/gmeow/eventType> <https://blackcatinformatics.ca/gmeow/eventTypeFabrication> ;
                                                                      <https://blackcatinformatics.ca/gmeow/heldStandpoint> <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-fabrication-held-001> ;
                                                                      <https://blackcatinformatics.ca/gmeow/implicates> <https://blackcatinformatics.ca/gmeow/examples/verificationresult-fabrication-001> ;
                                                                      <https://blackcatinformatics.ca/gmeow/projectedStandpoint> <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-fabrication-projected-001> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-fabrication-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/eventType> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/eventTypeFabrication> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-08T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.82
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-fabrication-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/heldStandpoint> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-fabrication-held-001> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-08T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.75
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-fabrication-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/implicates> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/verificationresult-fabrication-001> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-08T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.85
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-fabrication-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/projectedStandpoint> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-fabrication-projected-001> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-08T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.88
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/event-forgery-001
<https://blackcatinformatics.ca/gmeow/examples/event-forgery-001> rdf:type owl:NamedIndividual ;
                                                                  <https://blackcatinformatics.ca/gmeow/eventType> <https://blackcatinformatics.ca/gmeow/eventTypeForgery> ;
                                                                  <https://blackcatinformatics.ca/gmeow/heldStandpoint> <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-forgery-held-001> ;
                                                                  <https://blackcatinformatics.ca/gmeow/implicates> <https://blackcatinformatics.ca/gmeow/examples/creativework-forged-001> ,
                                                                                                                    <https://blackcatinformatics.ca/gmeow/examples/cryptographicsignature-forgery-001> ;
                                                                  <https://blackcatinformatics.ca/gmeow/projectedStandpoint> <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-forgery-projected-001> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-forgery-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/eventType> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/eventTypeForgery> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-09T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.85
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-forgery-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/heldStandpoint> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-forgery-held-001> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-09T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.8
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-forgery-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/implicates> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/creativework-forged-001> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-09T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.85
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-forgery-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/implicates> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/cryptographicsignature-forgery-001> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-09T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.85
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-forgery-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/projectedStandpoint> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-forgery-projected-001> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-09T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.9
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/event-impersonation-001
<https://blackcatinformatics.ca/gmeow/examples/event-impersonation-001> rdf:type owl:NamedIndividual ;
                                                                        <https://blackcatinformatics.ca/gmeow/eventType> <https://blackcatinformatics.ca/gmeow/eventTypeImpersonation> ;
                                                                        <https://blackcatinformatics.ca/gmeow/heldStandpoint> <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-impersonation-held-001> ;
                                                                        <https://blackcatinformatics.ca/gmeow/implicates> <https://blackcatinformatics.ca/gmeow/examples/identityfacet-impersonation-001> ;
                                                                        <https://blackcatinformatics.ca/gmeow/projectedStandpoint> <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-impersonation-projected-001> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-impersonation-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/eventType> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/eventTypeImpersonation> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-10T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.87
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-impersonation-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/heldStandpoint> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-impersonation-held-001> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-10T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.78
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-impersonation-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/implicates> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/identityfacet-impersonation-001> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-10T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.85
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-impersonation-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/projectedStandpoint> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-impersonation-projected-001> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-10T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.85
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/event-lie-001
<https://blackcatinformatics.ca/gmeow/examples/event-lie-001> rdf:type owl:NamedIndividual ;
                                                              <https://blackcatinformatics.ca/gmeow/eventType> <https://blackcatinformatics.ca/gmeow/eventTypeLie> ;
                                                              <https://blackcatinformatics.ca/gmeow/heldStandpoint> <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-lie-held-001> ;
                                                              <https://blackcatinformatics.ca/gmeow/projectedStandpoint> <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-lie-projected-001> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-lie-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/eventType> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/eventTypeLie> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-01T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.88
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-lie-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/heldStandpoint> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-lie-held-001> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-01T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.8
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-lie-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/projectedStandpoint> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-lie-projected-001> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-01T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.9
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/event-omission-001
<https://blackcatinformatics.ca/gmeow/examples/event-omission-001> rdf:type owl:NamedIndividual ;
                                                                   <https://blackcatinformatics.ca/gmeow/eventType> <https://blackcatinformatics.ca/gmeow/eventTypeOmission> ;
                                                                   <https://blackcatinformatics.ca/gmeow/heldStandpoint> <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-omission-held-001> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-omission-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/eventType> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/eventTypeOmission> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-03T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.8
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-omission-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/heldStandpoint> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-omission-held-001> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-03T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.85
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/event-paltering-001
<https://blackcatinformatics.ca/gmeow/examples/event-paltering-001> rdf:type owl:NamedIndividual ;
                                                                    <https://blackcatinformatics.ca/gmeow/eventType> <https://blackcatinformatics.ca/gmeow/eventTypePaltering> ;
                                                                    <https://blackcatinformatics.ca/gmeow/heldStandpoint> <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-paltering-held-001> ;
                                                                    <https://blackcatinformatics.ca/gmeow/implicates> <https://blackcatinformatics.ca/gmeow/examples/proposition-paltering-implicated-001> ;
                                                                    <https://blackcatinformatics.ca/gmeow/projectedStandpoint> <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-paltering-projected-001> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-paltering-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/eventType> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/eventTypePaltering> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-02T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.82
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-paltering-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/heldStandpoint> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-paltering-held-001> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-02T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.78
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-paltering-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/implicates> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/proposition-paltering-implicated-001> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-02T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.75
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-paltering-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/projectedStandpoint> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-paltering-projected-001> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-02T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.85
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/event-reformation-date
<https://blackcatinformatics.ca/gmeow/examples/event-reformation-date> rdf:type owl:NamedIndividual ;
                                                                       <https://blackcatinformatics.ca/gmeow/eventTime> "1582-10-05T00:00:00+00:00"^^xsd:dateTime ,
                                                                                                                        "1582-10-15T00:00:00+00:00"^^xsd:dateTime .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-reformation-date> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/eventTime> ;
   owl:annotatedTarget "1582-10-05T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-julian-historiography> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2020-01-01T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.95
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-reformation-date> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/eventTime> ;
   owl:annotatedTarget "1582-10-15T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-gregorian-historiography> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2020-01-01T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.95
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/event-self-deception-001
<https://blackcatinformatics.ca/gmeow/examples/event-self-deception-001> rdf:type owl:NamedIndividual ;
                                                                         <https://blackcatinformatics.ca/gmeow/eventType> <https://blackcatinformatics.ca/gmeow/eventTypeSelfDeception> ;
                                                                         <https://blackcatinformatics.ca/gmeow/hasParticipant> <https://blackcatinformatics.ca/gmeow/examples/agent-self-001> ;
                                                                         <https://blackcatinformatics.ca/gmeow/heldStandpoint> <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-self-deception-held-001> ;
                                                                         <https://blackcatinformatics.ca/gmeow/projectedStandpoint> <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-self-deception-projected-001> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-self-deception-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/eventType> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/eventTypeSelfDeception> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-therapist> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-06T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.7
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-self-deception-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/hasParticipant> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/agent-self-001> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-therapist> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-06T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.7
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-self-deception-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/heldStandpoint> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-self-deception-held-001> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-06T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.6
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/event-self-deception-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/projectedStandpoint> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-self-deception-projected-001> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-06T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.75
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/gi-alice
<https://blackcatinformatics.ca/gmeow/examples/gi-alice> rdf:type owl:NamedIndividual ;
                                                         <https://blackcatinformatics.ca/gmeow/genderValue> <https://blackcatinformatics.ca/gmeow/genderWoman> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/gi-alice> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/genderValue> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/genderWoman> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2019-06-01T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.98 ;
   <https://blackcatinformatics.ca/gmeow/validFrom> "2019-06-01"^^xsd:date
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/identity-deceiver-001
<https://blackcatinformatics.ca/gmeow/examples/identity-deceiver-001> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/examples/identity-sockpuppet-001
<https://blackcatinformatics.ca/gmeow/examples/identity-sockpuppet-001> rdf:type owl:NamedIndividual ;
                                                                        <https://blackcatinformatics.ca/gmeow/counterpartOf> <https://blackcatinformatics.ca/gmeow/examples/identity-deceiver-001> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/identity-sockpuppet-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/counterpartOf> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/identity-deceiver-001> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-10T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.7
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/identityfacet-impersonation-001
<https://blackcatinformatics.ca/gmeow/examples/identityfacet-impersonation-001> rdf:type owl:NamedIndividual ;
                                                                                <https://blackcatinformatics.ca/gmeow/facetSubject> <https://blackcatinformatics.ca/gmeow/examples/agent-victim-001> ;
                                                                                <https://blackcatinformatics.ca/gmeow/observedFeature> <https://blackcatinformatics.ca/gmeow/examples/event-impersonation-001> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/identityfacet-impersonation-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/facetSubject> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/agent-victim-001> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-10T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.8
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/identityfacet-impersonation-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/observedFeature> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/event-impersonation-001> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-10T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.87
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/lang-toki-pona
<https://blackcatinformatics.ca/gmeow/examples/lang-toki-pona> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/examples/participation-disinformation-dupe-001
<https://blackcatinformatics.ca/gmeow/examples/participation-disinformation-dupe-001> rdf:type owl:NamedIndividual ;
                                                                                      <https://blackcatinformatics.ca/gmeow/participationEvent> <https://blackcatinformatics.ca/gmeow/examples/event-dupe-reshare-001> ;
                                                                                      <https://blackcatinformatics.ca/gmeow/participationParticipant> <https://blackcatinformatics.ca/gmeow/examples/agent-dupe-001> ;
                                                                                      <https://blackcatinformatics.ca/gmeow/participationRole> <https://blackcatinformatics.ca/gmeow/roleDupe> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/participation-disinformation-dupe-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/participationEvent> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/event-dupe-reshare-001> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-11T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.75
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/participation-disinformation-dupe-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/participationParticipant> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/agent-dupe-001> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-11T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.75
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/participation-disinformation-dupe-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/participationRole> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/roleDupe> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-11T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.75
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/participation-disinformation-origin-deceiver-001
<https://blackcatinformatics.ca/gmeow/examples/participation-disinformation-origin-deceiver-001> rdf:type owl:NamedIndividual ;
                                                                                                 <https://blackcatinformatics.ca/gmeow/participationEvent> <https://blackcatinformatics.ca/gmeow/examples/event-disinformation-001> ;
                                                                                                 <https://blackcatinformatics.ca/gmeow/participationParticipant> <https://blackcatinformatics.ca/gmeow/examples/agent-deceiver-001> ;
                                                                                                 <https://blackcatinformatics.ca/gmeow/participationRole> <https://blackcatinformatics.ca/gmeow/roleDeceiver> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/participation-disinformation-origin-deceiver-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/participationEvent> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/event-disinformation-001> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-11T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.9
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/participation-disinformation-origin-deceiver-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/participationParticipant> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/agent-deceiver-001> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-11T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.9
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/participation-disinformation-origin-deceiver-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/participationRole> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/roleDeceiver> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-11T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.9
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/polity-y
<https://blackcatinformatics.ca/gmeow/examples/polity-y> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/examples/proposition-paltering-implicated-001
<https://blackcatinformatics.ca/gmeow/examples/proposition-paltering-implicated-001> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/examples/referenceFrameRobotEndEffector
<https://blackcatinformatics.ca/gmeow/examples/referenceFrameRobotEndEffector> rdf:type owl:NamedIndividual ;
                                                                               <https://blackcatinformatics.ca/gmeow/parentFrame> <https://blackcatinformatics.ca/gmeow/referenceFrameRobotBase> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/referenceFrameRobotEndEffector> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/parentFrame> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/referenceFrameRobotBase> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-07T10:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.95 ;
   <https://blackcatinformatics.ca/gmeow/validFrom> "2026-06-07T10:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/validUntil> "2026-06-07T10:05:00+00:00"^^xsd:dateTime
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/russia
<https://blackcatinformatics.ca/gmeow/examples/russia> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/examples/slam-cell-42
<https://blackcatinformatics.ca/gmeow/examples/slam-cell-42> rdf:type owl:NamedIndividual ;
                                                             <https://blackcatinformatics.ca/gmeow/hasReferenceFrame> <https://blackcatinformatics.ca/gmeow/referenceFrameRobotSLAM> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/slam-cell-42> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/hasReferenceFrame> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/referenceFrameRobotSLAM> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/robot-sensor-standpoint> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-07T09:30:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.72
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/standpoint-spin-doctor
<https://blackcatinformatics.ca/gmeow/examples/standpoint-spin-doctor> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/examples/standpointclaim-bullshit-001
<https://blackcatinformatics.ca/gmeow/examples/standpointclaim-bullshit-001> rdf:type owl:NamedIndividual ;
                                                                             <https://blackcatinformatics.ca/gmeow/claimModality> <https://blackcatinformatics.ca/gmeow/bullshit> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-bullshit-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/claimModality> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/bullshit> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-analyst> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-04-01T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.7
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/standpointclaim-bullshit-held-001
<https://blackcatinformatics.ca/gmeow/examples/standpointclaim-bullshit-held-001> rdf:type owl:NamedIndividual ;
                                                                                  <https://blackcatinformatics.ca/gmeow/claimModality> <https://blackcatinformatics.ca/gmeow/bullshit> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-bullshit-held-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/claimModality> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/bullshit> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-analyst> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-05T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.65
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/standpointclaim-bullshit-projected-001
<https://blackcatinformatics.ca/gmeow/examples/standpointclaim-bullshit-projected-001> rdf:type owl:NamedIndividual ;
                                                                                       <https://blackcatinformatics.ca/gmeow/claimModality> <https://blackcatinformatics.ca/gmeow/unequivocal> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-bullshit-projected-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/claimModality> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/unequivocal> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-bullshitter> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-05T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.8
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/standpointclaim-disinformation-origin-held-001
<https://blackcatinformatics.ca/gmeow/examples/standpointclaim-disinformation-origin-held-001> rdf:type owl:NamedIndividual ;
                                                                                               <https://blackcatinformatics.ca/gmeow/claimModality> <https://blackcatinformatics.ca/gmeow/refuted> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-disinformation-origin-held-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/claimModality> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/refuted> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-11T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.85
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/standpointclaim-disinformation-origin-intent-001
<https://blackcatinformatics.ca/gmeow/examples/standpointclaim-disinformation-origin-intent-001> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/examples/standpointclaim-disinformation-origin-projected-001
<https://blackcatinformatics.ca/gmeow/examples/standpointclaim-disinformation-origin-projected-001> rdf:type owl:NamedIndividual ;
                                                                                                    <https://blackcatinformatics.ca/gmeow/claimModality> <https://blackcatinformatics.ca/gmeow/unequivocal> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-disinformation-origin-projected-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/claimModality> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/unequivocal> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-deceiver> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-11T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.9
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/standpointclaim-distortion-held-001
<https://blackcatinformatics.ca/gmeow/examples/standpointclaim-distortion-held-001> rdf:type owl:NamedIndividual ;
                                                                                    <https://blackcatinformatics.ca/gmeow/claimModality> <https://blackcatinformatics.ca/gmeow/probable> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-distortion-held-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/claimModality> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/probable> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-deceiver> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-04T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.7
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/standpointclaim-distortion-projected-001
<https://blackcatinformatics.ca/gmeow/examples/standpointclaim-distortion-projected-001> rdf:type owl:NamedIndividual ;
                                                                                         <https://blackcatinformatics.ca/gmeow/claimModality> <https://blackcatinformatics.ca/gmeow/unequivocal> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-distortion-projected-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/claimModality> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/unequivocal> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-spin-doctor> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-04T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.85
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/standpointclaim-downstream-belief-001
<https://blackcatinformatics.ca/gmeow/examples/standpointclaim-downstream-belief-001> rdf:type owl:NamedIndividual ;
                                                                                      <https://blackcatinformatics.ca/gmeow/claimModality> <https://blackcatinformatics.ca/gmeow/unequivocal> ;
                                                                                      <https://blackcatinformatics.ca/gmeow/claimVeridicality> <https://blackcatinformatics.ca/gmeow/veridicalityUntrue> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-downstream-belief-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/claimModality> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/unequivocal> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-downstream> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-11T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.6
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-downstream-belief-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/claimVeridicality> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/veridicalityUntrue> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-11T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.75
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/standpointclaim-dupe-belief-001
<https://blackcatinformatics.ca/gmeow/examples/standpointclaim-dupe-belief-001> rdf:type owl:NamedIndividual ;
                                                                                <https://blackcatinformatics.ca/gmeow/claimModality> <https://blackcatinformatics.ca/gmeow/unequivocal> ;
                                                                                <https://blackcatinformatics.ca/gmeow/claimVeridicality> <https://blackcatinformatics.ca/gmeow/veridicalityUntrue> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-dupe-belief-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/claimModality> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/unequivocal> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-dupe> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-11T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.7
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-dupe-belief-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/claimVeridicality> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/veridicalityUntrue> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-11T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.8
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/standpointclaim-fabrication-held-001
<https://blackcatinformatics.ca/gmeow/examples/standpointclaim-fabrication-held-001> rdf:type owl:NamedIndividual ;
                                                                                     <https://blackcatinformatics.ca/gmeow/claimModality> <https://blackcatinformatics.ca/gmeow/refuted> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-fabrication-held-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/claimModality> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/refuted> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-08T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.75
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/standpointclaim-fabrication-projected-001
<https://blackcatinformatics.ca/gmeow/examples/standpointclaim-fabrication-projected-001> rdf:type owl:NamedIndividual ;
                                                                                          <https://blackcatinformatics.ca/gmeow/claimModality> <https://blackcatinformatics.ca/gmeow/unequivocal> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-fabrication-projected-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/claimModality> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/unequivocal> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-forger> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-08T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.88
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/standpointclaim-forgery-held-001
<https://blackcatinformatics.ca/gmeow/examples/standpointclaim-forgery-held-001> rdf:type owl:NamedIndividual ;
                                                                                 <https://blackcatinformatics.ca/gmeow/claimModality> <https://blackcatinformatics.ca/gmeow/refuted> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-forgery-held-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/claimModality> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/refuted> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-09T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.8
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/standpointclaim-forgery-projected-001
<https://blackcatinformatics.ca/gmeow/examples/standpointclaim-forgery-projected-001> rdf:type owl:NamedIndividual ;
                                                                                      <https://blackcatinformatics.ca/gmeow/claimModality> <https://blackcatinformatics.ca/gmeow/unequivocal> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-forgery-projected-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/claimModality> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/unequivocal> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-forger> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-09T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.9
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/standpointclaim-held-001
<https://blackcatinformatics.ca/gmeow/examples/standpointclaim-held-001> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/examples/standpointclaim-impersonation-held-001
<https://blackcatinformatics.ca/gmeow/examples/standpointclaim-impersonation-held-001> rdf:type owl:NamedIndividual ;
                                                                                       <https://blackcatinformatics.ca/gmeow/claimModality> <https://blackcatinformatics.ca/gmeow/refuted> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-impersonation-held-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/claimModality> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/refuted> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-10T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.78
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/standpointclaim-impersonation-projected-001
<https://blackcatinformatics.ca/gmeow/examples/standpointclaim-impersonation-projected-001> rdf:type owl:NamedIndividual ;
                                                                                            <https://blackcatinformatics.ca/gmeow/claimModality> <https://blackcatinformatics.ca/gmeow/unequivocal> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-impersonation-projected-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/claimModality> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/unequivocal> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-deceiver> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-10T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.85
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/standpointclaim-lie-held-001
<https://blackcatinformatics.ca/gmeow/examples/standpointclaim-lie-held-001> rdf:type owl:NamedIndividual ;
                                                                             <https://blackcatinformatics.ca/gmeow/claimModality> <https://blackcatinformatics.ca/gmeow/refuted> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-lie-held-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/claimModality> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/refuted> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-01T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.8
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/standpointclaim-lie-projected-001
<https://blackcatinformatics.ca/gmeow/examples/standpointclaim-lie-projected-001> rdf:type owl:NamedIndividual ;
                                                                                  <https://blackcatinformatics.ca/gmeow/claimModality> <https://blackcatinformatics.ca/gmeow/unequivocal> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-lie-projected-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/claimModality> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/unequivocal> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-deceiver> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-01T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.9
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/standpointclaim-omission-held-001
<https://blackcatinformatics.ca/gmeow/examples/standpointclaim-omission-held-001> rdf:type owl:NamedIndividual ;
                                                                                  <https://blackcatinformatics.ca/gmeow/claimModality> <https://blackcatinformatics.ca/gmeow/unequivocal> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-omission-held-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/claimModality> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/unequivocal> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-deceiver> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-03T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.85
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/standpointclaim-paltering-held-001
<https://blackcatinformatics.ca/gmeow/examples/standpointclaim-paltering-held-001> rdf:type owl:NamedIndividual ;
                                                                                   <https://blackcatinformatics.ca/gmeow/claimModality> <https://blackcatinformatics.ca/gmeow/refuted> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-paltering-held-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/claimModality> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/refuted> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-02T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.78
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/standpointclaim-paltering-projected-001
<https://blackcatinformatics.ca/gmeow/examples/standpointclaim-paltering-projected-001> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/examples/standpointclaim-projected-001
<https://blackcatinformatics.ca/gmeow/examples/standpointclaim-projected-001> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/examples/standpointclaim-self-deception-held-001
<https://blackcatinformatics.ca/gmeow/examples/standpointclaim-self-deception-held-001> rdf:type owl:NamedIndividual ;
                                                                                        <https://blackcatinformatics.ca/gmeow/claimModality> <https://blackcatinformatics.ca/gmeow/refuted> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-self-deception-held-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/claimModality> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/refuted> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-tacit-self> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-06T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.6
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/standpointclaim-self-deception-projected-001
<https://blackcatinformatics.ca/gmeow/examples/standpointclaim-self-deception-projected-001> rdf:type owl:NamedIndividual ;
                                                                                             <https://blackcatinformatics.ca/gmeow/claimModality> <https://blackcatinformatics.ca/gmeow/unequivocal> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/standpointclaim-self-deception-projected-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/claimModality> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/unequivocal> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-avowed-self> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-06T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.75
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/telling-article-001
<https://blackcatinformatics.ca/gmeow/examples/telling-article-001> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/examples/telling-downstream-blog-001
<https://blackcatinformatics.ca/gmeow/examples/telling-downstream-blog-001> rdf:type owl:NamedIndividual ;
                                                                            <https://blackcatinformatics.ca/gmeow/propagatesFrom> <https://blackcatinformatics.ca/gmeow/examples/telling-dupe-post-001> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/telling-downstream-blog-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/propagatesFrom> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/telling-dupe-post-001> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-11T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.65
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/telling-dupe-post-001
<https://blackcatinformatics.ca/gmeow/examples/telling-dupe-post-001> rdf:type owl:NamedIndividual ;
                                                                      <https://blackcatinformatics.ca/gmeow/propagatesFrom> <https://blackcatinformatics.ca/gmeow/examples/telling-origin-article-001> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/telling-dupe-post-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/propagatesFrom> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/telling-origin-article-001> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-investigator> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-11T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.75
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/telling-origin-article-001
<https://blackcatinformatics.ca/gmeow/examples/telling-origin-article-001> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/examples/telling-social-post-001
<https://blackcatinformatics.ca/gmeow/examples/telling-social-post-001> rdf:type owl:NamedIndividual ;
                                                                        <https://blackcatinformatics.ca/gmeow/propagatesFrom> <https://blackcatinformatics.ca/gmeow/examples/telling-article-001> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/telling-social-post-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/propagatesFrom> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/telling-article-001> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-factchecker> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-05-10T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.78
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/territory-x
<https://blackcatinformatics.ca/gmeow/examples/territory-x> rdf:type owl:NamedIndividual ;
                                                            <https://blackcatinformatics.ca/gmeow/containedInPlace> <https://blackcatinformatics.ca/gmeow/examples/polity-y> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/territory-x> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/containedInPlace> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/polity-y> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-2025-historiography> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2025-01-01T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/standpointModality> <https://blackcatinformatics.ca/gmeow/conceivable> ;
   <https://blackcatinformatics.ca/gmeow/validFrom> "1850-01-01T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/validUntil> "1860-12-31T00:00:00+00:00"^^xsd:dateTime
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/ukraine
<https://blackcatinformatics.ca/gmeow/examples/ukraine> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/examples/verificationresult-fabrication-001
<https://blackcatinformatics.ca/gmeow/examples/verificationresult-fabrication-001> rdf:type owl:NamedIndividual ;
                                                                                   <https://blackcatinformatics.ca/gmeow/hasVerificationStatus> <https://blackcatinformatics.ca/gmeow/verificationStatusFailed> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/verificationresult-fabrication-001> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/hasVerificationStatus> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/verificationStatusFailed> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/standpoint-verifier> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-06-08T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.9
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/music/anonymous-composer
<https://blackcatinformatics.ca/gmeow/examples/music/anonymous-composer> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/examples/music/bar17
<https://blackcatinformatics.ca/gmeow/examples/music/bar17> rdf:type owl:NamedIndividual ;
                                                            <https://blackcatinformatics.ca/gmeow/assignedMeter> <https://blackcatinformatics.ca/gmeow/metricStructure78> ,
                                                                                                                 <https://blackcatinformatics.ca/gmeow/examples/music/metricStructure-4_4-plus-3_8> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/music/bar17> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/assignedMeter> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/metricStructure78> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/music/standpoint-transcriber-a> ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.85 ;
   <https://blackcatinformatics.ca/gmeow/standpointModality> <https://blackcatinformatics.ca/gmeow/unequivocal>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/music/bar17> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/assignedMeter> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/music/metricStructure-4_4-plus-3_8> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/music/standpoint-transcriber-b> ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.8 ;
   <https://blackcatinformatics.ca/gmeow/standpointModality> <https://blackcatinformatics.ca/gmeow/unequivocal>
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/music/greensleeves-work
<https://blackcatinformatics.ca/gmeow/examples/music/greensleeves-work> rdf:type owl:NamedIndividual ;
                                                                        <https://blackcatinformatics.ca/gmeow/hasComposer> <https://blackcatinformatics.ca/gmeow/examples/music/anonymous-composer> ,
                                                                                                                           <https://blackcatinformatics.ca/gmeow/examples/music/henry-viii> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/music/greensleeves-work> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/hasComposer> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/music/anonymous-composer> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/music/standpoint-musicological-consensus> ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.95 ;
   <https://blackcatinformatics.ca/gmeow/standpointModality> <https://blackcatinformatics.ca/gmeow/unequivocal>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/music/greensleeves-work> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/hasComposer> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/music/henry-viii> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/music/standpoint-popular-tradition> ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.6 ;
   <https://blackcatinformatics.ca/gmeow/standpointModality> <https://blackcatinformatics.ca/gmeow/conceivable>
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/music/henry-viii
<https://blackcatinformatics.ca/gmeow/examples/music/henry-viii> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/examples/music/metricStructure-4_4-plus-3_8
<https://blackcatinformatics.ca/gmeow/examples/music/metricStructure-4_4-plus-3_8> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/examples/music/spectral-key-claim
<https://blackcatinformatics.ca/gmeow/examples/music/spectral-key-claim> rdf:type owl:NamedIndividual ;
                                                                         <https://blackcatinformatics.ca/gmeow/analysisResult> <https://blackcatinformatics.ca/gmeow/pitchValue12EDOE4> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/music/spectral-key-claim> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/analysisResult> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/pitchValue12EDOE4> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/music/standpoint-spectral-analyst> ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.9 ;
   <https://blackcatinformatics.ca/gmeow/standpointModality> <https://blackcatinformatics.ca/gmeow/refuted>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/music/spectral-key-claim> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/analysisResult> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/pitchValue12EDOE4> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/music/standpoint-tonal-analyst> ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.75 ;
   <https://blackcatinformatics.ca/gmeow/standpointModality> <https://blackcatinformatics.ca/gmeow/probable>
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/rights/acme
<https://blackcatinformatics.ca/gmeow/examples/rights/acme> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/examples/rights/cc-by-4
<https://blackcatinformatics.ca/gmeow/examples/rights/cc-by-4> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/examples/rights/contested-trademark
<https://blackcatinformatics.ca/gmeow/examples/rights/contested-trademark> rdf:type owl:NamedIndividual ;
                                                                           <https://blackcatinformatics.ca/gmeow/trademarkHolder> <https://blackcatinformatics.ca/gmeow/examples/rights/acme> ,
                                                                                                                                  <https://blackcatinformatics.ca/gmeow/examples/rights/omega> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/rights/contested-trademark> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/trademarkHolder> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/rights/acme> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/rights/standpoint-acme> ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.6
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/rights/contested-trademark> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/trademarkHolder> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/rights/omega> ;
   <https://blackcatinformatics.ca/gmeow/accordingTo> <https://blackcatinformatics.ca/gmeow/examples/rights/standpoint-omega> ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.6
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/rights/jane
<https://blackcatinformatics.ca/gmeow/examples/rights/jane> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/examples/rights/omega
<https://blackcatinformatics.ca/gmeow/examples/rights/omega> rdf:type owl:NamedIndividual .


###  https://blackcatinformatics.ca/gmeow/examples/rights/photo
<https://blackcatinformatics.ca/gmeow/examples/rights/photo> rdf:type owl:NamedIndividual ;
                                                             <https://blackcatinformatics.ca/gmeow/hasLicense> <https://blackcatinformatics.ca/gmeow/examples/rights/cc-by-4> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/rights/photo> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/hasLicense> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/rights/cc-by-4> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-01-01T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.95 ;
   <https://blackcatinformatics.ca/gmeow/mappedFrom> <https://blackcatinformatics.ca/gmeow/examples/rights/src-license-deed> ;
   <https://blackcatinformatics.ca/gmeow/validFrom> "2026-01-01T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/validUntil> "2036-01-01T00:00:00+00:00"^^xsd:dateTime
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/rights/photo-copyright
<https://blackcatinformatics.ca/gmeow/examples/rights/photo-copyright> rdf:type owl:NamedIndividual ;
                                                                       <https://blackcatinformatics.ca/gmeow/copyrightHolder> <https://blackcatinformatics.ca/gmeow/examples/rights/jane> .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/rights/photo-copyright> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/copyrightHolder> ;
   owl:annotatedTarget <https://blackcatinformatics.ca/gmeow/examples/rights/jane> ;
   <https://blackcatinformatics.ca/gmeow/assertedAt> "2026-03-01T00:00:00+00:00"^^xsd:dateTime ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.85 ;
   <https://blackcatinformatics.ca/gmeow/mappedFrom> <https://blackcatinformatics.ca/gmeow/examples/rights/src-rights-register>
 ] .


###  https://blackcatinformatics.ca/gmeow/examples/rights/repo-license
<https://blackcatinformatics.ca/gmeow/examples/rights/repo-license> rdf:type owl:NamedIndividual ;
                                                                    <https://blackcatinformatics.ca/gmeow/spdxLicenseId> "Apache-2.0" .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://blackcatinformatics.ca/gmeow/examples/rights/repo-license> ;
   owl:annotatedProperty <https://blackcatinformatics.ca/gmeow/spdxLicenseId> ;
   owl:annotatedTarget "Apache-2.0" ;
   <https://blackcatinformatics.ca/gmeow/confidence> 0.7 ;
   <https://blackcatinformatics.ca/gmeow/importanceLevel> 2 ;
   <https://blackcatinformatics.ca/gmeow/mappedFrom> <https://blackcatinformatics.ca/gmeow/examples/rights/agent-license-scanner>
 ] .


###  https://blackcatinformatics.ca/logic/CompleteOverApproximation
<https://blackcatinformatics.ca/logic/CompleteOverApproximation> rdf:type owl:NamedIndividual ,
                                                                          <https://blackcatinformatics.ca/logic/PreservationKind> ;
                                                                 rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                                                 rdfs:label "Complete Over-Approximation"@x-gmeow-english ;
                                                                 skos:definition "The projection may overgenerate but will not miss canonical answers: complete but possibly unsound. Every canonical answer appears, alongside possible spurious ones; the dual of logic:SoundUnderApproximation."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/ExactPreservation
<https://blackcatinformatics.ca/logic/ExactPreservation> rdf:type owl:NamedIndividual ,
                                                                  <https://blackcatinformatics.ca/logic/PreservationKind> ;
                                                         rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                                         rdfs:label "Exact Preservation"@x-gmeow-english ;
                                                         skos:definition "The projection yields the same answers as the canonical model for the declared query class: neither misses canonical answers nor adds spurious ones. The strongest preservation polarity, claimable only for a certified subfragment."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/InconsistencyPreserving
<https://blackcatinformatics.ca/logic/InconsistencyPreserving> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/logic/PreservationKind> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                                               rdfs:label "Inconsistency Preserving"@x-gmeow-english ;
                                                               skos:definition "A canonical inconsistency appears as an inconsistency in the projection: the projection does not silently mask a contradiction present in the canonical model. The inconsistency-direction polarity guaranteeing canonical → projection visibility."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/InconsistencyReflecting
<https://blackcatinformatics.ca/logic/InconsistencyReflecting> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/logic/PreservationKind> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                                               rdfs:label "Inconsistency Reflecting"@x-gmeow-english ;
                                                               skos:definition "An inconsistency in the projection implies an inconsistency in the canonical model: the projection raises no spurious contradiction absent from the canonical model. The inconsistency-direction polarity guaranteeing projection → canonical soundness, dual to logic:InconsistencyPreserving."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/PositiveHornProfile
<https://blackcatinformatics.ca/logic/PositiveHornProfile> rdf:type owl:NamedIndividual ,
                                                                    <https://blackcatinformatics.ca/logic/SemanticProfile> ;
                                                           rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                                           rdfs:label "Positive Horn Profile"@x-gmeow-english ;
                                                           skos:definition "The monotonic Horn-rule semantics: least-model semantics over positive (negation-free) rules, always terminating for the function-free fragment. The base case against which every richer profile adds expressivity and cost."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/ProbabilisticProfile
<https://blackcatinformatics.ca/logic/ProbabilisticProfile> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/logic/SemanticProfile> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                                            rdfs:label "Probabilistic Profile"@x-gmeow-english ;
                                                            skos:definition "Probabilistic inference over logic:probability, ProbLog-style: requires an explicit independence or dependency model. Probabilistic inference is available only in this profile — it is not the default reading of every confidence number, and a logic:confidence annotation is never interpreted as a probability unless an explicit mapping to logic:probability is declared."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/ProceduralPrologProfile
<https://blackcatinformatics.ca/logic/ProceduralPrologProfile> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/logic/SemanticProfile> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                                               rdfs:label "Procedural Prolog Profile"@x-gmeow-english ;
                                                               skos:definition "SLD resolution with cut and builtins: an operational, not purely declarative, semantics in which procedural search control (cut) and order-sensitive evaluation are permitted. Cut lives only here; artifacts using it must not project as declarative rules without recording the loss, because cut can change a program's answer set and defeats faithful-by-construction explanation."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/SoundUnderApproximation
<https://blackcatinformatics.ca/logic/SoundUnderApproximation> rdf:type owl:NamedIndividual ,
                                                                        <https://blackcatinformatics.ca/logic/PreservationKind> ;
                                                               rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                                               rdfs:label "Sound Under-Approximation"@x-gmeow-english ;
                                                               skos:definition "Anything the projection entails is canonically valid, but the projection may miss canonical answers: sound but incomplete. The projection never overclaims a derivation; it may under-derive."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/StableModelProfile
<https://blackcatinformatics.ca/logic/StableModelProfile> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/logic/SemanticProfile> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                                          rdfs:label "Stable Model Profile"@x-gmeow-english ;
                                                          skos:definition "Answer-set / stable-model semantics: a program may have several stable models (possibly none), and entailment is over those models. NP-hard in the worst case; the profile that admits genuine non-determinism and disjunctive reasoning."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/StratifiedNAFProfile
<https://blackcatinformatics.ca/logic/StratifiedNAFProfile> rdf:type owl:NamedIndividual ,
                                                                     <https://blackcatinformatics.ca/logic/SemanticProfile> ;
                                                            rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                                            rdfs:label "Stratified Negation-As-Failure Profile"@x-gmeow-english ;
                                                            skos:definition "Negation-as-failure under stratification: a unique perfect model with PTIME data complexity, where negated literals are evaluated only over strata already settled. Adds well-behaved negation without the multiple models of the stable-model semantics."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/ValidationOnly
<https://blackcatinformatics.ca/logic/ValidationOnly> rdf:type owl:NamedIndividual ,
                                                               <https://blackcatinformatics.ca/logic/PreservationKind> ;
                                                      rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                                      rdfs:label "Validation Only"@x-gmeow-english ;
                                                      skos:definition "The projection detects some invalidity but is not an entailment relation: it can flag ill-formedness without computing canonical consequences. The honest label for bridge views (e.g. BFO/DOLCE) that constrain but do not reason; they carry this or no preservation claim, never logic:ExactPreservation."@x-gmeow-english .


###  https://blackcatinformatics.ca/logic/WellFoundedProfile
<https://blackcatinformatics.ca/logic/WellFoundedProfile> rdf:type owl:NamedIndividual ,
                                                                   <https://blackcatinformatics.ca/logic/SemanticProfile> ;
                                                          rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/logic> ;
                                                          rdfs:label "Well-Founded Profile"@x-gmeow-english ;
                                                          skos:definition "The well-founded semantics: a three-valued (true/false/undefined), total, polynomial-time semantics for normal logic programs that assigns a unique well-founded model even with unstratified negation, leaving genuinely circular literals undefined rather than branching."@x-gmeow-english .


#################################################################
#    Annotations
#################################################################

<https://blackcatinformatics.ca/gmeow/AboutnessMode> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                     rdfs:label "Aboutness Mode"@x-gmeow-english ;
                                                     skos:definition "The rhetorical relation between an information carrier and its subject matter — whether the carrier describes the subject (mention: reporting, quoting, depicting, analyzing) or enacts it (use: performing, demanding, exemplifying, embodying). A value vocabulary of individuals (never subclasses). Orthogonal to granularity, determinacy, sensitivity, confidence, and standpoint modality (Principle 9): a carrier may describe one subject while enacting another, and distinct vantages may classify the same carrier differently through the statement layer. The distinction every rubric, citation, and evidence assessment eventually needs: text ABOUT deception is not text THAT deceives."@x-gmeow-english ;
                                                     skos:example "ex:aboutnessDescribes a gmeow:AboutnessMode ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid collapsing it into the other epistemic axes (granularity, determinacy, sensitivity, confidence) and avoid per-mode subclasses; aboutness is a value vocabulary of individuals applied through gmeow:hasAboutness."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Reference gmeow:aboutnessDescribes or gmeow:aboutnessEnacts from a carrier via gmeow:hasAboutness; carry the subject toward which the mode holds on the surrounding construct (citation, exemplar, statement cell), never inferred."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for the mention/use axis — whether a carrier describes its subject (reports, quotes, depicts) or enacts it (performs, demands, embodies), the distinction rubrics and evidence assessments depend on."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/AccessibilityAssertion> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accessibility> ;
                                                              rdfs:label "Accessibility Assertion"@x-gmeow-english ;
                                                              skos:definition "A reified claim that a location or connection has a positive accessibility feature, a barrier, or a limited status for a given facet. Bears provenance (vantage, confidence, temporal scope) and suppression (displayable false — Principle 10). The flat shortcuts are gmeow:hasAccessibilityFeature and gmeow:hasBarrier; promote to AccessibilityAssertion when the claim itself must be a node."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/AccessibilityFacet> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accessibility> ;
                                                          rdfs:label "Accessibility Facet"@x-gmeow-english ;
                                                          skos:definition "The dimension of accessibility being asserted — wheelchair, step-free, visual, auditory, cognitive, clearance, life-support. An open value vocabulary (individuals, never subclasses) per Principle 9."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/AccessibilityPolarity> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accessibility> ;
                                                             rdfs:label "Accessibility Polarity"@x-gmeow-english ;
                                                             skos:definition "The polarity of an accessibility assertion — feature (positive), barrier (negative), or limited (partial)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/AccountStatus> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accounts> ;
                                                     rdfs:label "Account Status"@x-gmeow-english ;
                                                     skos:definition "The usage status of an account from its holder's standpoint — a VALUE vocabulary (active, dormant, historical, …); open set."@x-gmeow-english ;
                                                     skos:example "ex:accountStatusHistorical a gmeow:AccountStatus ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the underlying service's liveness (use gmeow:ServiceStatus) and avoid per-status subclasses; statuses are individuals on an open value vocabulary."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Reference the seeded gmeow:AccountStatus individuals from an account via gmeow:accountStatus; a retired account takes the historical value and is kept on record rather than deleted (P10)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for an account's usage state from the holder's standpoint — the open set (active, dormant, historical, …) an OnlineAccount declares through gmeow:accountStatus."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/AcquaintanceRelationship> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                                rdfs:label "Acquaintance Relationship"@x-gmeow-english ;
                                                                skos:definition "An interpersonal relationship of social acquaintance — agents who have met and know one another (the reified form of hasMet)."@x-gmeow-english ;
                                                                skos:example "ex:acq a gmeow:AcquaintanceRelationship ; gmeow:relationshipParty ex:lillith, ex:morgan ."@x-gmeow-english ;
                                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for the bare symmetric fact (use gmeow:hasMet) and for a working tie (use gmeow:ProfessionalRelationship)."@x-gmeow-english ;
                                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the relator, bind its agents with gmeow:relationshipParty, and carry its span with gmeow:relationshipInterval; it inherits the at-least-one-party axiom from gmeow:InterpersonalRelationship."@x-gmeow-english ;
                                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the reified form of gmeow:hasMet — a social acquaintance tie that must carry its own interval, confidence, or evidence."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Activity> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/provenance> ;
                                                rdfs:label "Activity"@x-gmeow-english ;
                                                skos:definition "Something that occurs over a period of time and acts upon or with entities — creating, transforming, using, or attributing them. The provenance-layer specialization of gmeow:Event: the occurrent that gmeow:wasGeneratedBy points to and that gmeow:wasAssociatedWith ties to its performing agent."@x-gmeow-english ;
                                                skos:example "ex:import2026 a gmeow:Activity ; gmeow:wasAssociatedWith ex:vcardImporter ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the enduring product of the activity (that is a gmeow:Entity reached via gmeow:wasGeneratedBy) and for a generic happening with no provenance role; use gmeow:Event directly when no agent, generation, or attribution is at stake."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Type the occurrent as gmeow:Activity (or a specialization such as gmeow:ImportActivity), link its performer with gmeow:wasAssociatedWith and its products with the inverse of gmeow:wasGeneratedBy; carry the time the activity occurred on the event, and statement-level confidence on the derivation claims it produces."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the occurrent that produced, transformed, used, or attributed an entity — the activity end of gmeow:wasGeneratedBy and the domain of gmeow:wasAssociatedWith."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/AddressTenure> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                     rdfs:label "Address Tenure"@x-gmeow-english ;
                                                     skos:definition "The reified, time-scoped fact that an agent held a contact point (e.g. an email address) over a particular interval."@x-gmeow-english ;
                                                     skos:example "ex:tenure a gmeow:AddressTenure ; gmeow:addressHolder ex:lillith ; gmeow:tenuredContactPoint ex:oldEmail ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for a current channel that needs no history (attach the contact point directly with gmeow:hasContactPoint) and avoid deleting a lapsed channel — close its tenure instead."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the situation, bind it with gmeow:addressHolder and gmeow:tenuredContactPoint, and scope it on the temporal slice's time-scoped-relation interval; a past end-date retires the channel without erasing it."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record that an agent held a contact point over a particular interval — the way a retired email or number is carried (validUntil in the past) rather than deleted (P10)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/AdoptiveParentChild> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/genealogy> ;
                                                           rdfs:label "Adoptive Parent-Child"@x-gmeow-english ;
                                                           skos:definition "A parent-child relationship established by adoption."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/AestheticQuality> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/affect> ;
                                                        rdfs:label "Aesthetic Quality"@x-gmeow-english ;
                                                        skos:definition "A qualitative aesthetic reading — an OPEN vocabulary seeded with elegance, sublimity, kitsch. No AestheticQuality hierarchy exists or ever will (Principle 9): aesthetic traditions disagree about the inventory, and that disagreement is data."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Agent> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                             rdfs:label "Agent"@x-gmeow-english ;
                                             skos:definition "An entity that can act, bear responsibility, and enter into agreements: a person, an organization, or a software agent."@x-gmeow-english ;
                                             skos:example "ex:lillith a gmeow:Agent ; gmeow:hasName ex:lillithName ."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for things that are merely acted upon or that carry information without acting (use PhysicalObject or InformationObject); avoid asserting bare gmeow:Agent when Person or Organization is meant."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Type the participant as Agent (or a Person/Organization specialization) and link it through role relators — contribution, attribution, party-to-agreement — rather than flattening agency into a single attribute."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the bearer of action, responsibility, authorship, agreement, or trust — the domain of contribution, attestation, and provenance roles whenever the participant is a person, organization, or software agent."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/AggregationFunction> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/aggregation> ;
                                                           rdfs:label "Aggregation Function"@x-gmeow-english ;
                                                           skos:definition "The kind of statistical aggregation applied to a spatial region — a value vocabulary (individuals, never subclasses)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Agreement> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/agreements> ;
                                                 rdfs:label "Agreement"@x-gmeow-english ;
                                                 skos:definition "A mutual understanding between two or more agents that creates obligations or rights, reified as a relator connecting its parties."@x-gmeow-english ;
                                                 skos:example "ex:partnership a gmeow:Agreement ; gmeow:hasParty ex:lillith, ex:vendor ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the teleological bond of being committed toward someone (that is the teleology module's gmeow:Commitment) and for the agreement's title or document; mint a gmeow:Contract when legal enforceability is the point."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one Agreement relator, bind every bound agent with gmeow:hasParty, and link the per-direction teleological promises as gmeow:Commitment moments; ground dependent relators on it with gmeow:foundedOn rather than re-stating the parties."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the binding object itself — the reified relationship between two or more agents that creates obligations or rights, and the thing on which other relators (Membership, KinRelationship) are founded via gmeow:foundedOn."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/AgreementName> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/agreements> ;
                                                     rdfs:label "Agreement Name"@x-gmeow-english ;
                                                     skos:definition "An appellation borne by an agreement — a formal title, short name, or multilingual version of a contract or legal instrument. Carries its own gmeow:nameLanguage and gmeow:nameScript so co-equal multilingual names are separate first-class objects."@x-gmeow-english ;
                                                     skos:example "ex:nafta a gmeow:AgreementName ; gmeow:nameLanguage ex:english ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid folding the title into a bare label on the Agreement when language or script matters, and avoid privileging one multilingual version over its co-equal siblings; each name is its own object with its own gmeow:nameLanguage and gmeow:nameScript."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one AgreementName per co-equal title, set gmeow:nameLanguage and gmeow:nameScript on each, and attach them to the agreement through the appellation-bearing construct rather than as a single privileged string."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name an agreement as a first-class appellation — a formal title, short name, or one of several co-equal multilingual versions of a contract or legal instrument."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Analogy> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                               rdfs:label "Analogy"@x-gmeow-english ;
                                               skos:definition "A reified analogical mapping — the source-to-target structure-mapping (Gentner) that warrants an analogical inference: it mediates a source domain (gmeow:analogicalSource), a target domain (gmeow:analogicalTarget), and the element-pair correspondences (gmeow:hasCorrespondence) holding between them, scored by structural consistency (gmeow:systematicity, solver-layer). The warrant of an analogical gmeow:InferenceCommitment points at an Analogy. Rival mappings compete; best-analogy selection is solver-layer like IBE, never an asserted isBest bit."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/AnalysisProperty> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "Analysis Property"@x-gmeow-english ;
                                                        skos:definition "An open value vocabulary of analytical dimensions. Never subclassed (Principle 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Annotation> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notes> ;
                                                  rdfs:label "Annotation"@x-gmeow-english ;
                                                  skos:definition "A reified binding of a body to a target with a motivation — the W3C Web Annotation idiom expressed as a gufo:Relator. Mediates annotationBody (the note or literal), annotationTarget (the annotated entity), and annotationMotivation (the purpose). A highlight is an Annotation with a target span but no body; a bookmark is an Annotation motivated by bookmarking. Standpoint, confidence, and suppression are carried by the relator's provenance layer (accordingTo, displayable) or by RDF-star annotations on the shortcut."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/AnnotationMotivation> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notes> ;
                                                            rdfs:label "Annotation Motivation"@x-gmeow-english ;
                                                            skos:definition "The purpose for which an annotation is created — a VALUE vocabulary (individuals, never subclasses) aligned to the W3C Web Annotation motivation set. Co-equal: no motivation is primary or default. The set is open."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Appellation> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                   rdfs:label "Appellation"@x-gmeow-english ;
                                                   skos:definition "A name as an information object borne by an entity — a person's name, a filename, a place name, an organization name. It carries the surface form (gmeow:fullName) and the structured parts (gmeow:hasNamePart); who uses it, toward whom, in what register and over what period is carried by gmeow:NameUsage. The universal superclass reconciling the scattered naming terms. Multiple appellations on one entity are CO-EQUAL — none is canonical or 'primary'."@x-gmeow-english ;
                                                   skos:example "ex:gennyAunt a gmeow:Appellation ; gmeow:fullName \"Aunt Genny\" ; gmeow:hasNamePart ex:gennyGiven ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid typing a name-bearing fact's CONTEXT here (audience, register, period live on gmeow:NameUsage) and avoid bare gmeow:Appellation when a specific subkind fits; never treat one of an entity's many appellations as canonical or primary."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one Appellation per co-equal name, give it gmeow:fullName plus gmeow:nameLanguage, decompose into typed gmeow:NamePart, and bear it with gmeow:hasAppellation (or a subkind property); promote to a gmeow:NameUsage only when audience, register, or evidence must be first-class."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the universal name-object umbrella when bearing a name on any entity and a more specific kind (PersonName, PlaceName, Filename) does not apply, or when modelling a name's surface form and structured parts independently of who uses it."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Appraisal> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/affect> ;
                                                 rdfs:label "Appraisal"@x-gmeow-english ;
                                                 skos:definition "An affective or aesthetic reading of something, as an observation: vantage = the appraiser. Dimensional (PAD: a valence/arousal/dominance value) or qualitative (an aesthetic quality: elegance, sublimity, kitsch) — at least one of the two forms (SHACL). Two critics disagreeing are two coexisting cells; self-report is top authority for the subject's own standpoint (Principle 9, the facetVantage precedent)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/AppraisalDimension> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/affect> ;
                                                          rdfs:label "Appraisal Dimension"@x-gmeow-english ;
                                                          skos:definition "A dimensional axis of affective appraisal — an OPEN vocabulary seeded with the PAD triad: valence (pleasant ↔ unpleasant), arousal (activated ↔ calm), dominance (in control ↔ controlled)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ArcSample> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                 rdfs:label "Arc Sample"@x-gmeow-english ;
                                                 skos:definition "One reading of a character's state at a narrative position — an observation: vantage = the analyzing model or critic, subject = the frame-scoped character, position = a NarrativePosition (narrative-position axis; discourse-time by default, story-time samples legal and distinct), state = an emotion-type or analogous value by IRI (the affect slice's EmotionType when loaded, EmotionML category IRIs otherwise — soft reference, never dependency). Two analyzers disagreeing about chapter 31 are two coexisting cells (Principle 9). The existing gmeow:CharacterArc is the integrating whole: samples attach via gmeow:arcSample ⊑ gmeow:hasPart, and an arc with no samples stays valid (book-level-only analyses)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ArcType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                               rdfs:label "Arc Type"@x-gmeow-english ;
                                               skos:definition "The interpretive type of a character arc — a VALUE vocabulary (individuals, never subclasses). Coming-of-age, redemption, and fall are examples; the set is open."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ArchaeologicalFindContext> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                                 rdfs:label "Archaeological Find Context"@x-gmeow-english ;
                                                                 skos:definition "A reified find context binding a physical carrier to its stratigraphic unit, find-spot, excavation or documentation event, and dating evidence. A single carrier may have multiple coexisting context claims from different excavation campaigns or analytical standpoints (Principle 9). Follows the universal Observation + Relator pattern."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Article> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                               rdfs:label "Article"@x-gmeow-english ;
                                               skos:definition "A written work published in a periodical, blog, or scholarly venue. A specialization of gmeow:Work."@x-gmeow-english ;
                                               skos:example "ex:paper a gmeow:Article ; gmeow:hasTitle ex:paperTitle ; gmeow:datePublished \"2024-03-01T00:00:00Z\"^^xsd:dateTime ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for a short-form post syndicated to a feed or platform (use gmeow:FeedPosting), and avoid it for the concrete published rendering (a gmeow:WebPage or PDF gmeow:Manifestation)."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Type the work gmeow:Article, carry gmeow:hasTitle / gmeow:abstract / gmeow:bibliographicCitation and the review dates (gmeow:dateSubmitted, gmeow:dateAccepted); attribute authorship through the creative-works contribution relator, not a flat author literal."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a written work issued in a periodical, blog, or scholarly venue — a journal paper, news piece, or column at the abstract gmeow:Work tier."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ArticulationKind> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "Articulation Kind"@x-gmeow-english ;
                                                        skos:definition "An articulation or attack quality applied to a ToneEvent — staccato, legato, tenuto, accent, marcato, pizzicato, harmonic, etc. A value vocabulary of individuals; never subclassed (Principle 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Assessment> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                  rdfs:label "Assessment"@x-gmeow-english ;
                                                  skos:definition "An observation that scores a target against a criterion (or whole rubric) — vantage = the judge, human or model: an LLM judge is just a vantage, and two models disagreeing are two coexisting cells with no winner (Principle 9). The judge model's identity and prompt digest travel as observation provenance. gmeow:assessmentCriterion / gmeow:assessmentRubric play the observationMethod ROLE but are deliberately not subproperties of it (observationMethod is functional with a QualityValue range; Criterion and Rubric are Entities — the claimModality axiom pattern). Scoring-density expectations by target granularity reuse kernel gmeow:hasGranularity on the target."@x-gmeow-english ;
                                                  skos:example "ex:as1 a gmeow:Assessment ; gmeow:assessmentTarget ex:chapter3 ; gmeow:assessmentCriterion ex:agency ; gmeow:assessmentScoreValue 0.9 ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid treating a model's score as ground truth (an LLM judge is just a vantage — Principle 9) and avoid omitting a zero score; a zero is a score, not an absence (false positives are worse than zeros)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one Assessment per criterion (a 21-axis pass is 21 Assessments), naming the target with gmeow:assessmentTarget, the criterion/rubric with gmeow:assessmentCriterion / gmeow:assessmentRubric, the score with gmeow:assessmentScoreValue, and the judge as observation vantage."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a score of a target against a criterion or rubric — an observation whose vantage is the judge, human or model; disagreeing judges are coexisting cells with no winner."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Asset> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                             rdfs:label "Asset"@x-gmeow-english ;
                                             skos:definition "A financial asset — a stock, bond, cryptocurrency, real estate holding, commodity, or other instrument of value. The thing that is held, not the holding itself (which is a Holding relator)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/AssetType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                 rdfs:label "Asset Type"@x-gmeow-english ;
                                                 skos:definition "The kind of a financial asset — a VALUE, never an Asset subclass. Open vocabulary."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/AtomicConstraint> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                        rdfs:label "Atomic Constraint"@x-gmeow-english ;
                                                        skos:definition "A single ODRL constraint comparison: a gmeow:leftOperand (the dimension tested), a gmeow:constraintOperator (the comparison), and a gmeow:rightOperand (the value). E.g. leftOperand dateTime, operator lteq, rightOperand 2030-01-01 — 'valid until 2030'."@x-gmeow-english ;
                                                        skos:example "ex:until2030 a gmeow:AtomicConstraint ; gmeow:leftOperand gmeow:leftOpDateTime ; gmeow:constraintOperator gmeow:operatorLteq ; gmeow:rightOperand \"2030-01-01\" ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a boolean combination of several conditions (use gmeow:LogicalConstraint) and avoid splitting one comparison across triples; an atomic constraint carries exactly one operand/operator/value triple."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one AtomicConstraint, set gmeow:leftOperand and gmeow:constraintOperator to values and gmeow:rightOperand (or gmeow:rightOperandReference for an IRI) to the tested value, and attach it with gmeow:ruleConstraint."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a single rule-condition comparison — a dimension, an operator, and a value (dateTime ≤ 2030, spatial = EU, count ≤ 5) — the leaf of the ODRL constraint algebra."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Attachment> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                  rdfs:label "Attachment"@x-gmeow-english ;
                                                  skos:definition "A non-inline body part presented as an attached file. An attachment may also be a gmeow:Document or gmeow:MediaObject (the two are not disjoint), and its text extraction or summary is a derived object linked by gmeow:wasDerivedFrom."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Attestation> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                   rdfs:label "Attestation"@x-gmeow-english ;
                                                   skos:definition "A reified assertion envelope that an attester vouches for a claim, artifact, identity binding, process, quality report, or ledger claim under a specific policy. Mediates between an attester, an attested subject, and optionally an attested claim or artifact. Distinct from Observation: an attestation is a vouching act, not a measurement or sensory reading. Its validity window is carried with gmeow:validFrom/validUntil; revocation sets validUntil (Principle 10)."@x-gmeow-english ;
                                                   skos:example "ex:provAtt a gmeow:Attestation ; gmeow:attester ex:buildBot ; gmeow:attestedClaim ex:buildClaim ; gmeow:attestationPolicy ex:slsaL3 ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the measurement or claim itself (that is a gmeow:Observation, the target of gmeow:attestedClaim, not the parent of Attestation) and for asserting a proposition true by fiat — an attestation proves an issuer made a statement under a policy, not that the statement is correct (boundaries in the module comment)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one Attestation per vouching act, bind gmeow:attester and gmeow:attestedSubject (the EL minimum) plus gmeow:issuedAt, point gmeow:attestedClaim at the vouched Observation, name gmeow:attestationType / gmeow:attestationPolicy, carry the signature via gmeow:hasSignature and log/ledger evidence via gmeow:transparencyLogEntry, and bound validity with gmeow:validFrom/validUntil (revocation sets validUntil)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record that some agent VOUCHES FOR a claim, artifact, or binding under a named policy — the envelope that holds who attested, to what, under which rules, and with what cryptographic and log evidence; standpoint-indexed, never a global truth verdict (Principle 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/AttestationArtifact> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                           rdfs:label "Attestation Artifact"@x-gmeow-english ;
                                                           skos:definition "A concrete carrier of an attestation — in-toto JSON, SLSA provenance, W3C Verifiable Credential, DSSE envelope, C2PA manifest, EAT token, signed RDF graph, SCITT signed statement, nanopublication, signed git tag, release manifest, or signed blockchain payload. The artifact is the serialization; the Attestation is the logical vouching act that the artifact carries."@x-gmeow-english ;
                                                           skos:example "ex:inTotoJson a gmeow:AttestationArtifact ; gmeow:artifactMediaType \"application/vnd.in-toto+json\" ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the logical vouching act itself (that is gmeow:Attestation) and for the signature over the bytes (gmeow:CryptographicSignature); the artifact is the carrier document, an InformationObject, not the act or the signature."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the carrier as an AttestationArtifact, set gmeow:artifactMediaType and a gmeow:contentDigest for byte-exact identity, link it from the Attestation with gmeow:attestationArtifact, and attach its signature with gmeow:hasSignature."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use to type the concrete serialized document that embodies an attestation — the on-disk or on-wire bytes (in-toto JSON, DSSE envelope, VC, C2PA manifest) as distinct from the logical vouching act it carries."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/AttestationPolicy> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                         rdfs:label "Attestation Policy"@x-gmeow-english ;
                                                         skos:definition "The policy or framework under which an attestation was issued — a value vocabulary (individuals, never subclasses). Open-ended; specific policies are minted as needed."@x-gmeow-english ;
                                                         skos:example "ex:slsaL3 a gmeow:AttestationPolicy ; rdfs:label \"SLSA build level 3\"@en ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting per-policy subclasses (policies are individuals) and avoid using it for the attestation kind (gmeow:AttestationType); the policy is the governing framework, not the category, and policy satisfaction is a solver-layer verdict."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Mint each policy as an individual and reference it via gmeow:attestationPolicy; the determination of whether a policy was met is a gmeow:VerificationResult (status policy-failed when unmet), computed in the solver layer."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary behind gmeow:attestationPolicy — the open set of individuals naming the rules or framework an attester followed (a SLSA build level, a credential-issuance policy, an editorial standard)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/AttestationType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                       rdfs:label "Attestation Type"@x-gmeow-english ;
                                                       skos:definition "The kind of attestation being made — a value vocabulary (individuals, never subclasses). Distinguishes SLSA provenance, in-toto attestation, VC, DSSE envelope, C2PA manifest, EAT token, signed RDF, SCITT statement, nanopublication, blockchain claim, git signed tag, release manifest, quality report attestation, and AI output attestation."@x-gmeow-english ;
                                                       skos:example "ex:provAtt gmeow:attestationType gmeow:attestationTypeSLSAProvenance ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting per-type subclasses (types are individuals) and avoid using it for the concrete media type (gmeow:artifactMediaType) or the issuing policy (gmeow:AttestationPolicy); the type is the category, not the format or the framework."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Reference the seeded type individuals via the non-functional gmeow:attestationType (an attestation may carry several); mint new individuals rather than subclasses when a new attestation kind appears."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary behind gmeow:attestationType — the open set of individuals naming the KIND of attestation (SLSA provenance, in-toto, VC, DSSE, C2PA, nanopublication, blockchain claim, git signed tag, AI output)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/AuthenticationResult> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                            rdfs:label "Authentication Result"@x-gmeow-english ;
                                                            skos:definition "The outcome of an email authentication check (RFC 8601 Authentication-Results) — a method (DKIM, SPF, DMARC, ARC), a verdict, and the verifying server."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/AuthorIdentity> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                      rdfs:label "Author Identity"@x-gmeow-english ;
                                                      skos:definition "A recorded author or committer string in a version-control commit — the raw git bytes (Name <email>). This is the immutable historical assertion, independent of the current canonical agent. Superseded identities are retained with gmeow:displayable false rather than deleted (Principle 10)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/AuthorityLevel> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                      rdfs:label "Authority Level"@x-gmeow-english ;
                                                      skos:definition "The claimed authority grade of a norm within its issuing system — an ordered value vocabulary (absolute ≻ high ≻ medium ≻ conditional), the kernel GranularityLevel pattern. The ordering is carried by gmeow:strongerThan on the LEVELS; what the ordering does to conflicting norms is solver work over recorded precedence claims, never a reasoner entailment (Principle 12)."@x-gmeow-english ;
                                                      skos:example "ex:authorityStatutory a gmeow:AuthorityLevel ; gmeow:strongerThan gmeow:authorityMedium ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting per-level subclasses (levels are individuals) and avoid treating the ordering as a reasoner entailment over norms — level comparison resolving conflicts is solver work (Principle 12)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Reference the seeded levels from a norm via gmeow:hasAuthorityLevel and order them with gmeow:strongerThan on the levels; extend the ladder by minting a fresh individual ordered into it."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the ordered value vocabulary for the authority-grade axis — the seeded levels (absolute ≻ high ≻ medium ≻ conditional) a norm claims via gmeow:hasAuthorityLevel."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Availability> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                    rdfs:label "Availability"@x-gmeow-english ;
                                                    skos:definition "A time-scoped statement of an agent's availability over an interval — free, busy, tentative, or out-of-office. The free-busy spine of the calendar layer."@x-gmeow-english ;
                                                    skos:example "ex:lillithBusy a gmeow:Availability ; gmeow:availabilityAgent ex:lillith ; gmeow:availabilitySlot ex:morningSlot ; gmeow:availabilityStatus gmeow:availabilityStatusBusy ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for attendance at a specific event (use gmeow:Participation / gmeow:EventInvitation) and for a timeless 'usually busy' generalization; an availability holds only across its named interval."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Inherit the time-scope from gmeow:TimeScopedRelation: name the gmeow:availabilityAgent, bound it with a gmeow:availabilitySlot interval, and set the gmeow:availabilityStatus value."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to state whether an agent is free, busy, tentative, or out-of-office over a bounded interval — the iCalendar VFREEBUSY case, reified as a time-scoped situation so the slot and status are queryable."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/AvailabilityStatus> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                          rdfs:label "Availability Status"@x-gmeow-english ;
                                                          skos:definition "The availability state of an agent over a time slot — a VALUE vocabulary aligned to iCalendar VFREEBUSY, never a subclass."@x-gmeow-english ;
                                                          skos:example "ex:lillithBusy gmeow:availabilityStatus gmeow:availabilityStatusBusy ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid modelling these as Availability subclasses; the state is an individual on this axis, extended by minting new individuals (Principle 9)."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded individual (gmeow:availabilityStatusFree, …) from gmeow:availabilityStatus; add a new individual if a further free-busy state is needed."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary gmeow:availabilityStatus ranges over — the iCalendar FBTYPE states (free, busy, tentative, out-of-office) an availability declares."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Axis> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                            rdfs:label "Axis"@x-gmeow-english ;
                                            skos:definition "A coordinate axis or dimension of a reference frame (e.g. X, Y, Z, latitude, longitude, elevation, time)."@x-gmeow-english ;
                                            skos:example "ex:xAxis a gmeow:Axis ; gmeow:hasCoordinateMatrix \"[[1,0,0]]\" ."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting n separate axes for a finite-dimensional vector space — use one Axis with gmeow:hasCoordinateMatrix encoding the shape (Principle 12)."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Attach Axis instances to a frame via gmeow:hasAxis; for high-dimensional spaces carry the structure in a single axis matrix, not many individuals."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a coordinate axis or dimension of a reference frame (X, Y, Z, latitude, time, a joint angle)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/BiologicalParentChild> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/genealogy> ;
                                                             rdfs:label "Biological Parent-Child"@x-gmeow-english ;
                                                             skos:definition "A parent-child relationship by biological descent."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/BiologicalSequenceLocation> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                  rdfs:label "Biological Sequence Location"@x-gmeow-english ;
                                                                  skos:definition "A sequence-level container locus — a chromosome, contig, scaffold, or the sequence itself — that hosts SequenceFeature annotations via gmeow:hasSequenceFeature. The features themselves (genes, exons, SNPs, etc.) are SequenceFeature instances with their own coordinates and types; they are not BiologicalSequenceLocation instances."@x-gmeow-english ;
                                                                  skos:example "ex:chr7 a gmeow:BiologicalSequenceLocation ; gmeow:hasSequenceFeature ex:brca1 ."@x-gmeow-english ;
                                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for the features themselves (genes, exons, SNPs are gmeow:SequenceFeature instances) and for a terrestrial place."@x-gmeow-english ;
                                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Type as BiologicalSequenceLocation and attach features via gmeow:hasSequenceFeature; the features carry their own coordinates and types."@x-gmeow-english ;
                                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a sequence-level container locus — a chromosome, contig, scaffold, or the sequence itself — that hosts feature annotations."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Blob> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                            rdfs:label "Blob"@x-gmeow-english ;
                                            skos:definition "A content-addressed blob of raw file content — the leaf of a Merkle source tree, independent of filename or path. Aligned to git blob objects and Software Heritage Content by reference. A Blob is the bytes only; the name is carried by the TreeEntry that points to it."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Block> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                             rdfs:label "Block"@x-gmeow-english ;
                                             skos:definition "A block of transactions on a distributed ledger or blockchain."@x-gmeow-english ;
                                             skos:example "ex:block42 a gmeow:Block ; gmeow:blockNumber 42 ; gmeow:blockHash \"0xdef...\" ."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the individual transaction (gmeow:LedgerTransaction) or the whole network (gmeow:BlockchainNetwork); the block is the container, not its contents or the chain it belongs to."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the block with gmeow:blockNumber and gmeow:blockHash (both the EL minimum), and reference it from a transaction's inclusion evidence; finality of the block rides on gmeow:finalityStatus."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use to model a ledger block — the container of transactions whose number and hash anchor a transaction's position in the chain — when block-level identity is needed as inclusion evidence."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/BlockchainAccount> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                         rdfs:label "Blockchain Account"@x-gmeow-english ;
                                                         skos:definition "An address-controlled account on a blockchain or distributed ledger — the entity that holds assets, signs transactions, or controls a smart contract. Aligns to CAIP-10 account identifiers and did:pkh."@x-gmeow-english ;
                                                         skos:example "ex:signer a gmeow:BlockchainAccount ; gmeow:signatureRecoveryAddress \"0xabc...\" ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a deployed program (gmeow:SmartContract) and for the off-chain real-world agent it may belong to (gmeow:Agent); the account is the on-chain address, whose binding to a person is itself an attestation, not a given."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the account by its address, locate it on its gmeow:BlockchainNetwork, and recover it from a signature via gmeow:signatureRecoveryAddress; bind it to a real-world gmeow:Agent only through an explicit identity-binding Attestation."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to model an address-controlled account that signs ledger transactions or holds assets — the on-chain signing identity behind a blockchain claim, aligned to CAIP-10 / did:pkh."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/BlockchainNetwork> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                         rdfs:label "Blockchain Network"@x-gmeow-english ;
                                                         skos:definition "A blockchain network identified by a chain identifier (e.g. CAIP-2 chainId)."@x-gmeow-english ;
                                                         skos:example "ex:ethMainnet a gmeow:BlockchainNetwork ; gmeow:chainId \"eip155:1\" ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for an individual block, transaction, or account on the network (those are their own classes); the network is the chain itself, not its records."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the network with gmeow:chainId (the EL minimum, e.g. eip155:1); reference it from gmeow:SmartContract, gmeow:BlockchainAccount, and gmeow:LedgerTransaction so on-chain identifiers resolve against the right chain."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to model the distributed-ledger network a transaction, contract, or account belongs to — identified by its chain id (CAIP-2) — when the chain context is needed to interpret on-chain evidence."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/BodyPart> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                rdfs:label "Body Part"@x-gmeow-english ;
                                                skos:definition "A MIME part of a message's body, with a media type and content."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/BodyValue> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                 rdfs:label "Body Value"@x-gmeow-english ;
                                                 skos:definition "A decoded body-content object stored as a separate information object, typically the result of extracting or decoding a MIME BodyPart. Linked to its source BodyPart by gmeow:wasDerivedFrom; not a literal property on the part."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/BookRelease> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                   rdfs:label "Book Release"@x-gmeow-english ;
                                                   skos:definition "A concrete published edition or release of a book — an out-of-universe information object and rights-bearing publication artifact. A specialization of gmeow:Manifestation. Distinct from the in-universe narrative frame it contributes to; linked via gmeow:sourceFor."@x-gmeow-english ;
                                                   skos:example "ex:firstEdition a gmeow:BookRelease ; gmeow:identifier \"978-0-13-468599-1\" ; gmeow:sourceFor ex:narrativeFrame ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for the abstract literary work the edition realises (use gmeow:LiteraryWork) and avoid conflating it with the in-universe narrative frame it sources (link by gmeow:sourceFor)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Type the edition gmeow:BookRelease, carry its ISBN on gmeow:identifier and gmeow:mediaType / gmeow:extent; link the abstract work it manifests and the narrative frame it sources via gmeow:sourceFor."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a concrete published edition or release of a book — the rights-bearing, ISBN-carrying publication artifact at the gmeow:Manifestation tier."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Bookmark> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notes> ;
                                                rdfs:label "Bookmark"@x-gmeow-english ;
                                                skos:definition "An annotation that records a target resource for later retrieval, motivated by bookmarking. Typically has no body and no selector (the target entity itself is the bookmarked resource)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Branch> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                              rdfs:label "Branch"@x-gmeow-english ;
                                              skos:definition "A mutable pointer to a line of development in a repository — a named reference that advances as new commits are added. An InformationObject, not an Event or Entity."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/BranchConditionType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                           rdfs:label "Branch Condition Type"@x-gmeow-english ;
                                                           skos:definition "The kind of guard condition on a control-flow edge — a VALUE, never a subclass. Evaluated solver-side (Principle 12). The set is open; new condition kinds are fresh individuals."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/BuildActivity> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                     rdfs:label "Build Activity"@x-gmeow-english ;
                                                     skos:definition "A software build process that transforms source code into one or more distribution artifacts. The build activity consumes a commit or repository and produces a concrete distribution (tarball, wheel, binary, container image). Aligned to SLSA provenance buildType and PROV-O Activity by reference."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Builder> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                               rdfs:label "Builder"@x-gmeow-english ;
                                               skos:definition "The build system or agent that performs a BuildActivity — e.g. GitHub Actions, GitLab CI, Jenkins, Buildkite, or a local make invocation. A SoftwareAgent scoped to the build role."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CadastralReference> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "Cadastral Reference"@x-gmeow-english ;
                                                          skos:definition "A structured identifier for a land-administration record — a parcel number, folio identifier, title number, lot reference, or survey plan reference issued by a cadastral registry. Carries the reference value, its type, the issuing authority, and the jurisdiction under which it is valid. Temporal validity (re-survey, re-numbering) is carried with validFrom / validUntil on the reference itself."@x-gmeow-english ;
                                                          skos:example "ex:cr a gmeow:CadastralReference ; gmeow:referenceValue \"Lot 42, Plan 12345\" ; gmeow:referenceAuthority ex:landRegistry ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for the simple flat link from a place to a bare identifier when value/type/authority/jurisdiction need not be separated, and avoid for the parcel place itself (that is a Place)."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Mint CadastralReference, set the functional gmeow:referenceValue, gmeow:referenceType, gmeow:referenceAuthority, gmeow:referenceJurisdiction, and link from the place via gmeow:hasCadastralReference; carry re-survey validity with validFrom / validUntil."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a structured land-administration identifier — parcel number, folio, title, lot, or survey-plan reference issued by a registry."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CadastralReferenceType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                              rdfs:label "Cadastral Reference Type"@x-gmeow-english ;
                                                              skos:definition "The kind of a cadastral reference (parcel identifier, folio number, title number, lot number, survey plan reference, etc.). A value, not a subclass: the set is open-ended and they share all of CadastralReference's structure, so a new kind is a new individual, not a new class (Principle 9)."@x-gmeow-english ;
                                                              skos:example "ex:referenceTypeStrataPlan a gmeow:CadastralReferenceType ."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid subclassing CadastralReference for a new kind (Principle 9)."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the kind as a gmeow:CadastralReferenceType individual and reference it via gmeow:referenceType."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use to mint a new kind of cadastral reference as an individual on the open value vocabulary."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Calendar> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                rdfs:label "Calendar"@x-gmeow-english ;
                                                skos:definition "A CalDAV-style collection of scheduled events — an information object that aggregates calendar members and carries a default time zone. The container, not the contents."@x-gmeow-english ;
                                                skos:example "ex:workCal a gmeow:Calendar ; gmeow:calendarTimeZone ex:torontoZone ; gmeow:calendarMember ex:standupEvent ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a single event (use gmeow:Event) or a recurrence generator (use gmeow:EventSchedule); the calendar holds members, it does not generate or place them."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Aggregate events with gmeow:calendarMember and set one gmeow:calendarTimeZone as the default; place an event's own offset on gmeow:eventTimeZone when it differs from the calendar default."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                      <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a named collection that aggregates events and supplies a default time zone — a CalDAV-style container reused across the scheduling layer; the container, not any one event it holds."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CalendarMethod> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                      rdfs:label "Calendar Method"@x-gmeow-english ;
                                                      skos:definition "The iCalendar METHOD of a calendar component carried by an email — a VALUE vocabulary (individuals, never subclasses). Aligned to RFC 5546/iTIP: REQUEST, REPLY, CANCEL, PUBLISH, COUNTER, DECLINECOUNTER, ADD, REFRESH."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CalendarSystem> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                      rdfs:label "Calendar System"@x-gmeow-english ;
                                                      skos:definition "The rules mapping a time scale to human-readable dates. Co-equal: Gregorian is one peer among Julian, Hebrew, Islamic, Chinese, Persian, Ethiopian, Coptic, ISO week, and others (Principle 9)."@x-gmeow-english ;
                                                      skos:example "ex:myCalendar a gmeow:CalendarSystem ; rdfs:label \"Hebrew calendar\"@en ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid privileging Gregorian as a silent default and avoid using it where only a scale matters (Julian Date, TAI carry no calendar); mint individuals, never per-calendar subclasses."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded calendar individual from a frame via gmeow:frameCalendarSystem; keep it optional, since some frames (e.g. atomic Julian Date) need a scale only."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the calendar reckoning a date is expressed in when a frame must record more than a bare scale — Gregorian, Julian, Hebrew, Islamic, and the rest are co-equal peers (P9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Capacity> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                rdfs:label "Capacity"@x-gmeow-english ;
                                                skos:definition "A measurement of the maximum number of entities a location can hold. The location is the observedFeature; the result is a ScalarQuantity. The entity kind being counted is implicit from the location's placeType and the ScalarQuantity's hasUnit (P11). A contested capacity (e.g., fire code vs. venue claim) is modelled as multiple co-existing Capacity measurements, each standpoint-indexed and confidence-weighted, never collapsing to a single winner (P9). A superseded capacity (e.g., after renovation) is suppressed via displayable false, never deleted (P10)."@x-gmeow-english ;
                                                skos:example "ex:cap a gmeow:Capacity ; gmeow:capacityOf ex:hall ; gmeow:observationResult ex:scalar500 ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid collapsing fire-code vs venue-claim capacities into one (Principle 9) and avoid deleting a post-renovation capacity — suppress with gmeow:displayable false (Principle 10)."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Mint Capacity, set gmeow:capacityOf, point gmeow:observationResult at a ScalarQuantity whose hasUnit fixes what is counted, and index competing claims with gmeow:accordingTo."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to reify the maximum number of entities a location can hold, as a Measurement; contested capacities coexist as standpoint-indexed instances."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CarrierMedium> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                     rdfs:label "Carrier Medium"@x-gmeow-english ;
                                                     skos:definition "The medium of a physical carrier — a VALUE vocabulary (individuals, never subclasses). Print, e-ink file, optical disc, and server object are examples; the set is open."@x-gmeow-english ;
                                                     skos:example "gmeow:mediumPrint a gmeow:CarrierMedium ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid confusing it with the publishable format (gmeow:ManifestationFormat — a 'paperback' is a format, 'print' is its carrier medium) and avoid per-medium subclasses."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded gmeow:CarrierMedium individual from a creative work or carrier via gmeow:medium; extend with new individuals (not subclasses) when a new substrate appears."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for the material medium of a physical carrier — print, e-ink file, optical disc, server object; referenced by gmeow:medium."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Cascade> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                               rdfs:label "Cascade"@x-gmeow-english ;
                                               skos:definition "A NAMED chain of causal links — 'Trust Collapse: betrayal dissolves the bond, bond dissolution kills the will to survive.' A social object: the cascade exists as a recognized failure narrative, independent of anything ever occurring. Entered at gmeow:cascadeFirstLink, walked by gmeow:linkNext, graded by gmeow:cascadeSeverity. Acyclic within itself (SHACL); propagation arithmetic is solver work (Principle 12)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CausalLink> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                  rdfs:label "Causal Link"@x-gmeow-english ;
                                                  skos:definition "A reified type-level causal claim — antecedent kind × consequent kind × modality, with optional mechanism prose and solver-input strength. Mint one when HOW the causation works must be first-class; the 80% case stays flat gmeow:typeCauses (reify-on-demand, Principle 4). Whose claim it is rides the statement layer; two analysts' divergent links coexist (Principle 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CausalModality> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                      rdfs:label "Causal Modality"@x-gmeow-english ;
                                                      skos:definition "The force of a causal link — an OPEN value vocabulary seeded with necessitates (the antecedent suffices), promotes (raises likelihood), enables (makes possible), prevents (blocks). Distinct from gmeow:standpointModality (doxastic — how firmly a frame believes the link) and from gmeow:hasDeterminacy (ontic): causal modality is what the link CLAIMS about the world's mechanics."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CelestialCoordinates> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                            rdfs:label "Celestial Coordinates"@x-gmeow-english ;
                                                            skos:definition "A point on the celestial sphere expressed as right ascension, declination, and an optional epoch — frame-relative per Principle 11. The reference frame (ICRS, FK5, Galactic, etc.) is declared via gmeow:coordinateFrame."@x-gmeow-english ;
                                                            skos:example "ex:vegaCoords a gmeow:CelestialCoordinates ; gmeow:rightAscension 279.23 ; gmeow:declination 38.78 ; gmeow:coordinateFrame gmeow:referenceFrameICRS ."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for terrestrial points (GeoCoordinates) and avoid stating RA/Dec without gmeow:coordinateFrame and, for moving bodies, gmeow:celestialEpoch (Principle 11)."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Mint CelestialCoordinates with gmeow:rightAscension / gmeow:declination / gmeow:celestialEpoch and declare the frame via gmeow:coordinateFrame."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a point on the celestial sphere — right ascension, declination, optional epoch — when the sky frame (ICRS, FK5, Galactic) is explicit."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CelestialLocation> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "Celestial Location"@x-gmeow-english ;
                                                         skos:definition "An astronomical location — a position on the celestial sphere, a solar-system body, a spacecraft, or a deep-sky object. The specific kind is given by gmeow:celestialObjectType (a value), not a subclass, so any astronomical object from star to galaxy cluster can be a first-class entity with its own coordinates and external identifiers (SIMBAD, NED, VizieR)."@x-gmeow-english ;
                                                         skos:example "ex:vega a gmeow:CelestialLocation ; gmeow:celestialObjectType gmeow:celestialObjectTypeStar ; gmeow:hasCelestialCoordinates ex:vegaCoords ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a terrestrial place (Place) and avoid minting a subclass per object kind (kinds are gmeow:celestialObjectType values, Principle 9)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Type as CelestialLocation, set gmeow:celestialObjectType, attach gmeow:hasCelestialCoordinates, and coreference external catalogues (SIMBAD, NED, VizieR) via the coreference slice."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use for an astronomical locus — a sky position, solar-system body, spacecraft, or deep-sky object — typed by gmeow:celestialObjectType."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CelestialObjectType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                           rdfs:label "Celestial Object Type"@x-gmeow-english ;
                                                           skos:definition "The kind of an astronomical object (star, galaxy, nebula, planet, asteroid, spacecraft, etc.). A value, not a CelestialLocation subclass: the set is open-ended (IVOA object-type vocabulary lists ~100 types) and they share the same structure."@x-gmeow-english ;
                                                           skos:example "ex:celestialObjectTypeQuasar a gmeow:CelestialObjectType ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid subclassing CelestialLocation per object kind (Principle 9)."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the kind as a gmeow:CelestialObjectType individual and reference it via gmeow:celestialObjectType."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use to mint or reference a kind of astronomical object (the IVOA object-type superset) as a value individual."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CelestialReferenceOrigin> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                                rdfs:label "Celestial Reference Origin"@x-gmeow-english ;
                                                                skos:definition "The origin of a celestial coordinate system (topocentric, geocentric, barycentric, heliocentric, etc.). A value vocabulary aligned to IVOA refposition."@x-gmeow-english ;
                                                                skos:example "ex:refOriginHeliocentric a gmeow:CelestialReferenceOrigin ."@x-gmeow-english ;
                                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid encoding the origin as a frame subclass (Principle 9)."@x-gmeow-english ;
                                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the origin as a gmeow:CelestialReferenceOrigin individual and reference it from a celestial frame via gmeow:hasReferencePosition."@x-gmeow-english ;
                                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to mint or reference the origin of a celestial coordinate system (topocentric, geocentric, barycentric, heliocentric), aligned to IVOA refposition."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Certification> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                                     rdfs:label "Certification"@x-gmeow-english ;
                                                     skos:definition "A reified attestation that a cryptographic key belongs to a given identity, made by a certifying agent (a PGP key-signature / Web-of-Trust certification). Its validity window is carried with gmeow:validFrom/validUntil; revocation sets validUntil."@x-gmeow-english ;
                                                     skos:example "ex:cert1 a gmeow:Certification ; gmeow:certifier ex:bob ; gmeow:certifiedKey ex:lillithKey ; gmeow:certifiedIdentity ex:lillith ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for an agent's subjective trust in another agent (that is gmeow:TrustAssertion) and for mere key possession (gmeow:holdsKey); a certification is a third-party binding claim, and a contested binding is recorded as competing standpoints, never a primaryCertification flag (Principle 9)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the relator, bind gmeow:certifier, gmeow:certifiedKey, and gmeow:certifiedIdentity (the EL minimum), set gmeow:certificationLevel, and carry the window with gmeow:validFrom / gmeow:validUntil — revocation sets gmeow:validUntil; a disputed binding rides the cross-cutting gmeow:accordingTo standpoint axis."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to reify a Web-of-Trust attestation — a PGP key-signature — that a certifying agent vouches a given key belongs to a given identity; the relator that mediates certifier, key, and identity and carries its own dated validity window."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CharacterArc> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                    rdfs:label "Character Arc"@x-gmeow-english ;
                                                    skos:definition "A first-class interpretive/structural information object describing a character's trajectory through a narrative — a standpoint-scoped analysis, never canonical truth. A gufo:Kind with distinct identity criteria (subject, frame, and type). Cross-continuity variants are linked by counterpartOf, never merged."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/frameCardinality> "exactly-one" ;
                                                    <https://blackcatinformatics.ca/gmeow/requiresFrame> <https://blackcatinformatics.ca/gmeow/arcFrame> .


<https://blackcatinformatics.ca/gmeow/Chunk> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                             rdfs:label "Chunk"@x-gmeow-english ;
                                             skos:definition "A contiguous segment of a source information object, produced by a chunking step for retrieval — the unit a retrieval returns, a model reads, and an evidence span pins into. Located in its source by gmeow:chunkOf + gmeow:spanStart/gmeow:spanEnd and content-addressed via the EXISTING gmeow:contentDigest (sources slice), so 'which exact bytes did the model see?' is answerable after the fact."@x-gmeow-english ;
                                             skos:example "ex:c1 a gmeow:Chunk ; gmeow:chunkOf ex:doc ; gmeow:spanStart 0 ; gmeow:spanEnd 512 ; gmeow:contentDigest ex:sha256 ."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid typing the whole source document as a Chunk (the source is a plain gmeow:InformationObject) and avoid re-chunking by re-pointing — a new segmentation mints fresh Chunk individuals, since gmeow:chunkOf is functional."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Type the segment gmeow:Chunk, locate it with gmeow:chunkOf + gmeow:spanStart/gmeow:spanEnd, content-address it with the existing gmeow:contentDigest, and let evidence spans pin into it via gmeow:spanOfChunk."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a retrieval-sized segment cut from a larger source — the unit a retriever returns, a model reads, and an evidence span pins into; the genuinely missing information-object kind in the Source → Chunk → EvidenceSpan → claim spine."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CitationAct> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/citations> ;
                                                   rdfs:label "Citation Act"@x-gmeow-english ;
                                                   skos:definition "A reified citation: a citing entity cites a cited entity with a typed intent, optionally via a selector (a pinpoint into the cited work), carrying provenance, confidence, and standpoint. Replaces the old hasSource/citesSource: genealogical evidence is a CitationAct with intent intentCitesAsDataSource toward a creative work, via a selector. ENACTS rather than describes the cited work (kernel gmeow:hasAboutness gmeow:aboutnessEnacts): the act points at the work, it does not become a description of it."@x-gmeow-english ;
                                                   skos:example "ex:citeAct a gmeow:CitationAct ; gmeow:citingEntity ex:birthClaim ; gmeow:citedEntity ex:parishRegister ; gmeow:citationIntent gmeow:intentCitesAsDataSource ; gmeow:viaSelector ex:page42 ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the flat 80%-case where an entity simply cites a work with no typed intent or locus (use gmeow:cites and promote on demand), and avoid using it to record that a work merely describes its subject — citing enacts, it does not describe (kernel gmeow:hasAboutness)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one CitationAct per citation, bind gmeow:citingEntity and gmeow:citedEntity (each functional), set gmeow:citationIntent to a gmeow:CitationIntent value, add gmeow:viaSelector pinpoints, and carry confidence/provenance/standpoint on the statement layer; project to CITATION.cff, CrossRef, or CiTO from the typed node."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ,
                                                                                                         <https://blackcatinformatics.ca/gmeow/consumerResearchQueue> ,
                                                                                                         <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use when a citation needs its own intent, pinpoint selector, provenance, confidence, or standpoint to be first-class — scholarly references, genealogical evidence links, dataset provenance — rather than a bare entity-to-work pointer."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CitationIntent> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/citations> ;
                                                      rdfs:label "Citation Intent"@x-gmeow-english ;
                                                      skos:definition "The intent with which one entity cites another — a VALUE vocabulary (individuals, never subclasses) characterizing a gmeow:CitationAct. Bridged by reference to CiTO sub-properties (e.g. cito:citesAsDataSource). The set is open."@x-gmeow-english ;
                                                      skos:example "ex:intent a gmeow:CitationIntent ; rdfs:label \"refutes\"@en ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting a subclass for a new intent (intents are individuals on an open vocabulary) and avoid using it where the contribution's weight, not the citation's purpose, is meant — that is gmeow:ContributionDegree."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded gmeow:intent* individual from gmeow:citationIntent; extend by minting a new individual with rdfs:label and skos:definition, aligned to a CiTO sub-property by reference (Principle 5) rather than imported as axioms."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the open value vocabulary for citation intent — referenced from a gmeow:CitationAct via gmeow:citationIntent, or extended with a new individual when a CiTO-style intent not yet seeded is needed."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ClaimVeridicality> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                         rdfs:label "Claim Veridicality"@x-gmeow-english ;
                                                         skos:definition "The veridicality status of a claim — whether it is untrue, licensed-false (fiction, satire, sarcasm), or true. A closed value vocabulary (individuals, never subclasses) that makes the licensed-falsehood safety property explicit, separating intentional deception from harmless fictional assertion."@x-gmeow-english ;
                                                         skos:example "gmeow:veridicalityLicensedFalsehood a gmeow:ClaimVeridicality ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting per-status subclasses (statuses are individuals) and avoid using it as a global truth flag; veridicality is a frame-relative, standpoint-indexed assessment, never an isFalse axiom (Principle 11)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Reference the seeded individuals (gmeow:veridicalityUntrue, gmeow:veridicalityLicensedFalsehood) from a claim via gmeow:claimVeridicality; extend with new individuals rather than subclasses if a finer status is needed."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary behind gmeow:claimVeridicality — the closed set of individuals (untrue, licensed falsehood) that distinguish harmless fictional assertion from deceptive untruth as an explicit safety property."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CodeReview> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                  rdfs:label "Code Review"@x-gmeow-english ;
                                                  skos:definition "The event of reviewing code changes for quality, correctness, and policy compliance — an event (not an Activity, because reviewing is observation-like) with a reviewer, a merge request or commit under review, and an outcome. Distinct from gmeow:Review, which is the InformationObject artifact produced by the review. The event type is gmeow:eventTypeCodeReview."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CodecClass> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                  rdfs:label "Codec Class"@x-gmeow-english ;
                                                  skos:definition "The capability class of a transform codec — encode, compress, or encrypt (spec §8). Determines the degradation path when the capability is missing: unknown-codec or missing-key opacity."@x-gmeow-english ;
                                                  skos:example "gmeow:codecClassEncrypt a gmeow:CodecClass ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting classes as subclasses (they are individuals) and avoid using this to name a concrete codec; it is the capability category, while gmeow:TransformCodec names the algorithm."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Reference the seeded classes (encode, compress, encrypt) from a codec via gmeow:codecClass; encrypt-class codecs degrade to missing-key opacity, the others to unknown-codec opacity when a reader lacks the library."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for codec capability classes — the small set (encode, compress, encrypt) that determines whether a missing capability yields unknown-codec or missing-key opacity."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CognitiveState> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/cognition> ;
                                                      rdfs:label "Cognitive State"@x-gmeow-english ;
                                                      skos:definition "An agent's intrinsic knowing mode toward a subject — the mental moment grounding the knowledge spectrum and the reified gmeow:KnowledgeProficiency. The agent-side 'knowing' sibling of epistemics' doxastic states and teleology's gmeow:IntentionalMode, all gathered under gmeow:MentalMoment (kernel) so an agent's whole mental life is queryable as one family (Principle 15). Inheres in exactly one agent. NOTE: a CognitiveState (mode) and a gmeow:KnowledgeProficiency (relator) for the same knowing relation are DIFFERENT individuals — never double-typed (Principle 12)."@x-gmeow-english ;
                                                      skos:example "ex:lillithKnowsPython a gmeow:CognitiveState ; gmeow:inheresIn ex:lillith ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerFoafExport> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid double-typing the same knowing relation as both a CognitiveState (mode) and a gmeow:KnowledgeProficiency (relator) — they are different individuals (Principle 12); avoid it for the flat 80% case (use the gmeow:isAwareOf … gmeow:hasMastered spectrum) and for a reasoning EPISODE that unfolds in time (that is a gmeow:MentalProcess, mentation)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one CognitiveState inhering in the agent; carry the depth as the flat spectrum or promote to a gmeow:KnowledgeProficiency relator when level/scale/interval/standpoint matter, and let the mentation slice's gmeow:realizesMoment bridge a knowing-process to the moment it settles."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                            <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ,
                                                                                                            <https://blackcatinformatics.ca/gmeow/consumerResearchQueue> ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to type an agent's intrinsic knowing mode as a first-class mental moment — the endurant state that grounds the knowledge spectrum and is queried alongside doxastic and conative modes under gmeow:MentalMoment (Principle 15)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Collection> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                  rdfs:label "Collection"@x-gmeow-english ;
                                                  skos:definition "An aggregation of resources published or curated as a unit — an anthology, album, gallery, or series bundle. A specialization of gmeow:Work whose members ride the universal gmeow:hasPart spine."@x-gmeow-english ;
                                                  skos:example "ex:anthology a gmeow:Collection ; gmeow:hasPart ex:story1, ex:story2 ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for an ongoing ordered feed (use gmeow:DataFeed, which subclasses Collection) and avoid minting a membership subproperty — members ride gmeow:hasPart."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Type the aggregate gmeow:Collection and attach its members via gmeow:hasPart; an ordered streaming aggregate is the gmeow:DataFeed specialization."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use for an aggregation of resources curated as a unit — an anthology, album, or gallery at the gmeow:Work tier; its members ride the universal part spine."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CollectionMemberRole> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                            rdfs:label "Collection Member Role"@x-gmeow-english ;
                                                            skos:definition "The role of a pitch within a collection — tonic/finalis, vādī, samvādī, ghammāz, ascent-only, descent-only, ornamental, or generic member. A value vocabulary of individuals; never subclassed (Principle 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Comment> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notes> ;
                                               rdfs:label "Comment"@x-gmeow-english ;
                                               skos:definition "A note that replies to an annotation or another comment — a threaded discussion node. Every Comment has exactly one commentParent (the annotation or comment being replied to). The transitive hasReply reaches all descendants in the thread. A note without a parent is a plain Note, not a Comment."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Commit> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                              rdfs:label "Commit"@x-gmeow-english ;
                                              skos:definition "A version-control commit — a content-addressed provenance event that records a change to a repository's history. The history facet of the five-facet model; distinct from the project, product, codebase, and repository. Carries author and committer attribution, timestamps, parentage, and a content digest. Aligned to Software Heritage Revision and git commit objects by reference."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Commitment> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/teleology> ;
                                                  rdfs:label "Commitment"@x-gmeow-english ;
                                                  skos:definition "A social commitment — an agent committed toward at least one other agent to bring about a goal (UFO-C: social moment). A relator, not a mode: it mediates the committed agent (gmeow:committedAgent) and the beneficiaries (gmeow:commitmentBeneficiary), who must be distinct (SHACL). A covenant, a contract promise, and a service-level agreement are Commitments; the agreements and contracts modules carry the document and the legal wrapper, this class carries the teleological bond itself."@x-gmeow-english ;
                                                  skos:example "ex:slaPromise a gmeow:Commitment ; gmeow:committedAgent ex:vendor ; gmeow:commitmentBeneficiary ex:client ; gmeow:intentionGoal ex:ninetyNinePercentUptime ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for intrinsic modes that hold no one accountable (use gmeow:Desire or gmeow:Intention) and for the document or legal wrapper (those live in the agreements and contracts modules); the beneficiary must be distinct from the committed agent."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one Commitment per direction — model mutual promises as two Commitments so withdrawal, breach, and tenure stay independent; bind gmeow:committedAgent, one or more gmeow:commitmentBeneficiary, and the gmeow:intentionGoal, and carry the period on the relator itself."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the social commitment grade — an agent bound TOWARD at least one distinct other agent to bring about a goal (a covenant, a contract promise, a service-level agreement), where the bond itself is first-class."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Community> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                                 rdfs:label "Community"@x-gmeow-english ;
                                                 skos:definition "A graph-clustering community (Leiden or similar) over extracted-entity descriptions, at a level (gmeow:communityLevel) of the cluster hierarchy. The clustering run is provenance via the EXISTING gmeow:wasGeneratedBy."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CommunitySummary> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                                        rdfs:label "Community Summary"@x-gmeow-english ;
                                                        skos:definition "A pre-generated summary of a community — GraphRAG's global-question substrate, gmeow:wasDerivedFrom the community's members and chunks and gmeow:wasGeneratedBy its generating invocation (EXISTING provenance), hence revisable rather than a black box."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ComplianceAssessment> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                            rdfs:label "Compliance Assessment"@x-gmeow-english ;
                                                            skos:definition "An observation that an event complied with or violated a norm — vantage = the assessor. The reified form of gmeow:violates / gmeow:complies, for when who-judged, on-what-evidence, and how-confidently must be first-class. Two assessors disagreeing are two coexisting cells; no global compliance verdict exists (Principle 9)."@x-gmeow-english ;
                                                            skos:example "ex:ca1 a gmeow:ComplianceAssessment ; gmeow:assessedEvent ex:leakEvent ; gmeow:assessedNorm ex:n1 ; gmeow:complianceVerdict gmeow:verdictNotHeld ."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for the ordinary case (flat gmeow:violates / gmeow:complies carry it more cheaply) and avoid expecting a single global verdict — disagreeing assessors coexist (Principle 9)."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the assessment, name the event with gmeow:assessedEvent, the norm with gmeow:assessedNorm, the verdict with gmeow:complianceVerdict, and carry the assessor as the observation vantage."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use the reified form when who-judged, on-what-evidence, or how-confidently an event complied or violated must be first-class."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Condition> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                 rdfs:label "Condition"@x-gmeow-english ;
                                                 skos:definition "A describable circumstance — the trigger of a conditional norm, the activation context of a persona, the antecedent of a causal link (risk design). The canonical form is PROSE (gmeow:conditionText, mandatory by SHACL); machine formalizations attach via gmeow:formalizedAs, and each formalization is a claim of equivalence to the prose, challengeable through the statement layer. Whether the condition held at some moment is a gmeow:ConditionEvaluation — a vantage-indexed Observation — never a graph entailment. The ontology stores conditions; it never executes them (Principle 12)."@x-gmeow-english ;
                                                 skos:example "ex:c1 a gmeow:Condition ; gmeow:conditionText \"the data subject has requested erasure\" ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid executing or evaluating a condition during validation (the ontology stores conditions, never runs them — Principle 12) and avoid treating an attached formalization as the canonical form; the prose is canonical."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the condition with mandatory gmeow:conditionText prose, attach machine formalizations via gmeow:formalizedAs (each a challengeable equivalence claim), and record whether it held as a gmeow:ConditionEvaluation."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a describable circumstance — a norm's trigger, a persona's activation context, a causal antecedent — whose canonical form is prose and whose holding is observed, never entailed."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ConditionEvaluation> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                           rdfs:label "Condition Evaluation"@x-gmeow-english ;
                                                           skos:definition "An observation that a condition held, did not hold, or could not be determined at some moment — vantage = the evaluator (an agent, a solver run, a model). The verdict is a recorded observation, NEVER a graph entailment: two evaluators returning different verdicts for one condition are two coexisting cells (Principle 9). The evaluation run itself attaches via gmeow:observationEvent; the evaluated condition rides gmeow:evaluatedCondition ⊑ gmeow:observedFeature."@x-gmeow-english ;
                                                           skos:example "ex:ev1 a gmeow:ConditionEvaluation ; gmeow:evaluatedCondition ex:c1 ; gmeow:evaluationVerdict gmeow:verdictHeld ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid treating a verdict as global truth (two evaluators may return different verdicts that coexist — Principle 9) and avoid having validation tooling execute the condition to produce it (Principle 12)."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the evaluation, name the condition with gmeow:evaluatedCondition, the outcome with gmeow:evaluationVerdict, and carry the evaluator as the observation vantage; group members get their own evaluations."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record that an evaluator found a condition held, did not hold, or was undetermined at some moment — a vantage-indexed observation, never a graph entailment."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ConditionExpression> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                           rdfs:label "Condition Expression"@x-gmeow-english ;
                                                           skos:definition "A machine formalization of a condition in a named expression language. STORED, NEVER EXECUTED: no CI step, test, or tool may evaluate a ConditionExpression against the graph as part of validation (Principle 12 made operational). Attaching one to a Condition (gmeow:formalizedAs) is a claim that the expression captures the prose — a claim like any other, carrying confidence and vantage through the statement layer."@x-gmeow-english ;
                                                           skos:example "ex:e1 a gmeow:ConditionExpression ; gmeow:expressionLanguage gmeow:exprLangSparqlAsk ; gmeow:expressionText \"ASK { ?s ex:requestedErasure true }\" ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid evaluating it against the graph during validation (stored, never executed — Principle 12) and avoid treating it as the canonical condition; the prose gmeow:conditionText is canonical."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the expression with gmeow:expressionText and gmeow:expressionLanguage, attach it to a gmeow:Condition via gmeow:formalizedAs, and carry the equivalence claim's confidence and vantage on the statement layer."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use to carry a machine formalization of a condition in a named expression language — SPARQL ASK, CEL, Rego, Cedar, XACML, SHACL — as a stored, challengeable equivalence claim."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ConditionGroup> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                      rdfs:label "Condition Group"@x-gmeow-english ;
                                                      skos:definition "A composite condition — all-of, any-of, or none-of its members (arbitrary and/or/not trees by nesting groups). Requires an operator and at least two members (SHACL). A group is itself a Condition: it carries its own prose summary and can be evaluated, formalized, and reused like any other."@x-gmeow-english ;
                                                      skos:example "ex:cg1 a gmeow:ConditionGroup ; gmeow:groupOperator gmeow:operatorAll ; gmeow:groupMember ex:c1 , ex:c2 ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for a single condition (use a plain gmeow:Condition) and avoid an under-filled group — it requires an operator and at least two members (SHACL)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the group, set gmeow:groupOperator, attach at least two gmeow:groupMember conditions, and give it its own gmeow:conditionText summary; it behaves as a Condition everywhere."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to combine member conditions with explicit and/or/not logic — nest groups for arbitrary boolean trees."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ConditionParameter> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                          rdfs:label "Condition Parameter"@x-gmeow-english ;
                                                          skos:definition "A named binding that instantiates a condition template — 'threshold = 0.8', 'jurisdiction = Canada'. Lets one Condition serve many norms with different bindings."@x-gmeow-english ;
                                                          skos:example "ex:p1 a gmeow:ConditionParameter ; gmeow:parameterName \"threshold\" ; gmeow:parameterValue \"0.8\" ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid duplicating a whole condition per binding (parameterize it instead) and avoid carrying both a literal and an entity binding on one parameter (it carries exactly one — SHACL)."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the parameter with gmeow:parameterName and exactly one of gmeow:parameterValue / gmeow:parameterEntity, then attach it to the condition via gmeow:conditionParameter."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to bind a named slot of a condition template so one Condition can serve many norms with different values — 'threshold = 0.8', 'jurisdiction = Canada'."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ConflictStrategy> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                        rdfs:label "Conflict Strategy"@x-gmeow-english ;
                                                        skos:definition "A policy conflict-resolution strategy — the ODRL conflict values perm / prohibit / invalid."@x-gmeow-english ;
                                                        skos:example "ex:cs a gmeow:ConflictStrategy ; rdfs:label \"prohibition wins\"@en ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting per-strategy subclasses (strategies are individuals, Principle 9) and avoid using it for the atomic comparison operators, which are gmeow:ConstraintOperator."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded value (gmeow:conflictPerm, gmeow:conflictProhibit, gmeow:conflictInvalid) from gmeow:conflictStrategy."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for the policy conflict-resolution axis — the ODRL strategy (perm, prohibit, invalid) a rights statement declares via gmeow:conflictStrategy."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Connection> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/connectivity> ;
                                                  rdfs:label "Connection"@x-gmeow-english ;
                                                  skos:definition "A reified traversable link between two entities, able to bear its own period, cost, weight, bandwidth, confidence, and standpoint. The flat shortcut is gmeow:connectsTo; promote to Connection when metadata matters."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Constraint> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                  rdfs:label "Constraint"@x-gmeow-english ;
                                                  skos:definition "The abstract base of a condition on a rights rule (odrl:Constraint) — specialised by gmeow:AtomicConstraint (a leftOperand / operator / rightOperand comparison, e.g. dateTime ≤ 2030, spatial = EU, count ≤ 5) and gmeow:LogicalConstraint (a boolean combination of constraints). A licence's temporal bound is an AtomicConstraint over the dateTime operand."@x-gmeow-english ;
                                                  skos:example "ex:c a gmeow:AtomicConstraint ; gmeow:leftOperand gmeow:leftOpSpatial ; gmeow:constraintOperator gmeow:operatorEq ; gmeow:rightOperand \"EU\" ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid typing an instance as a bare gmeow:Constraint (the two kinds are disjoint and one always applies) and avoid using a constraint where a simple validity window suffices — a licence term is fine as gmeow:validFrom / gmeow:validUntil."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Type the condition as AtomicConstraint or LogicalConstraint, attach it to a rule with gmeow:ruleConstraint, and let the solver evaluate it; the rule holds only when all its constraints are satisfied."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the abstract base only when reasoning over any rule condition regardless of kind; for a concrete condition mint a gmeow:AtomicConstraint (one comparison) or a gmeow:LogicalConstraint (a boolean combination)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ConstraintLogic> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                       rdfs:label "Constraint Logic"@x-gmeow-english ;
                                                       skos:definition "The boolean operator of a logical constraint — odrl:and / odrl:or / odrl:xone (exactly one) / odrl:andSequence (ordered conjunction)."@x-gmeow-english ;
                                                       skos:example "ex:logXone a gmeow:ConstraintLogic ; rdfs:label \"exactly one\"@en ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting per-operator subclasses (operators are individuals, Principle 9) and avoid using it for an atomic comparison operator, which is gmeow:ConstraintOperator."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded value (gmeow:logicAnd, gmeow:logicOr, gmeow:logicXone, gmeow:logicAndSequence) from gmeow:constraintLogic."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for the boolean-combination axis — the operator (and, or, xone, andSequence) a logical constraint uses, referenced via gmeow:constraintLogic."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ConstraintOperator> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                          rdfs:label "Constraint Operator"@x-gmeow-english ;
                                                          skos:definition "The comparison operator of an atomic constraint — the ODRL operator vocabulary (eq, neq, lt, lteq, gt, gteq, isPartOf, isA, isAnyOf, …)."@x-gmeow-english ;
                                                          skos:example "ex:opLteq a gmeow:ConstraintOperator ; rdfs:label \"less than or equal to\"@en ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting per-operator subclasses (operators are individuals, Principle 9) and avoid inventing operators beyond the ODRL set; reference a seeded value."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded value (gmeow:operatorEq, gmeow:operatorLteq, …) from gmeow:constraintOperator; the set tracks the ODRL operator vocabulary."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for the comparison-operator axis — the ODRL operator (eq, lteq, isAnyOf, …) an atomic constraint applies, referenced via gmeow:constraintOperator."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ContactPoint> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                    rdfs:label "Contact Point"@x-gmeow-english ;
                                                    skos:definition "A means of reaching an agent: an email address, telephone number, postal address, or instant-messaging handle."@x-gmeow-english ;
                                                    skos:example "ex:lillithEmail a gmeow:ContactPoint ; gmeow:hasSensitivity gmeow:sensitivitySensitivePersonal ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                            <https://blackcatinformatics.ca/gmeow/consumerWikidata> ,
                                                                                                            <https://blackcatinformatics.ca/gmeow/consumerWikipedia> ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid typing a bare gmeow:ContactPoint when a more specific channel applies (use gmeow:EmailAddress, gmeow:TelephoneNumber, gmeow:PostalAddress, or gmeow:InstantMessageAddress) and avoid using it for the agent that owns the channel (that is gmeow:Agent)."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Type the channel as its most specific subkind, link it to its owner with gmeow:hasContactPoint, and attach gmeow:hasSensitivity so the projection layer can withhold or coarsen it for the wrong consumer."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                          <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the parent domain when a fact concerns a channel for reaching an agent rather than the agent itself — the anchor for contact-point usage, provider, and tenure, and the carrier of contact-data sensitivity."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ContactPointType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                        rdfs:label "Contact Point Type"@x-gmeow-english ;
                                                        skos:definition "The usage role of a contact point — a VALUE vocabulary (individuals, never subclasses). Personal, work, personal-domain, support, billing, and emergency are examples; the set is open. Projects to schema:contactType and the vCard TYPE parameter."@x-gmeow-english ;
                                                        skos:example "ex:contactPointTypeBilling a gmeow:ContactPointType ; rdfs:label \"billing\"@en ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting per-role subclasses (roles are individuals, P9) and avoid using it for the issuing organization (that is gmeow:contactPointProvider)."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded role individual from a contact point via gmeow:contactPointType, or mint a new individual when a fresh role appears; it projects to schema:contactType and the vCard TYPE parameter."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for the contact-point-usage axis — the open set of roles (personal, work, support, …) a channel declares through gmeow:contactPointType."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ContainmentTenure> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "Containment Tenure"@x-gmeow-english ;
                                                         skos:definition "The reified, time-scoped fact that a place was contained in a larger place over an interval — for boundary changes, re-organisations, and disputed parallel parents. Reifies containedInPlace over time; the plain transitive property remains the flat shortcut."@x-gmeow-english ;
                                                         skos:example "ex:ct a gmeow:ContainmentTenure ; gmeow:containmentChild ex:cityX ; gmeow:containmentParent ex:countyOld ; gmeow:duringInterval ex:pre1974 ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for the simple, current case (use flat gmeow:containedInPlace) and avoid deleting an expired containment — keep it with gmeow:displayable false (Principle 10)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Mint ContainmentTenure, set gmeow:containmentChild / gmeow:containmentParent, and scope with gmeow:duringInterval."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to reify time-scoped place-in-place containment for boundary changes, re-organisations, or disputed parallel parents."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ContentDisposition> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                          rdfs:label "Content Disposition"@x-gmeow-english ;
                                                          skos:definition "The presentation disposition of a body part — inline (displayed as part of the message body) or attachment (presented as a separate file). An open value vocabulary (individuals, never subclasses)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ContentSegment> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                      rdfs:label "Content Segment"@x-gmeow-english ;
                                                      skos:definition "A structural part of a creative work, release, or installment — a chapter, section, scene, or episode. A gufo:Kind with distinct identity criteria (position and type within a containing whole)."@x-gmeow-english ;
                                                      skos:example "ex:chapter1 a gmeow:ContentSegment ; gmeow:segmentType gmeow:segmentTypeChapter ; gmeow:segmentIndex 1 ; gmeow:segmentOf ex:novel ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for the whole work itself (use the appropriate gmeow:Work / gmeow:Manifestation) and avoid encoding the segment kind as a subclass — the kind is a gmeow:segmentType value (Principle 9)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Type the part gmeow:ContentSegment, set its kind with gmeow:segmentType and order with gmeow:segmentIndex, and attach it to its containing whole via gmeow:segmentOf (inverse gmeow:hasSegment)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a structural part of a work — a chapter, section, scene, or episode whose identity is its position and type within a containing whole."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ContentSegmentType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                          rdfs:label "Content Segment Type"@x-gmeow-english ;
                                                          skos:definition "The structural type of a content segment — a VALUE vocabulary (individuals, never subclasses). Chapter, section, scene, and paragraph are examples; the set is open."@x-gmeow-english ;
                                                          skos:example "ex:segmentTypeAct a gmeow:ContentSegmentType ; rdfs:label \"act\"@en ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting a segment-kind SUBCLASS of gmeow:ContentSegment (Principle 9 — no overtyping); a new kind is always a fresh gmeow:ContentSegmentType individual, never a class."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Add a new kind as a gmeow:ContentSegmentType individual with rdfs:label and skos:definition; reference it from a segment via the functional gmeow:segmentType."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for the segment-kind axis — the open set of individuals (chapter, section, scene, paragraph, front matter, …) that gmeow:segmentType draws from; mint a fresh individual for a kind not seeded."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ContentTransferEncoding> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                               rdfs:label "Content Transfer Encoding"@x-gmeow-english ;
                                                               skos:definition "The MIME content-transfer-encoding of a body part — the mechanism by which the part's content is encoded for transport. An open value vocabulary (individuals, never subclasses)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Contract> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/agreements> ;
                                                rdfs:label "Contract"@x-gmeow-english ;
                                                skos:definition "A legally enforceable agreement — an Agreement whose obligations are backed by a legal order, distinguished from a bare understanding only by that enforceability."@x-gmeow-english ;
                                                skos:example "ex:supplyContract a gmeow:Contract ; gmeow:hasParty ex:buyer, ex:supplier ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a non-binding understanding or informal arrangement (use the parent gmeow:Agreement) and for the teleological promise itself (gmeow:Commitment); the legal-document wrapper and clauses live in their own constructs, not on this class."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Type the relator as Contract, bind the parties with gmeow:hasParty, and ground dependent relators on it with gmeow:foundedOn; carry the validity window and the title on the relator rather than overloading the type."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use when an agreement's obligations are backed by a legal order and enforceability is the distinguishing fact — a supply contract, a licence, an employment agreement."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Contradiction> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                     rdfs:label "Contradiction"@x-gmeow-english ;
                                                     skos:definition "A reified conflict between two or more claim nodes — surfaced, attributed (gmeow:detectedBy), kind-classified (gmeow:contradictionKind), and NEVER resolved by rank. Conflicting claims coexist accordingTo their standpoints (P9); a standpoint may mark one refuted via the EXISTING gmeow:claimModality, but no winner machinery exists anywhere in the graph. Detection is itself contestable: two detectors disagreeing are two Contradiction individuals."@x-gmeow-english ;
                                                     skos:example "ex:conflict1 a gmeow:Contradiction ; gmeow:contradictsClaim ex:claimA, ex:claimB ; gmeow:detectedBy ex:nliJudge ; gmeow:contradictionKind gmeow:contradictionKindFactual ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerFoafExport> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it to resolve or rank the conflict (no winner machinery exists — conflicting claims coexist accordingTo their standpoints, and a standpoint marks one refuted via gmeow:claimModality) and avoid treating detection as settled; rival detectors are separate Contradiction individuals."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Mint a gmeow:Contradiction, bind at least two claim nodes with gmeow:contradictsClaim, attribute it with gmeow:detectedBy, classify it with gmeow:contradictionKind; leave resolution to standpoint-level gmeow:claimModality rather than deletion (P10)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/consumerResearchQueue> ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to SURFACE a conflict between two or more claim nodes as a first-class, attributed, kind-classified relator — making disagreement queryable without choosing a winner (P9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ContradictionKind> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                         rdfs:label "Contradiction Kind"@x-gmeow-english ;
                                                         skos:definition "An open value vocabulary of contradiction flavours."@x-gmeow-english ;
                                                         skos:example "ex:contradictionKindFactual a gmeow:ContradictionKind ; rdfs:label \"factual\"@en ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting a contradiction-kind SUBCLASS of gmeow:Contradiction (the kind is a value, Principle 9) and avoid confusing it with gmeow:SupportPolarity — kind is the flavour of the conflict, polarity is a span's stance toward a claim."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Add a new flavour as a gmeow:ContradictionKind individual with rdfs:label and skos:definition; reference it from a gmeow:Contradiction via gmeow:contradictionKind."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the open value vocabulary for the contradiction-flavour axis — the kinds (factual, temporal, numeric, framing, …) that gmeow:contradictionKind draws from; mint a fresh individual for a flavour not seeded."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Contribution> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                    rdfs:label "Contribution"@x-gmeow-english ;
                                                    skos:definition "A reified relator binding a contributor (Agent), a contribution target (a Work, Expression, Manifestation, or Item), a contribution role, and an optional degree, carrying provenance, period, and confidence. THE universal credit construct; creative authorship, CRediT research roles, and mapping/software authorship are all Contributions. Flat shortcuts (gmeow:hasAuthor, gmeow:hasTranslator, …) cover the 80% query case."@x-gmeow-english ;
                                                    skos:example "ex:c1 a gmeow:Contribution ; gmeow:contributor ex:bernhard ; gmeow:contributionTarget ex:hamletGermanTranslation ; gmeow:contributionRole gmeow:roleTranslator ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the plain 80% case where only the agent matters — assert a flat shortcut (gmeow:hasAuthor, gmeow:hasTranslator) instead — and avoid minting per-role subclasses of Contribution; the role is a value (gmeow:contributionRole), not a type."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the relator and bind gmeow:contributor, gmeow:contributionTarget, and gmeow:contributionRole (each functional per relator); add gmeow:contributionDegree, period, and confidence as needed. It pairsWith the flat gmeow:hasContributor shortcuts — promote when metadata is required."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use when the role, period, degree, confidence, or evidence of a credit must be first-class — the reify-on-demand half of the credit pattern, covering authorship, CRediT research roles, and software contribution alike."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ContributionDegree> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/citations> ;
                                                          rdfs:label "Contribution Degree"@x-gmeow-english ;
                                                          skos:definition "The degree or weight of a contribution — a VALUE vocabulary (individuals, never subclasses) characterizing a gmeow:Contribution. Lead, equal, and supporting are the canonical seeds; the set is open."@x-gmeow-english ;
                                                          skos:example "ex:credit gmeow:contributionDegree gmeow:degreeLead ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting a subclass for a new degree (degrees are individuals on an open vocabulary) and avoid using it for the CITATION's purpose (that is gmeow:CitationIntent); degree weights credit, intent types citation."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded gmeow:degree* individual from a contribution's degree property; extend by minting a new individual with rdfs:label and skos:definition, mapped to a CRediT degree by reference."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the open value vocabulary for the weight of a credit — lead, equal, or supporting — characterizing a gmeow:Contribution and projecting to CRediT degree qualifiers."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ContributionRole> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                        rdfs:label "Contribution Role"@x-gmeow-english ;
                                                        skos:definition "The role an agent played in contributing to a creative work — a VALUE vocabulary (individuals, never subclasses). Author, editor, translator, illustrator, narrator, composer, performer, director, photographer, and cover-artist are examples; the set is open."@x-gmeow-english ;
                                                        skos:example "gmeow:roleTranslator a gmeow:ContributionRole ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid encoding roles as Contribution subclasses or as bespoke properties (Principle 9) and avoid using it for the weight of a credit (that is gmeow:ContributionDegree)."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded gmeow:ContributionRole individual from gmeow:contributionRole; extend with new role individuals (not subclasses) when a domain needs one."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for the role of a credit — referenced by gmeow:contributionRole inside a Contribution, spanning creative, CRediT research, and software roles."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ControlFlow> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                   rdfs:label "Control Flow"@x-gmeow-english ;
                                                   skos:definition "A reified relator that connects two ProcedureSteps in a control-flow relationship — sequencing, branching, or looping. Reuses the Participation idiom: mediates a source step, a target step, and an optional guard condition (gmeow:flowGuard). The actual guard evaluation is solver-side (Principle 12)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CoordinateMatrix> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory-environment> ;
                                                        rdfs:label "Coordinate Matrix"@x-gmeow-english ;
                                                        skos:definition "A multi-dimensional numeric value expressed as a coordinate matrix or vector — the generalisation of ScalarQuantity to vector, matrix, and tensor results. Carries a serialised matrix literal (matrixValue), shape descriptor (matrixShape), reference frame (hasReferenceFrame), unit (hasUnit), and determinacy (hasDeterminacy). Used for colourspace tuples [j,k,l]+intensity, audio spectra, thermal images, and air-quality compound readings. The actual matrix algebra (dot products, transforms, decompositions) lives in the solver layer (Principle 12)."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/requiresFrame> <https://blackcatinformatics.ca/gmeow/coordinateMatrixFrame> .


<https://blackcatinformatics.ca/gmeow/CoordinateObservation> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                             rdfs:label "Coordinate Observation"@x-gmeow-english ;
                                                             skos:definition "A spatial measurement that assigns geographic coordinates or geometry to a place. Reifies the act of coordinate assignment so that multiple surveys (GPS 2023, LiDAR 2024) coexist as standpoint-indexed observations (Principle 9), each carrying its own reference frame, confidence, and temporal scope. Neither observation is 'the' coordinates. Superseded surveys are suppressed via gmeow:displayable false, never deleted (Principle 10)."@x-gmeow-english ;
                                                             skos:example "ex:obs2023 a gmeow:CoordinateObservation ; gmeow:coordinateObservationOf ex:edinburgh ; gmeow:coordinateResult ex:pt ; gmeow:hasReferenceFrame gmeow:referenceFrameWGS84 ."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ;
                                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid collapsing competing surveys into one 'the' coordinate (none is privileged, Principle 9) and avoid deleting a superseded survey — suppress it with gmeow:displayable false (Principle 10)."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Mint CoordinateObservation, set gmeow:coordinateObservationOf, point gmeow:coordinateResult / gmeow:geometryResult at the value, and declare gmeow:hasReferenceFrame plus method/confidence."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ,
                                                                                                                   <https://blackcatinformatics.ca/gmeow/consumerResearchQueue> ;
                                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use to reify a survey that assigned coordinates or geometry to a place, so multiple surveys (GPS 2023, LiDAR 2024) coexist as standpoint-indexed observations."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Copyright> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                 rdfs:label "Copyright"@x-gmeow-english ;
                                                 skos:definition "The reified copyright over a work — binding the work, its holder(s), the copyright year and the human-readable notice. Its status (in-copyright, public-domain, …) is a gmeow:copyrightStatus value aligned to RightsStatements.org / PREMIS."@x-gmeow-english ;
                                                 skos:example "ex:reportCopyright a gmeow:Copyright ; gmeow:copyrightWork ex:report ; gmeow:copyrightHolder ex:blackcat ; gmeow:copyrightYear \"2026\" ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the deontic rule layer (who-may-do-what is a gmeow:RightsStatement) and avoid duplicating it as a parallel holder model — holder attribution reuses gmeow:wasAttributedTo via gmeow:copyrightHolder."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one Copyright, bind it to the work with gmeow:copyrightWork, attribute holders with gmeow:copyrightHolder, carry gmeow:copyrightYear and gmeow:copyrightNotice, and set gmeow:copyrightStatus to a RightsStatements.org-aligned value; link from the work with gmeow:hasCopyright."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                       <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ,
                                                                                                       <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to reify the copyright over a work when its holder(s), year, notice, or RightsStatements.org/PREMIS status must be recorded as a first-class relator."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CopyrightStatus> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                       rdfs:label "Copyright Status"@x-gmeow-english ;
                                                       skos:definition "The copyright standing of a work — a VALUE aligned to the RightsStatements.org standardized statements and PREMIS copyright status. Open: a finer-grained statement is a fresh individual."@x-gmeow-english ;
                                                       skos:example "ex:statusInC a gmeow:CopyrightStatus ; rdfs:label \"in copyright\"@en ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting per-status subclasses (statuses are individuals, Principle 9) and avoid using it for licence or trademark standing; those have their own vocabularies."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded value (gmeow:copyrightStatusInCopyright, gmeow:copyrightStatusPublicDomain, …) from gmeow:copyrightStatus; mint a fresh individual aligned by reference when a finer RightsStatements.org statement is needed."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the open value vocabulary for the copyright-standing axis — the RightsStatements.org / PREMIS statements a work declares via gmeow:copyrightStatus."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Corpus> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                              rdfs:label "Corpus"@x-gmeow-english ;
                                              skos:definition "An indexed collection of source information objects over which retrieval operates — the working document set behind a pipeline, distinct from the documents slice's bibliographic gmeow:Collection (a Work). Members via gmeow:corpusMember; content-addressable via the EXISTING gmeow:contentDigest, so an index can prove WHAT it indexed."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Correspondence> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                                      rdfs:label "Correspondence"@x-gmeow-english ;
                                                      skos:definition "A single mapped element-pair within an gmeow:Analogy — the reified relation that one source element (gmeow:correspondingSource) plays the same structural role as one target element (gmeow:correspondingTarget). Reached from its analogy via gmeow:hasCorrespondence. The atom of structure-mapping: an analogy's systematicity is the structural consistency of its set of Correspondences."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CoupleRelationship> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/genealogy> ;
                                                          rdfs:label "Couple Relationship"@x-gmeow-english ;
                                                          skos:definition "A reified couple relationship (marriage, civil union, or partnership) between two persons; bears marriage, divorce and related events."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CoverageDepth> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                     rdfs:label "Coverage Depth"@x-gmeow-english ;
                                                     skos:definition "The depth of coverage a source provides about its subject — a value vocabulary (individuals, never subclasses). Distinguishes significant in-depth treatment from passing mention or routine filing. This axis is orthogonal to source tier and independence."@x-gmeow-english ;
                                                     skos:example "ex:inDepth a gmeow:CoverageDepth ; rdfs:label \"significant coverage\"@en ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating it with source tier (gmeow:SourceTier) or independence (gmeow:SourceIndependence) — depth is orthogonal to both — and avoid per-value subclasses; the depths are individuals."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Reference the seeded depth individuals via gmeow:coverageDepth on the citation; a passing mention or routine filing can still verify a fact (Axis A) without supporting notability, so pair it with gmeow:supportsNotability and let competing assessments coexist."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary behind gmeow:coverageDepth — naming how substantially a source treats its subject (significant coverage, passing mention, routine filing) for notability assessment."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CreativeDerivation> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                          rdfs:label "Creative Derivation"@x-gmeow-english ;
                                                          skos:definition "A reified relator binding a source creative work, a product creative work, one or more derivation types, and optional source/product segments. Tier-honest: a sample derives from a Recording region, a cover is a new Expression, and 'same Work?' is a separate standpoint-indexed gmeow:realizes claim (Principles 4, 9)."@x-gmeow-english ;
                                                          skos:example "ex:d1 a gmeow:CreativeDerivation ; gmeow:derivationSource ex:original ; gmeow:derivationProduct ex:remix ; gmeow:derivationType gmeow:derivationTypeRemix ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the flat 80% case (assert a shortcut like gmeow:coverOf, gmeow:remixOf, gmeow:samples) and avoid using it to assert 'same Work' — that is a separate standpoint-indexed gmeow:realizes claim."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the relator and bind gmeow:derivationSource, gmeow:derivationProduct (each functional), and one or more gmeow:derivationType; pin source/product segments at the honest tier. It pairsWith the flat wasDerivedFrom shortcuts."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use when a derivation between two creative works must be first-class — its type(s), source/product segments, or provenance recorded — and when tier-honesty matters (a sample derives from a Recording region, not the abstract Work)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CreativeWork> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                    rdfs:label "Creative Work"@x-gmeow-english ;
                                                    skos:definition "The abstract umbrella category for intellectual and artistic creations in the WEMI spine — a Work, Expression, Manifestation, or Item. Formerly a flat gufo:Kind (pre-WEMI spine); now a Category so that the four tiers with distinct identity criteria can each be a gufo:Kind beneath it."@x-gmeow-english ;
                                                    skos:example "ex:novel a gmeow:CreativeWork ; gmeow:hasTitle ex:novelTitle ; gmeow:datePublished \"1851-11-14T00:00:00Z\"^^xsd:dateTime ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid typing an instance as a bare gmeow:CreativeWork when its WEMI tier is known (use gmeow:Work, gmeow:Manifestation, …), and avoid it for the real-world subject the work is about (that is a separate gmeow:Entity reached by aboutness)."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Type the creation at its most specific WEMI tier and let it inherit CreativeWork; attach gmeow:hasTitle (or the flat gmeow:title), gmeow:identifier, and the bibliographic dates here, separating the carrier from its subject via the kernel aboutness construct."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the WEMI umbrella when a fact ranges over any tier of an intellectual or artistic creation — title, identifier, date — and the specific Work/Expression/Manifestation/Item tier is not yet fixed; it is the domain of the bibliographic date and description properties."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CreativeWorkTitle> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                         rdfs:label "Creative Work Title"@x-gmeow-english ;
                                                         skos:definition "An appellation borne by a creative work — a document title, article headline, dataset name, or media title. Carries its own gmeow:nameLanguage and gmeow:nameScript so co-equal multilingual titles (e.g. 'The Matrix' / '黑客帝国') are separate first-class objects, never alternateName subordinates."@x-gmeow-english ;
                                                         skos:example "ex:titleEn a gmeow:CreativeWorkTitle ; gmeow:nameLanguage ex:languageEnglish . ex:work gmeow:hasTitle ex:titleEn ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for the 80% case of a single plain title (use the flat gmeow:title literal) and avoid demoting a translated title to an alternateName subordinate — co-equal titles are separate objects (Principle 9)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one gmeow:CreativeWorkTitle per title, carry gmeow:nameLanguage / gmeow:nameScript on it, and link it to the work with gmeow:hasTitle; mark a superseded title gmeow:displayable false rather than deleting it."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a structured, language- and script-tagged title borne by a creative work when co-equal multilingual titles must each be a first-class object — an original and its translation, a romanization."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CreativeWorkType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                        rdfs:label "Creative Work Type"@x-gmeow-english ;
                                                        skos:definition "The kind of a creative work — a VALUE vocabulary (individuals, never subclasses) characterizing a gmeow:Work. Literary, musical, visual, and software are examples; the set is open."@x-gmeow-english ;
                                                        skos:example "gmeow:workTypeLiterary a gmeow:CreativeWorkType ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting per-kind subclasses of Work (Principle 9 — the kind is a value, not a subclass) and avoid conflating it with manifestation format (gmeow:ManifestationFormat) or genre (gmeow:Genre)."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded gmeow:CreativeWorkType individual from a Work; extend with new individuals (not subclasses) when a domain needs a finer kind."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for characterizing a Work's kind — literary, musical, visual, software, dataset; an open set of individuals."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Credential> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/expertise> ;
                                                  rdfs:label "Credential"@x-gmeow-english ;
                                                  skos:definition "An educational or occupational credential held by an agent — a degree, certification, badge, license, or other attestation of qualification. Its issuer is gmeow:credentialIssuer, its subject matter is gmeow:credentialFor, and its verification is borne by a gmeow:Attestation (Principle 4)."@x-gmeow-english ;
                                                  skos:example "ex:rnLicense a gmeow:Credential ; gmeow:credentialIssuer ex:nursingBoard ; gmeow:credentialFor ex:nursing ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the signed verification envelope (that is a gmeow:Attestation, attestation.ttl — expertise supplies the content, attestation the proof) and for the bare skill or occupation a credential certifies (gmeow:Skill, gmeow:Occupation)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the credential, name its gmeow:credentialIssuer and gmeow:credentialFor, link the holder with gmeow:holdsCredential, and route verification through a gmeow:Attestation rather than re-modelling the signature here (Principle 4)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a degree, certification, badge, or license that qualifies an agent in a skill or occupation — the credential carries the qualification content, an agent holds it via gmeow:holdsCredential."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Criterion> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                 rdfs:label "Criterion"@x-gmeow-english ;
                                                 skos:definition "One evaluative axis of a rubric — what is being judged, with NAMED poles: a reward pole and a penalty pole that are small information objects with their own labels and definitions ('Power from the Bottom' vs 'Passive Victimhood'), not just numeric extremes. Anchors (gmeow:hasScoreAnchor) pin score ranges to meanings and exemplars."@x-gmeow-english ;
                                                 skos:example "ex:agency a gmeow:Criterion ; gmeow:rewardPole ex:powerFromBottom ; gmeow:penaltyPole ex:passiveVictimhood ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid reducing poles to bare numeric extremes (poles are named information objects) and avoid using a criterion outside a rubric — attach it via gmeow:hasCriterion."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the criterion, give it mandatory distinct gmeow:rewardPole / gmeow:penaltyPole, pin score ranges with gmeow:hasScoreAnchor, classify it with gmeow:criterionDomain, and optionally override the rubric scale with gmeow:usesScale."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use for one evaluative axis of a rubric — what is being judged, with named reward and penalty poles and calibration anchors."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CriterionDomain> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                       rdfs:label "Criterion Domain"@x-gmeow-english ;
                                                       skos:definition "The subject domain of a criterion — an OPEN value vocabulary (relational, factual, aesthetic, safety, stylistic, …). Open: evaluation traditions disagree about the domain inventory itself (Principle 9)."@x-gmeow-english ;
                                                       skos:example "ex:criterionDomainPedagogical a gmeow:CriterionDomain ; rdfs:label \"pedagogical\"@en ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting per-domain subclasses (domains are individuals) and avoid treating the inventory as closed — evaluation traditions disagree about the domain list itself (Principle 9)."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Reference the seeded domain individuals from a criterion; extend the axis for a new evaluation tradition by minting a fresh gmeow:CriterionDomain individual rather than a subclass."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for the criterion-subject-domain axis — the seeded domains (relational, factual, aesthetic, safety, stylistic) a criterion declares via gmeow:criterionDomain."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CriterionPole> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                     rdfs:label "Criterion Pole"@x-gmeow-english ;
                                                     skos:definition "A NAMED extreme of a criterion — a small information object carrying its own label and definition. Poles are content, not numbers: 'Power from the Bottom' names what the high end rewards; 'Passive Victimhood' names what the low end penalizes. The numeric mapping lives on the scale and anchors."@x-gmeow-english ;
                                                     skos:example "ex:powerFromBottom a gmeow:CriterionPole ; rdfs:label \"Power from the Bottom\"@en ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid reducing a pole to a bare number (the numeric mapping lives on gmeow:ScoreScale and gmeow:ScoreAnchor) and avoid reusing the same pole for both ends — reward and penalty poles must differ (SHACL)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Mint each pole with its own label and definition, then attach it to a criterion via gmeow:rewardPole or gmeow:penaltyPole."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a named extreme of a criterion — a small information object with its own label and definition naming what one end rewards or penalizes."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CryptoWallet> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                    rdfs:label "Crypto Wallet"@x-gmeow-english ;
                                                    skos:definition "A digital wallet that holds cryptocurrency assets. A subclass of FinancialAccount (it is a financial-existence account) with wallet-specific properties: address(es), scheme, and cryptographic key linkage."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CryptographicKey> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                                        rdfs:label "Cryptographic Key"@x-gmeow-english ;
                                                        skos:definition "A public key, certificate, or key material bound to an agent's identity — the thing a signature is made with and a certification vouches for."@x-gmeow-english ;
                                                        skos:example "ex:lillithKey a gmeow:CryptographicKey ; gmeow:keyScheme gmeow:keySchemePGP ; gmeow:fingerprint \"A1B2...\" ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the binding of a key to an identity (that is gmeow:Certification) and for an act of signing (that is gmeow:CryptographicSignature); the key is the material, not the attestation or the signature it produces."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the key, name its format with the functional gmeow:keyScheme, carry source-variable identifiers (gmeow:fingerprint, gmeow:keyId, gmeow:keyMaterial, gmeow:keyAlgorithm, gmeow:keyExpiresAt) non-functionally, and link it to its holder with gmeow:holdsKey and to an account with gmeow:accountKey."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to model a public key, certificate, or key material as a first-class entity that an agent holds, a certification vouches for, and a signature is made with — across OpenPGP, X.509, SSH, or Nostr."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/CryptographicSignature> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                                              rdfs:label "Cryptographic Signature"@x-gmeow-english ;
                                                              skos:definition "A cryptographic signature over a message or its headers, asserting origin and integrity."@x-gmeow-english ;
                                                              skos:example "ex:sig1 a gmeow:CryptographicSignature ; gmeow:signingKey ex:lillithKey ; gmeow:verificationStatus \"verified\" ."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the key itself (that is gmeow:CryptographicKey) and for the dated identity↔key attestation (gmeow:Certification); a signature is the signing act's product, not the key or the binding. Use a subclass (gmeow:PGPSignature, gmeow:SMIMESignature) when the scheme is known."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Type the signature (or a scheme subclass), bind gmeow:signingKey and gmeow:signedBy, record gmeow:signatureAlgorithm and the gmeow:verificationStatus outcome, and let an email extension carry the wire-auth half (DKIM, Authentication-Results)."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use to model a signature over any artifact — a message, document, or headers — asserting its origin and integrity; the generic parent of PGP and S/MIME signatures, signing more than mail."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/DKIMSignature> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                     rdfs:label "DKIM Signature"@x-gmeow-english ;
                                                     skos:definition "A DomainKeys Identified Mail signature (RFC 6376) over selected headers and the body."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/DataFeed> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                rdfs:label "Data Feed"@x-gmeow-english ;
                                                skos:definition "A published, ordered stream of items — a syndication feed (RSS/Atom/JSON Feed), a timeline, an activity feed. A specialisation of gmeow:Collection; its items ride the universal gmeow:hasPart spine and project to schema:DataFeed / dataFeedElement / DataFeedItem."@x-gmeow-english ;
                                                skos:example "ex:blogfeed a gmeow:DataFeed ; gmeow:hasPart ex:post1, ex:post2 ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for a closed dataset published as one unit (use gmeow:Dataset) and avoid minting a feed-item subproperty — feed members ride the universal gmeow:hasPart spine."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Type the feed gmeow:DataFeed and attach its items via gmeow:hasPart; it projects to schema:DataFeed with each member becoming a schema:DataFeedItem under dataFeedElement."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use for an ongoing, ordered stream of items — an RSS/Atom/JSON feed, a timeline, an activity feed — whose membership grows over time."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/DataFlow> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                rdfs:label "Data Flow"@x-gmeow-english ;
                                                skos:definition "A reified relator that connects a ProcedureStep's output to another ProcedureStep's input. Mediates a source step, a target step, and the data entity that flows between them."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Dataset> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                               rdfs:label "Dataset"@x-gmeow-english ;
                                               skos:definition "A collection of data published as a unit. A specialization of gmeow:Work."@x-gmeow-english ;
                                               skos:example "ex:census a gmeow:Dataset ; gmeow:hasTitle ex:censusTitle ; gmeow:identifier \"doi:10.5061/dryad.xyz\" ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for an ongoing ordered stream of feed items (use gmeow:DataFeed) and avoid it for a single downloadable file of the dataset (that is a gmeow:Manifestation / distribution)."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Type the dataset gmeow:Dataset, carry its DOI on gmeow:identifier and gmeow:hasTitle / bibliographic dates; expose concrete download files as gmeow:Manifestation carriers bearing gmeow:mediaType."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a data collection published as a citable unit — a research dataset, statistical release, or open-data corpus at the gmeow:Work tier."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/DatingMethod> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                    rdfs:label "Dating Method"@x-gmeow-english ;
                                                    skos:definition "The method used to derive a temporal measurement — radiocarbon, dendrochronology, thermoluminescence, etc. A value, never a subclass. Specialises gmeow:ObservationMethod for the temporal dating domain."@x-gmeow-english ;
                                                    skos:example "ex:myMethod a gmeow:DatingMethod ; rdfs:label \"varve chronology\"@en ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid modelling a dating technique as a subclass (methods are individuals) and avoid using it for non-dating observation methods; it specializes gmeow:ObservationMethod for the temporal domain only."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded gmeow:DatingMethod individual from a measurement via gmeow:measurementMethod; mint a new individual rather than a subclass when a technique is missing."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for how a temporal measurement was derived — radiocarbon, dendrochronology, U-Pb, stratigraphic correlation — referenced via gmeow:measurementMethod."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/DayOfWeek> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                 rdfs:label "Day Of Week"@x-gmeow-english ;
                                                 skos:definition "A day of the week — a VALUE vocabulary (the seven ISO-8601 days as individuals); projects to schema:dayOfWeek."@x-gmeow-english ;
                                                 skos:example "ex:window gmeow:openingDay gmeow:dayMonday, gmeow:dayTuesday ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting per-day subclasses (the days are individuals) and avoid a free-text day name; the seven seeded individuals are closed and complete."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Reference the seeded gmeow:dayMonday … gmeow:daySunday individuals from a gmeow:OpeningHoursSpecification via gmeow:openingDay; the set is closed, so do not extend it."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for days of the week — the seven ISO-8601 days as individuals, referenced through gmeow:openingDay."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/DefeaterKind> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                                    rdfs:label "Defeater Kind"@x-gmeow-english ;
                                                    skos:definition "The Pollock kind of a defeater — a value vocabulary (individuals, never subclasses): gmeow:defeaterRebutting (attacks the conclusion directly, giving reason to believe its negation) and gmeow:defeaterUndercutting (attacks the inferential link, removing the warrant without asserting the negation). Carried as a gmeow:defeaterKind value on a defeating gmeow:StandpointClaim."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/DegreeOfFreedom> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "Degree of Freedom"@x-gmeow-english ;
                                                       skos:definition "A reified relator that positively declares how a musical work or expression determines one musical parameter. Indeterminacy is not an absence; it is a declaration of status (fixed, constrained, free, or delegated). Each cell is {work/expression × parameter × determination status × optional constraint}; Cage's 4′33″ is fully specified by a set of such cells (Principles 9, 11, 12)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/DeonticModality> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                       rdfs:label "Deontic Modality"@x-gmeow-english ;
                                                       skos:definition "The deontic force of a norm — an OPEN value vocabulary (individuals, never subclasses) seeded with obligation (must), prohibition (must not), permission (may), and recommendation (should). Open so that supererogation, exemption, and other forces can join without schema change (Principle 9). Distinct from gmeow:standpointModality (doxastic — what a frame believes) and from gmeow:hasDeterminacy (ontic): deontic modality is what an issuer demands."@x-gmeow-english ;
                                                       skos:example "ex:supererogation a gmeow:DeonticModality ; rdfs:label \"supererogation\"@en ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting per-force subclasses (forces are individuals) and avoid confusing it with doxastic gmeow:standpointModality (what a frame believes) or ontic gmeow:hasDeterminacy — this axis is what an issuer demands."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Reference the seeded modality individuals from a norm; extend the axis for supererogation, exemption, or other forces by minting a fresh gmeow:DeonticModality individual rather than a subclass."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for the deontic-force axis — the seeded forces (obligation, prohibition, permission, recommendation) a norm declares via gmeow:deonticModality."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/DepictionContext> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                        rdfs:label "Depiction Context"@x-gmeow-english ;
                                                        skos:definition "The context in which an image depicts an entity — a VALUE vocabulary (individuals, never subclasses). Work, family, childhood, portrait, candid, formal, and so on; the set is open."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/DepictionUsage> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                      rdfs:label "Depiction Usage"@x-gmeow-english ;
                                                      skos:definition "A reified, context-dependent depiction of an entity by an image — an observation in the universal claim stack (observation-spine bridge): an entity (depictionSubject) is shown in a given image (depictionImage), in a particular context (depictionContext), by or among a particular audience (depictionAudience), over a period (depictionInterval), asserted by an authority (depictionAuthority). Perspectival — a usage is whoever's, never a global fact — so it carries no notion of a preferred or canonical depiction. Mint one DepictionUsage per (entity, image, context) tuple; its period is carried by gmeow:depictionInterval or by validFrom/validUntil on the statement."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/DerivationKind> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                      rdfs:label "Derivation Kind"@x-gmeow-english ;
                                                      skos:definition "The kind of etymological derivation — a value, never an Entity subclass. Open-ended: new historical-linguistic frameworks may introduce further derivation types without ontology modification."@x-gmeow-english ;
                                                      skos:example "ex:derivationBlending a gmeow:DerivationKind ; rdfs:label \"blending\"@en ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid creating per-kind subclasses (kinds are individuals) and avoid using it for the derivation claim itself (that is gmeow:EtymologicalDerivation)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Reference the seeded derivation-kind individuals from a derivation; extend the axis for a new historical-linguistic framework by minting a fresh gmeow:DerivationKind individual rather than a subclass."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for the etymological-derivation-kind axis — the seeded kinds (inheritance, borrowing, calque, semantic shift, …) referenced from a derivation via gmeow:derivationKind."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/DerivationType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                      rdfs:label "Derivation Type"@x-gmeow-english ;
                                                      skos:definition "The kind of creative derivation relating a source and product — a VALUE vocabulary (individuals, never subclasses). Cover, remix, sample, arrangement, transcription, quotation, and others are co-equal seeds."@x-gmeow-english ;
                                                      skos:example "gmeow:derivationTypeCover a gmeow:DerivationType ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid encoding derivation kinds as relator subclasses (Principle 9 — they are co-equal individuals) and avoid privileging one as canonical when several apply."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Reference one or more seeded gmeow:DerivationType individuals from gmeow:derivationType; extend with new individuals (not subclasses) when a new kind appears."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for the kind of a derivation — cover, remix, sample, arrangement, transcription, quotation; referenced by gmeow:derivationType inside a CreativeDerivation."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Desire> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/teleology> ;
                                              rdfs:label "Desire"@x-gmeow-english ;
                                              skos:definition "An intentional mode of wanting without commitment — the agent would welcome the goal's satisfaction but has not committed to pursuing it (UFO-C: desire). Inheres in exactly one agent (gmeow:intentBearer). Promote a Desire to an Intention by minting the Intention and suppressing the Desire's tenure — never by mutation (Principle 10)."@x-gmeow-english ;
                                              skos:example "ex:wishForRain a gmeow:Desire ; gmeow:intentBearer ex:lillith ; gmeow:intentionGoal ex:droughtEnds ."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid once the agent has committed internally (use gmeow:Intention) or toward another agent (use gmeow:Commitment); do not mutate a Desire into an Intention — mint the Intention and suppress the Desire's tenure (Principle 10)."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Mint a Desire, set gmeow:intentBearer (one agent) and gmeow:intentionGoal (one Goal); promote by minting the higher-grade moment and closing the Desire's gmeow:IntentionTenure rather than deleting it."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the lowest commitment grade — the agent wants the goal satisfied but has not settled on pursuing it; the wanting that has not yet become an Intention."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Determinacy> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                   rdfs:label "Determinacy"@x-gmeow-english ;
                                                   skos:definition "The model of ontic determinacy or indeterminacy for a value — whether it is inherently crisp, vague, fuzzy, probabilistic, or disputed. Distinct from epistemic confidence (how sure we are of a claim); determinacy records the nature of the value itself. Applies universally: a gender may be fuzzy, a date approximate, a boundary vague, a SLAM cell probabilistic, a contested fact disputed."@x-gmeow-english ;
                                                   skos:example "ex:determinacyFuzzy a gmeow:Determinacy ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating it with epistemic confidence or with sensitivity; determinacy is about the nature of the value itself, an axis orthogonal to how sure or how sensitive it is (Principle 9)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Reference the seeded gmeow:Determinacy individuals from a value via gmeow:hasDeterminacy; extend the vocabulary with new individuals rather than subclasses if a domain needs a finer model."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for the ontic-determinacy axis — the closed-ish set of models (crisp, vague, fuzzy, probabilistic, disputed) a value may declare through gmeow:hasDeterminacy."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/DeterminationStatus> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "Determination Status"@x-gmeow-english ;
                                                           skos:definition "The status of a musical parameter within a DegreeOfFreedom relator — fixed, constrained, free, or delegated to performer/environment/process. An open value vocabulary of individuals; never subclassed (Principle 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Diff> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                            rdfs:label "Diff"@x-gmeow-english ;
                                            skos:definition "A patch or diff — an information object describing the changes between two commits (or two trees). Carries textual diff content and references the from- and to- commits."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/DisclosurePolicy> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                        rdfs:label "Disclosure Policy"@x-gmeow-english ;
                                                        skos:definition "The disclosure posture of a value or claim — an open value vocabulary of individuals (never subclasses) classifying whether and under what conditions the fact may be projected to consumers. The *what* layer of disclosure control: internalOnly, sensitive, publicCareful, publicSafe, neverPublic, or publicOnlyWithIndependentSource. Orthogonal to sensitivity, determinacy, confidence, and granularity (Principle 9). The conditional case (publicOnlyWithIndependentSource) is resolved against the evidence module's sourceIndependence axis in the solver layer (P12)."@x-gmeow-english ;
                                                        skos:example "ex:policyPublicSafe a gmeow:DisclosurePolicy ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it as the sensitivity classification (that is gmeow:SensitivityLevel) and avoid per-policy subclasses; policies are individuals, and the conditional case is settled by the solver, not by the vocabulary alone."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded policy individual from a value via gmeow:hasDisclosurePolicy; for the conditional posture, let the solver resolve it against the evidence slice's source-independence axis (P12)."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for the disclosure-posture axis — whether and under what conditions a fact may be released (internalOnly, sensitive, publicCareful, publicSafe, neverPublic, publicOnlyWithIndependentSource)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/DistanceMetric> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                                      rdfs:label "Distance Metric"@x-gmeow-english ;
                                                      skos:definition "An open value vocabulary of vector similarity/distance functions."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Distribution> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                    rdfs:label "Distribution"@x-gmeow-english ;
                                                    skos:definition "A concrete distribution artifact of a software product — a tarball, wheel, binary, container image, or installer. The physical/bits facet of the release; identified by content digest."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Document> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                rdfs:label "Document"@x-gmeow-english ;
                                                skos:definition "An abstract intellectual work of bounded textual or digital content — the conceptual document, independent of any particular file, record, or report. A specialization of gmeow:Work."@x-gmeow-english ;
                                                skos:example "ex:spec a gmeow:Document ; gmeow:hasTitle ex:specTitle ; gmeow:abstract \"A technical specification.\" ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for a concrete file, edition, or web rendering of the document (that is a gmeow:Manifestation such as gmeow:WebPage or a media file), and avoid it for a published article (use gmeow:Article)."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Type the conceptual work gmeow:Document, give it gmeow:hasTitle / gmeow:identifier and the bibliographic dates; link each concrete carrier as a separate gmeow:Manifestation rather than overloading the Work with file-level metadata."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the abstract conceptual document — a report, spec, memo — at the gmeow:Work tier, independent of any file or rendering that carries it."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/DocumentationConcern> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                            rdfs:label "Documentation Concern"@x-gmeow-english ;
                                                            skos:definition "A cross-cutting documentation theme generated into its own guide page. Terms opt into a concern with gmeow:docsConcern so adoption-oriented docs are ontology-backed, not a private renderer taxonomy."@x-gmeow-english ;
                                                            skos:example "gmeow:coarsenTo gmeow:docsConcern gmeow:concernDisclosure ."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid creating a concern for a single slice's local narrative (that belongs in its docs.md guide) and avoid per-concern subclasses; concerns are individuals referenced by gmeow:docsConcern."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the concern as an individual, then annotate participating terms with gmeow:docsConcern pointing at it; the documentation generator collects them into one themed page."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use to declare a cross-cutting documentation theme that terms from many slices opt into, so a generated guide page is backed by the graph rather than by a private renderer taxonomy."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Duration> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                rdfs:label "Duration"@x-gmeow-english ;
                                                skos:definition "A length of time as a quantity, independent of when it occurs — the running time of an event, a gap, a recurrence period. Carries an xsd:duration via gmeow:durationValue. (= time:Duration / time:TemporalDuration, schema:Duration, ISO-TimeML TIMEX3 type=DURATION, TEO Duration.)"@x-gmeow-english ;
                                                skos:example "ex:runtime a gmeow:Duration ; gmeow:durationValue \"PT2H15M\"^^xsd:duration ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for an ANCHORED span (use gmeow:eventInterval / gmeow:TimeInterval, which fixes the event in time); a duration is a length only, with no start or end."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Mint a gmeow:Duration carrying an xsd:duration via gmeow:durationValue and attach it to an event with gmeow:hasDuration; the TEO normalized-duration string is a projection target, not a base triple."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a LENGTH of time as a quantity, independent of when it occurs — a film's running time, a gap, a recurrence period."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Duty> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                            rdfs:label "Duty"@x-gmeow-english ;
                                            skos:definition "A rule that obliges the discharge of a gmeow:RightsAction (e.g. attribute, share-alike, obtain-consent) as a condition of a permission (odrl:Duty / odrl:obligation; CC REL cc:requires)."@x-gmeow-english ;
                                            skos:example "ex:mustAttribute a gmeow:Duty ; gmeow:ruleAction gmeow:actionAttribute ."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for an allowed or forbidden action (use gmeow:Permission / gmeow:Prohibition); the three rule kinds are pairwise disjoint, so a duty is never also a permission."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one Duty per obligation with a single gmeow:ruleAction, link it from the conditioned permission with gmeow:hasDuty, and use it as the gmeow:ruleConsequence of a duty or prohibition for deontic chaining."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use for an obligation that must be discharged — attribute, share-alike, retain-notice, obtain-consent — typically as a condition of a permission (the odrl:Duty / odrl:obligation rule, CC REL cc:requires)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/DynamicsValue> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                     rdfs:label "Dynamics Value"@x-gmeow-english ;
                                                     skos:definition "A symbolic dynamic level for a ToneEvent — ppp, pp, p, mp, mf, f, ff, fff. A value vocabulary of individuals; measured decibel values are frame-relative Observations outside this vocabulary (Principle 11)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/EmailAddress> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                    rdfs:label "Email Address"@x-gmeow-english ;
                                                    skos:definition "A contact point reachable via the Simple Mail Transfer Protocol (SMTP)."@x-gmeow-english ;
                                                    skos:example "ex:lillithEmail a gmeow:EmailAddress ; gmeow:addressValue \"lillith@example.org\" ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                            <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the plain string convenience (use the gmeow:email datatype property on the agent) and for the mailbox the address delivers into (that is gmeow:OnlineAccount, reached via gmeow:deliversToAccount)."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the address as an EmailAddress, fill gmeow:addressValue (and the parts where parsed), link delivery with gmeow:deliversToAccount, and carry its personal sensitivity so it is not leaked to a public consumer."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                          <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use for an email contact point whose addr-spec structure (local part, domain part) or delivery target matters, or that an agent holds over a tenure."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/EmailMessage> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                    rdfs:label "Email Message"@x-gmeow-english ;
                                                    skos:definition "An RFC 5322 email message, with headers, participants, a thread, body parts and mailbox residence."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/EmailPatchDiff> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                      rdfs:label "Email Patch Diff"@x-gmeow-english ;
                                                      skos:definition "A patch or diff artifact between email body or header states, typically between a variant message and its canonical counterpart. Treated as a MIME-like BodyPart so it can carry mediaType, contentDigest, and derivation links."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Embedding> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                                 rdfs:label "Embedding"@x-gmeow-english ;
                                                 skos:definition "A vector representation of an information object (usually a core gmeow:Chunk), produced by an embedding model — the genuine vocabulary gap in the semantic-web stack (GraphRAG provenance design): model, dimensionality, and metric have no agreed RDF representation, so the refusal is recorded in the alignment trailer rather than papered over. The vector payload stays OUTSIDE the graph (gmeow:vectorRef, P12); the graph carries the provenance that makes it auditable."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Emotion> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/affect> ;
                                               rdfs:label "Emotion"@x-gmeow-english ;
                                               skos:definition "An emotion as an intrinsic mode inhering in one agent (the Desire/Intention grounding, teleology design). Episodic temporal scope rides validFrom/validUntil on the statement — deliberately no tenure class (thin means thin). Whether an emotion is self-reported or attributed is the vantage axis of the claims about it; self-report is top authority for the subject's own standpoint."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/EmotionType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/affect> ;
                                                   rdfs:label "Emotion Type"@x-gmeow-english ;
                                                   skos:definition "The kind of an emotion — an OPEN value vocabulary seeded with Plutchik's primary eight (the EmotionML standard set). Registry-independent and contestable, never a tree (the Genre/Register precedent): traditions disagree about the emotion inventory itself, and that disagreement is data, not error (Principle 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Employment> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/employment> ;
                                                  rdfs:label "Employment"@x-gmeow-english ;
                                                  skos:definition "A reified employment relationship between an agent and an organization, optionally founded on an employment contract and bearing a role, compensation, and employment type over a period. A specialization of gmeow:Membership: the employment-specific facets (compensation, seniority, employment type) are added here; the structural spine (member, organization, role, period) is inherited."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/EmploymentType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/employment> ;
                                                      rdfs:label "Employment Type"@x-gmeow-english ;
                                                      skos:definition "The kind of employment — a VALUE, never an Employment subclass. The set is open; a kind not among the seeds is a FRESH gmeow:EmploymentType individual carrying rdfs:label. Pointed at by gmeow:employmentType."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Entity> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                              rdfs:label "Entity"@x-gmeow-english ;
                                              skos:definition "Anything in the GMEOW universe of discourse that persists in time and can bear properties: an agent, a document, a contact point, and so on."@x-gmeow-english ;
                                              skos:example "ex:thing a gmeow:Entity ; gmeow:hasSensitivity gmeow:sensitivityPublic ; gmeow:hasGranularity ex:cityLevel ."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid typing an instance as a bare gmeow:Entity when a more specific sortal applies; reserve the unqualified type for genuinely category-neutral resources, and never use it for occurrents (those are gufo:Event, not endurants)."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Type each instance with its most specific sortal (Agent, InformationObject, PhysicalObject, SocialObject) and let it inherit Entity; attach the universal facets here because they range over the whole sortal spine."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the universal domain when a property, facet, or claim must attach to anything that persists and can bear properties — the anchor for the domain-free facets (granularity, determinacy, sensitivity, consumer eligibility) that are defined Entity-wide."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/EntityExistence> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lifecycle> ;
                                                       rdfs:label "Entity Existence"@x-gmeow-english ;
                                                       skos:definition "The reified, time-scoped fact that an entity existed over an interval — a gufo:Situation that carries its period via gmeow:duringInterval (inherited from TimeScopedRelation). Use when the existence claim is contested (two sources disagree on when a place ceased to exist), when evidence must be attached, or when standpoint indexing is needed. Flat-first: the common case uses gmeow:hasCreationEvent / gmeow:hasDestructionEvent / gmeow:existenceInterval directly on the entity."@x-gmeow-english ;
                                                       skos:example "ex:troyExistence a gmeow:EntityExistence ; gmeow:existenceEntity ex:troy ; gmeow:existenceDestructionEvent ex:sack ; gmeow:accordingTo ex:homer ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for the ordinary case — flat gmeow:hasCreationEvent / gmeow:hasDestructionEvent / gmeow:existenceInterval on the entity carry it more cheaply; promote to this relator only when the claim needs to be argued about."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Mint a gmeow:EntityExistence, attach the subject with gmeow:existenceEntity, the bounding events with gmeow:existenceCreationEvent/existenceDestructionEvent, the period via the inherited gmeow:duringInterval, and standpoint/evidence via the statement layer."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use the reified form when the existence claim itself must carry standpoint, confidence, evidence, or contestation — two sources disagreeing on when a place ceased to exist, or a dated founding needing a citation."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/EtymologicalDerivation> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                              rdfs:label "Etymological Derivation"@x-gmeow-english ;
                                                              skos:definition "A provenance-rich claim about historical derivation between lexical items or forms. Not a flat property — a full relator carrying standpoint (accordingTo), confidence, determinacy, and temporal scope (Principle 9). Multiple derivations for the same target coexist without privilege; a superseded derivation is suppressed with displayable false, never erased (Principle 10). Follows the LanguageState / KinRelationship pattern as an Observation + Relator."@x-gmeow-english ;
                                                              skos:example "ex:etym1 a gmeow:EtymologicalDerivation ; gmeow:derivationSource ex:oldEnglishWaeter ; gmeow:derivationTarget ex:wordWater ; gmeow:derivationKind gmeow:derivationInheritance ."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid recording etymology as a single flat property or text blob, and avoid deleting a discredited derivation — competing derivations coexist, and a superseded one is suppressed with gmeow:displayable false (Principle 10)."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the relator, name source/target/kind (all required by the someValuesFrom axioms), attach supporting attestations via gmeow:derivationEvidence, and carry standpoint and confidence on the observation spine."@x-gmeow-english ;
                                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a historical-derivation claim between lexical items or forms — borrowing, inheritance, semantic shift — that must carry standpoint, confidence, and temporal scope rather than a flat origin string."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/EvaluationVerdict> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                         rdfs:label "Evaluation Verdict"@x-gmeow-english ;
                                                         skos:definition "The outcome of a condition evaluation — held, not held, or undetermined. A closed three-member value vocabulary. Semantically the observationResult of a ConditionEvaluation, but not declared rdfs:subPropertyOf-reachable because QualityValues are disjoint from Entities in the DL profile (the claimModality precedent, standpoint module)."@x-gmeow-english ;
                                                         skos:example "ex:ev1 gmeow:evaluationVerdict gmeow:verdictUndetermined ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting a fourth verdict (the trichotomy is closed) and avoid modelling it as an observationResult subproperty — QualityValue is disjoint from Entity (the claimModality pattern)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Reference one of the three seeded verdict individuals from an evaluation or compliance assessment; undetermined is a first-class outcome, not an absence."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the closed value vocabulary for evaluation outcomes — held, not held, undetermined — reused by both gmeow:evaluationVerdict and gmeow:complianceVerdict."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Event> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                             rdfs:label "Event"@x-gmeow-english ;
                                             skos:definition "A temporal occurrence in which entities participate in roles, over possibly fuzzy time, at possibly several locations, asserted by possibly conflicting sources. The universal event of the model: gmeow:Activity (provenance) and gmeow:LifeEvent re-parent onto it. The kind of occurrence is a gmeow:eventType value, never a subclass."@x-gmeow-english ;
                                             skos:example "ex:wedding a gmeow:Event ; gmeow:eventType gmeow:eventTypeMarriage ; gmeow:eventTime \"1947-06-14T11:00:00Z\"^^xsd:dateTime ; gmeow:eventLocation ex:church ."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid typing an endurant as an Event (a person/document/place is a gmeow:Entity, not an occurrence), avoid minting an event-kind SUBCLASS (the kind is a gmeow:eventType value, Principle 9), and reach for gmeow:Activity when the occurrence is an agent-driven provenance act with inputs and outputs."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/frameRequirementSeverity> "warning" ;
                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Type the occurrence gmeow:Event, give it one or more gmeow:eventType values, anchor it in time (gmeow:eventTime / gmeow:eventInterval, or fuzzy gmeow:earliestStart + gmeow:latestEnd + gmeow:temporalPrecision), place it with gmeow:eventLocation, and add participants flat via gmeow:hasParticipant or reified as gmeow:Participation; carry a non-default frame on gmeow:eventTemporalFrame (Principle 11)."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/requiresFrame> <https://blackcatinformatics.ca/gmeow/eventTemporalFrame> ;
                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the universal occurrent whenever something HAPPENS — a wedding, a release, a survey, a battle — that bears participants, a time, a location, or sub-events; the single anchor for the four orthogonal event axes (type ⟂ role ⟂ temporal ⟂ location)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/EventInvitation> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                       rdfs:label "Event Invitation"@x-gmeow-english ;
                                                       skos:definition "A social act inviting an agent to attend an event, reified as a relator. Models the invitation as an Agreement to attend, reusing gmeow:hasParty for the invitee and the invitation status for the response state. Standpoint-indexed: a disputed invitation status is several coexisting claims, none privileged (Principle 9)."@x-gmeow-english ;
                                                       skos:example "ex:standupInvite a gmeow:EventInvitation ; gmeow:invitationEvent ex:standupEvent ; gmeow:invitationInvitee ex:lillith ; gmeow:invitationStatus gmeow:invitationStatusAccepted ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid flattening the invitation into a property on the event, and avoid using it for mere attendance (that is gmeow:Participation on the occurred event); the invitation is the social act, not the showing-up."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Link it to its gmeow:invitationEvent and one or more gmeow:invitationInvitee, carry the organizer's view on gmeow:invitationStatus and the invitee's on gmeow:rsvpStatus; standpoint-index a disputed status via accordingTo rather than overwriting."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to reify the act of inviting an agent to an event as a first-class relator — so the invitee, the organizer's status, and the invitee's RSVP are each queryable and can disagree (Principle 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/EventSchedule> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                     rdfs:label "Event Schedule"@x-gmeow-english ;
                                                     skos:definition "A recurrence rule anchored to a template event and a time zone, generating a series of concrete Event occurrences. A relator mediating the template event, the recurrence rule, and the generated occurrences. Distinct from any one occurrence; the schedule is the generator, not the generated."@x-gmeow-english ;
                                                     skos:example "ex:standupSchedule a gmeow:EventSchedule ; gmeow:scheduleTemplateEvent ex:standupTemplate ; gmeow:scheduleTimeZone ex:torontoZone ; gmeow:scheduleOccurrence ex:standup0612 ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a one-off event (just a gmeow:Event) and for an individual generated occurrence (that is a gmeow:Event linked by gmeow:scheduleOccurrence); the schedule is the generator, never the generated."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Anchor it with one gmeow:scheduleTemplateEvent, attach one or more gmeow:scheduleRecurrenceRule, set the gmeow:scheduleTimeZone the rule expands in, and link each generated gmeow:Event via gmeow:scheduleOccurrence; record cancellations/moves as gmeow:ScheduleException rather than editing the rule."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to model the rule-plus-anchor that GENERATES a series of occurrences — a weekly standup, a monthly review — when the generator must be a queryable thing distinct from any occurrence it produces (Principle 1)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/EventSeries> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                   rdfs:label "Event Series"@x-gmeow-english ;
                                                   skos:definition "A recurrence or schedule that issues a series of concrete gmeow:Event occurrences — a weekly standup, an annual conference. Distinct from any one occurrence; the recurrence rule is a projection concern (iCalendar RRULE), not a core property."@x-gmeow-english ;
                                                   skos:example "ex:standup a gmeow:EventSeries ; gmeow:hasRecurrenceRule ex:weeklyMon ; gmeow:seriesOccurrence ex:standup20240603 ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid typing a single dated occurrence as an EventSeries (each instance is a gmeow:Event linked by gmeow:occurrenceOfSeries), and avoid hand-authoring rich recurrence structure — the RRULE is a projection concern, not core clutter."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Type the schedule gmeow:EventSeries, attach a gmeow:RecurrenceRule via gmeow:hasRecurrenceRule, and link each concrete gmeow:Event it issues with gmeow:seriesOccurrence (read back via gmeow:occurrenceOfSeries)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the planned recurrence or schedule that ISSUES concrete event occurrences — a weekly standup, an annual conference — when the series-vs-occurrence distinction (planned vs actual) matters."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/EventType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                 rdfs:label "Event Type"@x-gmeow-english ;
                                                 skos:definition "The kind of an event — a VALUE, never a gmeow:Event subclass. The set is open; a kind not among the seed individuals is a FRESH gmeow:EventType individual carrying rdfs:label, not a new class. Pointed at by gmeow:eventType (non-functional)."@x-gmeow-english ;
                                                 skos:example "ex:eventTypeCoronation a gmeow:EventType ; rdfs:label \"coronation\"@en ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting an event-kind SUBCLASS of gmeow:Event (Principle 9 — no overtyping); a new kind is always a fresh gmeow:EventType individual, never a class, and never a gmeow:ParticipantRole (that is the orthogonal who-did-what axis)."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Add a new kind as a gmeow:EventType individual with rdfs:label and skos:definition; reference it from events via gmeow:eventType, co-typing freely since the property is non-functional."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for the event-kind axis — the open set of individuals (marriage, release, survey, …) that gmeow:eventType draws from; mint a fresh individual when a needed kind is not seeded."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/EvidenceClass> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                     rdfs:label "Evidence Class"@x-gmeow-english ;
                                                     skos:definition "The kind and strength of evidence supporting a claim — a value vocabulary (individuals, never subclasses). Distinguishes verified facts from self-assertions, anecdotes, rumours, and refinements such as legal filings, trade press, or archive extracts. Coarse tiers and fine-grained refinements coexist; a claim may carry multiple evidence classes simultaneously (Principle 9)."@x-gmeow-english ;
                                                     skos:example "ex:filingClass a gmeow:EvidenceClass ; rdfs:label \"court filing\"@en ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting per-class subclasses (evidence classes are individuals) and avoid conflating warrant with notability — source independence, tier, and coverage depth are the separate Axis B vocabularies; a strong warrant does not establish encyclopedic significance."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Reference the seeded class individuals via the non-functional gmeow:hasEvidenceClass (a citation may carry several); extend the vocabulary with new individuals rather than subclasses when a domain needs a finer evidence kind."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary behind gmeow:hasEvidenceClass — the open set of individuals naming the kind and strength of evidence a citation provides (verified, self, anecdotal, rumour, plus refinements such as legal filing or trade press)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/EvidenceSpan> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/evidence> ;
                                                    rdfs:label "Evidence Span"@x-gmeow-english ;
                                                    skos:definition "An anchored target span within a resource — a text quote, character position, fragment identifier, page, or generic locator. Generalized from the citation-selector model to serve both evidentiary claims (GraphRAG provenance design/EvidenceSpan audit machinery) and annotation targets (annotation target span). The selector properties (selectorTextQuote, selectorTextPosition, selectorPage, selectorLocator) are asserted on EvidenceSpan individuals and inherited by Selector instances. No second selector model is minted (Principle 4)."@x-gmeow-english ;
                                                    skos:example "ex:span a gmeow:EvidenceSpan ; gmeow:selectorTextQuote \"founded in 1998\" ; gmeow:selectorPage 12 ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting a second selector model (this one is reused by both citations and annotations) and avoid pointing it at the whole resource when a precise span is available; reserve the bare resource link for cases with no usable locator."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the span as an EvidenceSpan (or a Selector specialization), assert the applicable selector properties (gmeow:selectorTextQuote, gmeow:selectorTextPosition, gmeow:selectorPage, gmeow:selectorLocator), and link it from the gmeow:CitationAct or annotation target so the warrant resolves to an exact, auditable location."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to anchor the exact location within a source that backs a claim or carries an annotation — a quote, character offset, fragment, page, or locator — so evidence points at a span, not merely at a whole document; the shared selector target for citations and notes (Principle 4)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ExceptionType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                     rdfs:label "Exception Type"@x-gmeow-english ;
                                                     skos:definition "The kind of a schedule exception — a VALUE, never a subclass."@x-gmeow-english ;
                                                     skos:example "ex:standupSkip gmeow:exceptionType gmeow:exceptionTypeCancellation ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid modelling these as ScheduleException subclasses; the kind is an individual on this axis, extended by minting new individuals, not subclasses (Principle 9)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded individual (gmeow:exceptionTypeCancellation, gmeow:exceptionTypeRescheduling) from a gmeow:ScheduleException via gmeow:exceptionType; add a new individual if a further kind appears."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary the gmeow:exceptionType property ranges over — the open set (cancellation, rescheduling) a schedule exception declares."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Execution> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                 rdfs:label "Execution"@x-gmeow-english ;
                                                 skos:definition "An event that enacts a Procedure or one of its ProcedureSteps. The execution side of the plan ⟂ execution de-conflation: an occurrence that realises a prescriptive spec. Reuses the existing event stack (Participation for agent/tool assignment, Allen relations for temporal ordering, eventInterval / eventTime for dating)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ExecutionStatus> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                       rdfs:label "Execution Status"@x-gmeow-english ;
                                                       skos:definition "The status of an Execution occurrence — a VALUE, never a subclass. The set is open; new statuses are fresh individuals."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Exemplar> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                rdfs:label "Exemplar"@x-gmeow-english ;
                                                skos:definition "A citation act that holds something up as an example — positively, negatively, or as a cautionary boundary case. Pins into the cited work via the citation Selector machinery (page, quote, locator) AND/OR names an entity subject (gmeow:exemplarSubject — a character's conduct across a whole work, foundation-corpus coordination): at least one of the two (SHACL). The kernel aboutness axis carries the phase-gate: an exemplar whose span DESCRIBES trust is source material; one whose span ENACTS it is embodiment — same selector, different gmeow:hasAboutness, different anchored range. CiTO alignment arrives free through CitationAct."@x-gmeow-english ;
                                                skos:example "ex:ex1 a gmeow:Exemplar ; gmeow:exemplarPolarity gmeow:polarityPositive ; gmeow:exemplarSubject ex:hari ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid an exemplar with neither a selector nor a subject (at least one is required — SHACL) and avoid conflating a span that DESCRIBES a quality with one that ENACTS it — the kernel aboutness axis carries that phase-gate."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the exemplar (⊑ CitationAct), set its direction with gmeow:exemplarPolarity, pin it via the citation Selector and/or gmeow:exemplarSubject, set gmeow:hasAboutness for describe-vs-enact, and add gmeow:exemplarRationale; CiTO comes free."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a citation act that holds something up as an example — positive, negative, or cautionary — pinned into the cited work by selector and/or naming an entity subject."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ExemplarPolarity> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                        rdfs:label "Exemplar Polarity"@x-gmeow-english ;
                                                        skos:definition "The direction of an exemplar — a CLOSED three-member value vocabulary: positive (emulate this), negative (avoid this), cautionary (a boundary case that LOOKS positive but redirects or warns). Closed because the trichotomy is the design: finer judgement nuance belongs in the rationale and the anchored range, not in new polarities."@x-gmeow-english ;
                                                        skos:example "ex:ex1 gmeow:exemplarPolarity gmeow:polarityCautionary ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting a fourth polarity (the trichotomy is closed — finer nuance belongs in the rationale and anchored range)."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Reference one of the three seeded polarity individuals from an exemplar via gmeow:exemplarPolarity; carry the nuance in gmeow:exemplarRationale and the anchor range."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the closed value vocabulary for exemplar direction — positive (emulate), negative (avoid), cautionary (boundary case that warns or redirects)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ExifTag> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                               rdfs:label "EXIF Tag"@x-gmeow-english ;
                                               skos:definition "A reified EXIF metadata tag of a media object — a tag identifier (gmeow:exifTagId, e.g. 'FNumber'), its value (gmeow:exifTagValue, e.g. 'f/2.0'), and a human-readable label (rdfs:label, e.g. 'Aperture'). The schema:PropertyValue shape: reification keeps each tag's id/value/label paired correctly and lets an OPEN, camera-defined EXIF set round-trip losslessly to schema:exifData."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Experience> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/mentation> ;
                                                  rdfs:label "Experience"@x-gmeow-english ;
                                                  skos:definition "The phenomenally-conscious, qualia-bearing subset of gmeow:MentalProcess — a mental occurrence there is something it is like to undergo: a perception-as-experienced, a felt emotion-episode, a dream. Distinguished from sub-personal mental processing that carries no first-person character. The one genuine subclass in this slice; finer kinds remain gmeow:mentalProcessType values."@x-gmeow-english ;
                                                  skos:example "ex:theDream a gmeow:Experience ; gmeow:experiencer ex:lillith ; gmeow:mentalProcessType gmeow:processDreaming ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerFoafExport> ,
                                                                                                          <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for sub-personal processing that carries no first-person character (type that plain gmeow:MentalProcess) and avoid subclassing Experience to mark a finer kind; the kind stays a gmeow:mentalProcessType value (Principle 9)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Type the episode gmeow:Experience (it inherits gmeow:experiencer and gmeow:mentalProcessType from gmeow:MentalProcess), tag its kind with gmeow:mentalProcessType, and reserve the type for occurrences with genuine phenomenal character."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                        <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ,
                                                                                                        <https://blackcatinformatics.ca/gmeow/consumerResearchQueue> ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the phenomenally-conscious, qualia-bearing subset of mental processing — an episode there is something it is like to undergo (a felt perception, an emotion-episode, a dream) — when the first-person character is what distinguishes it."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Expression> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                  rdfs:label "Expression"@x-gmeow-english ;
                                                  skos:definition "A realization of a gmeow:Work in a specific language, script, notation, or arrangement. The original-language text, a translation, and an audiobook narration are distinct Expressions of one Work. The realizing language/notation is carried as a reference frame (gmeow:hasReferenceFrame), not as a subclass. Identity changes when the language, notation, or arrangement differs."@x-gmeow-english ;
                                                  skos:example "ex:hamletGermanTranslation a gmeow:Expression ; gmeow:realizes ex:hamlet ; gmeow:hasReferenceFrame ex:germanLanguage ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the language-neutral abstract creation (that is gmeow:Work) and for an edition/format/release (that is gmeow:Manifestation — a paperback is not a new Expression unless its text differs); carry the realizing language as a frame, never as a subclass (Principle 9)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/frameRequirementSeverity> "warning" ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Link to the Work with gmeow:realizes, declare the realizing language/notation with gmeow:hasReferenceFrame (required-frame, P11), and let editions hang below via gmeow:embodiedIn; for music set gmeow:realizationMode rather than splitting into notated/performed subclasses."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/requiresFrame> <https://blackcatinformatics.ca/gmeow/hasReferenceFrame> ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use when the LANGUAGE, script, notation, or arrangement is what distinguishes this realization from the abstract Work — a translation, an audiobook narration, a score-versus-recording rendition; one tier below Work, one above Manifestation."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ExpressionLanguage> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                          rdfs:label "Expression Language"@x-gmeow-english ;
                                                          skos:definition "The language of a condition expression — an OPEN value vocabulary seeded with the policy-engine and query languages GMEOW projects to: prose, SPARQL ASK, CEL, Rego, Cedar, XACML, SHACL. Open: new engines join without schema change."@x-gmeow-english ;
                                                          skos:example "ex:exprLangCedarV2 a gmeow:ExpressionLanguage ; rdfs:label \"Cedar v2\"@en ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting per-language subclasses (languages are individuals) and avoid using it for the expression source itself (that is gmeow:expressionText)."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Reference the seeded language individuals from an expression; extend the axis for a new policy engine by minting a fresh gmeow:ExpressionLanguage individual rather than a subclass."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for the condition-expression-language axis — the seeded engines (prose, SPARQL ASK, CEL, Rego, Cedar, XACML, SHACL) a formalization declares via gmeow:expressionLanguage."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ExtractedEntity> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                                       rdfs:label "Extracted Entity"@x-gmeow-english ;
                                                       skos:definition "A model-extracted entity DESCRIPTION — an information object about a putative entity, derived from source chunks. Deliberately NOT the entity itself: promotion to a first-class gmeow:Entity (with coreference by reference, never owl:sameAs — P5) is a separate, attributable curation act."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ExtractedRelationship> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                                             rdfs:label "Extracted Relationship"@x-gmeow-english ;
                                                             skos:definition "A model-extracted relationship description between extracted-entity descriptions — the GraphRAG edge as a revisable, attributed artifact rather than a black-box triple."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Family> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/genealogy> ;
                                              rdfs:label "Family"@x-gmeow-english ;
                                              skos:definition "A kinship group of persons related by descent, marriage, or adoption."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/FeedPosting> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                   rdfs:label "Feed Posting"@x-gmeow-english ;
                                                   skos:definition "A short-form work published to a feed, timeline, or platform — a social-media post, a blog entry, a microblog note. A specialisation of gmeow:Work; its kind (social / blog / microblog) is an open gmeow:FeedPostingKind value, never a subclass. Carries the work metadata (title, author, datePublished) and may quote (gmeow:quotesContent) or share (gmeow:sharesContent) other content."@x-gmeow-english ;
                                                   skos:example "ex:post a gmeow:FeedPosting ; gmeow:feedPostingKind gmeow:feedPostingKindMicroblog ; gmeow:sharesContent ex:article ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid encoding the posting flavour as a subclass (the kind is a gmeow:feedPostingKind value, Principle 9), and avoid it for a long-form scholarly piece (use gmeow:Article)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Type the post gmeow:FeedPosting, set its flavour with gmeow:feedPostingKind, carry datePublished and title; record quotation via gmeow:quotesContent / gmeow:quotedText and a repost via gmeow:sharesContent. Postings project to schema:SocialMediaPosting / BlogPosting and sioc:Post."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                         <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a short-form syndicated work published to a feed, timeline, or platform — a social post, microblog note, or blog entry that may quote or repost other content."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/FeedPostingKind> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                       rdfs:label "Feed Posting Kind"@x-gmeow-english ;
                                                       skos:definition "The kind of a syndicated posting — a VALUE vocabulary (individuals, never subclasses). Social, blog, microblog, forum, and status are examples; the set is open."@x-gmeow-english ;
                                                       skos:example "ex:feedPostingKindForum a gmeow:FeedPostingKind ; rdfs:label \"forum\"@en ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting a posting-flavour SUBCLASS of gmeow:FeedPosting (Principle 9 — no overtyping); a new flavour is always a fresh gmeow:FeedPostingKind individual, never a class."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Add a new flavour as a gmeow:FeedPostingKind individual with rdfs:label and skos:definition; reference it from a posting via the functional gmeow:feedPostingKind, which drives the schema projection."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for the posting-flavour axis — the open set of individuals (social, blog, microblog, forum, status) that gmeow:feedPostingKind draws from; mint a fresh individual for a flavour not seeded."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Filename> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                rdfs:label "Filename"@x-gmeow-english ;
                                                skos:definition "An appellation borne by a digital file — a stem and an extension. The extension CLAIMS a content type (gmeow:claimedMediaType) which may disagree with the type detected from the bytes (gmeow:detectedMediaType); the disagreement is recorded as coexisting claims with confidence, never reasoned into a contradiction."@x-gmeow-english ;
                                                skos:example "ex:report a gmeow:Filename ; gmeow:fullName \"report.pdf\" ; gmeow:claimedMediaType \"application/pdf\" ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the file's content or its real-world subject (model those as the borne InformationObject), and avoid resolving a claimed-vs-detected media-type mismatch into a contradiction — record both as coexisting claims."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Mint a Filename, give it gmeow:fullName, decompose into gmeow:namePartStem and gmeow:namePartExtension, and carry gmeow:claimedMediaType (from the extension) and gmeow:detectedMediaType (from the bytes) as non-functional, possibly disagreeing claims."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the name borne by a digital file — a stem plus an extension — especially when the extension's claimed media type must be recorded alongside the type detected from the bytes."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/FinancialAccount> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                        rdfs:label "Financial Account"@x-gmeow-english ;
                                                        skos:definition "A financial account held by an agent with a financial institution — a bank account, credit card, investment account, or wallet. Distinct from OnlineAccount (social profiles, decentralized identity): this is the financial-existence layer. The account's legal terms are modelled as an Agreement between the holder and the institution."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/FinancialAccountType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                            rdfs:label "Financial Account Type"@x-gmeow-english ;
                                                            skos:definition "The kind of a financial account — a VALUE, never a FinancialAccount subclass. The set is open; a kind not among the seeds is a FRESH gmeow:FinancialAccountType individual carrying rdfs:label. Pointed at by gmeow:accountType."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/FinancialTransaction> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                            rdfs:label "Financial Transaction"@x-gmeow-english ;
                                                            skos:definition "A money-movement event — a payment, transfer, deposit, withdrawal, fee, interest, or refund. Reuses the Event/Participation substrate: payer, payee, and intermediary are ParticipantRole values on Participation relators, never subproperties. The kind of transaction is a TransactionType value; the status is a TransactionStatus value."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ForgePlatform> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                     rdfs:label "Forge Platform"@x-gmeow-english ;
                                                     skos:definition "A software forge or hosting platform — GitHub, GitLab, SourceHut, Codeberg, Gitea, etc. The platform as an entity, not any particular account or repository on it."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/FormFunction> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                    rdfs:label "Form Function"@x-gmeow-english ;
                                                    skos:definition "An open value vocabulary of formal functions. Never subclassed (Principle 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/FormalLanguage> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/language> ;
                                                      rdfs:label "Formal Language"@x-gmeow-english ;
                                                      skos:definition "A grammar-defined language with a machine modality and no human native speakers — programming, markup, query, logic, schema, and configuration languages. A thin structural split from gmeow:Language (the sociolinguistic facets — endonym/exonym, co-mingled scripts, native-speaker status — do not apply), complemented by the gmeow:languageOrigin value for fine-grained classification."@x-gmeow-english ;
                                                      skos:example "ex:langJson a gmeow:FormalLanguage ; gmeow:languageCode \"json\" ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a natural human language (use gmeow:Language) and, when the language expresses executable computation, prefer the narrower gmeow:ProgrammingLanguage so gmeow:writtenInLanguage targets are precise."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Type the formal language as FormalLanguage (or ProgrammingLanguage), classify it with gmeow:languageOrigin, and skip the endonym/exonym and writing-system-usage machinery that only natural languages need."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a grammar-defined, machine-modality language with no human native speakers — markup, query, logic, schema, or configuration languages — where the sociolinguistic facets of a natural language do not apply."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/FosterParentChild> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/genealogy> ;
                                                         rdfs:label "Foster Parent-Child"@x-gmeow-english ;
                                                         skos:definition "A parent-child relationship through fostering."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/FrameKind> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                 rdfs:label "Frame Kind"@x-gmeow-english ;
                                                 skos:definition "The structural type of a reference frame (e.g. geodetic, Cartesian, polar, grid, narrative)."@x-gmeow-english ;
                                                 skos:example "ex:frameKindGrid a gmeow:FrameKind ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid encoding the kind as a ReferenceFrame subclass (Principle 9)."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the kind as a gmeow:FrameKind individual and reference it from a frame via the functional gmeow:frameKind."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the structural type of a reference frame (geodetic, Cartesian, polar, grid, narrative) as a value individual."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/FrameRealm> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                  rdfs:label "Frame Realm"@x-gmeow-english ;
                                                  skos:definition "The physical, virtual, or conceptual domain of a reference frame (e.g. terrestrial, indoor, celestial, virtual, measurement, currency, temporal, colourspace, linguistic)."@x-gmeow-english ;
                                                  skos:example "ex:frameRealmTerrestrial a gmeow:FrameRealm ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid encoding the realm as a ReferenceFrame subclass (Principle 9)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the realm as a gmeow:FrameRealm individual and reference it from a frame via the functional gmeow:frameRealm."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the physical, virtual, or conceptual domain of a reference frame (terrestrial, celestial, currency, temporal, …) as a value individual."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/GTSCompaction> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                     rdfs:label "GTS Compaction"@x-gmeow-english ;
                                                     skos:definition "An activity that rewrites a GTS document's frame layout — e.g. into delivery order for streaming (spec §3.2) or into a snapshot. Compaction re-authors only the ORDERING: content claims (ordinary quads, including signed statement-level claims) are rewrite-invariant by construction; transport claims over the source chain become detached evidence about the source document. The compacted document gmeow:wasGeneratedBy the compaction and gmeow:wasDerivedFrom the source document, whose segment heads remain citable through gmeow:gtsHeadId. Evidence-profile documents SHOULD NOT be compacted (see shapes); sealing the source verbatim as a nested GTS blob preserves its attestation intact."@x-gmeow-english ;
                                                     skos:example "ex:streamPack gmeow:wasGeneratedBy ex:compact1 . ex:compact1 a gmeow:GTSCompaction ; gmeow:wasDerivedFrom ex:bundle ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for any activity that changes content claims (compaction touches only ordering) and for evidence-profile sources, where re-authoring would detach the third-party transport attestation — seal those verbatim as a nested blob instead."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Link the output with gmeow:wasGeneratedBy and the source with gmeow:wasDerivedFrom; keep the source's segment heads citable through gmeow:gtsHeadId so the old transport claims survive as detached evidence about the source document."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record that a document was re-laid-out from a source — into streaming delivery order or a snapshot — so the new ordering is traceable to its origin while the carried content stays rewrite-invariant."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/GTSDocument> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                   rdfs:label "GTS Document"@x-gmeow-english ;
                                                   skos:definition "A single-file Graph Transport Substrate artifact (docs/GTS-SPEC.md): a CBOR Sequence of one or more append-only segments carrying an RDF 1.2 graph and any content-addressed binaries it references. A Manifestation in the WEMI sense — the packaged, shippable embodiment. Its composite identity is the ORDERED list of its segments' chain heads (spec §3.1); byte-concatenation of valid documents is a valid document, so a document's segment list grows by append, never by rewrite."@x-gmeow-english ;
                                                   skos:example "ex:bundle a gmeow:GTSDocument ; gmeow:gtsSegment ex:seg0 ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a single log within the file (use gmeow:GTSSegment) and for the content claims the document carries (those are ordinary quads); the document is the transport envelope, never the truth of its payload."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/docsConcern> <https://blackcatinformatics.ca/gmeow/concernGTSPackaging> ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Link its ordered segments with gmeow:gtsSegment and read its composite identity off the segment heads (gmeow:gtsHeadId taken in gmeow:gtsSegmentIndex order); record production and compaction lineage with gmeow:wasGeneratedBy / gmeow:wasDerivedFrom rather than on the segments."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to model a whole shippable GTS file as a first-class entity — when you need to talk about the package itself (its segment list, its composite identity, its provenance) rather than the individual frames or the graph it carries."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/GTSProfile> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                  rdfs:label "GTS Profile"@x-gmeow-english ;
                                                  skos:definition "A named GTS profile (spec §13) — a purpose and requirement set a segment declares. An OPEN value vocabulary (individuals, never subclasses): extensions add their own profiles (e.g. a music package) without touching this module (Principle 9)."@x-gmeow-english ;
                                                  skos:example "ex:musicPackage a gmeow:GTSProfile ; rdfs:label \"music-package profile\"@en ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting profiles as subclasses (they are individuals on an open axis) and avoid using a profile to carry per-frame codec or signer detail; the profile names the requirement set, not the wire format."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/docsConcern> <https://blackcatinformatics.ca/gmeow/concernGTSPackaging> ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded profile individual from a segment via gmeow:gtsProfile, or add a new gmeow:GTSProfile individual in an extension slice; a document's effective profile is the derived union of its segments'."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for a segment's purpose-and-requirements declaration, or when an extension needs to mint a new packaging profile without editing the core module."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/GTSSegment> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                  rdfs:label "GTS Segment"@x-gmeow-english ;
                                                  skos:definition "One complete header-plus-frames log inside a GTS document — the unit of independent integrity (spec §3.1): a segment has its own genesis hash, its own id/prev chain, its own profile, its own transform catalog, and its own signers. Segments compose by concatenation and never vouch for one another; a third-party segment keeps its third-party attestation. Itself a Manifestation: a segment is a complete, independently shippable artifact."@x-gmeow-english ;
                                                  skos:example "ex:seg0 a gmeow:GTSSegment ; gmeow:gtsSegmentOf ex:bundle ; gmeow:gtsHeadId \"blake3:9f2c…\" ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the whole file (use gmeow:GTSDocument) and for a single frame; never make one segment vouch for another — each keeps its own attestation by design."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/docsConcern> <https://blackcatinformatics.ca/gmeow/concernGTSPackaging> ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Place it in its document with gmeow:gtsSegmentOf, order it with gmeow:gtsSegmentIndex, commit its history with gmeow:gtsHeadId, declare its purpose with gmeow:gtsProfile, and attach signatures as gmeow:hasSignature / gmeow:Attestation whose attestedSubject is this segment."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use for one independently-verifiable log within a document — the unit that carries its own chain, profile, codec catalog, and signers, and the subject a transport Attestation vouches for."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Gender> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                              rdfs:label "Gender"@x-gmeow-english ;
                                              skos:definition "A gender a person may identify with — a VALUE, never a gmeow:Person subclass. The set is open and culturally diverse; a gender not among the seed individuals is a FRESH gmeow:Gender individual carrying rdfs:label, not a new class. Pointed at by gmeow:genderValue."@x-gmeow-english ;
                                              skos:example "ex:genderXochihua a gmeow:Gender ; rdfs:label \"xochihua\"@en ."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid modelling a gender as a gmeow:Person subclass or a forced enum, and avoid treating the binary seeds as a default — every value is co-equal (Principle 9), so none is primary."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded gmeow:Gender individual or add a fresh one carrying rdfs:label and the GSSO/Homosaurus alignments; expose it only through a gmeow:GenderIdentity facet, never a flat literal."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the open value vocabulary for the gender a gmeow:genderValue points at; mint a fresh individual with rdfs:label when no seeded value fits the culture or identity."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/GenderExpression> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                                        rdfs:label "Gender Expression"@x-gmeow-english ;
                                                        skos:definition "A person's SELF-ASSERTED gender expression — how they present (a gmeow:GenderExpressionStyle value via gmeow:expressionValue). A distinct axis from gender identity: expression is never inferred from identity (or vice versa), nor from sex or address."@x-gmeow-english ;
                                                        skos:example "ex:ge a gmeow:GenderExpression ; gmeow:expressionValue gmeow:expressionAndrogynous ; gmeow:selfAsserted true ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                                <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating it with gender identity (gmeow:GenderIdentity) or reading either from the other, and avoid inferring it from sex-assigned-at-birth, pronouns, or honorifics."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Attach via gmeow:hasGenderExpression and set gmeow:expressionValue to a seeded or fresh gmeow:GenderExpressionStyle individual; keep it on its own facet so identity and expression remain orthogonal."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record how a person presents — the expression axis — as a self-asserted facet pointing at an open gmeow:GenderExpressionStyle value, held separately from what they identify as."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/GenderExpressionStyle> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                                             rdfs:label "Gender Expression Style"@x-gmeow-english ;
                                                             skos:definition "A style of gender expression — a VALUE pointed at by gmeow:expressionValue, never a subclass. Open: a style not seeded here is a fresh individual with rdfs:label."@x-gmeow-english ;
                                                             skos:example "ex:expressionButch a gmeow:GenderExpressionStyle ; rdfs:label \"butch\"@en ."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid modelling a style as a subclass or a forced enum, and avoid treating any seeded style as a default; the values are co-equal (Principle 9)."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded gmeow:GenderExpressionStyle individual or add a fresh one with rdfs:label; expose it only through a gmeow:GenderExpression facet."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the open value vocabulary for the presentation style a gmeow:expressionValue points at; mint a fresh individual with rdfs:label when no seeded style fits."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/GenderIdentity> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                                      rdfs:label "Gender Identity"@x-gmeow-english ;
                                                      skos:definition "A person's SELF-ASSERTED gender identity — what they are — as a reified facet pointing (via gmeow:genderValue) to an open gmeow:Gender value. Independent of pronouns/honorifics (address), of gender expression, and of sex-assigned-at-birth; nothing infers any of these from another. Multiple co-equal GenderIdentity facets express bigender/genderfluid/transition without privileging any."@x-gmeow-english ;
                                                      skos:example "ex:gi a gmeow:GenderIdentity ; gmeow:genderValue gmeow:genderNonBinary ; gmeow:selfAsserted true ; gmeow:hasDeterminacy gmeow:determinacyFuzzy ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for how a person presents (gmeow:GenderExpression), for how they are addressed (pronouns/honorifics in names), and for the recorded sex datum (gmeow:sexAssignedAtBirth); never infer one of these from another."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Attach via gmeow:hasGenderIdentity, set gmeow:genderValue to a seeded or freshly minted gmeow:Gender individual, and carry gmeow:hasDeterminacy when the identity is fuzzy or fluid; supersede a label with gmeow:displayable false, never deletion."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                            <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record what a person identifies as, as a self-asserted facet pointing at an open gmeow:Gender value; mint one facet per co-equal identity so bigender, genderfluid, or a transition are all expressible without privileging any."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/GenerativeProcess> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "Generative Process"@x-gmeow-english ;
                                                         skos:definition "A process that is itself musical content — phasing, stochastic distribution, verbal score, algorithmic rule set. The rule text is human-readable data; formal evaluation is delegated to a solver referenced by processFunction (Principles 4, 12). Realizations are linked by gmeow:wasGeneratedBy."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/GenerativeProcessKind> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                             rdfs:label "Generative Process Kind"@x-gmeow-english ;
                                                             skos:definition "The kind of a generative process — phasing, stochastic, verbal score, rule-based, algorithmic. An open value vocabulary of individuals; never subclassed (Principle 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Genre> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                             rdfs:label "Genre"@x-gmeow-english ;
                                             skos:definition "A contested, registry-independent, lineage-bearing information object used to characterise creative works. Like gmeow:Language, a genre is a first-class individual-bearing class; it is never a subclass tree and never a privileged winner of a genre dispute (Principles 5, 9)."@x-gmeow-english ;
                                             skos:example "ex:bebop a gmeow:Genre ; gmeow:wasDerivedFrom ex:swing ."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid building a genre subclass tree or anointing one genre as the privileged winner of a dispute (Principles 5, 9), and avoid conflating genre with the work's kind (gmeow:CreativeWorkType)."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Mint each genre as an individual of gmeow:Genre, record its lineage with gmeow:wasDerivedFrom, and attach it to works via gmeow:hasGenre; carry disputes on the statement layer rather than as a winner."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use to mint a genre as a first-class, contestable, lineage-bearing object that creative works point at via gmeow:hasGenre — competing genre claims coexist as standpoint-indexed statements."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/GeoCoordinates> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                      rdfs:label "Geo Coordinates"@x-gmeow-english ;
                                                      skos:definition "A geographic point expressed as latitude, longitude, and optional elevation."@x-gmeow-english ;
                                                      skos:example "ex:pt a gmeow:GeoCoordinates ; gmeow:latitude 55.95 ; gmeow:longitude -3.19 ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for shapes richer than a point (use Geometry with WKT/GeoJSON) and avoid embedding a frame in the literal — frame travels on the observation (Principle 11)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Mint GeoCoordinates with gmeow:latitude / gmeow:longitude / gmeow:elevation; reach it from a place via gmeow:hasCoordinates or via CoordinateObservation → gmeow:coordinateResult carrying frame and provenance."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ,
                                                                                                            <https://blackcatinformatics.ca/gmeow/consumerResearchQueue> ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a geographic point value — latitude, longitude, optional elevation — as the result of a coordinate observation or the target of gmeow:hasCoordinates."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Geocode> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                               rdfs:label "Geocode"@x-gmeow-english ;
                                               skos:definition "A geographic location code expressed in an alternative geocoding reference frame — a Plus Code, what3words address, geohash, MGRS grid reference, UN/LOCODE, or linear-referencing mile-marker."@x-gmeow-english ;
                                               skos:example "ex:loc a gmeow:Geocode ; gmeow:plusCode \"9F4W9C8C+W4\" ; gmeow:geocodeFrame gmeow:referenceFramePlusCode ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for decimal lat/long (GeoCoordinates) and avoid asserting conversion to WGS84 as triples — that is a solver computation (Principle 12)."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Mint a Geocode, set the functional gmeow:geocodeFrame and one gmeow:geocodeValue (or a per-system accessor like gmeow:plusCode), and link from the place via gmeow:hasGeocode."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/requiresFrame> <https://blackcatinformatics.ca/gmeow/geocodeFrame> ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use for an alternative geocoding identifier — Plus Code, what3words, geohash, MGRS, UN/LOCODE, mile-marker — carried in its own reference frame."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Geometry> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                rdfs:label "Geometry"@x-gmeow-english ;
                                                skos:definition "The spatial extent of a place — a point, line, or polygon — carrying a Well-Known Text (WKT) serialization for shapes richer than a single point (the GeoSPARQL geo:Geometry superset)."@x-gmeow-english ;
                                                skos:example "ex:shape a gmeow:Geometry ; gmeow:geometryType gmeow:geometryTypePolygon ; gmeow:asWKT \"POLYGON((...))\" ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a single point (use GeoCoordinates) and avoid carrying the frame in the literal; the frame travels on the CoordinateObservation (Principle 11)."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Mint Geometry with gmeow:geometryType and gmeow:asWKT / gmeow:asGeoJSON; reach it from a place via gmeow:hasGeometry or CoordinateObservation → gmeow:geometryResult."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ,
                                                                                                      <https://blackcatinformatics.ca/gmeow/consumerResearchQueue> ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the spatial extent of a place richer than a point — a line or polygon — serialized as WKT or GeoJSON."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/GeometryType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                    rdfs:label "Geometry Type"@x-gmeow-english ;
                                                    skos:definition "The structural kind of a geometry (point, line, polygon, multipoint, multilinestring, multipolygon). A value vocabulary (individuals, never subclasses) aligned by reference to GeoSPARQL simple-features (sf:Point, sf:LineString, sf:Polygon, etc.)."@x-gmeow-english ;
                                                    skos:example "ex:geometryTypeCircle a gmeow:GeometryType ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid subclassing Geometry for a shape kind (it is a value, Principle 9)."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Mint or reuse a gmeow:GeometryType individual and reference it from a Geometry via gmeow:geometryType."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to mint or reference a structural geometry kind (point, line, polygon, multi*) aligned to GeoSPARQL simple features."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Goal> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/teleology> ;
                                            rdfs:label "Goal"@x-gmeow-english ;
                                            skos:definition "A described state of affairs that an agent may want, intend, or commit to bring about — the propositional content of the intentional modes, existing by social convention like every description (a gmeow:SocialObject). A goal asserts nothing and prescribes nothing by itself: it is satisfied by situations (gmeow:satisfiedBy), held by agents (gmeow:hasGoal or the reified modes), and partly defined by its named shadow (gmeow:counterGoal). Whether a given situation satisfies the goal is a vantage-indexed claim (Principle 9)."@x-gmeow-english ;
                                            skos:example "ex:reachOrbit a gmeow:Goal ; gmeow:counterGoal ex:scrubLaunch ; gmeow:satisfiedBy ex:firstStableOrbit ."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the agent's holding of the goal (that is gmeow:hasGoal or a Desire/Intention/Commitment) and for prescriptive force — a Goal prescribes nothing; obligatory conduct arrives via the norms extension, never on the Goal itself."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one Goal individual and share it across every agent and mode aiming at it; attach gmeow:counterGoal for constitutive opposition and gmeow:satisfiedBy for achieving situations, recording disputed satisfaction as coexisting gmeow:accordingTo claims rather than a global verdict."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name the propositional content an agent may want, intend, or commit to — the shared target that the intentional modes and the flat gmeow:hasGoal point at, and the thing a situation can satisfy."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/GovernanceModel> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                       rdfs:label "Governance Model"@x-gmeow-english ;
                                                       skos:definition "The governance model of a project — a VALUE vocabulary (individuals, never subclasses). Describes how decisions are made and who has authority."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/GrammaticalAspect> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                         rdfs:label "Grammatical Aspect"@x-gmeow-english ;
                                                         skos:definition "The grammatical aspect of an event mention in text — a VALUE vocabulary for ISO-TimeML interoperability (perfective / progressive / perfective-progressive / none)."@x-gmeow-english ;
                                                         skos:example "ex:mention gmeow:eventAspect gmeow:aspectProgressive ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it to express the event's real temporal structure (that is the dating properties); aspect is a textual-realization facet, never inferred from or to actual placement."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a gmeow:GrammaticalAspect individual from a textual event mention via gmeow:eventAspect; keep it on the annotation layer."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for the grammatical-aspect axis of an event MENTION in text (perfective / progressive / perfective-progressive / none) — for ISO-TimeML interoperability."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/GrammaticalTense> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                        rdfs:label "Grammatical Tense"@x-gmeow-english ;
                                                        skos:definition "The grammatical tense of an event mention in text — a VALUE vocabulary for ISO-TimeML interoperability (past / present / future / none). Describes the linguistic realization, not the occurrence."@x-gmeow-english ;
                                                        skos:example "ex:mention gmeow:eventTense gmeow:tensePast ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it to express WHEN an event occurred (that is gmeow:eventTime / eventInterval); tense describes a textual realization and must never be inferred from, or used to infer, actual temporal placement."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a gmeow:GrammaticalTense individual from a textual event mention via gmeow:eventTense; keep it on the annotation layer, orthogonal to the event's real dating."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for the grammatical-tense axis of an event MENTION in text (past / present / future / none) — strictly for ISO-TimeML interoperability."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/GranularityLevel> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                        rdfs:label "Granularity Level"@x-gmeow-english ;
                                                        skos:definition "A level of detail / resolution at which a value is expressed — a point on an open, ordered, domain-general axis (spatial: point ≺ address ≺ city ≺ region ≺ country; temporal: day ≺ month ≺ year ≺ decade ≺ century). The explicit facet behind 'no silent precision', and the axis that gmeow:coarsenTo generalizes along. Levels are individuals (never per-level subclasses), ordered by gmeow:coarserThan and aligned to external resolution vocabularies (OWL-Time time:TemporalUnit, ISO 19112 LocationType) by skos:exactMatch."@x-gmeow-english ;
                                                        skos:example "ex:cityLevel a gmeow:GranularityLevel ; gmeow:coarserThan ex:addressLevel ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid creating per-level subclasses (levels are individuals) and avoid using it for ordinary quantity values; a granularity level is a resolution, not a measurement."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Mint each level as an individual, order it with gmeow:coarserThan, and anchor it to an external resolution vocabulary with skos:exactMatch; seed domain ladders in their own slices (spatial in places, temporal in temporal)."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use when minting a point on a resolution ladder — a spatial or temporal level that a value can declare via gmeow:hasGranularity or coarsen toward via gmeow:coarsenTo."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/GrooveProfile> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                     rdfs:label "Groove Profile"@x-gmeow-english ;
                                                     skos:definition "A systematic, repeatable deviation from a strict metric grid — swing ratio, per-grid-position offsets, or a measured microtiming profile. Groove is content, not error (stress case 17)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/GrooveProfileKind> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                         rdfs:label "Groove Profile Kind"@x-gmeow-english ;
                                                         skos:definition "The kind of a GrooveProfile — swing ratio, per-grid-position offsets, or a measured profile. A value vocabulary of individuals; never subclassed."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Group> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/entities> ;
                                             rdfs:label "Group"@x-gmeow-english ;
                                             skos:definition "A collection of agents treated as a unit without the formal structure of an organization."@x-gmeow-english ;
                                             skos:example "ex:researchTeam a gmeow:Group ; gmeow:hasMember ex:lillith, ex:patrick ."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a formally constituted body that acts as one agent (use gmeow:Organization) and for a single agent; Group is deliberately NOT asserted disjoint with Organization, since a structured collective is arguably also a group."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Type the collection as gmeow:Group (a gufo:Collection) and relate its agents through gmeow:hasMember / gmeow:memberOf; promote to gmeow:Organization only when formal structure and single-agent responsibility must be modelled."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use for an informal collection of agents treated as a unit but lacking organizational structure — a research team, an audience, a working set of contributors."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/GroupOperator> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                     rdfs:label "Group Operator"@x-gmeow-english ;
                                                     skos:definition "The combination operator of a condition group — a closed three-member value vocabulary: all (conjunction), any (disjunction), none (negated disjunction)."@x-gmeow-english ;
                                                     skos:example "ex:cg1 gmeow:groupOperator gmeow:operatorAny ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting a fourth operator (the trichotomy is closed by design) and avoid using it for anything but a gmeow:ConditionGroup's combination logic."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Reference one of the three seeded operator individuals from a group via gmeow:groupOperator; build richer logic by nesting groups, not by adding operators."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the closed value vocabulary for the condition-group combination operator — all (and), any (or), none (not)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/HarmonicFunction> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "Harmonic Function"@x-gmeow-english ;
                                                        skos:definition "An open value vocabulary of harmonic functions. Never subclassed (Principle 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Hazard> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                              rdfs:label "Hazard"@x-gmeow-english ;
                                              skos:definition "A bearer's disposition toward harm — manifested, when it manifests at all, as events of a feared type (gmeow:manifestedAsType). A hazard that never manifests is still fully real as a disposition: the first gufo:Disposition use in GMEOW, and the reason this slice needs no counterfactual machinery. The bearer may be anything that can carry a disposition: a system, an agent, a relationship, an artifact."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Highlight> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notes> ;
                                                 rdfs:label "Highlight"@x-gmeow-english ;
                                                 skos:definition "An annotation that marks an anchored span within a target and carries no body — a pure target+selector binding motivated by highlighting."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Holding> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                               rdfs:label "Holding"@x-gmeow-english ;
                                               skos:definition "A reified relator connecting an agent to a financial asset with a quantity and cost-basis. The thing that is held: agent × asset × quantity × cost-basis × optional period. Promote from a flat accountBalance when cost-basis, period, or provenance must be recorded."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Honorific> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                 rdfs:label "Honorific"@x-gmeow-english ;
                                                 skos:definition "A title or form of address (Mr, Mx, Dr, -san, Sri, Sayyid, …). A value, not a subclass. Each carries a gmeow:honorificPosition (prefix/suffix) and, where applicable, a gmeow:honorificClass."@x-gmeow-english ;
                                                 skos:example "ex:person gmeow:honorific gmeow:honorificMx ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid inferring an honorific from, or asserting one to imply, gender identity, gender expression, or sex assigned at birth — honorifics are a sex/gender-independent form of address; and avoid minting a subclass per title (titles are individuals)."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Attach a seeded Honorific to a person with gmeow:honorific; mint a new one as an individual with gmeow:honorificPosition (prefix/suffix) and, where applicable, gmeow:honorificClass, rather than a subclass."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the open value vocabulary for a title or form of address (Mr, Mx, Dr, -san, Sri, Sayyid, …) — referenced from gmeow:honorific on a person, or extended with a new individual for a non-Western or gender-neutral title not yet seeded."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/HonorificClass> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                      rdfs:label "Honorific Class"@x-gmeow-english ;
                                                      skos:definition "The domain of an honorific (academic, clerical, noble, military, judicial, social)."@x-gmeow-english ;
                                                      skos:example "ex:honorific gmeow:honorificClass gmeow:honorificClassAcademic ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting a Honorific subclass per class (classes are individuals) and avoid using it for render placement — that is gmeow:HonorificPosition."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded HonorificClass individual from gmeow:honorificClass on a Honorific; extend with a new individual rather than a subclass when a new domain of address appears."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the open value vocabulary for the social/institutional domain an honorific is drawn from (academic, clerical, noble, military, judicial, social) — referenced from gmeow:honorificClass on a gmeow:Honorific."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/HonorificPosition> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                         rdfs:label "Honorific Position"@x-gmeow-english ;
                                                         skos:definition "Whether an honorific is rendered before (prefix) or after (suffix) the name."@x-gmeow-english ;
                                                         skos:example "ex:honorific gmeow:honorificPosition gmeow:honorificPositionSuffix ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting a Honorific subclass per position (positions are individuals) and avoid using it for anything but render placement — class/domain of the honorific is gmeow:HonorificClass."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Reference gmeow:honorificPositionPrefix or gmeow:honorificPositionSuffix from gmeow:honorificPosition on a Honorific individual; the projection layer reads it to place the title around the name."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the closed-ish value vocabulary recording whether an honorific is rendered before (prefix) or after (suffix) the name — referenced from gmeow:honorificPosition on a gmeow:Honorific."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Identifier> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                  rdfs:label "Identifier"@x-gmeow-english ;
                                                  skos:definition "A reified external-identifier record bundling a scheme-local value with its scheme, and optionally the authority URL that resolves it and a human-readable name — an ORCID, a geni profile id, a Nostr nip05, a LEI, a ROR ID, a NAICS code. Reification ensures that when an entity carries multiple identifiers, each value is paired with its correct scheme (and url/name) in projections. The structured sibling of gmeow:authorityLink: a flat authorityLink points at an external record by IRI; an Identifier decomposes the scheme/value/url/name a schema:PropertyValue or DataCite relatedIdentifier carries."@x-gmeow-english ;
                                                  skos:example "ex:acmeLei a gmeow:Identifier ; gmeow:identifierScheme \"lei\" ; gmeow:identifierValue \"529900T8BM49AURSDO55\" ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid a flat scheme-on-the-bearer property (it produces cross-product pairing bugs when several identifiers coexist) and avoid it for a plain see-also IRI (that is the flat gmeow:authorityLink); a name borne by an entity is a gmeow:Appellation, not an Identifier."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/docsConcern> <https://blackcatinformatics.ca/gmeow/concernIdentifiersCoreference> ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one gmeow:Identifier per code, set gmeow:identifierScheme and gmeow:identifierValue on it (plus gmeow:identifierUrl and rdfs:label as needed), and attach it with gmeow:hasIdentifier or a specialization (gmeow:legalIdentifier, gmeow:industryClassification)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to reify an external identifier so its scheme, value, resolving URL, and label travel together — necessary whenever an entity carries more than one code (a LEI plus a ROR plus a NAICS) and projections must pair each value with its own scheme."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/IdentityFacet> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gender> ;
                                                     rdfs:label "Identity Facet"@x-gmeow-english ;
                                                     skos:definition "A reified, SELF-ASSERTED claim about an aspect of a person's identity — an observation in the universal claim stack (observation-spine bridge): gender identity, gender expression, or (in the sexuality module) sexual/romantic orientation — mediating the person (facetSubject / observedFeature) and an open identity value. A gufo:Relator and a gmeow:Observation, the same idiom as gmeow:NameUsage. A person bears MANY co-equal facets (e.g. bigender); none is privileged, there is no preferred/primary marker, and a superseded facet is kept with gmeow:displayable false rather than deleted. Self-assertion (gmeow:selfAsserted) is the top authority; the optional validity period is carried by gmeow:validFrom/validUntil on the facet."@x-gmeow-english ;
                                                     skos:example "ex:facet a gmeow:IdentityFacet ; gmeow:facetSubject ex:lillith ; gmeow:selfAsserted true ; gmeow:hasSensitivity gmeow:sensitivitySensitivePersonal ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid typing an instance as a bare gmeow:IdentityFacet when a concrete subkind (GenderIdentity, GenderExpression, SexualOrientation) applies, and avoid using it for the recorded sex-assigned-at-birth datum, which is deliberately NOT a facet."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the facet, link the person with gmeow:facetSubject and the asserting agent with gmeow:facetVantage, set gmeow:selfAsserted, point at the open value through the subkind's value property, and bound it with gmeow:validFrom/validUntil; mark a superseded facet gmeow:displayable false rather than deleting it."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the shared reification base whenever an identity claim must be first-class — carrying who asserted it, a validity period, a sensitivity level, and display control — rather than flattened into an attribute; the parent the concrete gender, expression, and orientation facets specialize."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ImageRegion> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                   rdfs:label "Image Region"@x-gmeow-english ;
                                                   skos:definition "A region within an image — a structural part of a gmeow:MediaObject, described by a gmeow:RegionSelector that encodes its boundaries. The counterpart of ContentSegment for visual media: a face, an object bounding box, a polygon, or a pixel mask. Carries a human-readable gmeow:regionLabel."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ImportActivity> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/provenance> ;
                                                      rdfs:label "Import Activity"@x-gmeow-english ;
                                                      skos:definition "An activity that ingested an external source artifact (an import envelope such as a vCard file) and recorded the claims it carried. Carries the ingestion (transaction) time — when the system learned the claims, distinct from when they were asserted or when they hold."@x-gmeow-english ;
                                                      skos:example "ex:import2026 a gmeow:ImportActivity ; gmeow:ingestedAt \"2026-06-15T09:00:00Z\"^^xsd:dateTime ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                              <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for in-system derivations that produce no external-source envelope (use a plain gmeow:Activity with gmeow:wasDerivedFrom) and for the moment a fact was asserted by an observer (that is statement-level gmeow:assertedAt, not ingestion)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Type the import as gmeow:ImportActivity, stamp it with gmeow:ingestedAt, tie it to its software agent with gmeow:wasAssociatedWith, and record per-claim gmeow:mappedFrom / gmeow:importanceLevel on the statements it generated; the ingested claims point back via gmeow:wasGeneratedBy."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                            <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use when modeling the ingestion of an external source — a vCard, mbox, or feed pulled in — so the transaction time and the source mapping become first-class and auditable."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/IndexAlgorithm> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/graphrag> ;
                                                      rdfs:label "Index Algorithm"@x-gmeow-english ;
                                                      skos:definition "An open value vocabulary of vector-index structures."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/InferenceCommitment> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                                           rdfs:label "Inference Commitment"@x-gmeow-english ;
                                                           skos:definition "The endurant, structured argument relation an inference instantiates — the reified Toulmin/Peircean commitment mediating its premises (gmeow:premise), its single conclusion (gmeow:conclusion, a gmeow:StandpointClaim), its warrant (gmeow:warrant), its mode (gmeow:inferenceModeOf), and its defeaters (gmeow:hasDefeater). A relator, not a process (the gmeow:Commitment idiom): the occurrent reasoning episode that bears it is the gmeow:InferenceProcess reached by gmeow:hasInferenceCommitment. Reifying is the on-demand tier; the flat 80% case hangs gmeow:inferredFrom + gmeow:inferenceMode directly on the conclusion-claim. Retained as audit when its conclusion is suppressed (belief revision), never erased (Principle 10)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/InferenceMode> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                                     rdfs:label "Inference Mode"@x-gmeow-english ;
                                                     skos:definition "The Peircean mode of an inference — a closed-but-open value vocabulary (individuals, never subclasses; the gmeow:StandpointModality idiom): gmeow:modeDeduction, gmeow:modeInduction, gmeow:modeAbduction, gmeow:modeAnalogical. The mode rides as a gmeow:inferenceMode value on the claim (or gmeow:inferenceModeOf on the commitment), never as a subclass of gmeow:InferenceCommitment (Principle 9: no overtyping). The modes differ by warrant and default modality, not by subsumption."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/InferenceProcess> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                                        rdfs:label "Inference Process"@x-gmeow-english ;
                                                        skos:definition "The occurrent reasoning episode — inference as it unfolds in time, drawing a conclusion from premises. The perdurant face of inference: a gmeow:MentalProcess borne by exactly one gmeow:experiencer and carrying gmeow:mentalProcessType gmeow:processReasoning, the reparenting hook the mentation slice reserves. It gmeow:realizesMoment the belief it produces and reaches its argument structure via gmeow:hasInferenceCommitment. Distinct from the endurant gmeow:InferenceCommitment (the argument relation it instantiates) — keeping the gUFO endurant/occurrent split clean."@x-gmeow-english ;
                                                        skos:scopeNote "The occurrent kind of an inference is recorded as gmeow:mentalProcessType gmeow:processReasoning, NOT as a dedicated gmeow:EventType value: an 'eventTypeInference' individual was deliberately NOT minted (Principle 4 — one canonical source), since processReasoning already names this occurrent fact on the mentation spine."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/InferenceTenure> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/inference> ;
                                                       rdfs:label "Inference Tenure"@x-gmeow-english ;
                                                       skos:definition "The reified, time-scoped fact that an gmeow:InferenceCommitment's conclusion was held over an interval — opened when the conclusion is accepted and closed when a defeater fires, never deleted (Principle 10). Belief revision is the closing of a tenure (and gmeow:displayable false on the conclusion-claim), not the erasure of the commitment, which survives as audit. Carries its interval via gmeow:duringInterval (temporal module). Use only when the adoption / retraction of the conclusion is itself worth modelling; the common case is a bare claim with its modality."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/InformationObject> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                         rdfs:label "Information Object"@x-gmeow-english ;
                                                         skos:definition "An entity whose nature is to carry information content: a document, dataset, software artifact, online account, or message. The shared parent of the document, software and account layers."@x-gmeow-english ;
                                                         skos:example "ex:report a gmeow:InformationObject ; gmeow:hasAboutness gmeow:aboutnessDescribes ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the real-world subject an information object is about (model that separately) and for material artifacts whose information role is incidental; do not conflate the carrier with what it describes."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Type the carrier as InformationObject (or a document/software/account specialization), use gmeow:hasAboutness to record whether it describes or enacts its subject, and keep the subject as a distinct entity linked by an aboutness-bearing construct."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the parent domain when a fact concerns the carrier of content rather than the content's subject — aboutness, encoding, manifestation, and the document/software/account layers all attach here."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/InlinePart> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                  rdfs:label "Inline Part"@x-gmeow-english ;
                                                  skos:definition "A body part displayed inline within the message body, such as an embedded image or a text/html part rendered as part of the message content. Distinct from Attachment in presentation intent but not declared disjoint — a part's disposition is an attributed fact, not a rigid kind boundary (Principle 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Inscription> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                   rdfs:label "Inscription"@x-gmeow-english ;
                                                   skos:definition "The sign-bearing content or mark on a physical carrier — a text, sequence of signs, or symbolic marking that is informationally distinct from the material object that bears it. An inscription is an InformationObject; its carrier is a PhysicalObject. Multiple inscriptions may coexist on one carrier, and competing readings of the same inscription coexist without privilege (Principle 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/InscriptionReading> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                          rdfs:label "Inscription Reading"@x-gmeow-english ;
                                                          skos:definition "A scholarly reading of an inscription — the Observation that produces a LexicalForm from a sign-bearing feature. The reading is a standpoint-scoped claim, not ground truth: two scholars may read the same marks differently, and both readings coexist (Principle 9). Follows the universal Observation + Relator pattern."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/InscriptionTranslation> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                              rdfs:label "Inscription Translation"@x-gmeow-english ;
                                                              skos:definition "A translation of an inscription into another language — an Observation that produces a LexicalForm representing the meaning of the source inscription in a target language. Standpoint-scoped: competing translations coexist without privilege (Principle 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/InscriptionTransliteration> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                                  rdfs:label "Inscription Transliteration"@x-gmeow-english ;
                                                                  skos:definition "A transliteration of an inscription into another script — an Observation that maps sign sequences from one writing system to another, producing a LexicalForm. Standpoint-scoped: competing transliteration schemes (e.g. Hepburn vs Kunrei-shiki) coexist without a single winner (Principle 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Instant> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                               rdfs:label "Instant"@x-gmeow-english ;
                                               skos:definition "A zero-duration point in time, distinct from a TimeInterval. Carries a crisp instantValue (xsd:dateTime) and/or an edtfValue (EDTF literal) relative to a TemporalFrame."@x-gmeow-english ;
                                               skos:example "ex:birthInstant a gmeow:Instant ; gmeow:instantValue \"1804-07-12T00:00:00Z\"^^xsd:dateTime ; gmeow:inTemporalFrame gmeow:temporalFrameUTCGregorian ; gmeow:hasGranularity gmeow:granularityDay ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for an inline timestamp that needs no facets (use gmeow:atTime or gmeow:startedAtTime) and for a bounded span (use gmeow:TimeInterval); an Instant is the heavyweight, facet-bearing point."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/frameRequirementSeverity> "warning" ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Give it a crisp gmeow:instantValue (xsd:dateTime, P3) and/or an approximate gmeow:edtfValue, declare its gmeow:inTemporalFrame (P11), and attach gmeow:hasGranularity / gmeow:hasDeterminacy when the resolution or determinacy is below crisp-to-the-second."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/requiresFrame> <https://blackcatinformatics.ca/gmeow/inTemporalFrame> ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a zero-duration point that must itself bear a frame, a granularity, a determinacy, or an EDTF approximation — the reified point that a gmeow:TimeInterval endpoint or a gmeow:NamedPeriod boundary references."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/InstantMessageAddress> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                             rdfs:label "Instant Message Address"@x-gmeow-english ;
                                                             skos:definition "A contact point reachable through an instant-messaging or chat service — a handle, channel, or service-scheme URI (xmpp:, weixin:, matrix:, …)."@x-gmeow-english ;
                                                             skos:example "ex:lillithMatrix a gmeow:InstantMessageAddress ; gmeow:hasSensitivity gmeow:sensitivitySensitivePersonal ."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/consumerWikidata> ,
                                                                                                                     <https://blackcatinformatics.ca/gmeow/consumerWikipedia> ;
                                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for an email-style address (use gmeow:EmailAddress) or a telephone-bound messenger identified by number (use gmeow:TelephoneNumber); avoid storing the owning account here — that is gmeow:OnlineAccount in the accounts slice."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Type the handle as gmeow:InstantMessageAddress, link it to its owner with gmeow:hasContactPoint, and carry gmeow:hasSensitivity so a public projection can withhold or coarsen it; record the service via gmeow:contactPointProvider when the platform matters."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                                   <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ;
                                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a channel reached through an instant-messaging or chat service — a handle, room, or scheme URI (xmpp:, matrix:, weixin:) — when the contact point is neither email, telephone, nor postal."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/InstrumentConfiguration> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                               rdfs:label "Instrument Configuration"@x-gmeow-english ;
                                                               skos:definition "A configured instrument setup — a relator binding an instrument item or type, one or more modifications, a tuning frame, and an interval. The prepared-piano / drop-tuning answer (instruments and configurations). A physical instrument and a software instrument are both first-class subjects; no new instrument-item class is minted (Principles 4, 9, 11)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/InstrumentModification> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "Instrument Modification"@x-gmeow-english ;
                                                              skos:definition "A modification applied to an instrument in an InstrumentConfiguration — prepared, scordatura, capo, mute, electrified, extended range, etc. An open value vocabulary of individuals; never subclassed (Principle 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/InstrumentType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                      rdfs:label "Instrument Type"@x-gmeow-english ;
                                                      skos:definition "The kind of a musical instrument — piano, violin, drum kit, voice, etc. An open value vocabulary of individuals; never subclassed (Principle 9). Each individual may carry a Hornbostel–Sachs code (gmeow:hsNumber) and a MIMO exactMatch (Principle 5)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Intention> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/teleology> ;
                                                 rdfs:label "Intention"@x-gmeow-english ;
                                                 skos:definition "An intentional mode of internal commitment — the agent has settled on pursuing the goal (UFO-C: intention), though no other agent holds them to it. Inheres in exactly one agent (gmeow:intentBearer); aims at exactly one goal (gmeow:intentionGoal); may motivate events (gmeow:motivates). The social grade — committed TOWARD someone — is gmeow:Commitment."@x-gmeow-english ;
                                                 skos:example "ex:planToShip a gmeow:Intention ; gmeow:intentBearer ex:lillith ; gmeow:intentionGoal ex:reachOrbit ; gmeow:motivates ex:launchPrep ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for mere wanting (use gmeow:Desire) and for resolutions made TOWARD another agent (use gmeow:Commitment, a relator); a resolution made purely to oneself is an Intention, not a Commitment."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Mint an Intention with one gmeow:intentBearer and one gmeow:intentionGoal; link the actions it explains with gmeow:motivates, and record adoption or abandonment over time as a gmeow:IntentionTenure rather than mutating the mode."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use when an agent has internally settled on pursuing a goal but no other agent holds them to it — the middle commitment grade, and the natural source of gmeow:motivates on the events the agent undertakes."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/IntentionTenure> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/teleology> ;
                                                       rdfs:label "Intention Tenure"@x-gmeow-english ;
                                                       skos:definition "The reified, time-scoped fact that an agent held an intentional mode over an interval — a goal adopted in January and abandoned in June is an opened-then-closed tenure, never a deletion (Principle 10). The StandpointTenure idiom applied to teleology: use only when adoption / revision is itself worth modelling; the common case is a bare gmeow:hasGoal with validFrom / validUntil on the statement. Carries its interval via gmeow:duringInterval (temporal module); a withdrawn tenure is kept with gmeow:displayable false."@x-gmeow-english ;
                                                       skos:example "ex:resolveTenure a gmeow:IntentionTenure ; gmeow:tenureAgent ex:lillith ; gmeow:tenureIntention ex:planToShip ; gmeow:duringInterval ex:firstHalfYear ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the 80% case where an agent simply holds a goal (use the flat gmeow:hasGoal with validFrom / validUntil) and for commitment tenure (a Commitment relator carries its own period by construction); never delete an abandoned tenure — close it and set gmeow:displayable false (Principle 10)."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one IntentionTenure per (agent, mode) holding, bind gmeow:tenureAgent and gmeow:tenureIntention, scope it with gmeow:duringInterval; record withdrawal by closing the interval and suppressing with gmeow:displayable false rather than removing the triple."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/consumerResearchQueue> ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the reified half of the gmeow:hasGoal ↔ gmeow:IntentionTenure pair: when adoption, revision, or abandonment of an intrinsic mode over an interval is itself the fact of interest, so the tenure can be opened and closed rather than mutated."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/IntentionalMode> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/teleology> ;
                                                       rdfs:label "Intentional Mode"@x-gmeow-english ;
                                                       skos:definition "The abstract category of intrinsic intentional moments — desires and intentions — that inhere in exactly one agent and aim at a goal. The intrinsic branch of gmeow:IntentionalMoment, and the conative member of the kernel gmeow:MentalMoment family (alongside cognition's gmeow:CognitiveState and epistemics' doxastic states) so an agent's whole mental life is queryable as one family (Principle 15) — gmeow:MentalMoment ⊑ gufo:IntrinsicMode supplies the gUFO branch. Never instantiated directly: instances are Desires or Intentions (the commitment-graded trichotomy; the social grade is gmeow:Commitment, a relator, not a mode)."@x-gmeow-english ;
                                                       skos:example "ex:wishForRain a gmeow:Desire ; gmeow:intentBearer ex:lillith .  # an IntentionalMode by inheritance"@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid instantiating it directly (mint a Desire or Intention) and avoid using it for socially-committed cases — committed TOWARD another agent is gmeow:Commitment, a relator, not a mode."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Type the moment as Desire or Intention and let it inherit IntentionalMode; the single bearer is gmeow:intentBearer (functional), and adoption over time is reified as gmeow:IntentionTenure."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the domain for what is shared by the intrinsic branch — single-bearer inherence via gmeow:intentBearer and intention-tenure — and to query desires and intentions together without the social grade."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/IntentionalMoment> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/teleology> ;
                                                         rdfs:label "Intentional Moment"@x-gmeow-english ;
                                                         skos:definition "The umbrella category of all goal-directed moments — UFO-C's intentional moment, spanning the intrinsic branch (gmeow:IntentionalMode: desires and intentions inhering in one agent) and the social branch (gmeow:Commitment: a relator toward other agents). Exists as a NAMED class so that gmeow:intentionGoal and gmeow:motivates carry a generator-visible domain instead of an anonymous union (the schema surface — LinkML, GraphQL, TypeScript — projects properties from named domains only). Never instantiated directly."@x-gmeow-english ;
                                                         skos:example "ex:settledPlan a gmeow:Intention ; gmeow:intentionGoal ex:reachOrbit .  # an IntentionalMoment by inheritance"@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid instantiating it directly — type the moment as a Desire, Intention, or Commitment; the abstract umbrella exists for the schema surface, not for data."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Let concrete moments inherit it; reach for the umbrella name only when defining or querying a property that ranges over the whole intentional family rather than one branch."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use only as the generator-visible domain for properties shared across both branches (gmeow:intentionGoal, gmeow:motivates) and to query desires, intentions, and commitments uniformly."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/InterpersonalRelationship> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                                 rdfs:label "Interpersonal Relationship"@x-gmeow-english ;
                                                                 skos:definition "A reified standing relationship between agents (acquaintance, collaboration, …), able to bear its own time interval, confidence, and source evidence."@x-gmeow-english ;
                                                                 skos:example "ex:tie a gmeow:InterpersonalRelationship ; gmeow:relationshipParty ex:lillith, ex:morgan ."@x-gmeow-english ;
                                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for the bare symmetric fact (use the flat shortcuts) and avoid using it for a contact channel or an address tenure (those are gmeow:ContactPoint and gmeow:AddressTenure)."@x-gmeow-english ;
                                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the relator, bind its agents with gmeow:relationshipParty (at least one is required by axiom), and carry its span with gmeow:relationshipInterval; specialize to Professional or Acquaintance where the kind is known."@x-gmeow-english ;
                                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use when a standing tie between agents must be first-class — carrying its own interval, confidence, or source evidence — beyond what the flat gmeow:hasMet/hasWorkedWith shortcuts can hold."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/InvitationStatus> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/calendar> ;
                                                        rdfs:label "Invitation Status"@x-gmeow-english ;
                                                        skos:definition "The status of an event invitation — a VALUE vocabulary aligned to iTIP PARTSTAT, never a subclass."@x-gmeow-english ;
                                                        skos:example "ex:standupInvite gmeow:invitationStatus gmeow:invitationStatusAccepted ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid modelling these as EventInvitation subclasses, and avoid reusing them for the invitee's reply — that is the parallel gmeow:RsvpStatus vocabulary kept distinct so the views can coexist."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded individual (gmeow:invitationStatusAccepted, …) from gmeow:invitationStatus; mint a new individual rather than a subclass if a further state is needed."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary gmeow:invitationStatus ranges over — the iTIP PARTSTAT states (needs-action, accepted, declined, tentative) the organizer records."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Invoice> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                               rdfs:label "Invoice"@x-gmeow-english ;
                                               skos:definition "A billing document issued by a seller to a buyer, requesting payment for goods or services rendered. A subclass of Document."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/InvoiceStatus> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                     rdfs:label "Invoice Status"@x-gmeow-english ;
                                                     skos:definition "The status of an invoice — a VALUE, never a subclass. Open vocabulary."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Issue> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                             rdfs:label "Issue"@x-gmeow-english ;
                                             skos:definition "A tracked issue, ticket, or bug report in a software project — an InformationObject that may carry title, body, labels, and state. The event of its creation/closure is a separate gmeow:Event."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Item> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                            rdfs:label "Item"@x-gmeow-english ;
                                            skos:definition "A single exemplar of a gmeow:Manifestation — one copy. An InformationObject; a physical copy is linked via gmeow:hasCarrier to a gmeow:PhysicalObject, keeping informational identity distinct from the physical carrier. Library circulation/holdings detail is out of scope for this base (carrier hook only). Identity changes when you hold a different physical or digital copy."@x-gmeow-english ;
                                            skos:example "ex:myCopy a gmeow:Item ; gmeow:exemplifies ex:penguin2003 ; gmeow:hasCarrier ex:wornPaperbackVolume ."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when speaking of the edition in general (that is gmeow:Manifestation — 'the 2003 paperback' as a type is not an Item); do not model library circulation/holdings here (out of scope for this base), and keep the physical substrate on the carrier, not the Item."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Link to its Manifestation with gmeow:exemplifies and, for a material copy, attach the physical substrate with gmeow:hasCarrier to a gmeow:PhysicalObject — born-digital Items may omit the carrier (Principle 11)."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use for ONE specific copy — the signed first edition on this shelf, a single loaned audiobook download; the bottom WEMI tier, where a physical carrier and copy-level provenance attach."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/JournalEntry> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                    rdfs:label "Journal Entry"@x-gmeow-english ;
                                                    skos:definition "A balanced double-entry bookkeeping event: a temporal occurrence in which debits equal credits (per currency bucket). Composed of two or more Posting relators."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/JurisdictionTenure> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "Jurisdiction Tenure"@x-gmeow-english ;
                                                          skos:definition "The reified, time-scoped fact that a place was governed by a particular polity over an interval — a sovereignty or administrative jurisdiction claim. Non-functional on the place: contested sovereignty (e.g. Crimea-class) is modelled as multiple co-existing JurisdictionTenures, each standpoint-indexed and confidence-weighted, never collapsing to a single winner (Principle 9)."@x-gmeow-english ;
                                                          skos:example "ex:jt a gmeow:JurisdictionTenure ; gmeow:jurisdictionPlace ex:crimea ; gmeow:jurisdictionPolity ex:stateA ; gmeow:accordingTo ex:standpointA ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for the simple, uncontested case (the flat gmeow:containedInPlace is the 80% shortcut) and avoid collapsing contested claims — model each as a standpoint-indexed JurisdictionTenure (Principle 9)."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Mint JurisdictionTenure, set gmeow:jurisdictionPlace and gmeow:jurisdictionPolity, scope with gmeow:duringInterval, and index competing claims with gmeow:accordingTo."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to reify a time-scoped sovereignty/administrative-jurisdiction fact when period, standpoint, or contestation matter."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/KeyScheme> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                                 rdfs:label "Key Scheme"@x-gmeow-english ;
                                                 skos:definition "The cryptographic scheme/format of a key (OpenPGP, X.509, SSH, Nostr, …). Modelled as a value, not a key subclass: the set of schemes is open-ended and they carry no distinct key structure here, so a new scheme is a new individual, not a new class."@x-gmeow-english ;
                                                 skos:example "ex:keySchemeMinisign a gmeow:KeyScheme ; rdfs:label \"Minisign\"@en ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting per-scheme key subclasses (schemes are individuals, not classes) and avoid using it for the key's algorithm (that is the literal gmeow:keyAlgorithm, e.g. ed25519); the scheme is the format family, not the primitive."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Reference the seeded scheme individuals from a key via the functional gmeow:keyScheme; extend the vocabulary by adding a new gmeow:KeyScheme individual when a new format appears, never a subclass."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary behind gmeow:keyScheme — the open set of individuals naming a key's format (OpenPGP, X.509, SSH, Nostr, …) so consumers can filter or align keys by scheme."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/KinRelationship> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/genealogy> ;
                                                       rdfs:label "Kin Relationship"@x-gmeow-english ;
                                                       skos:definition "A reified kinship relationship between persons, modelled as an observation (a claim-from-a-vantage) in the universal stack (observation-spine bridge). Able to bear its own events, dates, sources, and standpoint-indexed claims. A disputed kinship is several coexisting gmeow:accordingTo-annotated relators, none privileged (Principle 9). The relationshipParent and relationshipChild are co-observed features of the observation."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/KnowledgeLevel> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/cognition> ;
                                                      rdfs:label "Knowledge Level"@x-gmeow-english ;
                                                      skos:definition "The graded epistemic depth of a knowledge-proficiency — an OPEN, ordered value vocabulary (knowledgeAware ≺ knowledgeKnowsAbout ≺ knowledgeUnderstands ≺ knowledgeMastered), the kernel GranularityLevel pattern. Ordinally parallels the flat knowledge spectrum (gmeow:isAwareOf … gmeow:hasMastered) but as reusable values on the reified relator. gmeow:deeperThan is transitive ON LEVELS ONLY; the boundaries are deliberately vague (only the order is asserted)."@x-gmeow-english ;
                                                      skos:example "gmeow:knowledgeUnderstands a gmeow:KnowledgeLevel ; gmeow:deeperThan gmeow:knowledgeKnowsAbout ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting per-level subclasses (levels are individuals, the kernel GranularityLevel idiom) and avoid reading the order as crisp cutoffs; only the order is asserted, the boundaries are deliberately vague. Reach for the generic gmeow:ProficiencyLevel only when rating on a non-knowledge framework."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Reference the four seeded gmeow:KnowledgeLevel individuals from gmeow:knowledgeProficiencyLevel, order them with gmeow:deeperThan, and read gmeow:pairsWith to tie each to its flat-spectrum sibling; extend with new individuals if a domain needs a finer rung."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for the depth role of a gmeow:KnowledgeProficiency relator — the ordinal rung (aware ≺ knows-about ≺ understands ≺ mastered) read on the native gmeow:scaleKnowledgeDepth, the reified parallel of the flat spectrum."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/KnowledgeProficiency> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/cognition> ;
                                                            rdfs:label "Knowledge Proficiency"@x-gmeow-english ;
                                                            skos:definition "A reified, leveled depth-of-knowledge of an agent toward a subject — the gufo:Relator binding {agent} × {subject} × {level on a scale} × {interval}, mirroring expertise's gmeow:SkillProficiency. Founded on the gmeow:CognitiveState mode (documentation, not an axiom — Principle 12); the mode and this relator are DIFFERENT individuals, never double-typed. Flat-first: the four-level knowledge spectrum (gmeow:isAwareOf … gmeow:hasMastered) is the cheap surface; promote to a KnowledgeProficiency when level, scale, temporal scope, or standpoint matters. Suppression not deletion (Principle 10): lapsed knowledge is recorded as a closed interval / gmeow:displayable false, never deleted. Boundaries, documented WITHOUT axiom bridges (Principle 9): cognition (knowing, objectual) ⊥ epistemics (believing, propositional); cognition ⊥ expertise (knowing ⊥ can-do — gmeow:hasSkill ⊑ gmeow:knowsAbout touches the axes at one rung only)."@x-gmeow-english ;
                                                            skos:example "ex:lillithPythonKP a gmeow:KnowledgeProficiency ; gmeow:knowledgeProficiencyAgent ex:lillith ; gmeow:knowledgeProficiencySubject ex:python ; gmeow:knowledgeProficiencyLevel gmeow:knowledgeUnderstands ; gmeow:knowledgeProficiencyScale gmeow:scaleKnowledgeDepth ."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerFoafExport> ,
                                                                                                                    <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ;
                                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the 80% case where an agent simply knows a subject to some depth — assert the flat gmeow:isAwareOf … gmeow:hasMastered spectrum and promote only when context must be first-class; avoid double-typing it with the gmeow:CognitiveState mode (different individuals, Principle 12); avoid it for the can-do axis (that is expertise's gmeow:SkillProficiency)."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one KnowledgeProficiency per (agent, subject, level, scale) tuple, binding the five roles (gmeow:knowledgeProficiencyAgent / …Subject / …Level / …Scale / …Interval); read gmeow:pairsWith from the flat spectrum properties to surface the promotion path in gmeow describe, and carry contested or attributed depth on the statement layer via gmeow:accordingTo."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                                  <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ,
                                                                                                                  <https://blackcatinformatics.ca/gmeow/consumerResearchQueue> ;
                                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use when a depth-of-knowledge fact needs its own level, rating scale, temporal scope, or standpoint to be first-class — the reify-on-demand promotion of the flat knowledge spectrum (Principle 4), and the construct that records lapsed knowledge by closing its interval rather than deleting it (Principle 10)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/LandTenure> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                  rdfs:label "Land Tenure"@x-gmeow-english ;
                                                  skos:definition "The reified, time-scoped fact that a party holds rights over a place — ownership, lease, easement, mortgage, usufruct, or another property right. Bridges the locations module to the rights module by referencing RightsStatement. Distinct from JurisdictionTenure (governance/sovereignty) and RegulatoryOverlay (regulation): LandTenure is about property rights. Contested titles coexist as multiple standpoint-indexed instances, never collapsing to a single winner (Principle 9)."@x-gmeow-english ;
                                                  skos:example "ex:lt a gmeow:LandTenure ; gmeow:tenurePlace ex:parcel42 ; gmeow:tenureParty ex:owner ; gmeow:tenureType gmeow:tenureTypeOwnership ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for governance (gmeow:JurisdictionTenure) or regulation (gmeow:RegulatoryOverlay), and avoid deleting an expired tenure — keep it with gmeow:displayable false (Principle 10)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Mint LandTenure, set gmeow:tenurePlace / gmeow:tenureParty / gmeow:tenureType, reference rights via gmeow:tenureRights, and model joint ownership or contested titles as multiple standpoint-indexed instances (Principle 9)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to reify a time-scoped property right (ownership, lease, easement, mortgage, usufruct) a party holds over a place, bridging to the rights slice."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/LandTenureType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                      rdfs:label "Land Tenure Type"@x-gmeow-english ;
                                                      skos:definition "The kind of a land tenure (ownership, leasehold, easement, mortgage, usufruct, freehold, crown lease, etc.). A value, not a subclass: the set is open-ended and they share all of LandTenure's structure, so a new kind is a new individual, not a new class (Principle 9)."@x-gmeow-english ;
                                                      skos:example "ex:tenureTypeCommonhold a gmeow:LandTenureType ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid subclassing LandTenure for a new kind (Principle 9)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the kind as a gmeow:LandTenureType individual and reference it from a tenure via gmeow:tenureType."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to mint a new kind of land tenure as an individual on the open value vocabulary."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Language> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/language> ;
                                                rdfs:label "Language"@x-gmeow-english ;
                                                skos:definition "A language as a first-class information object with a self-minted IRI: a system of signs/symbols and rules used for communication or computation. Registry-INDEPENDENT — BCP-47/ISO 639/Glottolog/Wikidata are optional alignments (gmeow:languageCode, gmeow:authorityLink, skos:exactMatch), never identity, so a code-less conlang or AI-generated language is fully first-class. Origin, modality and status are open value vocabularies; the scripts it is written in are bound co-equally via gmeow:WritingSystemUsage; its endonym/exonym names are gmeow:Appellation."@x-gmeow-english ;
                                                skos:example "ex:langTlhingan a gmeow:Language ; gmeow:languageCode \"tlh\" ; skos:exactMatch <http://www.wikidata.org/entity/Q10134> ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid flattening a language into an inLanguage code string on the content (that is the anti-pattern gmeow:writtenInLanguage replaces) and avoid treating a registry code as identity; codes are alignments via gmeow:languageCode, not the IRI."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the Language with a self-minted IRI, give it endonym/exonym gmeow:Appellation names, bind its scripts co-equally through gmeow:WritingSystemUsage, and assert registry coreference with skos:exactMatch plus gmeow:languageCode rather than encoding identity in a code."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to mint a language as a first-class IRI rather than a flat code literal — the registry-independent target of gmeow:writtenInLanguage and the anchor of every x-gmeow-* private-use tag, so a code-less conlang or AI-generated language is fully modelled (no privileged language, Principle 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/LanguageChangeEvent> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                           rdfs:label "Language Change Event"@x-gmeow-english ;
                                                           skos:definition "A historical linguistic change — sound shifts, semantic drift, borrowing, spelling reform, grammatical change, lexical innovation, standardization, language contact, extinction, revival, or revitalization. Follows the LanguageCreation pattern as an Activity subclass; change type is an open value vocabulary (gmeow:LanguageChangeType) and affected languages are linked via gmeow:affectedLanguage. Temporal placement and participation reuse the universal events machinery."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/LanguageChangeType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                          rdfs:label "Language Change Type"@x-gmeow-english ;
                                                          skos:definition "The kind of historical linguistic change — a value, never an Entity subclass. Open-ended: new analytical frameworks may introduce further change types without ontology modification."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/LanguageCreation> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                        rdfs:label "Language Creation"@x-gmeow-english ;
                                                        skos:definition "The activity of creating or generating a language — a conlanger's design work or an AI model's generation run. Linked to its product by gmeow:wasGeneratedBy (the language → activity) and to its agent by gmeow:wasAssociatedWith; the language is ascribed to its creator with gmeow:wasAttributedTo (a gmeow:SoftwareAgent for an AI-generated language)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/LanguageModality> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                        rdfs:label "Language Modality"@x-gmeow-english ;
                                                        skos:definition "The sensory/transmission channel of a language (spoken, signed, written, whistled, tactile, machine, multimodal). A value carried by gmeow:languageModality."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/LanguageOrigin> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                      rdfs:label "Language Origin"@x-gmeow-english ;
                                                      skos:definition "How a language came to be (natural, constructed, AI-generated, formal, pidgin, creole, reconstructed, …). A value, not a Language subclass: origins are open-ended and share Language's structure."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/LanguageProficiency> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                           rdfs:label "Language Proficiency"@x-gmeow-english ;
                                                           skos:definition "A reified, leveled proficiency of an agent in a language, in a particular skill modality — the gufo:Relator binding {agent} × {language} × {skill modality} × {level on a scale}, mirroring names' gmeow:NameUsage. Mint one per (agent, language, modality) so 'native overall' and 'B2 writing' coexist. The base gmeow:knowsLanguage relation states that an agent knows a language; this relator adds the level and the skill."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/LanguageState> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                     rdfs:label "Language State"@x-gmeow-english ;
                                                     skos:definition "A reified, standpoint-scoped claim about the status of a language, variety, or version during a specific interval — the analytic/historical slice of a language at a time/period, often reconstructed and standpointed. Follows the VersionMembership pattern: a relator binding {language} × {status} × {authority} × {interval}. Differs from LanguageVersion, which is a named/released artifact; a version can have states, and a state can describe a version, but neither is defined as the other."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/LanguageStatus> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                      rdfs:label "Language Status"@x-gmeow-english ;
                                                      skos:definition "The vitality status of a language (living, historical, extinct, dormant, revived, emerging, proposed, constructed-active). A value carried by gmeow:languageStatus."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/LanguageVariety> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                       rdfs:label "Language Variety"@x-gmeow-english ;
                                                       skos:definition "A speech variety that carries names, scripts, tags, status, provenance, and alignment metadata exactly as a gmeow:Language does, because it IS a language (a SubKind). Classifications such as dialect, sociolect, register, or standard are standpointed claims via gmeow:varietyKind, not OWL subclass decisions — so a single variety can be classified as a language by one standpoint and a dialect by another without incoherence (Principle 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/LanguageVarietyKind> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                           rdfs:label "Language Variety Kind"@x-gmeow-english ;
                                                           skos:definition "The sociolinguistic classification of a language variety — a value, never an Entity subclass. Standpoint-scoped: 'dialect' according to one authority may be 'language' according to another. The seed list is an anchor, not a fence."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/LanguageVersion> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/languages> ;
                                                       rdfs:label "Language Version"@x-gmeow-english ;
                                                       skos:definition "A concrete, dated revision of a language that is itself a fully usable language (Ithkuil 1993 / 2011 / New Ithkuil; an AI language v1 / v2). Subclass of gmeow:Language so a version bears its own scripts, names and status; gmeow:versionOf links it to the lineage language, gmeow:supersedes orders versions, and gmeow:wasDerivedFrom records derivation. Forward-looking for rapidly-versioned AI languages."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/LedgerAccount> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                     rdfs:label "Ledger Account"@x-gmeow-english ;
                                                     skos:definition "A book-keeping account in a double-entry ledger — an asset, liability, equity, revenue, or expense account. An InformationObject distinct from FinancialAccount: a LedgerAccount is a conceptual book-keeping construct, while a FinancialAccount is a bank-level account with IBAN/BIC/number."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/LedgerAccountType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                         rdfs:label "Ledger Account Type"@x-gmeow-english ;
                                                         skos:definition "The kind of a ledger account — a VALUE, never a LedgerAccount subclass. The set is open; a kind not among the seeds is a FRESH LedgerAccountType individual carrying rdfs:label. Pointed at by gmeow:ledgerAccountType."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/LedgerEvent> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                   rdfs:label "Ledger Event"@x-gmeow-english ;
                                                   skos:definition "An event emitted by a smart contract or recorded on a ledger — a log entry, oracle callback, or bridge message."@x-gmeow-english ;
                                                   skos:example "ex:transferEvent a gmeow:LedgerEvent ; gmeow:logIndex 3 ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the transaction record itself (that is gmeow:LedgerTransaction, an InformationObject) and avoid treating an emitted event as real-world truth — it proves only that the contract logged it under chain rules."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the event with gmeow:logIndex (the EL minimum) naming its position in the block/transaction, link it to its emitting gmeow:SmartContract, and let its temporal extent ride on the gufo:Event spine."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to model an event emitted on-chain — a smart-contract log, oracle callback, or bridge message — as the occurrent perspective of ledger activity, distinct from the transaction that produced it."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/LedgerFinalityStatus> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                            rdfs:label "Ledger Finality Status"@x-gmeow-english ;
                                                            skos:definition "The finality state of a ledger transaction or block — a value vocabulary (individuals, never subclasses)."@x-gmeow-english ;
                                                            skos:example "ex:tx1 gmeow:finalityStatus gmeow:finalityStatusFinalized ."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting per-state subclasses (states are individuals) and avoid using it for the attestation verification verdict (gmeow:VerificationStatus); finality is the chain-settlement state, not a check outcome."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded gmeow:LedgerFinalityStatus individual via gmeow:finalityStatus, observed at a point in time; the status may change as the chain advances, and the determination runs in the solver layer (Principle 12)."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary behind gmeow:finalityStatus — the open set of individuals naming a ledger settlement state (pending, confirmed, finalized, orphaned, reorged)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/LedgerTransaction> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/attestation> ;
                                                         rdfs:label "Ledger Transaction"@x-gmeow-english ;
                                                         skos:definition "A transaction recorded on a distributed ledger or blockchain — the information-object representation of the payload, not the on-chain bytes themselves."@x-gmeow-english ;
                                                         skos:example "ex:tx1 a gmeow:LedgerTransaction ; gmeow:transactionHash \"0xabc...\" ; gmeow:finalityStatus gmeow:finalityStatusFinalized ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid reading ledger inclusion as real-world truth — blockchain inclusion proves ledger inclusion under chain rules, NOT correctness (module boundaries) — and avoid it for the raw on-chain bytes or for transparency-log evidence (gmeow:TransparencyLogEntry)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the transaction with gmeow:transactionHash (the EL minimum), record gmeow:finalityStatus, gmeow:confirmationDepth, and gmeow:ledgerInclusionProof, and locate it on its gmeow:BlockchainNetwork / gmeow:Block; chain-finality checks run in the solver layer (Principle 12)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to model a ledger or blockchain transaction as evidence backing an attestation — the information-object view of the payload, when its hash, finality, and confirmation depth matter."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/LeftOperand> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                   rdfs:label "Left Operand"@x-gmeow-english ;
                                                   skos:definition "The dimension an atomic constraint tests — an OPEN value vocabulary mirroring the ODRL leftOperand vocabulary (dateTime, spatial, count, purpose, recipient, industry, …)."@x-gmeow-english ;
                                                   skos:example "ex:opPurpose a gmeow:LeftOperand ; rdfs:label \"purpose\"@en ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting per-dimension subclasses (operands are individuals, Principle 9) and avoid inventing a free-text dimension; reuse a seeded ODRL value or mint a fresh individual."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded value (gmeow:leftOpDateTime, gmeow:leftOpSpatial, …) from gmeow:leftOperand; mint a new individual aligned to ODRL by reference when a needed dimension is missing."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the open value vocabulary for the constraint-dimension axis — the operand (dateTime, spatial, count, purpose, recipient, …) an atomic constraint tests, referenced via gmeow:leftOperand."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/LexicalForm> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                   rdfs:label "Lexical Form"@x-gmeow-english ;
                                                   skos:definition "A concrete form of a lexical item — written, spoken, signed, rendered, reconstructed, normalized, transliterated, or translated. The surface representation is carried by gmeow:formRepresentation; the kind of form is a gmeow:LexicalFormType value. A single lexical item may have many coexisting forms (Principle 9). Aligns to OntoLex Form by reference."@x-gmeow-english ;
                                                   skos:example "ex:waterWritten a gmeow:LexicalForm ; gmeow:formRepresentation \"water\" ; gmeow:formType gmeow:formWritten ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the abstract lexeme itself (that is gmeow:LexicalItem) and avoid collapsing two genuinely different representations into one form — a different representation is a different form."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the form, set its string via gmeow:formRepresentation, classify it with gmeow:formType, link it back with gmeow:formOf (inverse of gmeow:hasLexicalForm), and record its transliteration scheme where applicable."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a concrete surface realization of a lexical item — a written string, an IPA transcription, a signed form, a reconstructed shape — bearing its representation and its form type."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/LexicalFormType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                       rdfs:label "Lexical Form Type"@x-gmeow-english ;
                                                       skos:definition "The kind of a lexical form — a value, never an Entity subclass. The seed list is an anchor, not a fence; new analytical frameworks may introduce further form types without ontology modification."@x-gmeow-english ;
                                                       skos:example "ex:formGlossed a gmeow:LexicalFormType ; rdfs:label \"glossed\"@en ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid creating per-kind subclasses (kinds are individuals) and avoid using it for the form itself (that is gmeow:LexicalForm)."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Reference the seeded form-type individuals from a form; extend the axis for a new analytical framework by minting a fresh gmeow:LexicalFormType individual rather than a subclass."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for the lexical-form-kind axis — the seeded modalities (written, spoken, signed, reconstructed, …) referenced from a form via gmeow:formType."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/LexicalItem> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/lexicon> ;
                                                   rdfs:label "Lexical Item"@x-gmeow-english ;
                                                   skos:definition "The abstract lexical or constructional object: a word, morpheme, phrase, idiom, symbol, sign, or construction. Carries no surface form itself; forms are linked via gmeow:hasLexicalForm. Aligns to OntoLex LexicalEntry by reference, but is broader than names (which are modeled in the names module as Appellation)."@x-gmeow-english ;
                                                   skos:example "ex:wordWater a gmeow:LexicalItem ; gmeow:lexicalItemLanguage ex:english ; gmeow:hasLexicalForm ex:waterWritten ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a concrete surface form (that is gmeow:LexicalForm) and for a proper-name appellation (use the names slice's Appellation, which is the specialized onomastic construct)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the item, fix its language with gmeow:lexicalItemLanguage, and attach concrete forms with gmeow:hasLexicalForm; model translation equivalents as separate items linked rather than as one polyglot item."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the abstract word, morpheme, phrase, idiom, symbol, sign, or construction itself — the lexical entry that carries no surface string but is realized by one or more forms."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/License> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                               rdfs:label "License"@x-gmeow-english ;
                                               skos:definition "A licence granting rights in a work — modelled as a gmeow:Agreement (it binds licensor and licensee and creates permissions / duties). The canonical superset of cc:License / an ODRL Offer / dcterms:LicenseDocument. Its validity window rides gmeow:validFrom / gmeow:validUntil; its family is a gmeow:licenseFamily value."@x-gmeow-english ;
                                               skos:example "ex:ccByLicense a gmeow:License ; gmeow:spdxLicenseId \"CC-BY-4.0\" ; gmeow:licenseFamily gmeow:licenseFamilyCC ; gmeow:licensor ex:blackcat ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting a parallel party model (a licence IS an agreement — use gmeow:licensor / gmeow:licensee under gmeow:hasParty) and avoid carrying the deontic rule layer here; promote to a gmeow:RightsStatement for explicit permissions and duties."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one License, set gmeow:spdxLicenseId (referencing the SPDX list, P5) and gmeow:licenseFamily, bind gmeow:licensor / gmeow:licensee and gmeow:licensedWork, and carry the validity window with gmeow:validFrom / gmeow:validUntil; link from the asset with gmeow:hasLicense."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerFoafExport> ,
                                                                                                     <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                     <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ,
                                                                                                     <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use to model a licence granting rights in a work — an SPDX-identified open-source or Creative Commons licence, a proprietary grant, or any cc:License / ODRL Offer / dcterms:LicenseDocument — reusing gmeow:Agreement for its parties."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/LicenseFamily> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                     rdfs:label "License Family"@x-gmeow-english ;
                                                     skos:definition "The family of a licence — public-domain, Creative Commons, permissive, copyleft, proprietary, or dual. An OPEN value vocabulary; the ontology-side reflection of the config.py license classification, not a duplicate of it."@x-gmeow-english ;
                                                     skos:example "ex:famPermissive a gmeow:LicenseFamily ; rdfs:label \"permissive\"@en ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting per-family subclasses (families are individuals, Principle 9) and avoid treating it as the runtime import/link policy — that stays exclusively in config.py; this is a RELATED reflection, never a copy."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded value (gmeow:licenseFamilyCC, gmeow:licenseFamilyCopyleft, …) from gmeow:licenseFamily; mint a fresh individual if a new family appears, keeping it distinct from the config.py classification."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the open value vocabulary for the licence-family axis — the coarse class (public-domain, CC, permissive, copyleft, proprietary, dual) a licence declares via gmeow:licenseFamily."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/LifeEvent> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                 rdfs:label "Life Event"@x-gmeow-english ;
                                                 skos:definition "An event in the life of a person or family — a birth, death, marriage, christening, name change, and so on — to which sources and confidence can be attached. A thin, person-scoped phase of gmeow:Event (NOT a type taxonomy): the specific kind is a gmeow:eventType value (gmeow:eventTypeBirth, …). The seam joining the names module to the event spine: gmeow:conferredByEvent ranges over it."@x-gmeow-english ;
                                                 skos:example "ex:birth a gmeow:LifeEvent ; gmeow:eventType gmeow:eventTypeBirth ; gmeow:hasParticipant ex:child ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for non-life occurrences (a software release or a survey is a plain gmeow:Event or gmeow:Activity), and never read it as a kind taxonomy — the specific kind is still a gmeow:eventType value, not a LifeEvent subclass."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Type the occurrence gmeow:LifeEvent, give it the kind via gmeow:eventType (gmeow:eventTypeBirth / gmeow:eventTypeMarriage / …), and attach the principal as a gmeow:Participation with gmeow:roleParticipantPrincipal when role and evidence matter."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a person- or family-scoped occurrence (birth, death, marriage, christening, name change) that genealogical sources and confidence attach to, and as the range a name-conferring gmeow:conferredByEvent points at."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/LiteraryWork> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                    rdfs:label "Literary Work"@x-gmeow-english ;
                                                    skos:definition "An abstract long-form story or textual work — fiction, poetry, drama, or literary non-fiction. A specialization of gmeow:Work."@x-gmeow-english ;
                                                    skos:example "ex:novel a gmeow:LiteraryWork ; gmeow:hasTitle ex:novelTitle ; gmeow:hasSegment ex:chapter1 ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating it with the in-universe narrative frame it contributes to (that is a narrative-slice construct linked by gmeow:sourceFor) and avoid it for a published edition (a gmeow:BookRelease manifestation)."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Type the work gmeow:LiteraryWork, give it gmeow:hasTitle and gmeow:hasSegment chapters; link concrete editions as gmeow:BookRelease and the narrative frame it sources via gmeow:sourceFor."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use for an abstract long-form authored story or text — a novel, poetry collection, play, or literary essay at the gmeow:Work tier, the out-of-universe creation that sources an in-universe narrative."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Location> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                rdfs:label "Location"@x-gmeow-english ;
                                                skos:definition "A locus where an entity can be situated, reside, or occur — a geographic place, an online (virtual) location, a digital storage location, or an astronomical/celestial position."@x-gmeow-english ;
                                                skos:example "ex:office a gmeow:Location ; gmeow:containedInLocation ex:building ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid as a concrete type when a structural specialization fits (Place for geographic, VirtualLocation for online, StorageLocation for digital bytes, CelestialLocation for sky); those differ in structure, not merely in a value."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Type the locus with its most specific Location subkind and hang gmeow:locatedAt, gmeow:containedInLocation, and the RCC-8 topology relations off the Location spine."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the umbrella domain for anything an entity can be situated at — geographic, virtual, storage, or celestial — when the kind of locus is not yet committed."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/LocationState> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                     rdfs:label "Location State"@x-gmeow-english ;
                                                     skos:definition "The state of a moving entity at a specific point or period in time, including its location, velocity, and pose (position + orientation)."@x-gmeow-english ;
                                                     skos:example "ex:s1 a gmeow:LocationState ; gmeow:stateOf ex:rover ; gmeow:stateAtInstant ex:t1 ; gmeow:stateReferenceFrame ex:siteGrid ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid stating a state without gmeow:stateReferenceFrame and avoid using it for a static located fact (use gmeow:locatedAt)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Mint LocationState, set gmeow:stateOf, scope it with gmeow:stateAtInstant or gmeow:stateDuringInterval, and declare gmeow:stateReferenceFrame; samples compose a Trajectory via gmeow:hasTrajectorySample."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/requiresFrame> <https://blackcatinformatics.ca/gmeow/stateReferenceFrame> ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the state of a moving entity at an instant or interval — its location, pose, and velocity in an explicit frame."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/LogicalConstraint> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                         rdfs:label "Logical Constraint"@x-gmeow-english ;
                                                         skos:definition "A boolean combination of constraints under a gmeow:constraintLogic operator (odrl:and / odrl:or / odrl:xone / odrl:andSequence) over its gmeow:logicConstraintMember constraints — the ODRL LogicalConstraint, modelling the deontic constraint logic."@x-gmeow-english ;
                                                         skos:example "ex:euAndUntil2030 a gmeow:LogicalConstraint ; gmeow:constraintLogic gmeow:logicAnd ; gmeow:logicConstraintMember ex:inEu, ex:until2030 ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a single comparison (use gmeow:AtomicConstraint) and avoid mixing the logic operator into the member constraints; the operator is gmeow:constraintLogic on the logical constraint itself."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one LogicalConstraint, set gmeow:constraintLogic to the boolean operator, add its parts with gmeow:logicConstraintMember (each itself an Atomic or Logical constraint), and attach it to a rule with gmeow:ruleConstraint."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to combine two or more constraints under a boolean operator — AND (all), OR (any), XONE (exactly one), or AND-sequence (ordered) — the ODRL LogicalConstraint."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Mailbox> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                               rdfs:label "Mailbox"@x-gmeow-english ;
                                               skos:definition "A named container of messages within an account — a folder, JMAP mailbox, or Gmail label."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MailboxResidence> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                        rdfs:label "Mailbox Residence"@x-gmeow-english ;
                                                        skos:definition "The reified, time-scoped fact that a message resided in a mailbox/label over an interval (membership is time-varying — messages move between folders and labels)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MailingList> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                   rdfs:label "Mailing List"@x-gmeow-english ;
                                                   skos:definition "An email distribution list — an InformationObject identified by a List-Id and serving as the hub for list metadata, subscription, and archiving."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MaintenanceStatus> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                         rdfs:label "Maintenance Status"@x-gmeow-english ;
                                                         skos:definition "The maintenance status of a software project — a VALUE vocabulary (individuals, never subclasses). Answers the question 'is this maintained?' Standpoint-scoped: one community may judge a project abandoned while another considers it stable (Principle 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Manifestation> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                     rdfs:label "Manifestation"@x-gmeow-english ;
                                                     skos:definition "A concrete edition, format, or release that embodies a gmeow:Expression — a rights-bearing publication artifact (the 2003 Penguin paperback, the 2011 Kindle EPUB). gmeow:BookRelease, gmeow:SerialInstallment, gmeow:MediaObject, and gmeow:WebPage are specializations. Identity changes when the publication/format/edition differs."@x-gmeow-english ;
                                                     skos:example "ex:penguin2003 a gmeow:Manifestation ; gmeow:embodies ex:hamletGermanTranslation ; gmeow:hasManifestationFormat gmeow:formatPaperback ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when only the language/notation differs with no new publication (that is still one gmeow:Expression), and for a single physical or digital copy on a shelf (that is gmeow:Item); never attach an ISBN or publisher to a Work or Expression."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Link to the Expression with gmeow:embodies, set gmeow:hasManifestationFormat from the open format vocabulary, attach publisher via a gmeow:Contribution with gmeow:rolePublisher, and let copies hang below via gmeow:exemplifiedBy."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use for an EDITION, format, or release — the publishable, ISBN-bearing, rights-bearing artifact (a paperback, an EPUB, a vinyl pressing, a web serial); the tier where publisher, format, and publication date live."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ManifestationFormat> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                           rdfs:label "Manifestation Format"@x-gmeow-english ;
                                                           skos:definition "The physical or digital format of a Manifestation — a VALUE vocabulary (individuals, never subclasses). Hardcover, paperback, EPUB, PDF, audiobook, vinyl, and web-page are examples; the set is open."@x-gmeow-english ;
                                                           skos:example "gmeow:formatPaperback a gmeow:ManifestationFormat ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting per-format subclasses of Manifestation (Principle 9) and avoid using it for the carrier's material medium (that is gmeow:CarrierMedium) or the kind of the Work (gmeow:CreativeWorkType)."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded gmeow:ManifestationFormat individual from a Manifestation via gmeow:hasManifestationFormat; extend with new individuals (not subclasses) when a new format appears."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for a Manifestation's format — hardcover, EPUB, audiobook, vinyl, web serial; referenced by gmeow:hasManifestationFormat."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Mark> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                            rdfs:label "Mark"@x-gmeow-english ;
                                            skos:definition "A brand / sign / name / logo that can be trademarked — the thing a gmeow:Trademark protects (schema:Brand). An information object: it may itself bear a gmeow:RightsStatement (logos are also copyright works)."@x-gmeow-english ;
                                            skos:example "ex:blackcatMark a gmeow:Mark ; gmeow:markText \"Blackcat Informatics\" ."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating the mark (the sign) with the trademark (the right over it — gmeow:Trademark) and avoid using it for an arbitrary product name with no brand role."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one Mark, carry its word form with gmeow:markText, and link the right over it with gmeow:trademarkMark from a gmeow:Trademark; co-type or attach a gmeow:RightsStatement when the logo is also a copyright work."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the brand, sign, name, or logo itself — the information object a gmeow:Trademark protects (schema:Brand), and which may also bear its own copyright as a creative work."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MaximViolationType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/deception> ;
                                                          rdfs:label "Maxim Violation Type"@x-gmeow-english ;
                                                          skos:definition "A value vocabulary for conversational maxim violations (Gricean maxims: quality, quantity, relation, manner)."@x-gmeow-english ;
                                                          skos:example "gmeow:maximViolationQuality a gmeow:MaximViolationType ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting per-maxim subclasses (the four are individuals) and avoid treating the classification as an entailment; which maxim a deception violates is a solver-layer judgement (Principle 12), not an OWL-derived fact."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Reference the seeded individuals (gmeow:maximViolationQuality / Quantity / Relation / Manner) from a deceptive gmeow:Event via gmeow:maximViolationType; a single event may carry several (paltering violates Quantity and Relation)."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary behind gmeow:maximViolationType — the four Gricean maxim violations (quality, quantity, relation, manner) a deceptive event may be classified as breaching."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MeasuredValue> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                     rdfs:label "Measured Value"@x-gmeow-english ;
                                                     skos:definition "An alias for gmeow:Quantity — the measured-value perspective on the same value×unit/frame×determinacy×provenance bundle (ScalarQuantity alias precedent). Equivalent to gmeow:Quantity and gmeow:ScalarQuantity. Provided for consumers who prefer the 'measured value' terminology common in metrology and sensor standards."@x-gmeow-english ;
                                                     skos:example "ex:reading22 a gmeow:MeasuredValue ; gmeow:quantityValue 22.5 ; gmeow:hasUnit qudt:DEG_C ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid modelling it as a separate class from its equivalents (owl:equivalentClass — they denote one thing) and avoid it for currency-framed money (gmeow:MonetaryAmount); pick a single alias per export for consistency."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/docsConcern> <https://blackcatinformatics.ca/gmeow/concernFrames> ,
                                                                                                        <https://blackcatinformatics.ca/gmeow/concernProvenanceEvidence> ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Type the value gmeow:MeasuredValue, fill gmeow:quantityValue / gmeow:quantityUncertainty, name gmeow:hasUnit and gmeow:hasDeterminacy, and link gmeow:isResultOf; consumers reading any of the three equivalent names see the same value."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the metrology-flavoured name for the value×unit/frame×determinacy×provenance bundle — the same construct as gmeow:Quantity / gmeow:ScalarQuantity — when aligning with sensor or metrology standards that say 'measured value'."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Measurement> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                   rdfs:label "Measurement"@x-gmeow-english ;
                                                   skos:definition "An observation that assigns a quantitative or qualitative value to a feature of interest, typically carrying a unit, uncertainty, and determinacy model. The parent of temporal dating, spatial coordinate assignment, and scalar quantity measurements."@x-gmeow-english ;
                                                   skos:example "ex:tempReading a gmeow:Measurement ; gmeow:observationResult ex:temp22 ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a bare standpoint assertion with no assigned value (use gmeow:StandpointClaim) or a raw sensor reading you want typed as such (gmeow:SensoryObservation); specialize further to gmeow:TemporalMeasurement or a spatial coordinate measurement where the slice provides one."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Type the act gmeow:Measurement, make gmeow:observationResult a gmeow:ScalarQuantity (value + gmeow:hasUnit + gmeow:hasDeterminacy + gmeow:quantityUncertainty), and let domain slices deepen it with their own measurement subclasses and seeds."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use when an observation assigns a value to its feature — a dating, a coordinate fix, a scalar reading — so the claim inherits the observation roles while signalling it is a quantified/qualified measurement carrying unit, uncertainty, and determinacy."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MediaObject> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                   rdfs:label "Media Object"@x-gmeow-english ;
                                                   skos:definition "An image, audio, or video media file — a concrete published artifact. A specialization of gmeow:Manifestation."@x-gmeow-english ;
                                                   skos:example "ex:photo a gmeow:MediaObject ; gmeow:mediaType \"image/avif\" ; gmeow:pixelWidth 4032 ; gmeow:depicts ex:lillith ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for the abstract work the media realises (that is a gmeow:Work) and avoid it for a non-media web page (gmeow:WebPage); the colourspace reference frame should be carried where known (Principle 11)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/frameRequirementSeverity> "warning" ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Type the file gmeow:MediaObject, set gmeow:mediaType plus pixel/orientation/capture metadata, carry the colourspace frame via gmeow:colourspace, and record subjects with the flat gmeow:depicts (promote to a DepictionUsage relator when context matters)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/requiresFrame> <https://blackcatinformatics.ca/gmeow/colourspace> ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a concrete image, audio, or video file — the published media artifact that carries pixel dimensions, a MIME type, a capture time, a transcript, or a depiction."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Membership> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                  rdfs:label "Membership"@x-gmeow-english ;
                                                  skos:definition "The reified relationship by which an agent is a member of an organization, optionally playing a role over a period of time. A gufo:Relator binding {member} × {organization} × {role} × {post} × {period}, foundedOn the agreement that constitutes it — the same relator idiom as names' NameUsage and contacts' InterpersonalRelationship. The reify-on-demand promotion of the flat gmeow:memberOf shortcut (Principle 4)."@x-gmeow-english ;
                                                  skos:example "ex:emp a gmeow:Membership ; gmeow:membershipMember ex:alice ; gmeow:membershipOrganization ex:acme ; gmeow:hasRole ex:cfoRole ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the 80 percent case where an agent simply belongs to an organization; assert flat gmeow:memberOf and promote to a gmeow:Membership only when role or period must be first-class."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one Membership, bind the players with gmeow:membershipMember and gmeow:membershipOrganization, add gmeow:hasRole and gmeow:fillsPost as needed, carry the period with gmeow:validFrom/validUntil, and ground it in the constituting agreement; contested memberships coexist as gmeow:accordingTo-annotated relators (Principle 9)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                        <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ,
                                                                                                        <https://blackcatinformatics.ca/gmeow/consumerResearchQueue> ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use when an agent's membership in an organization needs its own role, post, period, evidence, confidence, or standpoint — the reified relator behind the flat gmeow:memberOf edge."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MemoryItem> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                  rdfs:label "Memory Item"@x-gmeow-english ;
                                                  skos:definition "An observation/claim in the role of an agent's remembered belief (gmeow:memoryOf the remembering agent; gmeow:memoryKind the cognitive register). A gufo:Role on the UNIVERSAL claim construct — any claim form can be remembered, and being remembered is contingent, never an essence. Belief revision is supersession with gmeow:displayable false (P10), never deletion: what an agent believed WHEN is a query, not an archaeology project. The substrate under the gmeow client's Memory and the MCP store/recall/revise triad (P14)."@x-gmeow-english ;
                                                  skos:example "ex:m1 a gmeow:MemoryItem ; gmeow:memoryOf ex:lillith ; gmeow:memoryKind gmeow:memoryKindSemantic ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerWikidata> ,
                                                                                                          <https://blackcatinformatics.ca/gmeow/consumerWikipedia> ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid making memory an essence or a separate claim copy (it is a gufo:Role on the universal claim construct — the same claim may be one agent's memory and another's input) and never revise by deletion; supersede with gmeow:displayable false so 'what was believed when' stays queryable (P10)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Type the existing claim node gmeow:MemoryItem, set gmeow:memoryOf and gmeow:memoryKind, carry salience on the EXISTING statement-level gmeow:importanceLevel and recency on the statement clocks; revise by superseding with gmeow:displayable false rather than deleting."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                        <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to cast any observation/claim into the contingent ROLE of an agent's remembered belief — the substrate under the gmeow client's Memory and the MCP store/recall/revise triad (P14)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MemoryKind> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                  rdfs:label "Memory Kind"@x-gmeow-english ;
                                                  skos:definition "An open value vocabulary of agent-memory registers."@x-gmeow-english ;
                                                  skos:example "ex:memoryKindEpisodic a gmeow:MemoryKind ; rdfs:label \"episodic\"@en ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting a register SUBCLASS of gmeow:MemoryItem (the register is a value, Principle 9) and avoid overloading it with salience or recency, which are statement-level facets, not registers."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Add a new register as a gmeow:MemoryKind individual with rdfs:label and skos:definition; reference it from a gmeow:MemoryItem via gmeow:memoryKind."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the open value vocabulary for the memory-register axis — the cognitive registers (episodic, semantic, working, procedural, …) that gmeow:memoryKind draws from; mint a fresh individual for a register not seeded."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MentalMoment> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                    rdfs:label "Mental Moment"@x-gmeow-english ;
                                                    skos:definition "The umbrella category of all agent mental states — intrinsic modes inhering in exactly one agent that constitute its cognitive / doxastic / conative life: knowing (cognition's gmeow:CognitiveState), believing (epistemics' doxastic states), and desiring/intending (teleology's gmeow:IntentionalMode). A NAMED class so a consumer can query ALL of an agent's mental moments uniformly (the agent-memory flagship, Principle 15) and the schema surface projects a single mental-state parent. Never instantiated directly."@x-gmeow-english ;
                                                    skos:example "ex:knowingPython a gmeow:CognitiveState ; rdfs:subClassOf gmeow:MentalMoment ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid instantiating it directly (it is an abstract umbrella — type the specific mode instead) and avoid it for mental OCCURRENTS that unfold in time (perceiving, reasoning, dreaming); those are gmeow:MentalProcess, the perdurant sibling, not a MentalMoment."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Subclass the concrete mode (gmeow:CognitiveState, gmeow:IntentionalMode, a doxastic state) under it from each consumer slice; a single agent-memory query over gmeow:MentalMoment then returns knowing, believing, and intending together, and gmeow:realizesMoment (mentation) bridges a process to the moment it settles."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the shared parent to subclass an agent-state mode from (gmeow:CognitiveState, a doxastic state, gmeow:IntentionalMode), or to query an agent's whole endurant mental life as one family without walking the cognition / epistemics / teleology branches separately (Principle 15)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MentalProcess> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/mentation> ;
                                                     rdfs:label "Mental Process"@x-gmeow-english ;
                                                     skos:definition "A mental occurrence that unfolds in time — the perdurant (occurrent) counterpart of the endurant gmeow:MentalMoment: a perceiving, a reasoning, an imagining, a remembering, a dreaming. The kernel-level umbrella under which every mental event lives, so an agent's mental life can be queried as a single occurrent stream. A gmeow:Event borne by exactly one agent (gmeow:experiencer); the kind of process is a gmeow:mentalProcessType value, never a subclass (Principle 9). gmeow:InferenceProcess (inference slice) and gmeow:LearningEvent (learning slice) reparent under it from their own slices."@x-gmeow-english ;
                                                     skos:example "ex:morningReasoning a gmeow:MentalProcess ; gmeow:experiencer ex:lillith ; gmeow:mentalProcessType gmeow:processReasoning ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerFoafExport> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for an enduring mental STATE (knowing, believing, desiring — those are endurant gmeow:MentalMoment modes, not occurrents) and avoid subclassing it to record a kind of process; the kind is a gmeow:mentalProcessType value, never a subclass (Principle 9). Only gmeow:Experience and own-slice reparents (gmeow:InferenceProcess, gmeow:LearningEvent) subclass it."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Type the episode gmeow:MentalProcess, bind its bearer with gmeow:experiencer (functional), tag its kind(s) with gmeow:mentalProcessType, and link the endurant moment it settles via gmeow:realizesMoment; subclass it only from an owning slice (the inference / learning reparent hooks)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/consumerResearchQueue> ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the umbrella for any mental OCCURRENCE that unfolds in time — a perceiving, reasoning, imagining, recollecting, or dreaming episode — so an agent's mental timeline is queryable as a single occurrent stream; the kind is a gmeow:mentalProcessType value."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MentalProcessType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/mentation> ;
                                                         rdfs:label "Mental Process Type"@x-gmeow-english ;
                                                         skos:definition "The kind of a mental process — a closed-but-open value vocabulary (individuals, never subclasses; the gmeow:EventType idiom): gmeow:processPerception, gmeow:processAttention, gmeow:processReasoning, gmeow:processImagining, gmeow:processDeliberation, gmeow:processRecollection, gmeow:processMindWandering, gmeow:processDreaming. New kinds are minted as individuals, never as subclasses of gmeow:MentalProcess (Principle 9: no overtyping)."@x-gmeow-english ;
                                                         skos:example "gmeow:processReasoning a gmeow:MentalProcessType ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid expressing the kind as a subclass of gmeow:MentalProcess (kinds are individuals of this class, never subclasses — Principle 9, no overtyping) and avoid using it for the phenomenal/sub-personal distinction, which is the gmeow:Experience subclass."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Mint each kind as a gmeow:MentalProcessType individual and cite it from gmeow:mentalProcessType (non-functional — one reverie may be both imagining and mind-wandering); extend with new individuals rather than subclasses when a domain needs a finer kind."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for the kind of a mental process — referenced from gmeow:mentalProcessType to tag an episode as perception, reasoning, imagining, dreaming, and so on (the gmeow:EventType idiom)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MentalReferenceFrame> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory-environment> ;
                                                            rdfs:label "Mental Reference Frame"@x-gmeow-english ;
                                                            skos:definition "A subjective or internal reference frame in which standpoint-indexed values are expressed — e.g. a thermal comfort scale, an olfactory quality space, a subjective loudness frame, an affective valence/arousal space (Russell circumplex), a conceptual geometry (Gärdenfors), a cognitive map (egocentric or allocentric), or an imagined space (memory palace, dream). A MentalReferenceFrame is a ReferenceFrame whose realm is perceptual or psychological and whose axes describe qualitative or semi-quantitative dimensions of human, animal, or AI experience. Requires a host (the perceiver, thinker, or dreamer); the frame deactivates when its host ceases to exist. Distinct from measurement frames: two hosts may map the same external stimulus to different mental-frame coordinates (Principle 11)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Merge> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                             rdfs:label "Merge"@x-gmeow-english ;
                                             skos:definition "The event of merging one branch of development into another — an activity with a merge-base commit, a source branch or ref, a target branch, and a resulting merge commit. The event type is gmeow:eventTypeMerge."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MergeRequest> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                                    rdfs:label "Merge Request"@x-gmeow-english ;
                                                    skos:definition "A proposed merge of one branch into another — an InformationObject carrying title, description, source branch, target branch, and review state. Aligned to GitHub Pull Request and GitLab Merge Request by reference."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Message> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                               rdfs:label "Message"@x-gmeow-english ;
                                               skos:definition "A communication sent from one agent to others — the parent of email and other message kinds."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MessageHeader> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                     rdfs:label "Message Header"@x-gmeow-english ;
                                                     skos:definition "A single RFC 5322 header field (name and value) of a message."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MessageKeyword> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                      rdfs:label "Message Keyword"@x-gmeow-english ;
                                                      skos:definition "A flag/keyword applied to a message (IMAP flag or JMAP keyword) such as seen, flagged, answered, draft, forwarded, or junk."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MessageKind> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                   rdfs:label "Message Kind"@x-gmeow-english ;
                                                   skos:definition "The behavioral or report kind of a message — a VALUE vocabulary (individuals, never subclasses). Categories can overlap (a bounce is also auto-generated; a read receipt is also auto-generated). Principle 9: no single category wins."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MessageParticipant> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                          rdfs:label "Message Participant"@x-gmeow-english ;
                                                          skos:definition "A reified occurrence of an email address in a particular message header or envelope context."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MessageParticipantRole> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                              rdfs:label "Message Participant Role"@x-gmeow-english ;
                                                              skos:definition "The role an address occurrence plays in a message header or envelope."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MeterAssignment> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "Meter Assignment"@x-gmeow-english ;
                                                       skos:definition "A reified relator binding a carrier (e.g. a voice), a MetricStructure, and a MusicalTimeSpan. Consecutive assignments model bar-by-bar changes; concurrent assignments on different carriers over one shared TempoMap model polymeter (stress case 14)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MetricGroup> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                   rdfs:label "Metric Group"@x-gmeow-english ;
                                                   skos:definition "One ordered group within a MetricStructure, carrying a rational length and an optional accent weight. Additive meters are sequences of MetricGroups."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MetricKind> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                  rdfs:label "Metric Kind"@x-gmeow-english ;
                                                  skos:definition "The computational method by which distance or dissimilarity is measured in a reference frame — geodesic (curved surface), Euclidean (straight-line in Cartesian space), cosine (angular similarity in latent vector space), edit-distance (Levenshtein / sequence alignment), or graph-hops (shortest-path in a network). A value vocabulary (individuals, never subclasses) per Principle 9."@x-gmeow-english ;
                                                  skos:example "ex:metricGeodesic a gmeow:MetricKind ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid materialising the computed distances as triples (the metric declares the method; the solver computes, Principle 12) and avoid subclassing for a new metric."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the metric as a gmeow:MetricKind individual and reference it from a frame via the functional gmeow:hasMetricKind."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to name how distance or dissimilarity is computed in a frame — geodesic, Euclidean, cosine, edit-distance, graph-hops — as a value individual."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MetricModulation> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "Metric Modulation"@x-gmeow-english ;
                                                        skos:definition "A reified relator declaring a transition from one MusicalTimeFrame to another via a pivot equivalence expressed as a rational pair (e.g. 3/8 = 1/4). The pivot resolution is solver-evaluated (Principle 12)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MetricStructure> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "Metric Structure"@x-gmeow-english ;
                                                       skos:definition "A recurring grouping cycle that defines a meter — an ordered set of MetricGroups with rational lengths and optional accent weights. Covers additive meters (2+2+3 aksak), fractional meters (2/10), tala, colotomic cycles, and the absence of meter when no structure is asserted."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Mitigation> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                  rdfs:label "Mitigation"@x-gmeow-english ;
                                                  skos:definition "A reified countermeasure binding: a measure — a gmeow:Norm or a Procedure (procedures extension) — set against a causal link or hazard it counters. The measure range is intentionally OPEN (the tenurePosition precedent, fourth use): the P16 DAG rule bars extension→extension dependencies, and the open range lets the deontic and procedural worlds plug in without axiom coupling. The D3FEND countermeasure and bowtie barrier map here at alignment time. Whether a mitigation WORKED is a vantage-indexed claim, never an entailment."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MitigationStatus> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/risk> ;
                                                        rdfs:label "Mitigation Status"@x-gmeow-english ;
                                                        skos:definition "The lifecycle status of a mitigation — an OPEN value vocabulary seeded with proposed, active, retired. Retirement is suppression-shaped: a retired mitigation is kept with its status, never deleted (Principle 10)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ModelCard> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                 rdfs:label "Model Card"@x-gmeow-english ;
                                                 skos:definition "A structured description of a model agent (gmeow:describesModel): provider, version tag, context window, training cutoff. Aligns Model Cards / ML-Schema / SPDX-AI by reference (P5). The card is a document ABOUT the agent; capability claims are claim-layer observations, attributed and contestable."@x-gmeow-english ;
                                                 skos:example "ex:opusCard a gmeow:ModelCard ; gmeow:describesModel ex:opus ; gmeow:modelProvider \"Anthropic\" ; gmeow:modelTrainingCutoff \"2026-01-01\"^^xsd:date ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating it with the model itself (the agent is the gmeow:SoftwareAgent, the card is a document about it) and avoid baking capability claims into the card as facts — those are attributed, contestable claim-layer observations."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Type the description gmeow:ModelCard, link it to the agent with gmeow:describesModel, and carry the declared facets (gmeow:modelProvider, gmeow:modelVersionTag, gmeow:modelContextWindow, gmeow:modelTrainingCutoff); keep capability assertions as separate attributed claims."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the structured document describing a model agent — provider, version tag, context window, training cutoff; the information object ABOUT the gmeow:SoftwareAgent a gmeow:ModelInvocation uses."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ModelInvocation> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                       rdfs:label "Model Invocation"@x-gmeow-english ;
                                                       skos:definition "One call to a generative model: the model agent (gmeow:usedModel), the prompts presented (gmeow:hasPrompt), and the sampling parameters. The provenance anchor of every generated claim — a claim node gmeow:wasGeneratedBy its invocation and gmeow:wasAttributedTo the model agent (both EXISTING provenance properties), so 'which model, under which prompt and parameters, at what time?' is answerable after the fact. Outputs are linked FROM the output via gmeow:wasGeneratedBy; no forward output property exists (P5)."@x-gmeow-english ;
                                                       skos:example "ex:inv1 a gmeow:ModelInvocation ; gmeow:usedModel ex:opus ; gmeow:hasPrompt ex:sysPrompt ; gmeow:eventTime \"2026-06-15T09:00:00Z\"^^xsd:dateTime ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerFoafExport> ,
                                                                                                               <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting a forward output property on it (outputs link back via the existing gmeow:wasGeneratedBy, P5) and avoid using it for the model identity itself (that is gmeow:SoftwareAgent + gmeow:ModelCard); the invocation is the act, an occurrent, not the agent."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Type the call gmeow:ModelInvocation (a gmeow:Activity, hence gmeow:Event), set gmeow:usedModel and one or more gmeow:hasPrompt, record sampling parameters, and carry its temporal reference frame on gmeow:eventTemporalFrame since it is an occurrent (P11); link outputs back via gmeow:wasGeneratedBy."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/consumerResearchQueue> ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record one call to a generative model as the provenance anchor of its outputs — which model, prompts, and sampling parameters produced a claim; the gmeow:wasGeneratedBy target of every generated claim node (the ModelInvocation idiom)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MonetaryAmount> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                      rdfs:label "Monetary Amount"@x-gmeow-english ;
                                                      skos:definition "A quantity of money expressed as a decimal value in an explicit currency reference frame. The canonical superset of schema:MonetaryAmount and FIBO fibo-fnd-acc-cur:MonetaryAmount. Frame-relative (Principle 11): a value without its currency frame is ill-formed."@x-gmeow-english ;
                                                      skos:example "ex:price a gmeow:MonetaryAmount ; gmeow:monetaryValue 19.99 ; gmeow:currency ex:usd ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a unit-bearing physical quantity (use gmeow:Quantity with gmeow:hasUnit) and avoid stating a bare amount without gmeow:currency — a value without its currency frame is ill-formed (Principle 11)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the amount, set gmeow:monetaryValue (xsd:decimal) and the required gmeow:currency reference frame; the generated frame-relativity shape (gmeow:requiresFrame) enforces exactly the currency the amount is denominated in."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/requiresFrame> <https://blackcatinformatics.ca/gmeow/currency> ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use for any quantity of money — a price, salary, fee, balance — so the amount always travels with its currency frame; consumed by employment, agreements, and finance alike (it lives on the measurement spine, not in a finance silo)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Motif> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                             rdfs:label "Motif"@x-gmeow-english ;
                                             skos:definition "An identity-bearing recurring narrative unit — a theme, leitmotif, symbol, running gag, tale type, or trope ('Melisande's Game', 'the Cassiline vow'). NOT a folksonomy string: a motif carries aliases (names module Appellations), a kind, frame-scoped claims, and occurrences riding the narration seam (gmeow:motifOccursIn ⊑ gmeow:narratedIn, narration seam — inheriting the flat-by-default efficiency discipline). Motif-hood is itself interpretive: one vantage's tag is another's motif, and both readings coexist (Principle 9). Cross-work identity goes through gmeow:counterpartOf or a shared registry anchor (Thompson Motif Index, ATU — alignment window), NEVER string equality. The tags module remains the right home for uncurated labels; the promotion heuristic (tag → motif when recurrence and identity emerge, recorded as an Activity with provenance) lives in docs."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MotifKind> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                 rdfs:label "Motif Kind"@x-gmeow-english ;
                                                 skos:definition "What sort of recurring unit a motif is — an OPEN value vocabulary: theme, leitmotif, symbol, running gag, tale type, trope. Never a tree (Principle 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MultipartBodyPart> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                         rdfs:label "Multipart Body Part"@x-gmeow-english ;
                                                         skos:definition "A MIME container part that holds other body parts — the structural node of a multipart/alternative, multipart/mixed, multipart/related, or other multipart subtype. It is itself a BodyPart and participates in the MIME tree via the universal hasPart / partOf spine."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MultipartType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/email> ;
                                                     rdfs:label "Multipart Type"@x-gmeow-english ;
                                                     skos:definition "The MIME multipart subtype of a MultipartBodyPart — an open value vocabulary (individuals, never subclasses). Standard subtypes are seeded; new subtypes (e.g. form-data) are added as individuals."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MusicAnalysisClaim> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                          rdfs:label "Music Analysis Claim"@x-gmeow-english ;
                                                          skos:definition "A reified musical-analytical observation: {analysisTarget × analysisProperty × analysisResult × analyst-vantage × theory-frame}. Inherits confidence, displayable, and determinacy from Observation (Principles 9, 11, 14)."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/frameCardinality> "exactly-one" ;
                                                          <https://blackcatinformatics.ca/gmeow/requiresFrame> <https://blackcatinformatics.ca/gmeow/analysisFrame> .


<https://blackcatinformatics.ca/gmeow/MusicalParameter> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "Musical Parameter"@x-gmeow-english ;
                                                        skos:definition "A dimension of musical content whose degree of determination a work or expression declares. An open value vocabulary of individuals; never subclassed (Principle 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MusicalSegment> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                      rdfs:label "Musical Segment"@x-gmeow-english ;
                                                      skos:definition "A structural part of a musical work or expression — a graph node carrying musical content at any granularity. Modelled as a gufo:SubKind inheriting identity from gmeow:ContentSegment; ONE class for every granularity, with specific levels (riff, motif, phrase, section, talea, color, ...) as values of segmentKind, never subclasses (Principle 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MusicalTimeFrame> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "Musical Time Frame"@x-gmeow-english ;
                                                        skos:definition "A reference frame for musical time — a one-dimensional rational-position axis relative to which durations, spans, tempi, and mappings are expressed. Per-voice frames are supported via gmeow:isHostedBy (Principle 11)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/MusicalTimeSpan> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "Musical Time Span"@x-gmeow-english ;
                                                       skos:definition "A frame-relative span of musical time, delimited by a rational start position and a rational duration in an explicit MusicalTimeFrame. The musical-time analogue of gmeow:TimeInterval; clock-time conversion is performed by fnMusicalToClockTime (Principle 12)."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/frameCardinality> "exactly-one" ;
                                                       <https://blackcatinformatics.ca/gmeow/requiresFrame> <https://blackcatinformatics.ca/gmeow/hasMusicalTimeFrame> .


<https://blackcatinformatics.ca/gmeow/MusicalWork> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                   rdfs:label "Musical Work"@x-gmeow-english ;
                                                   skos:definition "A work whose primary content is music — the abstract artistic conception independent of any particular notation, performance, or recording. A specialization of gmeow:Work; identity is unaffected by realization mode or notation system (Principles 4, 9, 11)."@x-gmeow-english ;
                                                   skos:example "ex:eroica a gmeow:MusicalWork ; gmeow:realizedThrough ex:eroicaScore ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a notated score or a sound recording (those are gmeow:ScoreEdition / gmeow:Recording at the Manifestation tier) and for a particular performed/notated realization (that is a gmeow:Expression with gmeow:realizationMode)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the MusicalWork at the Work tier; hang realizations below with gmeow:realizedThrough and recordings/scores further down — never require a notated form (Principle 9)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the abstract musical conception — the composition itself, the Work tier, surviving any notation, performance, or recording unchanged (the oral-tradition guarantee)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Myth> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                            rdfs:label "Myth"@x-gmeow-english ;
                                            skos:definition "A socially-sustained narrative whose currency is independent of its truth-value — a founding myth, an urban legend, a propaganda narrative, or a debunked claim that persists. GMEOW asserts no truth verdict on a myth (Principle 1); in-myth claims are scoped accordingTo an associated gmeow:NarrativeReferenceFrame. A myth is the abstract narrative (WEMI Work level); concrete tellings are linked via gmeow:hasMythTelling."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/frameCardinality> "exactly-one" ;
                                            <https://blackcatinformatics.ca/gmeow/requiresFrame> <https://blackcatinformatics.ca/gmeow/mythFrame> .


<https://blackcatinformatics.ca/gmeow/NamePart> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                rdfs:label "Name Part"@x-gmeow-english ;
                                                skos:definition "A reified component of a structured appellation — a given name, a surname, a patronymic, a nobiliary particle, an Arabic nisba, a filename extension. Its kind is the value gmeow:namePartType, its text is gmeow:partText, and gmeow:partOrder records its position WITHOUT implying a Western given-before-family order."@x-gmeow-english ;
                                                skos:example "ex:yamadaPart a gmeow:NamePart ; gmeow:namePartType gmeow:namePartSurname ; gmeow:partText \"山田\" ; gmeow:partOrder 0 ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using gmeow:partOrder to encode a given-before-family default (it records the culture's actual surface order, so East-Asian family-first is simply order 0 = surname) and avoid reassembling the display form from parts — gmeow:fullName is authoritative for that."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one NamePart per component, set gmeow:namePartType, gmeow:partText (language-/script-tagged), and gmeow:partOrder, add gmeow:partExpansion for an abbreviated initial, and attach it with gmeow:hasNamePart."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to decompose an appellation into its typed, ordered components when parts must be matched, expanded, or rendered separately — a given name, surname, patronymic, particle, Arabic nisba, or filename extension."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/NamePartType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                    rdfs:label "Name Part Type"@x-gmeow-english ;
                                                    skos:definition "The kind of a name part (given, surname, patronymic, particle, Arabic nisba, filename extension, …). A value, not a NamePart subclass: naming systems worldwide contribute an open-ended set of part kinds that share NamePart's structure."@x-gmeow-english ;
                                                    skos:example "ex:part gmeow:namePartType gmeow:namePartNisba ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting a NamePart subclass for a new part kind (kinds are individuals on an open value vocabulary) and avoid forcing a culture's part into an ill-fitting Western category — add the proper individual instead."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded NamePartType individual from gmeow:namePartType on a gmeow:NamePart; extend the vocabulary by minting a new individual with rdfs:label and skos:definition rather than a subclass."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the open value vocabulary for the kind of a name part — referenced from a gmeow:NamePart via gmeow:namePartType, or extended with a new individual when a naming system contributes a part kind not yet seeded."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/NamePurpose> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                   rdfs:label "Name Purpose"@x-gmeow-english ;
                                                   skos:definition "The purpose/kind of a whole appellation (legal, birth, chosen, professional, deadname, …). A value, not a PersonName subclass; a person may simultaneously bear several co-equal names of different purposes."@x-gmeow-english ;
                                                   skos:example "ex:name gmeow:namePurpose gmeow:namePurposeChosen, gmeow:namePurposeLegal ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting a PersonName subclass per purpose (purposes are individuals, and a name may carry several at once) and avoid using purpose to rank names — endonym and exonym are co-equal, not preferred-vs-alternate."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Reference one or more seeded NamePurpose individuals from gmeow:namePurpose on an appellation; extend with a new individual rather than a subclass, and pair a deadname purpose with gmeow:displayable false for suppression."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the open value vocabulary for the intrinsic kind of a whole appellation — referenced from an appellation via gmeow:namePurpose to mark it legal, birth, chosen, professional, endonym, exonym, deadname, and so on."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/NameRegister> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                    rdfs:label "Name Register"@x-gmeow-english ;
                                                    skos:definition "The social register of a name-usage (formal, intimate, professional, casual) — the naming specialization of the gmeow:Register umbrella: a name register IS a register, so persona expression and name address draw from one vocabulary spine. A value vocabulary carried by gmeow:usageRegister on a gmeow:NameUsage."@x-gmeow-english ;
                                                    skos:example "ex:usage gmeow:usageRegister gmeow:registerFormal ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting a NameUsage subclass per register (registers are individuals) and avoid conflating register with the gender/identity axes — register is a posture of address, not an identity claim."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded NameRegister individual from gmeow:usageRegister; extend the vocabulary with a new individual under gmeow:NameRegister (it specializes gmeow:Register) rather than a subclass."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for the social register of a name-usage — referenced from gmeow:usageRegister on a gmeow:NameUsage to mark a name as formal, intimate, professional, or casual."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/NameUsage> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                 rdfs:label "Name Usage"@x-gmeow-english ;
                                                 skos:definition "A reified, context-dependent use of an appellation — an observation in the universal claim stack (observation-spine bridge): a named entity (observedFeature) is called by a given appellation (observationResult), by or among a particular audience (or within a relationship scope), in a particular register, over a period, on some evidence. Perspectival — a usage is whoever's, never a global fact — so it carries no notion of a preferred or canonical name. Mint one NameUsage per (appellation, audience, register) tuple; its period is carried by gmeow:usageInterval or by validFrom/validUntil on the statement."@x-gmeow-english ;
                                                 skos:example "ex:usageFamily a gmeow:NameUsage ; gmeow:usageNamed ex:genny ; gmeow:usageAppellation ex:gennyAunt ; gmeow:usageAudience ex:family ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerFoafExport> ,
                                                                                                         <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the 80 percent case where an entity simply bears a co-equal appellation; use gmeow:hasName or gmeow:hasAppellation and promote only when context must be first-class."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one NameUsage per appellation-and-context use, bind the players with usageNamed and usageAppellation, then add usageNamer, usageAudience, usageRegister, usageInterval, evidence, or statement metadata as needed; never use it to choose a primary name."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                       <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ,
                                                                                                       <https://blackcatinformatics.ca/gmeow/consumerResearchQueue> ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use when a name-bearing fact needs its own audience, register, authority, period, evidence, confidence, or standpoint."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/NamedPeriod> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                   rdfs:label "Named Period"@x-gmeow-english ;
                                                   skos:definition "A named stretch of time with defined bounds — a geologic era, historical dynasty, artistic period, fiscal year, or any other culturally salient temporal division."@x-gmeow-english ;
                                                   skos:example "ex:victorianEra a gmeow:NamedPeriod ; gmeow:periodType gmeow:periodTypeHistoricalEra ; gmeow:periodPartOf ex:nineteenthCentury ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for an anonymous bounded span (use gmeow:TimeInterval) and for a point (use gmeow:Instant); a NamedPeriod is a first-class, identifiable era, not a one-off measurement window."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Classify it with one or more gmeow:periodType values, bound it with gmeow:periodStart/gmeow:periodEnd (or a gmeow:hasTemporalMeasurement that infers the start via the property chain), and nest it with gmeow:periodPartOf."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a culturally or scientifically salient, named division of time that is referenced as an entity — a geologic epoch, dynasty, artistic period, or fiscal year — rather than an ad-hoc interval between two timestamps."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/NarrationMode> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                     rdfs:label "Narration Mode"@x-gmeow-english ;
                                                     skos:definition "HOW a segment carries its content — an OPEN value vocabulary (individuals, never subclasses) seeded with the diegetic-level ladder: narrated (direct), mentioned (referenced without narration), flashback (narrated out of story order), dream (framed as a character's dream), hypothetical (framed as possibility), unreliable (narrator credibility in question — the deception-module boundary,: documented bridge, no axiom coupling)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/NarrationUsage> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                      rdfs:label "Narration Usage"@x-gmeow-english ;
                                                      skos:definition "The reified seam link — segment × narrated subject × mode, for when HOW the text carries the content matters: flashback, dream, hypothetical, unreliable narration. Mint one per (segment, subject) pair needing mode/vantage/confidence; the 80% case stays flat gmeow:narrates (efficiency doctrine — reify-on-demand, Principle 4). Whose reading of the mode it is rides the statement layer; competing modes for one narration usage are coexisting relators, none privileged (Principle 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/NarrativeFrameLink> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                          rdfs:label "Narrative Frame Link"@x-gmeow-english ;
                                                          skos:definition "A reified relator that binds a source narrative frame, a target narrative frame, and the relation type between them into a single node. The canonical form when the specific frame-to-frame relation must itself be a node (e.g. to attach provenance, confidence, temporal scope, or standpoint); the flat shortcuts are gmeow:hasNarrativeFrameRelation and gmeow:relatesToFrame. Structurally the Tagging/NameUsage idiom wearing a different hat."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/NarrativeFrameRelation> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                              rdfs:label "Narrative Frame Relation"@x-gmeow-english ;
                                                              skos:definition "The relationship of one narrative frame to another — a value vocabulary (individuals, never subclasses) spanning canon, alternate continuity, expanded universe, fanon, crossover, and adaptation. Non-functional: a frame may hold several relations to another frame from different standpoints."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/NarrativePosition> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                         rdfs:label "Narrative Position"@x-gmeow-english ;
                                                         skos:definition "A frame-relative position in a narrative — the narrative analogue of SpatialCoordinates. Carries its frame (mandatory: a position without a frame is the bare-integer anti-pattern this class exists to forbid), an ordinal (chapter_index 31), a label ('Thirty-Three', 'the Longest Night'), or both. Ranges are expressed as paired positions. Comparison, ordering, and discourse↔story reconciliation are solver-layer computations (Principle 12)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/frameCardinality> "exactly-one" ;
                                                         <https://blackcatinformatics.ca/gmeow/requiresFrame> <https://blackcatinformatics.ca/gmeow/positionFrame> .


<https://blackcatinformatics.ca/gmeow/NarrativeReferenceFrame> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                               rdfs:label "Narrative Reference Frame"@x-gmeow-english ;
                                                               skos:definition "A canon, continuity, or narrative realm that serves as a reference frame for in-universe facts (locations, dates, events) and functionally as the standpoint under which in-universe claims hold true. The Harry Potter canon, the Marvel Multiverse (Earth-616, MCU, Ultimate), and the Star Wars Legends/Canon split are all narrative reference frames. Ordinary GMEOW entities (Person, Place, Organization, Event) may carry claims according to this frame; cross-continuity variants are linked by counterpartOf, never merged."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/NarrativeRole> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                     rdfs:label "Narrative Role"@x-gmeow-english ;
                                                     skos:definition "A character's narratological function — an OPEN value vocabulary (protagonist, antagonist, mentor, foil, narrator, confidant, love interest, trickster, …), Propp/Greimas-informed but never closed: traditions disagree about the role inventory itself (Principle 9). A role is a FUNCTION RELATIVE TO A SCOPE, not an intrinsic property — carried by the RoleInNarrative relator, never by typing the character."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/NarrativeScope> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                      rdfs:label "Narrative Scope"@x-gmeow-english ;
                                                      skos:definition "The umbrella category of things a narrative role can be relative to — a creative work (protagonist of the trilogy), a narrative reference frame (protagonist of the continuity), or a content segment (protagonist of one chapter). A NAMED class (the IntentionalMoment/RiskFactor precedent) so roleScope carries a generator-visible range and the relator-arity gate sees the end. Never instantiated directly."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/NarrativeTimeAxis> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                         rdfs:label "Narrative Time Axis"@x-gmeow-english ;
                                                         skos:definition "The axis kind of a narrative time frame — a value vocabulary (individuals, never subclasses) of exactly two members: discourse time (syuzhet, the order of telling) and story time (fabula, the order of happening). Both are first-class and neither wins (Principle 9): the discourse order is not an approximation of the story order, and the story order is not the truth of the discourse order."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/NarrativeTimeFrame> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/narrative> ;
                                                          rdfs:label "Narrative Time Frame"@x-gmeow-english ;
                                                          skos:definition "A coordinate system for narrative position — the reference frame in which 'where in the story' is expressed. Exactly one axis kind per frame: discourse time (the order of telling — chapter indices, scene ordinals — owned by the telling work, since different editions may re-segment) or story time (the order of happening in-universe — the fabula — owned by a NarrativeReferenceFrame, since continuities can reorder it). The same diegetic event may carry coexisting positions in a discourse frame and a story frame; their disagreement IS the flashback, made queryable rather than contradictory."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/NeoRiemannianOperation> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                              rdfs:label "Neo-Riemannian Operation"@x-gmeow-english ;
                                                              skos:definition "An open value vocabulary of Neo-Riemannian operations. Never subclassed (Principle 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/NetworkAddress> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                      rdfs:label "Network Address"@x-gmeow-english ;
                                                      skos:definition "A network-layer address or locator expressed as a coordinate in a network reference frame — an IP address, MAC address, DNS name, URL, port number, or BGP autonomous-system number. The flat shortcut for the common case is gmeow:accessUrl on a VirtualLocation; promote to NetworkAddress when frame, provenance, confidence, or standpoint matters."@x-gmeow-english ;
                                                      skos:example "ex:siteAddr a gmeow:NetworkAddress ; gmeow:networkAddressType gmeow:networkAddressTypeIPv4 ; gmeow:networkAddressValue \"192.0.2.1\" ; gmeow:networkAddressFrame gmeow:referenceFrameIPv4 ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the common case where a bare join URL suffices (use gmeow:accessUrl) and avoid asserting CIDR/DNS containment as triples — that is a solver computation (Principle 12)."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/frameRequirementSeverity> "warning" ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Type as NetworkAddress, set gmeow:networkAddressType and gmeow:networkAddressValue, and declare gmeow:networkAddressFrame nested under gmeow:referenceFrameInternet via gmeow:parentFrame."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/requiresFrame> <https://blackcatinformatics.ca/gmeow/networkAddressFrame> ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use to promote a virtual location's address to a frame-relative coordinate when the IP/MAC/DNS/URL/port/BGP-AS value needs an explicit frame, provenance, confidence, or standpoint."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/NetworkAddressType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                          rdfs:label "Network Address Type"@x-gmeow-english ;
                                                          skos:definition "The kind of a network address (IPv4, IPv6, MAC, DNS, URL, port, BGP-AS). A value, not a subclass: the set is open-ended and they share all of NetworkAddress's structure, so a new kind is a new individual, not a new class (Principle 9)."@x-gmeow-english ;
                                                          skos:example "ex:networkAddressTypeIPv4 a gmeow:NetworkAddressType ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid subclassing NetworkAddress for a new scheme (the schemes share structure; a new scheme is a new individual, Principle 9)."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the scheme as a gmeow:NetworkAddressType individual and reference it from a NetworkAddress via gmeow:networkAddressType."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to mint a new kind of network address as an individual on the open value vocabulary."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Norm> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                            rdfs:label "Norm"@x-gmeow-english ;
                                            skos:definition "A prescription existing by social convention — an obligation, prohibition, permission, or recommendation issued by an agent or standpoint over some conduct. A norm asserts nothing about the world: it records that an issuer prescribes. Whether anything complies is a vantage-indexed ComplianceAssessment; what wins when norms conflict is solver work over the recorded precedence claims (Principle 12). Every modality-bearing norm must name its issuer (SHACL): there is no ought, only ought-according-to (Principles 1, 9). GROUNDING: a gufo:Category at Entity level — the IntentionalMoment precedent — because the rights graft places gmeow:Rule (⊑ gufo:Relator) beneath it while plain standalone norms are object-like social descriptions; committing Norm to gufo:Object OR gufo:Relator would make one branch inconsistent (Object ⟂ Aspect), and a Kind would stack identities under the rights trio (OntoUML MixIden). The social-convention reading lives on the concrete classes: NormativeSystem ⊑ SocialObject, the trio ⊑ Relator."@x-gmeow-english ;
                                            skos:example "ex:n1 a gmeow:Norm ; gmeow:deonticModality gmeow:deonticObligation ; gmeow:normIssuer ex:gdpr ; gmeow:prescribedConduct ex:eraseOnRequest ."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting a norm as a global ought (every modality-bearing norm must name gmeow:normIssuer — there is no ought, only ought-according-to) and avoid using it for whether conduct complied (that is a vantage-indexed gmeow:ComplianceAssessment)."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the norm, fix its force with gmeow:deonticModality, name its issuer with gmeow:normIssuer, point gmeow:prescribedConduct at the governed conduct, and bind bearers with gmeow:normBearer (absent = everyone in the issuer's scope)."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use for any issued prescription — obligation, prohibition, permission, recommendation — over some conduct, when the prescription names its issuer and asserts nothing about whether anything in fact complies."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/NormativeSystem> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                       rdfs:label "Normative System"@x-gmeow-english ;
                                                       skos:definition "A body of norms with a shared identity — a constitution, a legal code, a code of conduct, a principia document, a rubric set. Member norms attach via gmeow:partOf. A normative system is itself issued (gmeow:systemIssuer), and competing systems coexist without inconsistency: GMEOW records what each prescribes and never adjudicates between them (Principles 1, 9)."@x-gmeow-english ;
                                                       skos:example "ex:gdpr a gmeow:NormativeSystem ; gmeow:systemIssuer ex:euParliament . ex:n1 gmeow:partOf ex:gdpr ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it to adjudicate between competing systems (GMEOW records what each prescribes, never which wins) and avoid using it for a single norm (that is gmeow:Norm)."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the system, name its issuer with gmeow:systemIssuer, attach member norms with gmeow:partOf, and scope precedence claims within it via gmeow:precedenceScope; competing systems coexist."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a body of norms with a shared identity — a constitution, legal code, code of conduct, principia document, or rubric set — that is itself issued and orders its own members."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/NotationProjectionProfile> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                                 rdfs:label "Notation Projection Profile"@x-gmeow-english ;
                                                                 skos:definition "A closed descriptor schema for the lossy projection from frame-relative content to one notation system. Declares representable parameters, incurred losses, and the FnO projection function that performs the render (Principles 4, 11, 12)."@x-gmeow-english ;
                                                                 skos:example "ex:staffProfile a gmeow:NotationProjectionProfile ; gmeow:notationSystemOf ex:westernStaff ; gmeow:declaredLoss ex:lossMicrotiming ."@x-gmeow-english ;
                                                                 <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it as the rendered output itself or as canonical data; the profile DESCRIBES the projection (its representable parameters, declared losses, and FnO function), it does not hold the projected surface form."@x-gmeow-english ;
                                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one profile per notation system, name the system with gmeow:notationSystemOf, enumerate gmeow:representableParameter and gmeow:declaredLoss so the completeness gate sees every parameter as represented or accounted-for, and bind the render via gmeow:projectionFunction."@x-gmeow-english ;
                                                                 <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ,
                                                                                                                       <https://blackcatinformatics.ca/gmeow/consumerResearchQueue> ;
                                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to declare, per notation system, exactly which canonical parameters its surface form can carry and which it drops — the explicit ledger that makes a notation's lossiness queryable rather than implicit (every notation is a lossy render, never the canonical object)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/NotationSystem> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                      rdfs:label "Notation System"@x-gmeow-english ;
                                                      skos:definition "A structured symbolic system with defined rules for representing information in a specific domain — mathematical notation, musical notation, stenography, phonetic transcription, or cryptographic encoding. Distinguished from a language by lacking independent generative syntax/semantics; parasitic on or encoding for an existing language or domain (Principle 9)."@x-gmeow-english ;
                                                      skos:example "ex:ipa a gmeow:NotationSystem ; gmeow:notationSystemKind gmeow:symbolicKindTranscription ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a system with independent generative syntax and semantics (that is gmeow:Language / gmeow:FormalLanguage) and for loose conventions that do not rise to a defined notation; reserve the projection-profile machinery for declaring the losses, not this bare type."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Type the system as NotationSystem, tag its domain with gmeow:notationSystemKind, link the language or domain it serves via gmeow:notationSystemFor, and attach a gmeow:NotationProjectionProfile to declare what the surface form represents and loses."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a structured, rule-governed symbol system that renders content of an existing language or domain into a surface form — IPA, Western staff notation, Morse, a stenographic system — every one of which is a lossy projection of underlying frame-relative content."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/NotationSystemUsage> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                           rdfs:label "Notation System Usage"@x-gmeow-english ;
                                                           skos:definition "A reified, role- and period-scoped use of a notation system by an entity — an observation in the universal claim stack (observation-spine bridge): the gufo:Relator binding {entity} × {notation system} × {role} × {period}, mirroring names' NameUsage and languages' WritingSystemUsage. Lets a language use IPA for phonetic transcription, a musical work use Western staff notation, or a text use Morse code for encoding, each co-equally and standpoint-scoped."@x-gmeow-english ;
                                                           skos:example "ex:u a gmeow:NotationSystemUsage ; gmeow:notationUsageTarget ex:english ; gmeow:notationUsageNotationSystem ex:ipa ; gmeow:notationUsageRole gmeow:notationRoleTranscription ; gmeow:notationUsageInterval ex:since1888 ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when a plain unscoped link suffices (use the flat gmeow:hasNotationSystem) and avoid stuffing the canonical content itself into the relator; the usage records THAT a notation is used, not the rendered surface form, which is a separate lossy projection."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the relator and fill its four functional roles — gmeow:notationUsageTarget, gmeow:notationUsageNotationSystem, gmeow:notationUsageRole, gmeow:notationUsageInterval — then attach standpoint and confidence from the observation spine; pairs with gmeow:hasNotationSystem as the flat shortcut."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use when a notation system's use by an entity must be first-class — carrying role, period, standpoint, or confidence — so a language using IPA, a work using staff notation, and a text using Morse coexist co-equally without any one being privileged (the reify-on-demand half of the flat hasNotationSystem)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/NotationUsageRole> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                         rdfs:label "Notation Usage Role"@x-gmeow-english ;
                                                         skos:definition "The role a notation system plays in a specific usage — a value, never an Entity subclass. Open-ended: new analytical frameworks may introduce further roles without ontology modification."@x-gmeow-english ;
                                                         skos:example "ex:u gmeow:notationUsageRole gmeow:notationRoleEncoding ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting per-role subclasses (roles are individuals) and avoid using a role to record the system's domain kind — that is gmeow:SymbolicSystemKind, an orthogonal axis (the same notation may play different roles in different usages)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded role individual from a gmeow:NotationSystemUsage via gmeow:notationUsageRole; add new individuals, not subclasses, when an analytical frame needs a finer role."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for the function a notation serves in a particular use — transcription, encoding, representation, communication, expression, shorthand, cipher — referenced from a NotationSystemUsage via gmeow:notationUsageRole."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Note> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notes> ;
                                            rdfs:label "Note"@x-gmeow-english ;
                                            skos:definition "A piece of content in a personal or collective knowledge graph — an annotation body, a Zettelkasten card, a comment, or a standalone thought. Grounded as an information object whose authorship is mediated by Participation / wasAttributedTo, whose temporal scope is carried by the four clocks, and whose standpoint is indexed by accordingTo. Reuses isAbout and hasTag / Tagging for topic and tagging; does not mint parallel properties."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ObservableProperty> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/sensory> ;
                                                          rdfs:label "Observable Property"@x-gmeow-english ;
                                                          skos:definition "A physical, chemical, biological, or environmental property that can be observed or measured by a sensor. A value vocabulary (individuals, never subclasses) so any new property — from temperature to neural activation to social sentiment — is a new individual, not a new class (Principle 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Observation> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                   rdfs:label "Observation"@x-gmeow-english ;
                                                   skos:definition "A reified act of observing, measuring, or asserting a feature of interest — the universal claim construct unifying spatial measurement, temporal dating, sensory reading, standpoint claims, identity claims, naming claims, rights claims, and kinship claims. Mediates between an observer (vantage), a feature (observedFeature), and a result (observationResult). Every observation carries at least a vantage and an observedFeature (EL open-world); closed-world cardinality is SHACL's concern."@x-gmeow-english ;
                                                   skos:example "ex:reading a gmeow:Observation ; gmeow:vantage ex:sensor ; gmeow:observedFeature ex:room ; gmeow:observationResult ex:temp22 ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid when the relationship is genuinely frame-free and uncontested (assert the flat triple and reify on demand); for a domain-specific claim prefer the matching Observation subclass (Measurement, SensoryObservation, StandpointClaim, NameUsage, IdentityFacet) so the bridged role properties carry their local typing."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one Observation per held claim, bind gmeow:vantage and gmeow:observedFeature (the EL minimum), add gmeow:observationResult, gmeow:observationMethod, gmeow:observationType, evidence, and statement metadata as needed; specialized subclasses inherit these roles through rdfs:subPropertyOf bridges so generic consumers query 'all observations about X' uniformly."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the universal claim spine whenever a value is HELD by some vantage rather than asserted as a global fact — a measurement, a sensory reading, a standpoint, an identity/name/rights/kinship claim — so the claim carries its observer, feature, and result explicitly (Principle 9: every value is perspectival, none privileged)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ObservationMethod> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                         rdfs:label "Observation Method"@x-gmeow-english ;
                                                         skos:definition "The method or protocol by which an observation was made — a value vocabulary (individuals, never subclasses). Generalizes gmeow:DatingMethod (temporal module) and subsumes sensor types, survey protocols, laboratory techniques, archaeological procedures, and standpoint assertion methods. A method is constitutive of the observation: changing the method changes the observation's identity (it is a different act)."@x-gmeow-english ;
                                                         skos:example "ex:rtkSurvey a gmeow:ObservationMethod ; rdfs:label \"GPS-RTK survey\"@en ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting per-method subclasses (methods are individuals) and avoid using it for the broad KIND of observation (that is gmeow:ObservationType); a method is a specific protocol, not a category."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Mint each method as an individual (generic ones are seeded here; domain ladders such as gmeow:DatingMethod specialize it in their own slices) and reference it via the functional gmeow:observationMethod; model compound protocols as one fused method individual."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary behind gmeow:observationMethod — the open set of individuals naming HOW an observation was produced (direct observation, instrumental reading, survey, remote sensing, computational model, expert judgement, …)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ObservationType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                       rdfs:label "Observation Type"@x-gmeow-english ;
                                                       skos:definition "The kind of observation being made — a value vocabulary (individuals, never subclasses). Distinguishes measurement, sensory reading, standpoint claim, derived inference, and simulation output. The specific sub-discipline (radiocarbon dating, GPS survey, temperature sensing) is gmeow:observationMethod, not gmeow:observationType."@x-gmeow-english ;
                                                       skos:example "ex:reading gmeow:observationType gmeow:observationTypeMeasurement ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting per-type subclasses (types are individuals) and avoid using it for the specific protocol or discipline (that is gmeow:ObservationMethod); the type is the category, not the technique."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Reference the seeded type individuals via the non-functional gmeow:observationType (an observation may carry several), and let the sub-discipline ride on gmeow:observationMethod and the typed-claim distinction on the Observation subclass."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary behind gmeow:observationType — the open set of individuals naming the broad KIND of observation (measurement, sensory reading, standpoint claim, derived inference, simulation, identity, naming, rights, kinship, streaming)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ObservationalActivity> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                             rdfs:label "Observational Activity"@x-gmeow-english ;
                                                             skos:definition "An activity whose primary purpose is to produce observations — a scientific survey, census, archaeological excavation, clinical trial, code review, audit, or any other structured act of observing, measuring, or asserting. A subclass of gmeow:Activity (and therefore of gmeow:Event) that generates gmeow:Observation individuals as first-class outputs. The event-type value vocabulary (gmeow:eventTypeSurvey, …) marks specific kinds; no subclass taxonomy is introduced (Principle 9)."@x-gmeow-english ;
                                                             skos:example "ex:census2021 a gmeow:ObservationalActivity ; gmeow:eventType gmeow:eventTypeCensusActivity ; gmeow:generatedObservation ex:obs1 ."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for an ordinary activity that incidentally records data (use plain gmeow:Activity), and avoid asserting it as the inverse of gmeow:wasGeneratedBy — that would force every generating activity to be observational (an OWL 2 DL typing trap)."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Type the act gmeow:ObservationalActivity, mark its kind with gmeow:eventType (gmeow:eventTypeSurvey / gmeow:eventTypeAudit / …), and link each output with gmeow:generatedObservation; the property chain then associates the activity with each observation's vantage."@x-gmeow-english ;
                                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use when the occurrence's PURPOSE is to produce observations — a survey, census, excavation, clinical trial, audit, or code review — so its outputs are reachable as first-class gmeow:Observation individuals via gmeow:generatedObservation."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Occupancy> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                 rdfs:label "Occupancy"@x-gmeow-english ;
                                                 skos:definition "A measurement of the current number of entities located at or within a location. The location is the observedFeature; the result is a ScalarQuantity. Typically computed by the solver layer from locatedAt relationships and active LocationState instances (P12), but may also be asserted directly from sensor readings or manual counts."@x-gmeow-english ;
                                                 skos:example "ex:occ a gmeow:Occupancy ; gmeow:occupancyOf ex:hall ; gmeow:observationResult ex:scalar120 ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting it where the solver should derive it from locatedAt / active LocationStates (P12) unless you have a direct count."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Mint Occupancy, set gmeow:occupancyOf, and point gmeow:observationResult at a ScalarQuantity; pair with Capacity to derive Utilization."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to reify the current number of entities at a location, as a Measurement (sensor reading, manual count, or solver-derived)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Occupation> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                  rdfs:label "Occupation"@x-gmeow-english ;
                                                  skos:definition "A kind of work or profession, such as those classified by ESCO, SOC, or O*NET. Classifications are carried as open code values (gmeow:occupationClassification), never as OWL subclasses (Principle 9)."@x-gmeow-english ;
                                                  skos:example "ex:softwareEngineer a gmeow:Occupation ; rdfs:label \"software engineer\"@en ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid subclassing Occupation per profession (carry the classification as an open gmeow:occupationClassification code value, not a class — Principle 9) and avoid conflating it with a gmeow:Role (a context-played position) or a gmeow:Post (an org-bound seat)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Mint a gmeow:Occupation, carry its ESCO/SOC/O*NET classifications as open gmeow:occupationClassification code values, and relate it to a person through the employment or expertise layer rather than typing the person by it."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the shared what-one-does concept that both employment and expertise reference — a profession or kind of work classified by ESCO, SOC, or O*NET; it lives in core so sibling extensions can both reach it."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Offering> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                rdfs:label "Offering"@x-gmeow-english ;
                                                skos:definition "A commercial offer to provide some item — a product, a service, an engagement — by an agent. Projects to schema:Offer. The item is named by gmeow:itemOffered; the provider by gmeow:offeringProvider."@x-gmeow-english ;
                                                skos:example "ex:hostingOffer a gmeow:Offering ; gmeow:offeringProvider ex:acme ; gmeow:itemOffered ex:hostingService ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for the item itself (that is the gmeow:itemOffered — a gmeow:ServiceOffering or product) and avoid a flat price here (that is finance-slice measurement or the presentational gmeow:priceRange)."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Mint a gmeow:Offering, name its provider with gmeow:offeringProvider and its item with gmeow:itemOffered, add gmeow:areaServed and gmeow:hasOpeningHours as needed; attach it to the provider with gmeow:makesOffer."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use to model a commercial offer to provide some item — a product, service, or engagement — by an agent; the reified offer behind the flat gmeow:makesOffer edge."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/OnlineAccount> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accounts> ;
                                                     rdfs:label "Online Account"@x-gmeow-english ;
                                                     skos:definition "An account an agent holds with an online service — a social profile, code-forge account, or decentralized identity."@x-gmeow-english ;
                                                     skos:example "ex:lillithMastodon a gmeow:OnlineAccount ; gmeow:accountService ex:fosstodon ; gmeow:accountName \"lillith\" ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the agent itself (use gmeow:Agent / Person) and for the service or platform the account lives on (use gmeow:OnlineService); the account is neither the person nor the platform but the held identity-object linking the two."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Type the account as OnlineAccount, link the holder with gmeow:holdsAccount, the platform with gmeow:accountService, the handle with gmeow:accountName, and the usage state with gmeow:accountStatus; mark sensitive identifiers with gmeow:hasSensitivity so projections can withhold them."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use for an agent's identity-bearing account on an online service — a social profile, code-forge login, email account, or decentralized identity — modelled as the information object that carries the handle, service link, and account status."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/OnlineService> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/accounts> ;
                                                     rdfs:label "Online Service"@x-gmeow-english ;
                                                     skos:definition "An online service or platform an account is held with — a social network, code forge, email provider, or federated instance. Carries the service's liveness (gmeow:serviceStatus / gmeow:serviceShutdownDate) so historical services (Yahoo 360, Google+) remain first-class with their shutdown recorded."@x-gmeow-english ;
                                                     skos:example "ex:fosstodon a gmeow:OnlineService ; gmeow:serviceStatus gmeow:serviceStatusLive ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for an individual account on the service (use gmeow:OnlineAccount) and for the agent operating the platform; the service is the platform-object, distinct from any one account held with it."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Type the platform as OnlineService, record its liveness with gmeow:serviceStatus and, for a defunct service, gmeow:serviceShutdownDate; link accounts to it with gmeow:accountService so a shut-down service keeps its accounts on record (P10)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the platform or service an account lives on — a social network, code forge, email provider, or federated instance — modelled as a first-class object that carries its own liveness and shutdown history."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/OpacityReason> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                     rdfs:label "Opacity Reason"@x-gmeow-english ;
                                                     skos:definition "Why a frame is opaque to a given reader (spec §7.6) — a missing capability or damage. An open value vocabulary; opacity is vantage-relative, so the reason is a fact about a reader-frame pair, not about the bytes."@x-gmeow-english ;
                                                     skos:example "gmeow:opacityMissingKey a gmeow:OpacityReason ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting reasons as subclasses (they are individuals) and avoid reading a reason as a property of the bytes; it is true of a reader-frame pair, so the same frame may carry no reason at all for a recipient who can decode it."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded reason from a frame via gmeow:opacityReason; pair gmeow:opacityMissingKey with gmeow:sealedRecipient to name the agents for whom the frame is transparent."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary naming why a frame is opaque to a reader — unknown codec, missing key, or damage — the required reason that keeps opacity distinguishable from data loss."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/OpaqueFrame> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/gts> ;
                                                   rdfs:label "Opaque Frame"@x-gmeow-english ;
                                                   skos:definition "A sealed or undecodable region of a GTS segment, surfaced by the reader as a first-class object rather than dropped (spec §7.6): an encrypted frame the reader holds no key for, a frame using a codec the reader lacks, or a damaged frame. Opacity is VANTAGE-RELATIVE epistemic state, not a property of the bytes — the same frame is transparent to a recipient holding the key (standpoint/privacy, Principle 9). The frame's bytes remain present, hash-linked, and chain-verifiable."@x-gmeow-english ;
                                                   skos:example "ex:frame7 a gmeow:OpaqueFrame ; gmeow:opaqueFrameIn ex:seg0 ; gmeow:opacityReason gmeow:opacityMissingKey ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting opacity as a property of the bytes themselves — it is vantage-relative, true only for the describing reader; do not use it for a frame the reader decoded successfully, nor as a privacy classification (that is the kernel sensitivity/disclosure axes)."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Anchor it to its segment with gmeow:opaqueFrameIn, state the required gmeow:opacityReason, and for sealed frames list the agents who can decrypt it with gmeow:sealedRecipient so the vantage-relativity is explicit."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use when a reader surfaces a frame it cannot decode — sealed without a key, using an unknown codec, or damaged — so the gap is described rather than silently dropped, preserving the chain."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/OpeningHoursSpecification> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                                 rdfs:label "Opening Hours Specification"@x-gmeow-english ;
                                                                 skos:definition "A reified opening-hours window — a day (or set of days), an opening time and a closing time. Projects to schema:OpeningHoursSpecification. Reification keeps each window's day/open/close paired correctly when several coexist."@x-gmeow-english ;
                                                                 skos:example "ex:weekdayHours a gmeow:OpeningHoursSpecification ; gmeow:openingDay gmeow:dayMonday ; gmeow:opensAt \"09:00:00\"^^xsd:time ; gmeow:closesAt \"17:00:00\"^^xsd:time ."@x-gmeow-english ;
                                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid a flat hours string on the organization (it loses the day/open/close pairing when several windows coexist) and avoid spanning incompatible days in one window; mint a separate window per distinct schedule."@x-gmeow-english ;
                                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one gmeow:OpeningHoursSpecification per window, set gmeow:openingDay (one or more), gmeow:opensAt, and gmeow:closesAt on it, and attach it with gmeow:hasOpeningHours."@x-gmeow-english ;
                                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to reify one opening-hours window so its day(s), open time, and close time stay paired — necessary whenever a business has more than one window (weekday vs weekend)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Order> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                             rdfs:label "Order"@x-gmeow-english ;
                                             skos:definition "A purchase order or sales order — an agreement between a buyer and a seller for the supply of goods or services at a stated price. A subclass of Agreement."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/OrderStatus> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                   rdfs:label "Order Status"@x-gmeow-english ;
                                                   skos:definition "The status of an order — a VALUE, never a subclass. Open vocabulary."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Organization> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/entities> ;
                                                    rdfs:label "Organization"@x-gmeow-english ;
                                                    skos:definition "A structured group of agents — a company, institution, association, or governmental body — able to act as a single agent."@x-gmeow-english ;
                                                    skos:example "ex:blackcat a gmeow:Organization ; gmeow:hasOrganizationName ex:blackcatLegalName ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for an informal, structure-free collection of agents (use gmeow:Group instead) and for an individual human (use gmeow:Person); Organization is disjoint with Person and SoftwareAgent."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Type the body as gmeow:Organization, name it through gmeow:hasOrganizationName / gmeow:OrganizationName (names module) rather than the flat gmeow:name literal, and model departments and membership through the part/whole spine (gmeow:subOrganizationOf) and role relators."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a formally structured collective that acts as one agent — a company, institution, association, or governmental body — when its internal structure and capacity to bear responsibility matter."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/OrganizationName> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                        rdfs:label "Organization Name"@x-gmeow-english ;
                                                        skos:definition "An appellation borne by an organization — a legal name, a trading / 'doing-business-as' name, or a former name."@x-gmeow-english ;
                                                        skos:example "ex:dbaName a gmeow:OrganizationName ; gmeow:fullName \"Acme Widgets\" ; gmeow:namePurpose gmeow:namePurposeProfessional ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for person or place bearers (use gmeow:PersonName, gmeow:PlaceName) and avoid privileging the legal name as primary — co-equal trading and former names coexist; superseded ones set gmeow:displayable false."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one OrganizationName per co-equal name, set gmeow:fullName and gmeow:nameLanguage, distinguish kinds with gmeow:namePurpose, and bear it with gmeow:hasOrganizationName."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a structured name borne by an organization — a legal name, a trading or doing-business-as name, a former name, or a multilingual variant."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/OrganizationType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                                        rdfs:label "Organization Type"@x-gmeow-english ;
                                                        skos:definition "The kind of an organization — a VALUE, never an Organization subclass. The set is open; a kind not among the seed individuals is a FRESH gmeow:OrganizationType individual carrying rdfs:label, not a new class."@x-gmeow-english ;
                                                        skos:example "ex:orgTypeCooperative a gmeow:OrganizationType ; rdfs:label \"cooperative\"@en ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid subclassing gmeow:Organization by kind (kinds are values, not classes — Principle 9) and avoid reusing an ill-fitting seed; mint a fresh gmeow:OrganizationType individual when the kind is missing."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded gmeow:OrganizationType individual from an organization via gmeow:organizationType, or mint a new individual carrying rdfs:label and skos:definition when the open set lacks the kind."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for the organization-kind axis — the open set (company, nonprofit, government body, association, collaboration, …) referenced through gmeow:organizationType."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Orientation> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                   rdfs:label "Orientation"@x-gmeow-english ;
                                                   skos:definition "The rotational component of a pose, expressed as co-equal optional facets: quaternion (x, y, z, w), Euler angles (yaw, pitch, roll plus order), or compass angles (heading, bearing). No single representation is privileged; multiple representations may coexist for the same pose. Aligns by reference to IEEE 1872-2015 pos:OrientationMeasure."@x-gmeow-english ;
                                                   skos:example "ex:ori a gmeow:Orientation ; gmeow:quaternionX 0.0 ; gmeow:quaternionY 0.0 ; gmeow:quaternionZ 0.0 ; gmeow:quaternionW 1.0 ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid privileging one representation as canonical (they are co-equal and may coexist) and avoid mixing partial Euler and quaternion components without gmeow:eulerOrder."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Mint Orientation and fill whichever facet applies — quaternion (X/Y/Z/W), Euler (yaw/pitch/roll + gmeow:eulerOrder), or compass (heading/bearing); multiple facets may co-occur."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the rotational component of a pose, in any of the co-equal facets — quaternion, Euler angles, or compass heading/bearing."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/OrnamentProfile> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "Ornament Profile"@x-gmeow-english ;
                                                       skos:definition "A named convention for ornamentation — a gamaka family, a baroque agrément, a jazz turn — bound to segments or voices. Completes the raga/maqam model by separating structural pitch membership from expressive execution (Principles 9, 11)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/OrnamentProfileKind> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "Ornament Profile Kind"@x-gmeow-english ;
                                                           skos:definition "The kind of ornament profile — gamaka family, baroque agrément, raga ornament, jazz turn, etc. An open value vocabulary of individuals; never subclassed (Principle 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/PGPSignature> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/trust> ;
                                                    rdfs:label "PGP Signature"@x-gmeow-english ;
                                                    skos:definition "An OpenPGP signature (RFC 4880/9580, PGP-MIME RFC 3156) over a message, bound to a PGP key."@x-gmeow-english ;
                                                    skos:example "ex:sig1 a gmeow:PGPSignature ; gmeow:signingKey ex:lillithKey ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for an S/MIME signature (use gmeow:SMIMESignature) and for a scheme-agnostic case (use the parent gmeow:CryptographicSignature); the type fixes the OpenPGP scheme."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Type the signature gmeow:PGPSignature and bind gmeow:signingKey to a key whose gmeow:keyScheme is gmeow:keySchemePGP; the rest of the signature machinery (signedBy, algorithm, verification status) is inherited from the parent."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use when a signature is specifically an OpenPGP signature (RFC 4880/9580, PGP-MIME) bound to a PGP key — the scheme-typed specialization of gmeow:CryptographicSignature."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Package> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                               rdfs:label "Package"@x-gmeow-english ;
                                               skos:definition "A distributable software package — a named, versioned unit of software published through a package ecosystem (npm, PyPI, Cargo, Maven, etc.). The package descriptor, not the concrete distribution artifact."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ParentChildRelationship> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/genealogy> ;
                                                               rdfs:label "Parent-Child Relationship"@x-gmeow-english ;
                                                               skos:definition "A reified parent-child relationship, typed by its nature (biological, adoptive, step, or foster)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ParticipantRole> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                       rdfs:label "Participant Role"@x-gmeow-english ;
                                                       skos:definition "The role an entity plays in an event — a VALUE, never a participation subproperty. The set is open; a role not among the seeds is a FRESH gmeow:ParticipantRole individual with rdfs:label. Carried by gmeow:participationRole on a gmeow:Participation."@x-gmeow-english ;
                                                       skos:example "ex:roleBestMan a gmeow:ParticipantRole ; rdfs:label \"best man\"@en ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid reviving a hasWitness-style participation SUBPROPERTY (the former genealogy idiom was refactored into role values, Principle 6), and avoid confusing it with gmeow:EventType — role is who-did-what, type is what-kind, two orthogonal axes."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Add a new role as a gmeow:ParticipantRole individual with rdfs:label and skos:definition; reference it from a gmeow:Participation via gmeow:participationRole, which is non-functional so a participant may bear several roles."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for the participation-role axis — the open set of individuals (principal, witness, officiant, performer, …) that gmeow:participationRole draws from; mint a fresh individual for a role not seeded."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Participation> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                     rdfs:label "Participation"@x-gmeow-english ;
                                                     skos:definition "A reified participation of an entity in an event, in a role, over a period, on some evidence — the same relator idiom as gmeow:NameUsage. Mint one Participation per (event, participant, role) tuple when role / period / confidence / evidence must be recorded; the 80% case uses the flat gmeow:hasParticipant. Perspectival and co-equal: a disputed role is several standpoint-indexed Participations that coexist, none privileged; a withdrawn one is kept with gmeow:displayable false, never deleted."@x-gmeow-english ;
                                                     skos:example "ex:p1 a gmeow:Participation ; gmeow:participationEvent ex:wedding ; gmeow:participationParticipant ex:priest ; gmeow:participationRole gmeow:roleOfficiant ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerFoafExport> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for the 80% case where an event simply has a participant with no role or period to record — use the flat gmeow:hasParticipant and promote only on demand (the hasMet / InterpersonalRelationship duality); never mint a per-role subclass."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one Participation per (event, participant, role) tuple, bind the players with gmeow:participationEvent and gmeow:participationParticipant, add gmeow:participationRole / gmeow:participationInterval / evidence as needed, and index a contested role with gmeow:accordingTo + gmeow:confidence; retract with gmeow:displayable false rather than deletion (Principle 10)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerAgentMemory> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/consumerResearchQueue> ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use when a participation must be first-class — when the role, period, confidence, evidence, or standpoint of an entity's part in an event matters (an officiant at a wedding, a disputed witness), the reified half of the gmeow:hasParticipant flat/relator pair."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Patent> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                              rdfs:label "Patent"@x-gmeow-english ;
                                              skos:definition "An abstract intellectual work describing an invention — the inventive concept as claimed, independent of any granted or filed document. A specialization of gmeow:Work."@x-gmeow-english ;
                                              skos:example "ex:patent a gmeow:Patent ; gmeow:identifier \"US10000000B2\" ; gmeow:datePublished \"2018-06-19T00:00:00Z\"^^xsd:dateTime ."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for the granted or filed paper artifact itself (model that as a gmeow:Manifestation) and avoid encoding inventor agency as a literal — route it through the contribution relator."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Type the invention gmeow:Patent, carry the patent number on gmeow:identifier and the grant/filing dates on the bibliographic date properties; link the granted document as a separate gmeow:Manifestation."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the abstract inventive concept as claimed — the patented invention at the gmeow:Work tier, independent of any filing or grant document."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Payment> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                               rdfs:label "Payment"@x-gmeow-english ;
                                               skos:definition "A payment event — a financial transaction whose purpose is to discharge an obligation or transfer value. A thin subclass of FinancialTransaction distinguished by the paymentMethod facet."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/PaymentMethod> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                     rdfs:label "Payment Method"@x-gmeow-english ;
                                                     skos:definition "The method or instrument used to make a payment — a VALUE, never a subclass. Open vocabulary."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/PerformanceDecision> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "Performance Decision"@x-gmeow-english ;
                                                           skos:definition "A reified relator recording one documented traversal of a mobile form during a performance — the performance event, the traversal constraint, and the chosen sequence of fragments. Competing traversals of the same work coexist as distinct PerformanceDecisions (Principle 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/PerformanceParticipation> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                rdfs:label "Performance Participation"@x-gmeow-english ;
                                                                skos:definition "A reified participation in a musical event — a performance, recording session, take, overdub, rehearsal, or transmission. Adds music-specific details (instrument type, specific instrument item, configuration, part, technique) to the universal gmeow:Participation relator. Playing bass on take 3 is event involvement expressed here, not a third relator (Principles 4, 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/PeriodType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                  rdfs:label "Period Type"@x-gmeow-english ;
                                                  skos:definition "The kind of a named period (geologic eon, era, period, epoch, age; historical dynasty, era; fiscal year). A value, never a subclass."@x-gmeow-english ;
                                                  skos:example "ex:myType a gmeow:PeriodType ; rdfs:label \"artistic movement\"@en ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid modelling a period kind as a subclass of gmeow:NamedPeriod (kinds are individuals) and avoid using it for the period's bounds; the type names the category, not the extent."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded gmeow:PeriodType individual from a period via gmeow:periodType; align it to an external authority (ICS geologic ranks) with skos:exactMatch in the mapping DSL, and mint new individuals rather than subclasses."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for classifying a gmeow:NamedPeriod by its defining domain — geologic rank, historical kind, fiscal kind — referenced through gmeow:periodType."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Permission> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                  rdfs:label "Permission"@x-gmeow-english ;
                                                  skos:definition "A rule that grants the ability to exercise a gmeow:RightsAction over the governed asset (odrl:Permission). Its required duties ride gmeow:hasDuty."@x-gmeow-english ;
                                                  skos:example "ex:mayReproduce a gmeow:Permission ; gmeow:ruleAction gmeow:actionReproduce ; gmeow:hasDuty ex:mustAttribute ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a forbidden action (use gmeow:Prohibition) or a bare obligation (use gmeow:Duty); the three rule kinds are pairwise disjoint, so one instance is never two of them."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one Permission per allowed action with a single gmeow:ruleAction, link it from the statement with gmeow:hasPermission, and hang its required gmeow:Duty rules via gmeow:hasDuty; add gmeow:ruleConstraint for conditional grants."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a granted ability — an action the assignee is allowed to exercise over the asset (the odrl:Permission rule), optionally conditioned by its own duties."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Person> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/entities> ;
                                              rdfs:label "Person"@x-gmeow-english ;
                                              skos:definition "An individual human being, living or deceased."@x-gmeow-english ;
                                              skos:example "ex:lillith a gmeow:Person ; gmeow:hasName ex:lillithName ; gmeow:nationality ex:canada ."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for non-human actors (use gmeow:SoftwareAgent), for collectives (use gmeow:Group or gmeow:Organization), and for a merely named human role; Person is disjoint with Organization and SoftwareAgent."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Type the human as gmeow:Person, carry their name through the structured gmeow:hasName / gmeow:PersonName apparatus (names module) rather than the flat gmeow:name literal, and attach nationality, contributions, and contacts through their dedicated properties and role relators."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use for an individual human being who acts, authors, or is described — the human specialization of gmeow:Agent that supplies its own principle of identity (gufo:Kind)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/PersonName> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                  rdfs:label "Person Name"@x-gmeow-english ;
                                                  skos:definition "A structured, typed name borne by a person — birth name, married name, chosen name, alias, religious name — with ordered, typed name parts, an optional honorific, a script/language, and a purpose (gmeow:namePurpose). A person bears many co-equal PersonNames (across life stages and across languages/scripts); their validity period is carried with gmeow:validFrom/validUntil on the bearing statement or by a gmeow:NameUsage."@x-gmeow-english ;
                                                  skos:example "ex:patrickHan a gmeow:PersonName ; gmeow:fullName \"欧德理\"@zh ; gmeow:nameLanguage ex:mandarin ; gmeow:namePurpose gmeow:namePurposeLegal ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for non-person bearers (use gmeow:PlaceName, gmeow:OrganizationName, gmeow:Filename), and avoid multi-tagging one PersonName with several languages — a Latin-script and a Han-script name are SEPARATE co-equal PersonNames, never one alternate-of-the-other."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one PersonName per co-equal name, set gmeow:fullName and gmeow:nameLanguage, decompose into gmeow:NamePart with gmeow:namePartType, tag gmeow:namePurpose, and bear it with gmeow:hasName; mark a superseded one gmeow:displayable false rather than deleting it."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerFoafExport> ,
                                                                                                        <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                        <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ,
                                                                                                        <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a structured name borne by a person — a birth, married, chosen, religious, or professional name with typed parts, language/script, and purpose; mint one per co-equal name across life stages and across languages or scripts."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Persona> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                               rdfs:label "Persona"@x-gmeow-english ;
                                               skos:definition "A reified expression policy of one agent — the relator binding {bearer} × {register(s)} × {expressed norms} × {activation context}. PRIMARY and PRIVATE are two Personas of one agent; 'Dr. Chen at the clinic' and 'Mom at home' are two of another. No primaryPersona exists or ever will (Principle 9): personas are co-equal, context-activated, and withdrawn by suppression, never deletion (Principle 10). Register-switching is not deception — divergence of held and projected standpoints is the deception module's territory, a documented boundary with no axiom coupling."@x-gmeow-english ;
                                               skos:example "ex:drChen a gmeow:Persona ; gmeow:personaBearer ex:chen ; gmeow:personaRegister gmeow:registerClinical ; gmeow:activatedIn ex:atClinic ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid a primaryPersona or any privileged persona (personas are co-equal — Principle 9), avoid deleting a withdrawn one (suppress with gmeow:displayable false — Principle 10), and avoid reading register-switching as deception (a documented boundary, never an axiom)."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the persona, name its bearer with gmeow:personaBearer, its register(s) with gmeow:personaRegister, its activation with gmeow:activatedIn, and the norms it expresses with gmeow:expressesNorm; order conflicting personas via gmeow:overrides on their activation norms."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a reified expression policy of one agent — the binding of bearer, register(s), expressed norms, and activation context; PRIMARY and PRIVATE are two co-equal personas of one agent."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/PhysicalCarrierType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/archaeological-evidence> ;
                                                           rdfs:label "Physical Carrier Type"@x-gmeow-english ;
                                                           skos:definition "The archaeological or cultural-heritage classification of a physical object that bears inscriptions, marks, or signs — a value vocabulary (individuals, never subclasses). Open-ended: new carrier kinds are minted as needed without ontology modification."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/PhysicalObject> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                      rdfs:label "Physical Object"@x-gmeow-english ;
                                                      skos:definition "An entity that is a material thing occupying space and time — a device, instrument, vehicle, building, or natural body. Distinct from Agent (which acts and bears responsibility) and InformationObject (which carries information content). The sortal for pose-bearing, sensor-hosting, and spatially-located things that are not agents."@x-gmeow-english ;
                                                      skos:example "ex:rover a gmeow:PhysicalObject ; gmeow:hasPose ex:roverPose ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for acting participants (Agent), for content carriers whose materiality is incidental (InformationObject), and for convention-sustained things (SocialObject); the three are disjoint with PhysicalObject by design."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Type the artifact as PhysicalObject and hang pose, sensor, and spatial-location relations on it; keep agency and information roles on separate co-located entities rather than overloading the physical sortal."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a material thing that occupies space and time and is not itself an agent — a device, instrument, vehicle, building, sensor host, or natural body that bears a pose or a spatial location."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/PitchAnchor> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                   rdfs:label "Pitch Anchor"@x-gmeow-english ;
                                                   skos:definition "A binding between one degree of a TuningSystem and a physical frequency in an explicit acoustic frame (e.g., A440 vs Baroque A415). Hz is never asserted directly on a PitchValue; it is reached only through fnPitchToFrequency(value, anchor) (Principles 11, 12)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/PitchCollection> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "Pitch Collection"@x-gmeow-english ;
                                                       skos:definition "A set or multiset of PitchValues derived from a source (a spectrum, a tuning system, an analysis, or a projection). A projection of canonical frame-relative content, not the canonical object itself (Principle 4)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/PitchCollectionKind> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "Pitch Collection Kind"@x-gmeow-english ;
                                                           skos:definition "The kind of a pitch collection, drawn from an open value vocabulary of individuals (scale, mode, maqam, jins, raga, thaat, pathet, mode of limited transposition, pitch-class set, row/series, spectrum collection). Never subclassed (Principle 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/PitchCollectionMembership> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                 rdfs:label "Pitch Collection Membership"@x-gmeow-english ;
                                                                 skos:definition "A reified relator binding a pitch collection, a member pitch value, the role that pitch plays, and an optional context/standpoint. The canonical way to assert that a pitch belongs to a collection with a specific function; contested memberships are co-equal relators carrying distinct gmeow:accordingTo annotations (Principles 2, 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/PitchExpression> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "Pitch Expression"@x-gmeow-english ;
                                                       skos:definition "A common superclass for pitch-related quantities that are expressed relative to a TuningSystem. PitchValue and PitchInterval are its subkinds; using a named class avoids anonymous union classes as property domains in generated schemas (Principle 4)."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/frameCardinality> "exactly-one" ;
                                                       <https://blackcatinformatics.ca/gmeow/requiresFrame> <https://blackcatinformatics.ca/gmeow/hasTuningFrame> .


<https://blackcatinformatics.ca/gmeow/PitchInterval> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                     rdfs:label "Pitch Interval"@x-gmeow-english ;
                                                     skos:definition "A frame-relative directed interval between two pitch values, expressed as an exact ratio or in cents. Intervals are not subclasses of PitchValue; they are a distinct kind of frame-relative quantity (Principle 9)."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/frameCardinality> "exactly-one" ;
                                                     <https://blackcatinformatics.ca/gmeow/requiresFrame> <https://blackcatinformatics.ca/gmeow/hasTuningFrame> .


<https://blackcatinformatics.ca/gmeow/PitchSpelling> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                     rdfs:label "Pitch Spelling"@x-gmeow-english ;
                                                     skos:definition "A reified relator binding a frame-relative pitch value, a pitch spelling system, and a spelled name string. Note names (C♯4, sargam Ga, Johnston +7) are projections, not canonical pitch values; enharmonic ambiguity is modelled as two co-equal spellings of the same pitch (Principles 4, 9, 11)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/PitchSpellingSystem> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                           rdfs:label "Pitch Spelling System"@x-gmeow-english ;
                                                           skos:definition "A named system for spelling frame-relative pitches as note names or symbols — e.g. Common Music Notation staff letters, sargam solfege, Johnston accidentals. A local vocabulary in the music slice; aligned to external notation standards by reference in mappings (Principles 4, 5, 16)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/PitchTrajectory> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                       rdfs:label "Pitch Trajectory"@x-gmeow-english ;
                                                       skos:definition "Continuous pitch as content — an ordered set of control points (musical-time × PitchValue) plus an interpolation kind. Models glissandi, gamaka ornaments, UPIC curves, and other continuously varying pitch (stress case 6). Interpolation is solver-evaluated, never reasoner-asserted (Principle 12)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/PitchTrajectoryControlPoint> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                   rdfs:label "Pitch Trajectory Control Point"@x-gmeow-english ;
                                                                   skos:definition "One ordered (musical-time, PitchValue) pair belonging to a PitchTrajectory."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/PitchTrajectoryInterpolationKind> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                                        rdfs:label "Pitch Trajectory Interpolation Kind"@x-gmeow-english ;
                                                                        skos:definition "The interpolation mode of a PitchTrajectory — linear in cents, exponential, or stochastic-by-reference. A value vocabulary of individuals; never subclassed (Principle 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/PitchValue> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                  rdfs:label "Pitch Value"@x-gmeow-english ;
                                                  skos:definition "A frame-relative musical pitch — an exact rational ratio or a cents offset expressed relative to an explicit TuningSystem. Pitch letters (C4, F#) are projections, not canonical values (Principle 11)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/frameCardinality> "exactly-one" ;
                                                  <https://blackcatinformatics.ca/gmeow/requiresFrame> <https://blackcatinformatics.ca/gmeow/hasTuningFrame> .


<https://blackcatinformatics.ca/gmeow/Place> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                             rdfs:label "Place"@x-gmeow-english ;
                                             skos:definition "A geographic location at any granularity — a country, region, city, thoroughfare, site, building, floor, or room. The specific kind is given by gmeow:placeType (a value), not a subclass, so any level can be a first-class place with its own coordinates and external identifiers."@x-gmeow-english ;
                                             skos:example "ex:edinburgh a gmeow:Place ; gmeow:placeType gmeow:placeTypeCity ; gmeow:containedInPlace ex:scotland ."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting a Place subclass per granularity (the level is a gmeow:placeType value, never a class) and avoid Place for online or storage loci (use VirtualLocation / StorageLocation)."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/howToUse> "Type as Place, set gmeow:placeType, chain the containment ladder with gmeow:containedInPlace, and attach coordinates via gmeow:hasCoordinates or the reified CoordinateObservation."@x-gmeow-english ;
                                             <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a geographic locus at ANY granularity — country, region, city, building, floor, room — letting gmeow:placeType say which."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/PlaceName> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                 rdfs:label "Place Name"@x-gmeow-english ;
                                                 skos:definition "An appellation (toponym) borne by a geographic place via gmeow:hasPlaceName — possibly endonym/exonym (gmeow:namePurpose), multilingual, or historical (held over a period via a gmeow:NameUsage / inferred gmeow:PlaceNaming). The structured, first-class replacement for the retired flat gmeow:alternateName literal, used for gazetteer matching and co-equal multilingual/historical naming."@x-gmeow-english ;
                                                 skos:example "ex:istanbulName a gmeow:PlaceName ; gmeow:fullName \"İstanbul\"@tr ; gmeow:namePurpose gmeow:namePurposeEndonym ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid the retired flat gmeow:alternateName literal and avoid ranking endonym above exonym — competing and historical place names are co-equal PlaceNamings; superseded ones set gmeow:displayable false, never deletion."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one PlaceName per co-equal toponym, set gmeow:fullName and gmeow:nameLanguage, tag endonym/exonym with gmeow:namePurpose, and bear it with gmeow:hasPlaceName; carry the toponymic authority and period by promoting to a gmeow:PlaceNaming with gmeow:usageAuthority and gmeow:usageInterval."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a structured toponym borne by a geographic place — an endonym, exonym, multilingual, or historical name — when gazetteer matching or co-equal place naming is needed."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/PlaceNaming> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                   rdfs:label "Place Naming"@x-gmeow-english ;
                                                   skos:definition "A DEFINED specialization of gmeow:NameUsage whose named entity is a gmeow:Place — a time/audience/register-scoped use of a toponym. Defined, NOT asserted: any NameUsage that names a Place is inferred to be a PlaceNaming (≡ gmeow:NameUsage ⊓ ∃gmeow:usageNamed.gmeow:Place), so place-naming reuses the NameUsage relator instead of minting a parallel relator (Principle 6, greenfield/no-redundancy). The reified counterpart of CIDOC-CRM's time-spanned crm:E48 Place Name / crm:E41 Appellation. Competing and historical place names coexist as co-equal PlaceNamings with no primary; superseded ones set gmeow:displayable false (Principle 10). The toponymic authority is gmeow:usageAuthority; the name's language is gmeow:nameLanguage on the bound gmeow:PlaceName (reached via gmeow:usageAppellation)."@x-gmeow-english ;
                                                   skos:example "ex:naming a gmeow:NameUsage ; gmeow:usageNamed ex:istanbul ; gmeow:usageAppellation ex:constantinopleName ; gmeow:usageAuthority ex:ottomanAuthority ; gmeow:usageInterval ex:byzantineEra ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting PlaceNaming directly (it is inferred from a NameUsage whose gmeow:usageNamed is a gmeow:Place) and avoid minting a parallel place-naming relator — reuse gmeow:NameUsage (Principle 6); never rank one place-naming as primary."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Mint a gmeow:NameUsage binding gmeow:usageNamed (a Place) and gmeow:usageAppellation (a gmeow:PlaceName), add gmeow:usageAuthority for the toponymic authority and gmeow:usageInterval for the period; the reasoner infers PlaceNaming, and the name's language reads from gmeow:nameLanguage on the bound PlaceName."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use (by inference) for a time-, audience-, or authority-scoped use of a toponym — a competing, historical, or authority-conferred place name that needs its own period, toponymic authority, or standpoint."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/PlaceType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                 rdfs:label "Place Type"@x-gmeow-english ;
                                                 skos:definition "The kind of a geographic place (country, region, city, building, room, …). Modelled as a value, not a Place subclass: the set of kinds is open-ended (GeoNames lists ~600 feature codes) and they share all of Place's structure, so a new kind is a new individual, not a new class."@x-gmeow-english ;
                                                 skos:example "ex:placeTypeHamletPlace a gmeow:PlaceType ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid subclassing Place for a granularity or feature kind (the kind is a gmeow:placeType value, never a class)."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the kind as a gmeow:PlaceType individual and reference it from a Place via gmeow:placeType."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use to mint a new kind of geographic place (the GeoNames feature-code superset) as an individual on the open value vocabulary."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/PlayingTechnique> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/music> ;
                                                        rdfs:label "Playing Technique"@x-gmeow-english ;
                                                        skos:definition "A technique used to play or activate a musical instrument — arco, pizzicato, prepared piano, etc. An open value vocabulary of individuals; never subclassed (Principle 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Pose> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                            rdfs:label "Pose"@x-gmeow-english ;
                                            skos:definition "A frame-relative position and orientation of an object — a 6-DOF pose. A pose consists of a position (spatial coordinates in a reference frame) and an orientation (quaternion, Euler angles, heading/bearing, or a homogeneous transform matrix). Aligns by reference to IEEE 1872-2015 pos:QuantitativePose and structurally to OGC GeoPose 1.0."@x-gmeow-english ;
                                            skos:example "ex:roverPose a gmeow:Pose ; gmeow:hasPosePosition ex:pos ; gmeow:hasPoseOrientation ex:ori ; gmeow:poseFrame ex:siteGrid ."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid splitting position and orientation across unrelated entities and avoid stating a pose without gmeow:poseFrame (exactly-one frame required)."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/frameCardinality> "exactly-one" ;
                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Mint Pose, link gmeow:hasPosePosition (SpatialCoordinates) and gmeow:hasPoseOrientation (Orientation), and declare exactly one gmeow:poseFrame."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/requiresFrame> <https://blackcatinformatics.ca/gmeow/poseFrame> ;
                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a frame-relative 6-DOF position-plus-orientation of an object (IEEE 1872 / OGC GeoPose alignment)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Post> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/organization> ;
                                            rdfs:label "Post"@x-gmeow-english ;
                                            skos:definition "A seat or position that exists independently of who currently holds it — the CFO chair is not the person now in it. A Post bundles a gmeow:Role within a specific gmeow:Organization, enabling 'vacant post' and 'succession in a post' queries."@x-gmeow-english ;
                                            skos:example "ex:cfoPost a gmeow:Post ; gmeow:postIn ex:acme ; gmeow:hasRole ex:cfoRole ."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for a holder-independent function with no fixed organization (that is a bare gmeow:Role) and avoid conflating the seat with its occupant — the sitter is bound through a gmeow:Membership via gmeow:fillsPost, never identified with the Post."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Mint a gmeow:Post, bind its organization with gmeow:postIn and its role with gmeow:hasRole, then seat an incumbent by pointing a gmeow:Membership at it with gmeow:fillsPost; a vacant post is simply one no membership fills."@x-gmeow-english ;
                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a holder-independent seat — a named chair tied to one organization — when 'who holds the CFO post', 'vacant post', or 'succession in a post' must be queryable apart from any incumbent."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/PostalAddress> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                     rdfs:label "Postal Address"@x-gmeow-english ;
                                                     skos:definition "A contact point reachable by physical mail at a postal address. It is expressed in the postal/administrative topological reference frame (gmeow:referenceFramePostalAddress); its components below are the coordinate values along that frame's axes — the as-written surface form. The resolved, identifier-bearing geographic places are reached via gmeow:addressPlace and gmeow:containedInPlace."@x-gmeow-english ;
                                                     skos:example "ex:home a gmeow:PostalAddress ; gmeow:addressLocality \"Calgary\" ; gmeow:coarsenTo ex:cityLevel ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                             <https://blackcatinformatics.ca/gmeow/consumerWikidata> ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the resolved geographic place an address denotes (use gmeow:addressPlace → gmeow:Place) and for coordinates/geometry, which belong to that place, not to the surface form."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Fill the component coordinate properties along the frame's axes, seam to the resolved hierarchy with gmeow:addressPlace, and mark gmeow:coarsenTo (e.g. to city level) so a public projection emits an enclosing locality rather than the exact premises."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/requiresFrame> <https://blackcatinformatics.ca/gmeow/postalAddressFrame> ;
                                                     <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerFoafExport> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/consumerInternalArchive> ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the as-written surface form of a mailing address — the bundle of street, locality, region, code, and country coordinate values expressed in the postal reference frame, before resolution to identifier-bearing places."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Posting> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                               rdfs:label "Posting"@x-gmeow-english ;
                                               skos:definition "A reified relator connecting a journal entry to a ledger account with a monetary amount and a posting direction (debit or credit). The atomic unit of double-entry bookkeeping."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/PostingDirection> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/finance> ;
                                                        rdfs:label "Posting Direction"@x-gmeow-english ;
                                                        skos:definition "The direction of a posting in double-entry bookkeeping — a VALUE, never a subclass. Only debit and credit are seeded; the vocabulary is closed in practice but modelled as open for consistency."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/PrecedenceTenure> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/norms> ;
                                                        rdfs:label "Precedence Tenure"@x-gmeow-english ;
                                                        skos:definition "The reified, time-scoped fact that one norm took precedence over another within a normative system over an interval — 'Tier 2 overrode X until v3.5' made sayable. The StandpointTenure idiom (Principle 10): carries its interval via gmeow:duringInterval (temporal module); a withdrawn precedence is kept with gmeow:displayable false, never deleted. Use only when adoption / revision of the precedence is itself worth modelling; the common case is flat gmeow:overrides."@x-gmeow-english ;
                                                        skos:example "ex:pt1 a gmeow:PrecedenceTenure ; gmeow:precedenceHigher ex:tier2 ; gmeow:precedenceLower ex:xN ; gmeow:precedenceScope ex:gdpr ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for the ordinary case (flat gmeow:overrides carries pairwise precedence more cheaply) and avoid deleting a withdrawn precedence — keep it with gmeow:displayable false (Principle 10)."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the tenure, name the prevailing and yielding norms with gmeow:precedenceHigher/precedenceLower, scope it with gmeow:precedenceScope, and carry its interval via the inherited gmeow:duringInterval."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use the reified form when the precedence held over an interval — its adoption, revision, or withdrawal — is itself the fact of interest, e.g. 'Tier 2 overrode X until v3.5'."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/PrivacyNotice> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                     rdfs:label "Privacy Notice"@x-gmeow-english ;
                                                     skos:definition "A human- or machine-readable privacy notice informing data subjects about the processing of their personal data — the information-object counterpart of a dpv:PrivacyNotice / schema:PrivacyPolicy. It may be attached to a RightsStatement or to the entity whose data is governed."@x-gmeow-english ;
                                                     skos:example "ex:notice a gmeow:PrivacyNotice ; gmeow:fullText \"We process your data to …\" ."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid conflating the notice document with the consent posture it describes (the rules live on a gmeow:RightsStatement) and avoid using it for an arbitrary policy page with no privacy role."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one PrivacyNotice as an information object and attach it with gmeow:hasPrivacyNotice to the governed entity, its gmeow:License, or the gmeow:RightsStatement whose processing rules it documents."@x-gmeow-english ;
                                                     <https://blackcatinformatics.ca/gmeow/useForConsumer> <https://blackcatinformatics.ca/gmeow/consumerPublicSite> ,
                                                                                                           <https://blackcatinformatics.ca/gmeow/consumerSchemaOrgJsonLd> ;
                                                     <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the privacy notice document itself — the information object that informs data subjects how their personal data is processed (the dpv:PrivacyNotice / schema:PrivacyPolicy counterpart)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Procedure> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                 rdfs:label "Procedure"@x-gmeow-english ;
                                                 skos:definition "A prescriptive specification — a template, recipe, protocol, blueprint, workflow definition, or pipeline spec. The plan side of the plan ⟂ execution de-conflation: an InformationObject that describes how to do something, distinct from any Execution that enacts it. The kind of procedure is a gmeow:procedureType value, never a subclass."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ProcedureStep> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                     rdfs:label "Procedure Step"@x-gmeow-english ;
                                                     skos:definition "An atomic step within a Procedure. Carries inputs, outputs, and parameters. May itself reference a subprocess Procedure via gmeow:stepEnactsProcedure. The kind of step is a gmeow:StepType value, never a subclass."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ProcedureType> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/procedures> ;
                                                     rdfs:label "Procedure Type"@x-gmeow-english ;
                                                     skos:definition "The kind of a procedure — a VALUE, never a Procedure subclass. The set is open; a kind not among the seed individuals is a FRESH gmeow:ProcedureType individual carrying rdfs:label, not a new class."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ProfessionalRelationship> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/contacts> ;
                                                                rdfs:label "Professional Relationship"@x-gmeow-english ;
                                                                skos:definition "An interpersonal relationship arising from work — colleagues, collaborators, a client and a provider (the reified form of hasWorkedWith)."@x-gmeow-english ;
                                                                skos:example "ex:collab a gmeow:ProfessionalRelationship ; gmeow:relationshipParty ex:lillith, ex:morgan ."@x-gmeow-english ;
                                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid it for the bare symmetric fact (use gmeow:hasWorkedWith) and for a purely social tie (use gmeow:AcquaintanceRelationship)."@x-gmeow-english ;
                                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the relator, bind its agents with gmeow:relationshipParty, and carry its span with gmeow:relationshipInterval; it inherits the at-least-one-party axiom from gmeow:InterpersonalRelationship."@x-gmeow-english ;
                                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the reified form of gmeow:hasWorkedWith — a working tie between agents that must carry its own interval, confidence, or evidence."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ProficiencyLevel> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                        rdfs:label "Proficiency Level"@x-gmeow-english ;
                                                        skos:definition "An attained proficiency level on a gmeow:ProficiencyScale (CEFR A1–C2; Dreyfus novice→expert; NIH beginner→expert; assessed; native; heritage). Carried by gmeow:proficiencyLevel and gmeow:skillProficiencyLevel; gmeow:levelScale ties it to its scale. ILR (0–5) and ACTFL levels are added as further individuals."@x-gmeow-english ;
                                                        skos:example "gmeow:levelCefrB2 a gmeow:ProficiencyLevel ; gmeow:levelScale gmeow:scaleCefr ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for the framework itself (that is gmeow:ProficiencyScale) and avoid minting per-level subclasses; levels are individuals, each tied to its scale by gmeow:levelScale. The knowledge-depth axis has its own dedicated gmeow:KnowledgeLevel value class (cognition)."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Mint each rung as an individual in its domain slice, tie it to its framework with gmeow:levelScale, and cite it from a proficiency relator's level role (gmeow:skillProficiencyLevel, gmeow:proficiencyLevel); leave cross-scale conversion to a solver-side alignment ledger (Principle 12)."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for an attained rating on some framework — the rung a language, skill, or knowledge proficiency reaches (CEFR B2, Dreyfus competent, NIH advanced) — referenced from a proficiency relator's level role."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ProficiencyModality> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                           rdfs:label "Proficiency Modality"@x-gmeow-english ;
                                                           skos:definition "The channel a proficiency rates (speaking, listening, reading, writing, signing, comprehension, overall). A value carried by gmeow:proficiencyModality."@x-gmeow-english ;
                                                           skos:example "gmeow:modalitySpeaking a gmeow:ProficiencyModality ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid using it for the framework (gmeow:ProficiencyScale) or the attained rung (gmeow:ProficiencyLevel); modality is the channel axis, orthogonal to both. Omit it entirely when a proficiency is overall and undifferentiated by channel."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Mint each channel as an individual of gmeow:ProficiencyModality and cite it from gmeow:proficiencyModality on the relator; pair distinct modality values with distinct level values when one competency is rated per channel."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for the channel a rating applies to when one competency splits by skill (a CEFR speaking rating distinct from the reading rating); referenced from a proficiency relator's modality role via gmeow:proficiencyModality."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ProficiencyScale> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                        rdfs:label "Proficiency Scale"@x-gmeow-english ;
                                                        skos:definition "A framework for rating proficiency in any competency domain — language, skill, or knowledge (CEFR, ILR, ACTFL, Dreyfus, NIH, Bloom's, SOLO, assessed, self-reported). A domain-neutral value vocabulary carried by gmeow:proficiencyScale, gmeow:skillProficiencyScale, gmeow:knowledgeProficiencyScale, and gmeow:levelScale. Minted in kernel so expertise, languages, and cognition reuse it without a cross-slice dependency cycle (Principle 6)."@x-gmeow-english ;
                                                        skos:example "gmeow:scaleDreyfus a gmeow:ProficiencyScale ; rdfs:label \"Dreyfus\"@en ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting per-framework subclasses (frameworks are individuals of this class) and avoid using it for an attained rating itself; the level a proficiency reaches is a gmeow:ProficiencyLevel, while this class is the ruler it is read against."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Mint each framework as an individual of gmeow:ProficiencyScale in its own domain slice (languages, expertise, cognition) and cite it from a proficiency relator's scale role (gmeow:knowledgeProficiencyScale, gmeow:skillProficiencyScale); record cross-framework correspondence in an alignment ledger, never as an OWL axiom (Principle 12)."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for naming a rating framework that several competency axes share — language (CEFR/ILR/ACTFL), applied skill (Dreyfus/NIH), or knowledge depth (Bloom's/SOLO/native) — referenced from a proficiency relator's scale role without committing any one slice to a canonical framework (Principle 6)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Profile> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/profiles> ;
                                               rdfs:label "Profile"@x-gmeow-english ;
                                               skos:definition "A closed descriptor schema for an open-but-structured facet. A Profile self-describes the properties that constitute the facet and the open value vocabularies from which their values are drawn, enabling extensibility-by-construction."@x-gmeow-english ;
                                               skos:example "ex:profileReferenceFrame a gmeow:Profile ; gmeow:profileAppliesTo gmeow:ReferenceFrame ."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for an ordinary instance of a facet (a Profile describes the schema, not a value of it) and avoid subclassing the facet's open vocabularies into the descriptor — list them with gmeow:profileOpenValue instead."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the Profile as an individual, name its target class with gmeow:profileAppliesTo, enumerate descriptor properties with gmeow:profileDescriptor, and the open value classes with gmeow:profileOpenValue; instances reference it via gmeow:hasProfile."@x-gmeow-english ;
                                               <https://blackcatinformatics.ca/gmeow/useWhen> "Use to declare the closed descriptor schema for an open-but-structured facet — the set of descriptor properties and the open value vocabularies a frame, value, or named slice profile is built from."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ProfilePage> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                   rdfs:label "Profile Page"@x-gmeow-english ;
                                                   skos:definition "A web page whose principal subject is an agent — a person's or organization's profile/about page. A DEFINED class: any gmeow:WebPage whose gmeow:pagePrincipalSubject is a gmeow:Agent IS a ProfilePage (≡ gmeow:WebPage ⊓ ∃gmeow:pagePrincipalSubject.gmeow:Agent), so no manual typing is needed. Projects to schema:ProfilePage."@x-gmeow-english ;
                                                   skos:example "ex:aboutPage a gmeow:WebPage ; gmeow:pagePrincipalSubject ex:lillith .  # ex:lillith an Agent ⇒ ex:aboutPage inferred a gmeow:ProfilePage"@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting rdf:type gmeow:ProfilePage manually — it is a defined class inferred from gmeow:pagePrincipalSubject ranging over a gmeow:Agent; assert the principal subject instead and let the reasoner classify."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Do not type instances directly: give a gmeow:WebPage a gmeow:pagePrincipalSubject that is a gmeow:Agent and the equivalence axiom classifies it as a ProfilePage, which projects to schema:ProfilePage."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the QUERY target for any page that profiles an agent; membership is derived, so reach for it when selecting or projecting profile/about pages rather than to type them by hand."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ProgrammingLanguage> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/language> ;
                                                           rdfs:label "Programming Language"@x-gmeow-english ;
                                                           skos:definition "A formal language for expressing executable computation (Python, Rust, SQL-as-implemented). The first-class target of gmeow:writtenInLanguage, by which a software project declares the languages it is written in."@x-gmeow-english ;
                                                           skos:example "ex:projectGmeow gmeow:writtenInLanguage ex:langPython , ex:langRust ."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for non-executable formal languages such as markup, schema, or configuration (use the broader gmeow:FormalLanguage) and for natural languages (gmeow:Language)."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the language as a ProgrammingLanguage IRI and reference it from a software project via gmeow:writtenInLanguage (non-functional: a codebase uses several), aligning to a registry with gmeow:languageCode where one exists."@x-gmeow-english ;
                                                           <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a formal language that expresses executable computation — the first-class IRI a software project points at through gmeow:writtenInLanguage to declare the languages it is implemented in."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Prohibition> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/rights> ;
                                                   rdfs:label "Prohibition"@x-gmeow-english ;
                                                   skos:definition "A rule that forbids the exercise of a gmeow:RightsAction over the governed asset (odrl:Prohibition)."@x-gmeow-english ;
                                                   skos:example "ex:noCommercialUse a gmeow:Prohibition ; gmeow:ruleAction gmeow:actionCommercialize ."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for an allowed action (use gmeow:Permission) or an obligation (use gmeow:Duty), and avoid relying on omission to forbid — under an open-world policy a missing permission is not a prohibition; assert it."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Mint one Prohibition per forbidden action with a single gmeow:ruleAction, link it with gmeow:hasProhibition, and attach a remedy via gmeow:ruleConsequence; the enclosing statement's gmeow:conflictStrategy decides permission-vs-prohibition ties."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a forbidden action — something the assignee may not do with the asset (the odrl:Prohibition rule), e.g. no commercial use under a CC BY-NC licence."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Project> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                               rdfs:label "Project"@x-gmeow-english ;
                                               skos:definition "A social object representing an endeavour — an activity with purpose, participants, and duration, independent of any product, repository, or codebase. A project persists, bears identity and PIDs, and participants come and go; it is realised through events (milestones, releases, sprints), not identical to them. Modelled as an endurant (social object), not a perdurant (process)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ProjectionContext> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/kernel> ;
                                                         rdfs:label "Projection Context"@x-gmeow-english ;
                                                         skos:definition "The consumer or audience for which a fact is eligible to be projected — an open value vocabulary of individuals (never subclasses). Names downstream targets such as internal archives, agent memory, Wikidata, Wikipedia, or public websites. The *who* layer of disclosure control, orthogonal to sensitivity, determinacy, confidence, and granularity (Principle 9). Eligibility decisions (k-anonymity, source-independence checks) are solver-layer computations (P12); the vocabulary is the ontology deliverable."@x-gmeow-english ;
                                                         skos:example "ex:photo gmeow:eligibleForConsumer gmeow:consumerInternalArchive, gmeow:consumerAgentMemory ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid modelling a consumer as a subclass (contexts are individuals) and avoid treating membership as a release guarantee; the actual eligibility computation lives in the solver layer."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Reference the seeded consumer individuals from data via gmeow:eligibleForConsumer and from ontology terms via gmeow:useForConsumer / gmeow:avoidForConsumer; mint new contexts as individuals when a new target appears."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for the audience axis — the named downstream targets (internal archive, agent memory, Wikidata, public site, …) a value declares eligibility for, or that a term advertises via useForConsumer."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ProjectionFunction> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                          rdfs:label "Projection Function"@x-gmeow-english ;
                                                          skos:definition "An FnO function that renders canonical frame-relative content to a notation system (Principle 12)."@x-gmeow-english ;
                                                          skos:example "ex:renderStaff a gmeow:ProjectionFunction ."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting the function's output as canonical data and avoid hand-encoding the render math in the ontology; the function is a solver-layer reference (P12), declared here, executed there."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/howToUse> "Type the function as ProjectionFunction (an fno:Function), reference it from a profile via gmeow:projectionFunction, and declare its input through gmeow:projectableExpression; the solver supplies the implementation."@x-gmeow-english ;
                                                          <https://blackcatinformatics.ca/gmeow/useWhen> "Use to type the executable FnO function that performs a notation render — the solver-layer object a projection profile points at to actually turn canonical content into a surface form."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ProjectionLoss> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/notation> ;
                                                      rdfs:label "Projection Loss"@x-gmeow-english ;
                                                      skos:definition "A kind of information loss incurred when canonical content is projected to a notation system. An open value vocabulary of individuals; never subclassed (Principle 9)."@x-gmeow-english ;
                                                      skos:example "ex:lossMicrotiming a gmeow:ProjectionLoss ; gmeow:accountsForParameter ex:microtiming ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting per-loss subclasses (losses are individuals) and avoid using a loss to record a parameter the notation DOES carry — that is gmeow:representableParameter, its complement."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Mint each loss as an individual, attach it to a profile via gmeow:declaredLoss, and point gmeow:accountsForParameter at the canonical parameter it omits or approximates so the completeness gate can reconcile it."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for naming a specific kind of loss a notation incurs — quantization to 12-EDO, dropped microtiming, collapsed standpoint — so the lossiness of a projection profile is enumerable and gate-checkable."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Prompt> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                              rdfs:label "Prompt"@x-gmeow-english ;
                                              skos:definition "A concrete prompt presented to a model in an invocation — content-addressable (gmeow:contentDigest), role-tagged (gmeow:promptRole), optionally instantiating a template (gmeow:filledFrom). Prompts are provenance: a claim is only auditable when the instruction that elicited it is recorded. The system-prompt-as-persona seam (a prompt enacting a gmeow:Persona with its registers and style guide) is the norms extension's machinery, used from instance data."@x-gmeow-english ;
                                              skos:example "ex:sysPrompt a gmeow:Prompt ; gmeow:promptRole gmeow:promptRoleSystem ; gmeow:contentDigest ex:sha256 ."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid the reusable, variable-bearing artifact (that is gmeow:PromptTemplate, which a concrete prompt links back to via gmeow:filledFrom) and avoid modelling the persona it enacts here — that seam lives in the norms extension."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/howToUse> "Type the instruction gmeow:Prompt, tag it with gmeow:promptRole, content-address it with gmeow:contentDigest, and where it instantiates a published template point gmeow:filledFrom at the gmeow:PromptTemplate; link it to its invocation via gmeow:hasPrompt."@x-gmeow-english ;
                                              <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the concrete instruction text presented to a model in an invocation — the provenance that makes a generated claim auditable, content-addressed and role-tagged."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/PromptRole> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                  rdfs:label "Prompt Role"@x-gmeow-english ;
                                                  skos:definition "An open value vocabulary of conversational prompt roles."@x-gmeow-english ;
                                                  skos:example "ex:promptRoleTool a gmeow:PromptRole ; rdfs:label \"tool\"@en ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid minting a prompt-role SUBCLASS of gmeow:Prompt (the role is a value, Principle 9) and avoid confusing it with gmeow:ParticipantRole — prompt roles are conversational turns, not event participation."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Add a new role as a gmeow:PromptRole individual with rdfs:label and skos:definition; reference it from a gmeow:Prompt via gmeow:promptRole."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the open value vocabulary for the prompt-role axis — the conversational roles (system, user, assistant, tool, …) that gmeow:promptRole draws from; mint a fresh individual for a role not seeded."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/PromptTemplate> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/ai> ;
                                                      rdfs:label "Prompt Template"@x-gmeow-english ;
                                                      skos:definition "A reusable, versioned prompt with unfilled variables — the published artifact (EvidenceSpan audit machinery ships the claim-extraction template as data, not code). Concrete prompts link back via gmeow:filledFrom."@x-gmeow-english ;
                                                      skos:example "ex:extractTmpl a gmeow:PromptTemplate ; gmeow:contentDigest ex:sha256 ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid typing a filled, ready-to-send instruction as a template (that is a plain gmeow:Prompt) — the template is the unfilled, versioned source a gmeow:Prompt points back to via gmeow:filledFrom."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Type the artifact gmeow:PromptTemplate, content-address each version with gmeow:contentDigest, and let concrete gmeow:Prompt individuals link to it via gmeow:filledFrom so an output traces to the exact template version."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a reusable, versioned prompt carrying unfilled variables — a published artifact (e.g. the claim-extraction template shipped as data) that concrete prompts instantiate."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/PronounSet> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                  rdfs:label "Pronoun Set"@x-gmeow-english ;
                                                  skos:definition "A set of third-person pronouns a person goes by, in the five English forms (subject, object, possessive determiner, possessive pronoun, reflexive). Sex/gender INDEPENDENT and contextual. A known set is one of the gmeow:PronounSet value individuals; any other set is expressed by filling the five form properties on a fresh PronounSet instance."@x-gmeow-english ;
                                                  skos:example "ex:set a gmeow:PronounSet ; gmeow:pronounSubject \"ey\" ; gmeow:pronounObject \"em\" ; gmeow:pronounPossessiveDeterminer \"eir\" ; gmeow:pronounPossessive \"eirs\" ; gmeow:pronounReflexive \"emself\" ."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid inferring a pronoun set from, or asserting one to imply, gender identity, gender expression, sex assigned at birth, or orientation — address is not identity; and avoid leaving a custom set short of its five forms unless it is a non-specifying stance (any / ask / name-only)."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/howToUse> "Attach the set to a person with gmeow:hasPronounSet; for a custom set fill gmeow:pronounSubject, gmeow:pronounObject, gmeow:pronounPossessiveDeterminer, gmeow:pronounPossessive, and gmeow:pronounReflexive; scope a context-specific set with gmeow:validFrom/validUntil on the statement."@x-gmeow-english ;
                                                  <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record the third-person pronouns a person goes by — reference a seeded set (gmeow:pronounSheHer, gmeow:pronounTheyThem, …) for a known paradigm, or mint a fresh instance filling the five forms for any other set."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Proposition> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/epistemics> ;
                                                   rdfs:label "Proposition"@x-gmeow-english ;
                                                   skos:definition "A truth-apt content — a described state of affairs that can be held true or false, the object of a doxastic attitude (gmeow:believes, gmeow:knowsThat). Existing by social convention like every description, it is a gmeow:SocialObject. A Proposition asserts nothing by itself: that an agent holds it, and with what modality, is a vantage-indexed claim (Principle 9). It is the doxastic sibling of gmeow:Goal (teleology): a belief and a goal may share the SAME proposition but differ in direction of fit — a belief has mind-to-world fit (it aims to be true to the world), a goal has world-to-mind fit (it aims to make the world true to it)."@x-gmeow-english ;
                                                   skos:example "ex:earthIsRound a gmeow:Proposition ; rdfs:label \"the Earth is round\"@en ."@x-gmeow-english ;
                                                   skos:scopeNote "Direction-of-fit bridge (documentation only — no axiom, no teleology dependency): belief --mind-to-world--> Proposition <--world-to-mind-- Goal. There is deliberately NO gmeow:Goal rdfs:subClassOf gmeow:Proposition; subsumption would erase the direction-of-fit distinction, so the link stays by reference."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting the proposition as a global fact (it asserts nothing by itself — that an agent holds it, and how, is a vantage-indexed claim, never a factive knowledge verdict); avoid subsuming a gmeow:Goal under it, which would erase the direction-of-fit distinction."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the Proposition once, link agents to it through the flat doxastic spine (gmeow:believes, gmeow:doubts, gmeow:accepts, gmeow:knowsThat), and carry how-strongly / from-whose-vantage on gmeow:standpointModality and gmeow:accordingTo of the holding statement; a co-aimed goal references the same proposition rather than subclassing it."@x-gmeow-english ;
                                                   <https://blackcatinformatics.ca/gmeow/useWhen> "Use to mint a truth-apt content as its own object — the thing an agent believes, doubts, accepts, or knows-that — so the same proposition can be held by several agents with different modalities, each holding indexed to a vantage (Principle 9)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ProximityMeasurement> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                            rdfs:label "Proximity Measurement"@x-gmeow-english ;
                                                            skos:definition "A measurement of distance, dissimilarity, or proximity between two entities, expressed as a scalar quantity in a reference frame that declares its metric kind. The observedFeature is the entity measured from; gmeow:proximityTo names the target entity; gmeow:observationResult points to the scalar value. Computed by the solver (Principle 12), not asserted in the OWL core."@x-gmeow-english ;
                                                            skos:example "ex:dist a gmeow:ProximityMeasurement ; gmeow:observedFeature ex:a ; gmeow:proximityTo ex:b ; gmeow:observationResult ex:scalar ."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting the computed distance as a plain triple — proximity is computed by the solver from the metric (Principle 12)."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/howToUse> "Mint ProximityMeasurement, set gmeow:observedFeature (the from-entity) and gmeow:proximityTo (the target), and point gmeow:observationResult at a ScalarQuantity in a frame with gmeow:hasMetricKind."@x-gmeow-english ;
                                                            <https://blackcatinformatics.ca/gmeow/useWhen> "Use to reify a measured distance, dissimilarity, or proximity between two entities in a frame that declares its metric kind."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Push> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                            rdfs:label "Push"@x-gmeow-english ;
                                            skos:definition "The event of pushing one or more commits to a remote repository — an activity with a target repository or ref, a pusher, and a timestamp. The event type is gmeow:eventTypePush."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/QualityAssessment> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/quality> ;
                                                         rdfs:label "Quality Assessment"@x-gmeow-english ;
                                                         skos:definition "A reified assessment of the quality of an entity or dataset, expressed as an observation about one or more quality dimensions. The result is typically a scalar quantity (accuracy in metres, completeness as a percentage, etc.) or a categorical conformance statement, carrying unit, reference frame, determinacy, and provenance in the same bundle as every other GMEOW measurement (Principle 11)."@x-gmeow-english ;
                                                         skos:example "ex:posAcc a gmeow:QualityAssessment ; gmeow:assessedEntity ex:roadLayer ; gmeow:qualityDimension gmeow:qualityDimensionPositionalAccuracy ; gmeow:observationResult ex:fiveMetres ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for ordinary measurements that are not quality judgements (use a plain gmeow:Observation) and for epistemic certainty about a claim (that is gmeow:confidence, not a quality assessment)."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Type the assessment as gmeow:QualityAssessment, name the subject with gmeow:assessedEntity, the dimension(s) with gmeow:qualityDimension, and the verdict with gmeow:observationResult; reuse the Observation stack's method, vantage, unit, and frame rather than minting quality-specific copies."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use to record a quality verdict about an entity or dataset along one or more ISO 19157 dimensions — positional/temporal/thematic accuracy, completeness, consistency, or lineage — as a first-class observation carrying its own result, method, and provenance."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/QualityDimension> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/quality> ;
                                                        rdfs:label "Quality Dimension"@x-gmeow-english ;
                                                        skos:definition "An ISO 19157 data-quality dimension or lineage category — an open value vocabulary of individuals (never subclasses). New dimensions (e.g. a domain-specific 'semantic consistency' or 'usability') are added by minting fresh individuals, not by creating new classes (Principle 9)."@x-gmeow-english ;
                                                        skos:example "ex:usability a gmeow:QualityDimension ; rdfs:label \"usability\"@en ."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid creating per-dimension subclasses (dimensions are individuals) and avoid using it for the assessment itself (that is gmeow:QualityAssessment)."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/howToUse> "Reference the seeded dimension individuals from an assessment; extend the axis for a domain-specific quality concern by minting a fresh gmeow:QualityDimension individual rather than a subclass."@x-gmeow-english ;
                                                        <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for the data-quality axis — the seeded ISO 19157 dimensions plus lineage, referenced from a QualityAssessment via gmeow:qualityDimension."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Quantity> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/observations> ;
                                                rdfs:label "Quantity"@x-gmeow-english ;
                                                skos:definition "A universal scalar numeric value bundled with unit/frame, determinacy, and provenance — the synthesis of FRAME-GEN + DET-GEN + OBS (ScalarQuantity alias precedent). Equivalent to gmeow:ScalarQuantity; the domain-neutral name for the same construct. Used for temperatures, distances, counts, probabilities, masses, prices, and any other quantitative observation result. The value lives in gmeow:quantityValue; the unit/frame in gmeow:hasUnit / gmeow:hasReferenceFrame; the determinacy in gmeow:hasDeterminacy; the provenance in gmeow:isResultOf."@x-gmeow-english ;
                                                skos:example "ex:distance a gmeow:Quantity ; gmeow:quantityValue 12.4 ; gmeow:hasUnit qudt:M ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid treating it as a distinct class from gmeow:ScalarQuantity / gmeow:MeasuredValue (they are owl:equivalentClass — pick one name per export) and avoid it for currency-framed money (use gmeow:MonetaryAmount)."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/docsConcern> <https://blackcatinformatics.ca/gmeow/concernFrames> ,
                                                                                                   <https://blackcatinformatics.ca/gmeow/concernProvenanceEvidence> ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Type the value gmeow:Quantity, set gmeow:quantityValue, name gmeow:hasUnit / gmeow:hasReferenceFrame and gmeow:hasDeterminacy, and carry provenance with gmeow:isResultOf; choose one of the three equivalent names consistently within a projection."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the domain-neutral name for a scalar value bundled with unit/frame, determinacy, and provenance — the same construct as gmeow:ScalarQuantity, preferred when no metrology or observation-result framing is intended."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ReadingOrder> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/documents> ;
                                                    rdfs:label "Reading Order"@x-gmeow-english ;
                                                    skos:definition "A standpoint that supplies a subjective ordering for consuming segments of a work — publication order, internal chronology, author-recommended order, or fandom order. Never canonical ontology truth; claims are annotated gmeow:accordingTo a ReadingOrder."@x-gmeow-english ;
                                                    skos:example "ex:chronologicalOrder a gmeow:ReadingOrder . ex:claim gmeow:accordingTo ex:chronologicalOrder ."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid asserting any ordering as canonical ontology truth (a ReadingOrder is a gmeow:Standpoint, never a global fact) and avoid the bare gmeow:segmentIndex for it — index is structural position, reading order is perspectival."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/howToUse> "Mint the ordering as a gmeow:ReadingOrder standpoint and index each ordering claim with gmeow:accordingTo that standpoint, letting co-equal orderings coexist rather than picking a primary."@x-gmeow-english ;
                                                    <https://blackcatinformatics.ca/gmeow/useWhen> "Use to model a subjective ordering for consuming a work's segments — publication order, internal chronology, author-recommended or fandom order — that competing orderings may contradict without one being canonical."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/RealizationMode> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                       rdfs:label "Realization Mode"@x-gmeow-english ;
                                                       skos:definition "The mode in which a musical Expression realizes its Work — a VALUE vocabulary (individuals, never subclasses). The oral-tradition guarantee requires that no shape ever mandate a notated realization."@x-gmeow-english ;
                                                       skos:example "gmeow:realizationModeNotated a gmeow:RealizationMode ."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid splitting Expression into notated/performed subclasses (Principle 9) and never let a shape mandate the notated mode (the oral-tradition guarantee)."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a seeded gmeow:RealizationMode individual from an Expression via gmeow:realizationMode; extend with new individuals (not subclasses) when a new mode appears."@x-gmeow-english ;
                                                       <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the value vocabulary for how a musical Expression is realized — notated, performed, improvised, oral, machine-generated; referenced by gmeow:realizationMode."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Recording> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/creative-works> ;
                                                 rdfs:label "Recording"@x-gmeow-english ;
                                                 skos:definition "A concrete audio manifestation of a musical work or expression — a take, master, released track, or any other fixed sound recording. Co-equal sibling of gmeow:ScoreEdition and other manifestations (Principle 9)."@x-gmeow-english ;
                                                 skos:example "ex:eroica1963 a gmeow:Recording ; gmeow:embodies ex:eroicaPerformedExpr ; gmeow:hasManifestationFormat gmeow:formatStreamingAudio ."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for the abstract composition (gmeow:MusicalWork) and for a notated edition (gmeow:ScoreEdition); a recording is not privileged over a score (Principle 9)."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/howToUse> "Link the Recording to its Expression with gmeow:embodies, set an audio gmeow:hasManifestationFormat, and relate samples/remixes to it through gmeow:CreativeDerivation at the recording tier."@x-gmeow-english ;
                                                 <https://blackcatinformatics.ca/gmeow/useWhen> "Use for a fixed sound recording at the Manifestation tier — a take, master, or released track; the audio sibling of gmeow:ScoreEdition."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/RecurrenceRule> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/events> ;
                                                      rdfs:label "Recurrence Rule"@x-gmeow-english ;
                                                      skos:definition "A rule by which a gmeow:EventSeries repeats — weekly, every-first-Monday, annually. Carries an RFC 5545 RRULE string via gmeow:recurrenceRuleText. (= ISO-TimeML TIMEX3 type=SET with freq/quant, iCalendar RRULE, schema:Schedule, TEO periodic time interval.)"@x-gmeow-english ;
                                                      skos:example "ex:weeklyMon a gmeow:RecurrenceRule ; gmeow:recurrenceRuleText \"FREQ=WEEKLY;BYDAY=MO\" ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid attaching it to a single gmeow:Event occurrence (the rule belongs to the series), and avoid authoring rich recurrence structure in core — the RRULE string is the source, richer form is a projection concern."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Mint a gmeow:RecurrenceRule with an RFC 5545 string on gmeow:recurrenceRuleText and link it from the series via gmeow:hasRecurrenceRule; projectors emit iCalendar RRULE directly."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use for the rule by which a gmeow:EventSeries repeats — weekly, every-first-Monday, annually — carrying an RFC 5545 RRULE string."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Ref> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/software> ;
                                           rdfs:label "Ref"@x-gmeow-english ;
                                           skos:definition "A version-control reference — the generic superclass of Branch and any other named pointer into the commit graph."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ReferenceFrame> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                      rdfs:label "Reference Frame"@x-gmeow-english ;
                                                      skos:definition "A reference system (such as a coordinate system, datum, grid, or platform space) relative to which locations, coordinates, or measurements are expressed."@x-gmeow-english ;
                                                      skos:example "ex:siteGrid a gmeow:ReferenceFrame ; gmeow:frameRealm gmeow:frameRealmTerrestrial ; gmeow:frameKind gmeow:frameKindGrid ."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid embedding a frame inside a coordinate literal and avoid a frame instance where a coordinate value belongs; the frame is the system, not the position."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/howToUse> "Mint a ReferenceFrame, set gmeow:frameRealm / gmeow:frameKind / gmeow:hasMetricKind, nest it via gmeow:parentFrame, and point coordinate values at it via gmeow:hasReferenceFrame."@x-gmeow-english ;
                                                      <https://blackcatinformatics.ca/gmeow/useWhen> "Use for any reference system — coordinate system, datum, grid, or platform space — relative to which coordinates and measurements are expressed (Principle 11)."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/ReferencePosition> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/temporal> ;
                                                         rdfs:label "Reference Position"@x-gmeow-english ;
                                                         skos:definition "The spatial locus, observatory, timezone, or planetary body relative to which a time is expressed — e.g. an observatory longitude for local sidereal time, an IANA timezone for civil time, or a planet for planetary calendars."@x-gmeow-english ;
                                                         skos:example "ex:torontoTZ a gmeow:ReferencePosition ; rdfs:label \"America/Toronto\"@en ."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid for scales that need no locus (TAI, TT, UTC-at-zero-offset) and avoid encoding the offset numerically in the timestamp instead of naming the position; mint individuals, not subclasses."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/howToUse> "Reference a position individual from a frame via gmeow:frameReferencePosition; leave it absent for position-independent frames, since the property is optional by design."@x-gmeow-english ;
                                                         <https://blackcatinformatics.ca/gmeow/useWhen> "Use when a frame's time depends on a place — an IANA timezone for civil offset, an observatory longitude for sidereal time, a planetary body for an off-Earth calendar."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/RegionSelector> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/images> ;
                                                      rdfs:label "Region Selector"@x-gmeow-english ;
                                                      skos:definition "The encoding descriptor for an image region — carries the selector type (a gmeow:SelectorType value) and the raw selector value (SVG path, pixel coordinates, mask data, RLE string, etc.). The canonical superset of W3C Web Annotation selectors, IIIF selectors, and domain-specific mask formats."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/Register> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/names> ;
                                                rdfs:label "Register"@x-gmeow-english ;
                                                skos:definition "A social or expressive register — the formality, intimacy, or audience-posture of an expression act (the register/persona design). The OPEN umbrella vocabulary that name registers specialize and that persona expression (norms slice) reuses: the same agent, the same norms, expressed formally in public and intimately in private. Registers are first-class value individuals with their own IRIs, labels, and definitions — never a subclass tree, never a 'primary' (Principle 9). Lives in the names core slice because register-of-address was already core here and the dependency direction (extensions reference core, never the reverse) requires the umbrella below its consumers."@x-gmeow-english ;
                                                skos:example "ex:address gmeow:usageRegister gmeow:registerIntimate ."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/avoidWhen> "Avoid building a register subclass tree (registers are co-equal value individuals) and avoid a name-only register where the persona-expression sense is meant — reach for the gmeow:NameRegister specialization for name address."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/howToUse> "Mint each register as an individual under gmeow:Register (or gmeow:NameRegister for name address), give it rdfs:label and skos:definition, and reference it from a usage; never declare one register primary."@x-gmeow-english ;
                                                <https://blackcatinformatics.ca/gmeow/useWhen> "Use as the open umbrella value vocabulary for social/expressive register when a register spans naming AND persona expression — extend it (or its gmeow:NameRegister specialization) with a new individual when a formality or audience-posture is not yet seeded."@x-gmeow-english .


<https://blackcatinformatics.ca/gmeow/RegulatoryOverlay> rdfs:isDefinedBy <https://blackcatinformatics.ca/gmeow/slices/places> ;
                                                         rdfs:label "Regulatory Overlay"@x-gmeow-english ;
                                                         skos:definition "The reified, time-scoped fact that a specific regulation applies over a place — imposed by an authority. Covers zoning, protected areas, restricted airspace, sanctions, tax/electoral districts, postal zones, civil-time zones, and similar legally-defined spatial overlays. Distinct from JurisdictionTenure (governance/sovereignty): an overlay is about a specific regulatory regime applied over a geographic area. Links to RightsStatement for the deontic rules (permissions, prohibitions, duties) that hold within it. Contested overlays coexist as multiple standpoint-indexed instances, never collapsing to 