TextGrid Resolver and PIDs¶
Public TextGrid URIs¶
The TextGrid Resolver resolves TextGrid URIs from their normative value
textgrid:vqn2.0
to their direct TG-crud links, such as
- https://textgridlab.org/1.0/tgcrud/rest/textgrid:vqn2.0/metadata
- https://textgridlab.org/1.0/tgcrud/rest/textgrid:vqn2.0/data
So you can use
to get the metadata file, and
to get the data file of each TextGrid object. The resolver always will point to the correct TG-crud instance.
You also can resolve TextGrid PIDs using this resolver:
Non-Public TextGrid URIs¶
It is also possible to use the resolver for TextGridLab URIs (non-public TextGrid URIs). Just add the RBAC Session ID as a parameter as following:
https://textgridrep.de/textgrid:vqn2.0/metadata?sessionId=12345ABCDE
https://textgridrep.de/textgrid:vqn2.0/data?sessionId=12345ABCDE
Persistent Identifiers¶
Every published TextGrid object has got a Persistent Identifier (EPIC2 Handle PID)! Publicly available TextGrid Objects can be addressed via their PID and a PID resolver, such as http://hdl.handle.net or http://dx.doi.org. The PID you can find in every public TextGrid object metadata in the
<pid pidType="handle">hdl:11858/00-1734-0000-0005-1424-B</pid>
tag.
The PID would be
hdl:11858/00-1734-0000-0005-1424-B
and could be addressed using every Handle Resolver Service (the “hdl:” prefix may be omitted):
- https://hdl.handle.net/11858/00-1734-0000-0005-1424-B
- https://dx.doi.org/11858/00-1734-0000-0005-1424-B
Each PID is resolved directly to its TextGrid URI and resolver.