Language-Research-Technology / ro-crate-schema-tools

Tools for RO-Crate to be used for creating and distributing Schema.org style ontologies and editor Profiles for Crate-O and other RO-Crate editors.
GNU General Public License v3.0
0 stars 3 forks source link

Feature: make roc-schema.js show the full URI for each term in the markdown file it outputs #7

Closed ptsefton closed 4 weeks ago

ptsefton commented 1 month ago

Currently does not display - eg here: https://github.com/Language-Research-Technology/language-data-commons-vocabs/blob/master/ontology.md#annotationOf

Should look like:

Property: annotationOf (http://w3id.org/ldac/terms#annotationOf)

This resource contains some kind of description that adds information to the resource it references. Values expected to be one of these types:

[ PrimaryMaterial ] | Used on these types: [ http://schema.org/CreativeWork ] |

rosanna-smith commented 1 month ago

Got it running on a test version: Property: annotationOf (http://w3id.org/ldac/terms#annotationOf)

@ptsefton Do you need the same to be done for other sets like Defined Term and DefinedTermSets?

e.g. Defined Term: WrittenLanguage TThe resource contains data for which the medium of interaction was writing.

Is an expected value for the following property [ communicationMode ] |

ptsefton commented 1 month ago

Yes for an definitions for all the terms plz

On 10 July 2024 12:43, Rosanna @.***> wrote:

Got it running on a test version: Property: annotationOf (http://w3id.org/ldac/terms#annotationOf)

Do you need the same to be done for other sets like Defined Term and DefinedTermSets?

e.g. Defined Term: WrittenLanguage TThe resource contains data for which the medium of interaction was writing.

Is an expected value for the following property [ communicationMode https://purl.archive.org/language-data-commons/terms#communicationMode ] |

— Reply to this email directly, view it on GitHubhttps://github.com/Language-Research-Technology/ro-crate-schema-tools/issues/7#issuecomment-2219405959, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAFYTWBOWKJIYZXGJQZAWDDZLSNU5AVCNFSM6AAAAABKTYW67OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJZGQYDKOJVHE. You are receiving this because you authored the thread.Message ID: @.***>

rosanna-smith commented 1 month ago

Having trouble adding you as a reviewer to the pull request so copying it here: https://github.com/Language-Research-Technology/ro-crate-schema-tools/pull/9

rosanna-smith commented 1 month ago

Maybe I don't have the right permissions in ro-crate-schema-tools

rosanna-smith commented 1 month ago

Ok to close this one @ptsefton or did we want to update ontology.md? That's on a different repo so is there a good process for updating those files?

ptsefton commented 1 month ago

Yep - run make ont in https://github.com/Language-Research-Technology/language-data-commons-vocabs (assumes you have rocschema installed in your path)