Information Object

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.

Structure

Subclass of: gmeow:Entity, gufo:Object

Practical Pattern

Use gmeow:InformationObject as a specialized kind of gmeow:Entity, gufo:Object. Add statement metadata or a standpoint when the assertion needs provenance, confidence, or vantage.

Example Snippets

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

Sensitivity And Disclosure

# --- A dossier composed of records (part-whole).
ex:dossier a gmeow:InformationObject ;
    rdfs:label    "Personnel dossier — Dana Reyes"@en ;
    gmeow:hasPart ex:salaryRecord , ex:bioNote .

# --- A confidential record: sensitive, internal-only, eligible only for the
#     internal archive — withheld from public consumers, not deleted.
ex:salaryRecord a gmeow:InformationObject ;
    rdfs:label                "Compensation record"@en ;
    gmeow:partOf              ex:dossier ;
    gmeow:hasSensitivity      gmeow:sensitivityConfidential ;
    gmeow:hasDisclosurePolicy gmeow:policyInternalOnly ;
    gmeow:eligibleForConsumer gmeow:consumerInternalArchive ;
    gmeow:hasDeterminacy      gmeow:determinacyCrisp .

Inscription Reading

ex:transcriptSmith a gmeow:InformationObject ; rdfs:label "…šarru rabû…"@en .
ex:transcriptJones a gmeow:InformationObject ; rdfs:label "…šarru danну…"@en .

Common Companion Terms

gmeow:Entity

Usage Advice

Use when

Avoid when

How to use

Examples