You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/rdfpuml.md
+12-16Lines changed: 12 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,8 +114,9 @@ with 3 "addressing" properties and then additional properties are added to elabo
114
114
(eg probability, effective date range, who assigned the statement, etc).
115
115
116
116
This approach has been used in RDF for many years using the [RDF Reification vocabulary](http://www.w3.org/TR/rdf-primer/#reification).
117
-
It was developed for CIDOC CRM in the paper [Types and Annotations for CIDOC CRM Properties](http://vladimiralexiev.github.io/my/pubs/Alexiev2012-CRM-Properties.pdf)
118
-
and is used for British Museum data (eg `bmo:EX_Association, bmo:PX_property`).
117
+
It was developed for CIDOC CRM in the paper [Types and Annotations for CIDOC CRM Properties](http://vladimiralexiev.github.io/pubs/Alexiev2012-CRM-Properties.pdf)
118
+
and is used for British Museum data (`bmo:EX_Association, bmo:PX_property`),
119
+
see [Reified Association](https://confluence.ontotext.com/display/ResearchSpace/BM+Association+Mapping+v2#BMAssociationMappingv2-TranslatedCodeInReifiedAssociation).
119
120
120
121
**rdfpuml** recognizes a number of reification "situations" and renders them as a [UML Association](http://plantuml.com/classes.html#Association_classes), for example
121
122
@@ -215,7 +216,7 @@ You can combine the different parts freely (each is optional) and even write the
Note: `o`[had a bug](https://forum.plantuml.net/12278/o-sets-wrong-arrow-direction): set the arrow direction to the opposite of what was specified; now fixed.
219
+
WARNING: `o`[has a bug](https://forum.plantuml.net/12278/o-sets-wrong-arrow-direction): it sets the arrow direction to the opposite of what was specified.
219
220
220
221
TODO: allow customizing the arrowtail (beginning).
221
222
@@ -238,7 +239,6 @@ You can combine the different parts freely (each is optional) and even write the
238
239
<x> puml:left-blue <y6>. <x> :left-blue <y6>.
239
240
240
241

241
-
242
242
- COLOR
243
243
244
244
Line color: name (e.g. `red`) or hex-code (e.g. `FF0000`)
@@ -307,8 +307,8 @@ You can set stereotype on an individual node or a whole class, e.g.
307
307
308
308
Here is an example that also sets stereotype labels:
0 commit comments