AgriculturalSemantics / cg-core

CG Core Metadata Reference Guide
https://agriculturalsemantics.github.io/cg-core/cgcore.html
Creative Commons Attribution 4.0 International
7 stars 5 forks source link

set up purl.org domain for cg elements #33

Open marieALaporte opened 3 years ago

marieALaporte commented 3 years ago

I started redirecting from purl.org/cg/terms to this repo. Need to do it for all the cg specific elements. First, we need to move on issue #31

exemple of working purl: cg.hasMetadata

alanorth commented 3 years ago

Oh that's cool! I didn't know you could do that with purl.org.

I can make a pull request with changes required for #31 if you like.

marieALaporte commented 3 years ago

@alanorth That would be great, thanks

marieALaporte commented 3 years ago

FYI @ayabowork

marieALaporte commented 3 years ago

All the PURLs should be working now.

@alanorth yCoord, xCoord and code don't link to the correct sections. I cannot find why. Could you please take a look into that issue. Thanks

alanorth commented 3 years ago

@alanorth yCoord, xCoord and code don't link to the correct sections. I cannot find why. Could you please take a look into that issue. Thanks

Sure I can fix that. The issue is that you should only use "#" in the link, not the target id itself. I will prepare a pull request to clean these up, as I see they are also duplicated:

<p class="invisible"><a id="#cg:xCoord"></a><a id="xCoord"></a></p>

We only need the first one (without the "#" of course).

marieALaporte commented 3 years ago

I will fix the Dublin Core links as well