Skip to content

Definition of gist:Message is inconsistent with its axioms #194

@rjyounes

Description

@rjyounes

Definition: A specific instance of content sent from an Organization, Person, or Application to at least one other Organization, Person, or Application.

Axioms:

<owl:intersectionOf rdf:parseType="Collection">
    <rdf:Description rdf:about="&gist;ContentExpression">
    </rdf:Description>
    <owl:Restriction>
        <owl:onProperty rdf:resource="&gist;fromAgent"/>
        <owl:someValuesFrom>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&gist;Person">
                    </rdf:Description>
                    <rdf:Description rdf:about="&gist;Organization">
                    </rdf:Description>
                    <rdf:Description rdf:about="&gist;Address">
                    </rdf:Description>
                </owl:unionOf>
            </owl:Class>
        </owl:someValuesFrom>
    </owl:Restriction>
    <owl:Restriction>
        <owl:onProperty rdf:resource="&gist;toAgent"/>
        <owl:someValuesFrom>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&gist;Person">
                    </rdf:Description>
                    <rdf:Description rdf:about="&gist;Organization">
                    </rdf:Description>
                    <rdf:Description rdf:about="&gist;Address">
                    </rdf:Description>
                </owl:unionOf>
            </owl:Class>
        </owl:someValuesFrom>
    </owl:Restriction>
</owl:intersectionOf>

Metadata

Metadata

Labels

effort: lowRequires less than half a day to completepriority: must haveRequired feature or bug fix; highest prioritystatus: implementation specifiedImplementation has been specified. A developer should be assigned.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions