French
- CURIE:
gmeow:langFrench - IRI: https://blackcatinformatics.ca/gmeow/langFrench
- Category: individual
- Defined by:
gmeow:slices/language - Box roles: ABox role (What is this?)
The French language — the seed gmeow:Language individual (gmeow:langFrench) anchoring the internal private-use tag fr. Registry codes are alignments, never identity.
Structure
Types: gmeow:Language
Practical Pattern
Use gmeow:langFrench as a controlled value typed as gmeow:Language.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Proficiency
- Source:
slices/extensions/languages/examples/proficiency.ttl - Examples catalog: open in catalog#example-slices-extensions-languages-examples-proficiency
ex:dana a gmeow:Person ;
gmeow:name "Dana Reyes"@en ;
gmeow:nativeLanguage gmeow:langEnglish ;
gmeow:knowsLanguage gmeow:langFrench .
# --- Strong at READING French (B2) ...
ex:frenchReading a gmeow:LanguageProficiency ;
gmeow:proficiencyAgent ex:dana ;
gmeow:proficiencyLanguage gmeow:langFrench ;
gmeow:proficiencyModality gmeow:profModalityReading ;
gmeow:proficiencyLevel ex:b2 ;
gmeow:proficiencyScale ex:cefr .