Extension point graphs
Contribution Descriptors
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="graphs" target="org.nuxeo.ecm.platform.relations.services.RelationService"> <graph name="publication" type="core"> <option name="doctype">PublicationRelation</option> <namespaces> <namespace name="rdf"> http://www.w3.org/1999/02/22-rdf-syntax-ns# </namespace> <namespace name="dcterms">http://purl.org/dc/terms/1.1/</namespace> <namespace name="nuxeo">http://www.nuxeo.org/document/uid/</namespace> <namespace name="pTree">http://www.nuxeo.org/publication/tree/</namespace> </namespaces> </graph> </extension>
-
<extension point="graphs" target="org.nuxeo.ecm.platform.relations.services.RelationService"> <graph name="default" type="core"> <option name="doctype">DefaultRelation</option> <namespaces> <namespace name="rdf"> http://www.w3.org/1999/02/22-rdf-syntax-ns# </namespace> <namespace name="dcterms">http://purl.org/dc/terms/</namespace> <namespace name="nuxeo">http://www.nuxeo.org/document/uid/</namespace> </namespaces> </graph> </extension>
-
<extension point="graphs" target="org.nuxeo.ecm.platform.relations.services.RelationService"> <graph name="documentComments" type="core"> <option name="doctype">CommentRelation</option> <namespaces> <namespace name="comment">http://www.nuxeo.org/comments/uid</namespace> <namespace name="isCommentFor"> http://www.nuxeo.org/predicates/isCommentFor </namespace> <namespace name="document">http://www.nuxeo.org/document/uid</namespace> </namespaces> </graph> </extension>
-
<extension point="graphs" target="org.nuxeo.ecm.platform.relations.services.RelationService"> <graph name="annotations" type="core"> <option name="doctype">AnnotationRelation</option> <namespaces> <namespace name="rdf"> http://www.w3.org/1999/02/22-rdf-syntax-ns# </namespace> <namespace name="dcterms">http://purl.org/dc/terms/1.1/</namespace> <namespace name="nuxeo">http://www.nuxeo.org/document/uid/</namespace> </namespaces> </graph> </extension>