-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
effort: lowRequires less than half a day to completeRequires less than half a day to completepriority: must haveRequired feature or bug fix; highest priorityRequired feature or bug fix; highest prioritystatus: implementation specifiedImplementation has been specified. A developer should be assigned.Implementation has been specified. A developer should be assigned.
Description
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 completeRequires less than half a day to completepriority: must haveRequired feature or bug fix; highest priorityRequired feature or bug fix; highest prioritystatus: implementation specifiedImplementation has been specified. A developer should be assigned.Implementation has been specified. A developer should be assigned.