44 lines
1,010 B
YAML
44 lines
1,010 B
YAML
id: https://nde.nl/ontology/hc/slot/open_source
|
|
name: open_source_slot
|
|
title: Open Source Slot
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
prov: http://www.w3.org/ns/prov#
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
|
org: http://www.w3.org/ns/org#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
imports:
|
|
- linkml:types
|
|
default_prefix: hc
|
|
slots:
|
|
open_source:
|
|
description: 'Is this CMS open-source software?
|
|
|
|
|
|
Boolean flag. If true, license slot should contain OSI-approved license.
|
|
|
|
|
|
Open-source CMS examples:
|
|
|
|
- CollectiveAccess (GPL-3.0)
|
|
|
|
- ArchivesSpace (ECL-2.0)
|
|
|
|
- Omeka S (GPL-3.0)
|
|
|
|
- DSpace (BSD-3-Clause)
|
|
|
|
- Koha (GPL-3.0)
|
|
|
|
'
|
|
range: boolean
|
|
slot_uri: hc:openSource
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
exact_mappings:
|
|
- hc:openSource
|