-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pointing to resources - TEI encoding #4
Comments
The above is not entirely correct (
<desc xml:lang="en" type="terms">
<term type="standard" source="standard_list" key="XML"/>
<term type="standard" source="standard_list" key="TEI"/>
<term type="activity" source="http://tadirah.dariah.eu/"
key="modeling">modeling</term>
<term type="policies" source="WP3Wizard" key="CD"/>
</desc>
<linkGrp type="generalResources">
<ref type="spec">
<term type="standard" source="http://www.zotero.org" key="ZJ7ZSJWT">FAIR</term>
</ref>
</linkGrp> |
This is what I ended up with now: <linkGrp type="generalResources">
<ref type="spec" target="https://www.zotero.org/groups/427927/parthenos-wp4/items/itemKey/ZJ7ZSJWT">
<term type="standard" source="http://www.zotero.org" key="ZJ7ZSJWT">FAIR principles</term>
</ref>
</linkGrp> |
This is a slightly different example but under the same heading. In https://github.com/ParthenosWP4/BerlinWS/blob/master/linguistics/scenarios/sc_corpusModellingInTEI.xml , we try to reference the steps properly. It looks pretty ugly, although it's correct. Maybe indeed a central register and Side comment: the ubiquitous Cleanup step is repeated many times here, it should eventually have parameters (at least "automatic" vs. "manual"). <listEvent>
<!-- <event type="scenario" ref="SSK_digitization.xml"/> -->
<event xml:id="CMiT0" type="researchStep" ref="../steps/step_corpusComposition.xml#step_corpusComposition"/>
<event xml:id="CMiT1" type="researchStep" ref="../steps/step_verificationAndCleanup.xml#step_verificationAndCleanup"/>
<event xml:id="CMiT5" type="researchStep" ref="../steps/step_conversionToTEI.xml#step_conversionToTEI"/>
<event xml:id="CMiT15" type="researchStep" ref="../steps/step_verificationAndCleanup.xml#step_verificationAndCleanup"/>
<event xml:id="CMiT20" type="researchStep" ref="../steps/step_createWorkbench.xml#step_createWorkbench"/>
<event xml:id="CMiT25" type="researchStep" ref="../steps/step_verificationAndCleanup.xml#step_verificationAndCleanup"/>
<event xml:id="CMiT40" type="researchStep" ref="../steps/step_annotation.xml#step_annotation"/>
<event xml:id="CMiT45" type="researchStep" ref="../steps/step_verificationAndCleanup.xml#step_verificationAndCleanup"/>
<event xml:id="CMiT35" type="researchStep" ref="../steps/step_finalize.xml#step_finalize"/>
</listEvent> |
This is a typical case where I would rather have something elegant and semantically correct rather than keeping strictly to the rule. The combination of |
I agree that the |
I see
Next,
My point is that they aren't fully equivalent. 'source' and 'key' are great for being used on |
in the case of tadirah, shouldn't this be:
the same for zotero:
otherwise you will loose the pointer (because seeing source and key as a way to construct a URI does need every parameter) (and both differ, because for tadirah it is an URI parameter whereas for zotero it is a URI subpath) |
In fact, we want to have a parameter file that records all these base URLs, in case they change (in particular for Tadirah, it is very likely that they change one day) and also because we want to use the keys (in the case of Zotero) to query the APIs, rather than use directly the URLs.
We started it here : https://github.com/ParthenosWP4/SSK/blob/master/spec/param_SSK.xml
But I’m sure there is room for improvement, so you can have a look.
On 13 Oct 2017, at 14:12, KlausIllmayer ***@***.***> wrote:
in the case of tadirah, shouldn't this be:
source = "http://tadirah.dariah.eu/vocab/index.php <http://tadirah.dariah.eu/vocab/index.php>", key="tema=35&/modeling"
the same for zotero:
source = "https://www.zotero.org/groups/427927/parthenos-wp4/ <https://www.zotero.org/groups/427927/parthenos-wp4/>", key="items/itemKey/ZJ7ZSJWT" (could be discussed where source ends and key starts)
otherwise you will loose the pointer (because seeing source and key as a way to construct a URI does need every parameter)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#4 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/APGLHQ_xCY6VTMGT53DJCcYWKPRc9ensks5sr1OQgaJpZM4P2wfA>.
Charles Riondet
charles.riondet@inria.fr
Inria (ALMAnaCH)
|
When referring to reference resources, we should:
Thus:
should become:
The text was updated successfully, but these errors were encountered: