Skip to content

Commit

Permalink
Typo in EntityRelationship vocabulary (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen authored Jan 10, 2025
1 parent 0b5633e commit 85d8c0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vocabularies/EntityRelationship.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"referencesWithConstantIds": {
"$Kind": "Term",
"$Collection": true,
"$Type": "EntityRelationship.referencesWithConstantId",
"$Type": "EntityRelationship.referenceWithConstantId",
"$AppliesTo": ["EntityType"],
"@Common.Experimental": true,
"@Core.Description": "Defines one or many references to other Entity Types based on a composite IDs where some properties of the references are constant values."
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/EntityRelationship.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Term|Type|Description
[compositeReferences](EntityRelationship.xml#L83) *([Experimental](Common.md#Experimental))*|\[[compositeReference](#compositeReference)\]|<a name="compositeReferences"></a>Defines one or many references to other Entity Types based on a composite IDs.
[temporalIds](EntityRelationship.xml#L88) *([Experimental](Common.md#Experimental))*|\[[temporalId](#temporalId)\]|<a name="temporalIds"></a>Defines a list of temporal IDs.
[temporalReferences](EntityRelationship.xml#L93) *([Experimental](Common.md#Experimental))*|\[[temporalReference](#temporalReference)\]|<a name="temporalReferences"></a>Defines a list of temporal references.
[referencesWithConstantIds](EntityRelationship.xml#L97) *([Experimental](Common.md#Experimental))*|\[[referencesWithConstantId](#referencesWithConstantId)\]|<a name="referencesWithConstantIds"></a>Defines one or many references to other Entity Types based on a composite IDs where some properties of the references are constant values.
[referencesWithConstantIds](EntityRelationship.xml#L97) *([Experimental](Common.md#Experimental))*|\[[referenceWithConstantId](#referenceWithConstantId)\]|<a name="referencesWithConstantIds"></a>Defines one or many references to other Entity Types based on a composite IDs where some properties of the references are constant values.

<a name="singleReference"></a>
## [singleReference](EntityRelationship.xml#L102)
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/EntityRelationship.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ An Entity Type can have multiple IDs:
<Annotation Term="Common.Experimental" />
<Annotation Term="Core.Description" String="Defines a list of temporal references." />
</Term>
<Term Name="referencesWithConstantIds" Type="Collection(EntityRelationship.referencesWithConstantId)" Nullable="false" AppliesTo="EntityType">
<Term Name="referencesWithConstantIds" Type="Collection(EntityRelationship.referenceWithConstantId)" Nullable="false" AppliesTo="EntityType">
<Annotation Term="Common.Experimental" />
<Annotation Term="Core.Description" String="Defines one or many references to other Entity Types based on a composite IDs where some properties of the references are constant values." />
</Term>
Expand Down

0 comments on commit 85d8c0c

Please sign in to comment.