├── .github └── workflows │ └── ci.yml ├── .transifexrc ├── .tx └── config ├── CNE_ca.json ├── CNE_de.json ├── CNE_en.json ├── CNE_es.json ├── CNE_et.json ├── CNE_fi.json ├── CNE_fr.json ├── CNE_hi.json ├── CNE_hr.json ├── CNE_it.json ├── CNE_lt.json ├── CNE_nl.json ├── CNE_pl.json ├── CNE_sv-FI.json ├── InC-EDU_ca.json ├── InC-EDU_de.json ├── InC-EDU_en.json ├── InC-EDU_es.json ├── InC-EDU_et.json ├── InC-EDU_fi.json ├── InC-EDU_fr.json ├── InC-EDU_hi.json ├── InC-EDU_hr.json ├── InC-EDU_it.json ├── InC-EDU_lt.json ├── InC-EDU_nl.json ├── InC-EDU_pl.json ├── InC-EDU_sv-FI.json ├── InC-NC_ca.json ├── InC-NC_de.json ├── InC-NC_en.json ├── InC-NC_es.json ├── InC-NC_et.json ├── InC-NC_fi.json ├── InC-NC_fr.json ├── InC-NC_hi.json ├── InC-NC_hr.json ├── InC-NC_it.json ├── InC-NC_lt.json ├── InC-NC_nl.json ├── InC-NC_pl.json ├── InC-NC_sv-FI.json ├── InC-OW-EU_ca.json ├── InC-OW-EU_de.json ├── InC-OW-EU_en.json ├── InC-OW-EU_es.json ├── InC-OW-EU_et.json ├── InC-OW-EU_fi.json ├── InC-OW-EU_fr.json ├── InC-OW-EU_hi.json ├── InC-OW-EU_hr.json ├── InC-OW-EU_it.json ├── InC-OW-EU_lt.json ├── InC-OW-EU_nl.json ├── InC-OW-EU_pl.json ├── InC-OW-EU_sv-FI.json ├── InC-RUU_ca.json ├── InC-RUU_de.json ├── InC-RUU_en.json ├── InC-RUU_es.json ├── InC-RUU_et.json ├── InC-RUU_fi.json ├── InC-RUU_fr.json ├── InC-RUU_hi.json ├── InC-RUU_hr.json ├── InC-RUU_it.json ├── InC-RUU_lt.json ├── InC-RUU_nl.json ├── InC-RUU_pl.json ├── InC-RUU_sv-FI.json ├── InC_ca.json ├── InC_de.json ├── InC_en.json ├── InC_es.json ├── InC_et.json ├── InC_fi.json ├── InC_fr.json ├── InC_hi.json ├── InC_hr.json ├── InC_it.json ├── InC_lt.json ├── InC_nl.json ├── InC_pl.json ├── InC_sv-FI.json ├── LICENSE ├── NKC_ca.json ├── NKC_de.json ├── NKC_en.json ├── NKC_es.json ├── NKC_et.json ├── NKC_fi.json ├── NKC_fr.json ├── NKC_hi.json ├── NKC_hr.json ├── NKC_it.json ├── NKC_lt.json ├── NKC_nl.json ├── NKC_pl.json ├── NKC_sv-FI.json ├── NoC-CR_ca.json ├── NoC-CR_de.json ├── NoC-CR_en.json ├── NoC-CR_es.json ├── NoC-CR_et.json ├── NoC-CR_fi.json ├── NoC-CR_fr.json ├── NoC-CR_hi.json ├── NoC-CR_hr.json ├── NoC-CR_it.json ├── NoC-CR_lt.json ├── NoC-CR_nl.json ├── NoC-CR_pl.json ├── NoC-CR_sv-FI.json ├── NoC-NC_ca.json ├── NoC-NC_de.json ├── NoC-NC_en.json ├── NoC-NC_es.json ├── NoC-NC_et.json ├── NoC-NC_fi.json ├── NoC-NC_fr.json ├── NoC-NC_hi.json ├── NoC-NC_hr.json ├── NoC-NC_it.json ├── NoC-NC_lt.json ├── NoC-NC_nl.json ├── NoC-NC_pl.json ├── NoC-NC_sv-FI.json ├── NoC-OKLR_ca.json ├── NoC-OKLR_de.json ├── NoC-OKLR_en.json ├── NoC-OKLR_es.json ├── NoC-OKLR_et.json ├── NoC-OKLR_fi.json ├── NoC-OKLR_fr.json ├── NoC-OKLR_hi.json ├── NoC-OKLR_hr.json ├── NoC-OKLR_it.json ├── NoC-OKLR_lt.json ├── NoC-OKLR_nl.json ├── NoC-OKLR_pl.json ├── NoC-OKLR_sv-FI.json ├── NoC-US_ca.json ├── NoC-US_de.json ├── NoC-US_en.json ├── NoC-US_es.json ├── NoC-US_et.json ├── NoC-US_fi.json ├── NoC-US_fr.json ├── NoC-US_hi.json ├── NoC-US_hr.json ├── NoC-US_it.json ├── NoC-US_lt.json ├── NoC-US_nl.json ├── NoC-US_pl.json ├── NoC-US_sv-FI.json ├── README.md ├── UND_ca.json ├── UND_de.json ├── UND_en.json ├── UND_es.json ├── UND_et.json ├── UND_fi.json ├── UND_fr.json ├── UND_hi.json ├── UND_hr.json ├── UND_it.json ├── UND_lt.json ├── UND_nl.json ├── UND_pl.json ├── UND_sv-FI.json ├── collection-ic_ca.json ├── collection-ic_de.json ├── collection-ic_en.json ├── collection-ic_es.json ├── collection-ic_et.json ├── collection-ic_fi.json ├── collection-ic_fr.json ├── collection-ic_hi.json ├── collection-ic_hr.json ├── collection-ic_it.json ├── collection-ic_lt.json ├── collection-ic_nl.json ├── collection-ic_pl.json ├── collection-ic_sv-FI.json ├── collection-nc_ca.json ├── collection-nc_de.json ├── collection-nc_en.json ├── collection-nc_es.json ├── collection-nc_et.json ├── collection-nc_fi.json ├── collection-nc_fr.json ├── collection-nc_hi.json ├── collection-nc_hr.json ├── collection-nc_it.json ├── collection-nc_lt.json ├── collection-nc_nl.json ├── collection-nc_pl.json ├── collection-nc_sv-FI.json ├── collection-other_ca.json ├── collection-other_de.json ├── collection-other_en.json ├── collection-other_es.json ├── collection-other_et.json ├── collection-other_fi.json ├── collection-other_fr.json ├── collection-other_hi.json ├── collection-other_hr.json ├── collection-other_it.json ├── collection-other_lt.json ├── collection-other_nl.json ├── collection-other_pl.json ├── collection-other_sv-FI.json └── rights-statements.ttl /.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/.github/workflows/ci.yml -------------------------------------------------------------------------------- /.transifexrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/.transifexrc -------------------------------------------------------------------------------- /.tx/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/.tx/config -------------------------------------------------------------------------------- /CNE_ca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/CNE_ca.json -------------------------------------------------------------------------------- /CNE_de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/CNE_de.json -------------------------------------------------------------------------------- /CNE_en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/CNE_en.json -------------------------------------------------------------------------------- /CNE_es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/CNE_es.json -------------------------------------------------------------------------------- /CNE_et.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/CNE_et.json -------------------------------------------------------------------------------- /CNE_fi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/CNE_fi.json -------------------------------------------------------------------------------- /CNE_fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/CNE_fr.json -------------------------------------------------------------------------------- /CNE_hi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/CNE_hi.json -------------------------------------------------------------------------------- /CNE_hr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/CNE_hr.json -------------------------------------------------------------------------------- /CNE_it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/CNE_it.json -------------------------------------------------------------------------------- /CNE_lt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/CNE_lt.json -------------------------------------------------------------------------------- /CNE_nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/CNE_nl.json -------------------------------------------------------------------------------- /CNE_pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/CNE_pl.json -------------------------------------------------------------------------------- /CNE_sv-FI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/CNE_sv-FI.json -------------------------------------------------------------------------------- /InC-EDU_ca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-EDU_ca.json -------------------------------------------------------------------------------- /InC-EDU_de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-EDU_de.json -------------------------------------------------------------------------------- /InC-EDU_en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-EDU_en.json -------------------------------------------------------------------------------- /InC-EDU_es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-EDU_es.json -------------------------------------------------------------------------------- /InC-EDU_et.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-EDU_et.json -------------------------------------------------------------------------------- /InC-EDU_fi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-EDU_fi.json -------------------------------------------------------------------------------- /InC-EDU_fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-EDU_fr.json -------------------------------------------------------------------------------- /InC-EDU_hi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-EDU_hi.json -------------------------------------------------------------------------------- /InC-EDU_hr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-EDU_hr.json -------------------------------------------------------------------------------- /InC-EDU_it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-EDU_it.json -------------------------------------------------------------------------------- /InC-EDU_lt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-EDU_lt.json -------------------------------------------------------------------------------- /InC-EDU_nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-EDU_nl.json -------------------------------------------------------------------------------- /InC-EDU_pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-EDU_pl.json -------------------------------------------------------------------------------- /InC-EDU_sv-FI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-EDU_sv-FI.json -------------------------------------------------------------------------------- /InC-NC_ca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-NC_ca.json -------------------------------------------------------------------------------- /InC-NC_de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-NC_de.json -------------------------------------------------------------------------------- /InC-NC_en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-NC_en.json -------------------------------------------------------------------------------- /InC-NC_es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-NC_es.json -------------------------------------------------------------------------------- /InC-NC_et.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-NC_et.json -------------------------------------------------------------------------------- /InC-NC_fi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-NC_fi.json -------------------------------------------------------------------------------- /InC-NC_fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-NC_fr.json -------------------------------------------------------------------------------- /InC-NC_hi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-NC_hi.json -------------------------------------------------------------------------------- /InC-NC_hr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-NC_hr.json -------------------------------------------------------------------------------- /InC-NC_it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-NC_it.json -------------------------------------------------------------------------------- /InC-NC_lt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-NC_lt.json -------------------------------------------------------------------------------- /InC-NC_nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-NC_nl.json -------------------------------------------------------------------------------- /InC-NC_pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-NC_pl.json -------------------------------------------------------------------------------- /InC-NC_sv-FI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-NC_sv-FI.json -------------------------------------------------------------------------------- /InC-OW-EU_ca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-OW-EU_ca.json -------------------------------------------------------------------------------- /InC-OW-EU_de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-OW-EU_de.json -------------------------------------------------------------------------------- /InC-OW-EU_en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-OW-EU_en.json -------------------------------------------------------------------------------- /InC-OW-EU_es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-OW-EU_es.json -------------------------------------------------------------------------------- /InC-OW-EU_et.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-OW-EU_et.json -------------------------------------------------------------------------------- /InC-OW-EU_fi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-OW-EU_fi.json -------------------------------------------------------------------------------- /InC-OW-EU_fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-OW-EU_fr.json -------------------------------------------------------------------------------- /InC-OW-EU_hi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-OW-EU_hi.json -------------------------------------------------------------------------------- /InC-OW-EU_hr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-OW-EU_hr.json -------------------------------------------------------------------------------- /InC-OW-EU_it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-OW-EU_it.json -------------------------------------------------------------------------------- /InC-OW-EU_lt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-OW-EU_lt.json -------------------------------------------------------------------------------- /InC-OW-EU_nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-OW-EU_nl.json -------------------------------------------------------------------------------- /InC-OW-EU_pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-OW-EU_pl.json -------------------------------------------------------------------------------- /InC-OW-EU_sv-FI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-OW-EU_sv-FI.json -------------------------------------------------------------------------------- /InC-RUU_ca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-RUU_ca.json -------------------------------------------------------------------------------- /InC-RUU_de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-RUU_de.json -------------------------------------------------------------------------------- /InC-RUU_en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-RUU_en.json -------------------------------------------------------------------------------- /InC-RUU_es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-RUU_es.json -------------------------------------------------------------------------------- /InC-RUU_et.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-RUU_et.json -------------------------------------------------------------------------------- /InC-RUU_fi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-RUU_fi.json -------------------------------------------------------------------------------- /InC-RUU_fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-RUU_fr.json -------------------------------------------------------------------------------- /InC-RUU_hi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-RUU_hi.json -------------------------------------------------------------------------------- /InC-RUU_hr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-RUU_hr.json -------------------------------------------------------------------------------- /InC-RUU_it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-RUU_it.json -------------------------------------------------------------------------------- /InC-RUU_lt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-RUU_lt.json -------------------------------------------------------------------------------- /InC-RUU_nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-RUU_nl.json -------------------------------------------------------------------------------- /InC-RUU_pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-RUU_pl.json -------------------------------------------------------------------------------- /InC-RUU_sv-FI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC-RUU_sv-FI.json -------------------------------------------------------------------------------- /InC_ca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC_ca.json -------------------------------------------------------------------------------- /InC_de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC_de.json -------------------------------------------------------------------------------- /InC_en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC_en.json -------------------------------------------------------------------------------- /InC_es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC_es.json -------------------------------------------------------------------------------- /InC_et.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC_et.json -------------------------------------------------------------------------------- /InC_fi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC_fi.json -------------------------------------------------------------------------------- /InC_fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC_fr.json -------------------------------------------------------------------------------- /InC_hi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC_hi.json -------------------------------------------------------------------------------- /InC_hr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC_hr.json -------------------------------------------------------------------------------- /InC_it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC_it.json -------------------------------------------------------------------------------- /InC_lt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC_lt.json -------------------------------------------------------------------------------- /InC_nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC_nl.json -------------------------------------------------------------------------------- /InC_pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC_pl.json -------------------------------------------------------------------------------- /InC_sv-FI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/InC_sv-FI.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/LICENSE -------------------------------------------------------------------------------- /NKC_ca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NKC_ca.json -------------------------------------------------------------------------------- /NKC_de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NKC_de.json -------------------------------------------------------------------------------- /NKC_en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NKC_en.json -------------------------------------------------------------------------------- /NKC_es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NKC_es.json -------------------------------------------------------------------------------- /NKC_et.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NKC_et.json -------------------------------------------------------------------------------- /NKC_fi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NKC_fi.json -------------------------------------------------------------------------------- /NKC_fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NKC_fr.json -------------------------------------------------------------------------------- /NKC_hi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NKC_hi.json -------------------------------------------------------------------------------- /NKC_hr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NKC_hr.json -------------------------------------------------------------------------------- /NKC_it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NKC_it.json -------------------------------------------------------------------------------- /NKC_lt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NKC_lt.json -------------------------------------------------------------------------------- /NKC_nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NKC_nl.json -------------------------------------------------------------------------------- /NKC_pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NKC_pl.json -------------------------------------------------------------------------------- /NKC_sv-FI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NKC_sv-FI.json -------------------------------------------------------------------------------- /NoC-CR_ca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-CR_ca.json -------------------------------------------------------------------------------- /NoC-CR_de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-CR_de.json -------------------------------------------------------------------------------- /NoC-CR_en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-CR_en.json -------------------------------------------------------------------------------- /NoC-CR_es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-CR_es.json -------------------------------------------------------------------------------- /NoC-CR_et.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-CR_et.json -------------------------------------------------------------------------------- /NoC-CR_fi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-CR_fi.json -------------------------------------------------------------------------------- /NoC-CR_fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-CR_fr.json -------------------------------------------------------------------------------- /NoC-CR_hi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-CR_hi.json -------------------------------------------------------------------------------- /NoC-CR_hr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-CR_hr.json -------------------------------------------------------------------------------- /NoC-CR_it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-CR_it.json -------------------------------------------------------------------------------- /NoC-CR_lt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-CR_lt.json -------------------------------------------------------------------------------- /NoC-CR_nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-CR_nl.json -------------------------------------------------------------------------------- /NoC-CR_pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-CR_pl.json -------------------------------------------------------------------------------- /NoC-CR_sv-FI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-CR_sv-FI.json -------------------------------------------------------------------------------- /NoC-NC_ca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-NC_ca.json -------------------------------------------------------------------------------- /NoC-NC_de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-NC_de.json -------------------------------------------------------------------------------- /NoC-NC_en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-NC_en.json -------------------------------------------------------------------------------- /NoC-NC_es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-NC_es.json -------------------------------------------------------------------------------- /NoC-NC_et.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-NC_et.json -------------------------------------------------------------------------------- /NoC-NC_fi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-NC_fi.json -------------------------------------------------------------------------------- /NoC-NC_fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-NC_fr.json -------------------------------------------------------------------------------- /NoC-NC_hi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-NC_hi.json -------------------------------------------------------------------------------- /NoC-NC_hr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-NC_hr.json -------------------------------------------------------------------------------- /NoC-NC_it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-NC_it.json -------------------------------------------------------------------------------- /NoC-NC_lt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-NC_lt.json -------------------------------------------------------------------------------- /NoC-NC_nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-NC_nl.json -------------------------------------------------------------------------------- /NoC-NC_pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-NC_pl.json -------------------------------------------------------------------------------- /NoC-NC_sv-FI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-NC_sv-FI.json -------------------------------------------------------------------------------- /NoC-OKLR_ca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-OKLR_ca.json -------------------------------------------------------------------------------- /NoC-OKLR_de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-OKLR_de.json -------------------------------------------------------------------------------- /NoC-OKLR_en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-OKLR_en.json -------------------------------------------------------------------------------- /NoC-OKLR_es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-OKLR_es.json -------------------------------------------------------------------------------- /NoC-OKLR_et.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-OKLR_et.json -------------------------------------------------------------------------------- /NoC-OKLR_fi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-OKLR_fi.json -------------------------------------------------------------------------------- /NoC-OKLR_fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-OKLR_fr.json -------------------------------------------------------------------------------- /NoC-OKLR_hi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-OKLR_hi.json -------------------------------------------------------------------------------- /NoC-OKLR_hr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-OKLR_hr.json -------------------------------------------------------------------------------- /NoC-OKLR_it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-OKLR_it.json -------------------------------------------------------------------------------- /NoC-OKLR_lt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-OKLR_lt.json -------------------------------------------------------------------------------- /NoC-OKLR_nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-OKLR_nl.json -------------------------------------------------------------------------------- /NoC-OKLR_pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-OKLR_pl.json -------------------------------------------------------------------------------- /NoC-OKLR_sv-FI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-OKLR_sv-FI.json -------------------------------------------------------------------------------- /NoC-US_ca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-US_ca.json -------------------------------------------------------------------------------- /NoC-US_de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-US_de.json -------------------------------------------------------------------------------- /NoC-US_en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-US_en.json -------------------------------------------------------------------------------- /NoC-US_es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-US_es.json -------------------------------------------------------------------------------- /NoC-US_et.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-US_et.json -------------------------------------------------------------------------------- /NoC-US_fi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-US_fi.json -------------------------------------------------------------------------------- /NoC-US_fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-US_fr.json -------------------------------------------------------------------------------- /NoC-US_hi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-US_hi.json -------------------------------------------------------------------------------- /NoC-US_hr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-US_hr.json -------------------------------------------------------------------------------- /NoC-US_it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-US_it.json -------------------------------------------------------------------------------- /NoC-US_lt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-US_lt.json -------------------------------------------------------------------------------- /NoC-US_nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-US_nl.json -------------------------------------------------------------------------------- /NoC-US_pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-US_pl.json -------------------------------------------------------------------------------- /NoC-US_sv-FI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/NoC-US_sv-FI.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/README.md -------------------------------------------------------------------------------- /UND_ca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/UND_ca.json -------------------------------------------------------------------------------- /UND_de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/UND_de.json -------------------------------------------------------------------------------- /UND_en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/UND_en.json -------------------------------------------------------------------------------- /UND_es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/UND_es.json -------------------------------------------------------------------------------- /UND_et.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/UND_et.json -------------------------------------------------------------------------------- /UND_fi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/UND_fi.json -------------------------------------------------------------------------------- /UND_fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/UND_fr.json -------------------------------------------------------------------------------- /UND_hi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/UND_hi.json -------------------------------------------------------------------------------- /UND_hr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/UND_hr.json -------------------------------------------------------------------------------- /UND_it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/UND_it.json -------------------------------------------------------------------------------- /UND_lt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/UND_lt.json -------------------------------------------------------------------------------- /UND_nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/UND_nl.json -------------------------------------------------------------------------------- /UND_pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/UND_pl.json -------------------------------------------------------------------------------- /UND_sv-FI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/UND_sv-FI.json -------------------------------------------------------------------------------- /collection-ic_ca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-ic_ca.json -------------------------------------------------------------------------------- /collection-ic_de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-ic_de.json -------------------------------------------------------------------------------- /collection-ic_en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-ic_en.json -------------------------------------------------------------------------------- /collection-ic_es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-ic_es.json -------------------------------------------------------------------------------- /collection-ic_et.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-ic_et.json -------------------------------------------------------------------------------- /collection-ic_fi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-ic_fi.json -------------------------------------------------------------------------------- /collection-ic_fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-ic_fr.json -------------------------------------------------------------------------------- /collection-ic_hi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-ic_hi.json -------------------------------------------------------------------------------- /collection-ic_hr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-ic_hr.json -------------------------------------------------------------------------------- /collection-ic_it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-ic_it.json -------------------------------------------------------------------------------- /collection-ic_lt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-ic_lt.json -------------------------------------------------------------------------------- /collection-ic_nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-ic_nl.json -------------------------------------------------------------------------------- /collection-ic_pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-ic_pl.json -------------------------------------------------------------------------------- /collection-ic_sv-FI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-ic_sv-FI.json -------------------------------------------------------------------------------- /collection-nc_ca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-nc_ca.json -------------------------------------------------------------------------------- /collection-nc_de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-nc_de.json -------------------------------------------------------------------------------- /collection-nc_en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-nc_en.json -------------------------------------------------------------------------------- /collection-nc_es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-nc_es.json -------------------------------------------------------------------------------- /collection-nc_et.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-nc_et.json -------------------------------------------------------------------------------- /collection-nc_fi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-nc_fi.json -------------------------------------------------------------------------------- /collection-nc_fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-nc_fr.json -------------------------------------------------------------------------------- /collection-nc_hi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-nc_hi.json -------------------------------------------------------------------------------- /collection-nc_hr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-nc_hr.json -------------------------------------------------------------------------------- /collection-nc_it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-nc_it.json -------------------------------------------------------------------------------- /collection-nc_lt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-nc_lt.json -------------------------------------------------------------------------------- /collection-nc_nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-nc_nl.json -------------------------------------------------------------------------------- /collection-nc_pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-nc_pl.json -------------------------------------------------------------------------------- /collection-nc_sv-FI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-nc_sv-FI.json -------------------------------------------------------------------------------- /collection-other_ca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-other_ca.json -------------------------------------------------------------------------------- /collection-other_de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-other_de.json -------------------------------------------------------------------------------- /collection-other_en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-other_en.json -------------------------------------------------------------------------------- /collection-other_es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-other_es.json -------------------------------------------------------------------------------- /collection-other_et.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-other_et.json -------------------------------------------------------------------------------- /collection-other_fi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-other_fi.json -------------------------------------------------------------------------------- /collection-other_fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-other_fr.json -------------------------------------------------------------------------------- /collection-other_hi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-other_hi.json -------------------------------------------------------------------------------- /collection-other_hr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-other_hr.json -------------------------------------------------------------------------------- /collection-other_it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-other_it.json -------------------------------------------------------------------------------- /collection-other_lt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-other_lt.json -------------------------------------------------------------------------------- /collection-other_nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-other_nl.json -------------------------------------------------------------------------------- /collection-other_pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-other_pl.json -------------------------------------------------------------------------------- /collection-other_sv-FI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/collection-other_sv-FI.json -------------------------------------------------------------------------------- /rights-statements.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rightsstatements/data-model/HEAD/rights-statements.ttl --------------------------------------------------------------------------------