-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnacatgunma.ttl
More file actions
22 lines (20 loc) · 1.03 KB
/
nacatgunma.ttl
File metadata and controls
22 lines (20 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix lexinfo: <http://www.lexinfo.net/ontology/3.0/lexinfo#> .
@prefix ontolex: <http://www.w3.org/ns/lemon/ontolex#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
<#nacatgunma> a ontolex:LexicalEntry
; ontolex:canonicalForm [
ontolex:writtenRep "nacatgunma"@jbo
]
; ontolex:sense <#nacatgunma-sense>
; lexinfo:partOfSpeech lexinfo:noun
; skos:definition "A non-authoritative collective; a group explicitly lacking hierarchical authority or imposed leadership."@en
; skos:note "Constructed from rafsi: na (not), cat (authoritative), gunma (group)"@en
; dcterms:source <https://github.com/functionally/nacatgunma/blob/main/Colophon.md>
; dcterms:creator <https://github.com/bwbush>
.
<#nacatgunma-sense> a ontolex:LexicalSense
; skos:definition "lo gunma poi na se catni"@jbo
; skos:definition "A collective formed without top-down authority."@en
; skos:example "lo nacatgunma cu simsa lo kibystu poi na se catni gi'e bandu lo panra be lo gunma poi co'a jivna lo ka terdi selcatni."@jbo
.