Class: RecommendedMetadata
A mixin that provides the recommended properties needed to index an ontology or SKOS vocabulary in the TIB Terminology Service.
URI: tibts:RecommendedMetadata
classDiagram
class RecommendedMetadata
RecommendedMetadata <|-- Ontology
RecommendedMetadata <|-- SkosConceptScheme
RecommendedMetadata : applicationExample
RecommendedMetadata : audience
RecommendedMetadata : citations
RecommendedMetadata : contactInfo
RecommendedMetadata : contributor
RecommendedMetadata : derivedFrom
RecommendedMetadata : distributions
RecommendedMetadata : domainCovered
RecommendedMetadata : fundingInfo
RecommendedMetadata : languageCovered
RecommendedMetadata : languageExpressedIn
RecommendedMetadata : references
RecommendedMetadata : rootTerms
RecommendedMetadata : sourceRepository
RecommendedMetadata : status
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
contributor | 0..* recommended Uriorcurie |
The ontology should state who was or is contributing to its development | direct |
contactInfo | 0..1 recommended String |
direct | |
fundingInfo | 0..1 recommended String |
direct | |
audience | 0..1 recommended String |
direct | |
domainCovered | 0..1 recommended String |
direct | |
languageCovered | 0..1 recommended String |
direct | |
languageExpressedIn | 0..1 recommended String |
direct | |
status | 0..1 recommended String |
direct | |
sourceRepository | 0..1 recommended String |
direct | |
distributions | 0..1 recommended String |
direct | |
applicationExample | 0..1 recommended String |
direct | |
references | 0..1 recommended String |
direct | |
citations | 0..1 recommended String |
direct | |
derivedFrom | 0..* recommended String |
A property to provide one or more sources from which a ressource was derived | direct |
rootTerms | 0..1 recommended String |
direct |
Mixin Usage
mixed into | description |
---|---|
Ontology | An OWL ontology |
SkosConceptScheme | A SKOS vocabulary serialized in RDF using the skos:ConceptScheme |
Mappings
Mapping Type | Mapped Value |
---|---|
self | tibts:RecommendedMetadata |
native | tibts:RecommendedMetadata |
LinkML Source
Direct
name: RecommendedMetadata
description: A mixin that provides the recommended properties needed to index an ontology
or SKOS vocabulary in the TIB Terminology Service.
from_schema: http://terminology.tib.eu/schema
rank: 1000
mixin: true
slots:
- contributor
- contactInfo
- fundingInfo
- audience
- domainCovered
- languageCovered
- languageExpressedIn
- status
- sourceRepository
- distributions
- applicationExample
- references
- citations
- derivedFrom
- rootTerms
Induced
name: RecommendedMetadata
description: A mixin that provides the recommended properties needed to index an ontology
or SKOS vocabulary in the TIB Terminology Service.
from_schema: http://terminology.tib.eu/schema
rank: 1000
mixin: true
attributes:
contributor:
name: contributor
description: "The ontology should state who was or is contributing to its development.\
\ It is recommended to not only provide the contributor's names but also to\
\ link to their ORCID, ROR or Wikidata profiles if available. Using an IRI to\
\ identify the creator is a must when using the dcterms:contributor predicat.\
\ For a literal representations of a creator the predicate dc:contributor is\
\ recommended to be in line with DCMI specs.\n\nThis metadatum is also recommended\
\ as required by:\n\n * https://w3id.org/mod/2.0\n * https://lov.linkeddata.es/Recommendations_Vocabulary_Design.pdf\n\
\ * https://github.com/owlcs/miro/blob/master/miro.md#c2-development-community\n\
\ * https://dgarijo.github.io/Widoco/doc/bestPractices/index-en.html\n * [Best\
\ Practices for Implementing FAIR Vocabularies and Ontologies on the Web ](http://dgarijo.com/papers/best_practices2020.pdf)\n"
comments:
- For the RDF implementation, we recommend using the URI provided here as a standard,
but the URI(s) listed under **See Also** might be used as alternative for this
predicate.
from_schema: http://terminology.tib.eu/schema
see_also:
- prov:wasAttributedTo
rank: 1000
is_a: provenanceProperty
slot_uri: dcterms:contributor
multivalued: true
alias: contributor
owner: RecommendedMetadata
domain_of:
- RecommendedMetadata
range: uriorcurie
required: false
recommended: true
contactInfo:
name: contactInfo
from_schema: http://terminology.tib.eu/schema
rank: 1000
alias: contactInfo
owner: RecommendedMetadata
domain_of:
- RecommendedMetadata
range: string
recommended: true
fundingInfo:
name: fundingInfo
from_schema: http://terminology.tib.eu/schema
rank: 1000
alias: fundingInfo
owner: RecommendedMetadata
domain_of:
- RecommendedMetadata
range: string
recommended: true
audience:
name: audience
from_schema: http://terminology.tib.eu/schema
rank: 1000
alias: audience
owner: RecommendedMetadata
domain_of:
- RecommendedMetadata
range: string
recommended: true
domainCovered:
name: domainCovered
from_schema: http://terminology.tib.eu/schema
rank: 1000
alias: domainCovered
owner: RecommendedMetadata
domain_of:
- RecommendedMetadata
range: string
recommended: true
languageCovered:
name: languageCovered
from_schema: http://terminology.tib.eu/schema
rank: 1000
alias: languageCovered
owner: RecommendedMetadata
domain_of:
- RecommendedMetadata
range: string
recommended: true
languageExpressedIn:
name: languageExpressedIn
from_schema: http://terminology.tib.eu/schema
rank: 1000
alias: languageExpressedIn
owner: RecommendedMetadata
domain_of:
- RecommendedMetadata
range: string
recommended: true
status:
name: status
from_schema: http://terminology.tib.eu/schema
rank: 1000
alias: status
owner: RecommendedMetadata
domain_of:
- RecommendedMetadata
range: string
recommended: true
sourceRepository:
name: sourceRepository
from_schema: http://terminology.tib.eu/schema
rank: 1000
alias: sourceRepository
owner: RecommendedMetadata
domain_of:
- RecommendedMetadata
range: string
recommended: true
distributions:
name: distributions
from_schema: http://terminology.tib.eu/schema
rank: 1000
alias: distributions
owner: RecommendedMetadata
domain_of:
- RecommendedMetadata
range: string
recommended: true
applicationExample:
name: applicationExample
from_schema: http://terminology.tib.eu/schema
rank: 1000
alias: applicationExample
owner: RecommendedMetadata
domain_of:
- RecommendedMetadata
range: string
recommended: true
references:
name: references
from_schema: http://terminology.tib.eu/schema
rank: 1000
alias: references
owner: RecommendedMetadata
domain_of:
- RecommendedMetadata
range: string
recommended: true
citations:
name: citations
from_schema: http://terminology.tib.eu/schema
rank: 1000
alias: citations
owner: RecommendedMetadata
domain_of:
- RecommendedMetadata
range: string
recommended: true
derivedFrom:
name: derivedFrom
description: A property to provide one or more sources from which a ressource
was derived.
comments:
- For the RDF implementation, we recommend using the URI provided here as a standard,
but the URI(s) listed under **See Also** might be used as alternative for this
predicate.
from_schema: http://terminology.tib.eu/schema
see_also:
- dc:source
- pav:derivedFrom
- prov:wasDerivedFrom
rank: 1000
is_a: provenanceProperty
slot_uri: dcterms:source
multivalued: true
alias: derivedFrom
owner: RecommendedMetadata
domain_of:
- RecommendedMetadata
range: string
recommended: true
rootTerms:
name: rootTerms
from_schema: http://terminology.tib.eu/schema
rank: 1000
alias: rootTerms
owner: RecommendedMetadata
domain_of:
- RecommendedMetadata
range: string
recommended: true