diff options
| author | Alex Gleason <alex@alexgleason.me> | 2024-12-26 16:20:54 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-26 16:20:54 -0600 |
| commit | ee21566cc4bca1957e51d6091b575a032d6687bd (patch) | |
| tree | cac3d36ba14916b0e2b05f3cd9474ac400eaa30d | |
| parent | 342e5db8c92d9c06eded0c227f41770d00d38165 (diff) | |
| parent | 71ca3f27f3833c4e240921bf105c4268919158e5 (diff) | |
Merge pull request #1659 from kehiy/nip32
fix broken link.
| -rw-r--r-- | 32.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -157,7 +157,7 @@ considered open for public use, and not proprietary. In other words, if there is | |||
| 157 | namespace that fits your use case, use it even if it points to someone else's domain name. | 157 | namespace that fits your use case, use it even if it points to someone else's domain name. |
| 158 | 158 | ||
| 159 | Vocabularies MAY choose to fully qualify all labels within a namespace (for example, | 159 | Vocabularies MAY choose to fully qualify all labels within a namespace (for example, |
| 160 | `["l", "com.example.vocabulary:my-label"]`. This may be preferred when defining more | 160 | `["l", "com.example.vocabulary:my-label"]`). This may be preferred when defining more |
| 161 | formal vocabularies that should not be confused with another namespace when querying | 161 | formal vocabularies that should not be confused with another namespace when querying |
| 162 | without an `L` tag. For these vocabularies, all labels SHOULD include the namespace | 162 | without an `L` tag. For these vocabularies, all labels SHOULD include the namespace |
| 163 | (rather than mixing qualified and unqualified labels). | 163 | (rather than mixing qualified and unqualified labels). |
| @@ -173,4 +173,4 @@ Appendix: Known Ontologies | |||
| 173 | 173 | ||
| 174 | Below is a non-exhaustive list of ontologies currently in widespread use. | 174 | Below is a non-exhaustive list of ontologies currently in widespread use. |
| 175 | 175 | ||
| 176 | - [social.ontolo.categories](https://ontolo.social/) | 176 | - [social ontology categories](https://github.com/CLARIAH/awesome-humanities-ontologies) |