pricua is there a way to duplicate or copy the entire diffusion_domain tch206 with its diffusion_elements, database and tables to our own ontology, without having to go back to create all the tables and fields one by one and not have to start from a new empty difussion database?
Hi
Yes, it's possible, you can creates a term with your own tld in your diffusion_domain
and point to any other table or database (using relation term). In this way you can create a table_alias
or database_alias
that point you the main term, as is commented in documentation here..
You have a lot of references as:
Picures
tch286 that call to real table catalog
tch281 but using the data from the Photographs
section tch100
In other words, this node use the schema from catalog
but with the data of Photographs
and name it as Pictures
table.
This alias can be extended with your own definition in the same way than your full database of table definitions.
See: ts_technique tch339, it's a table alias of ts
table hierarchy65 and add new field_mediumtext with the relations
information tch341
Take account that this connections are an alias of the main schema, if the main schema changes, your schema will be change when you update the ontology in your installation.
I you want be totally isolated of the main term, you will need to create real nodes with the schema that you want.
Any standard publication schema as tch206 is ONLY a reference to show how diffusion works, but it not pretend force to anyone to use it. If this schema is ok, use it, if not, create a new one... Any institution could needs different configurations, filters, etc. than is not defines into this schemas.
Best