Enum: EntityTypeEnum
URI: sssom:entity_type_enum
Permissible Values
| Value |
Meaning |
Description |
| owl class |
owl:Class |
|
| owl object property |
owl:ObjectProperty |
|
| owl data property |
owl:DataProperty |
|
| owl annotation property |
owl:AnnotationProperty |
|
| owl named individual |
owl:NamedIndividual |
|
| skos concept |
skos:Concept |
|
| rdfs resource |
rdfs:Resource |
|
| rdfs class |
rdfs:Class |
|
| rdfs literal |
rdfs:Literal |
This value indicates that the entity being mapped is not a semantic entity wi... |
| rdfs datatype |
rdfs:Datatype |
|
| rdf property |
rdf:Property |
|
| composed entity expression |
sssom:ComposedEntityExpression |
This value indicates that the entity ID does not represent a single entity, b... |
Slots
| Name |
Description |
| subject_type |
The type of entity that is being mapped |
| predicate_type |
The type of the predicate used to map the subject and object entities |
| object_type |
The type of entity that is being mapped |
Schema Source
- from schema: https://w3id.org/sssom/schema/
LinkML Source
name: entity_type_enum
from_schema: https://w3id.org/sssom/schema/
rank: 1000
permissible_values:
owl class:
text: owl class
meaning: owl:Class
owl object property:
text: owl object property
meaning: owl:ObjectProperty
owl data property:
text: owl data property
meaning: owl:DataProperty
owl annotation property:
text: owl annotation property
meaning: owl:AnnotationProperty
owl named individual:
text: owl named individual
meaning: owl:NamedIndividual
skos concept:
text: skos concept
meaning: skos:Concept
rdfs resource:
text: rdfs resource
meaning: rdfs:Resource
rdfs class:
text: rdfs class
meaning: rdfs:Class
rdfs literal:
text: rdfs literal
description: This value indicates that the entity being mapped is not a semantic
entity with a distinct identifier, but is instead represented entirely by its
literal label. This value MUST NOT be used in the predicate_type slot.
meaning: rdfs:Literal
see_also:
- https://mapping-commons.github.io/sssom/spec-model/#literal-mappings
- https://github.com/mapping-commons/sssom/issues/234
- https://github.com/mapping-commons/sssom/blob/master/examples/schema/literals.sssom.tsv
rdfs datatype:
text: rdfs datatype
meaning: rdfs:Datatype
rdf property:
text: rdf property
meaning: rdf:Property
composed entity expression:
text: composed entity expression
description: This value indicates that the entity ID does not represent a single
entity, but a composite involving several individual entities. This value MUST
NOT be used in the predicate_type slot. This specifications does not prescribe
how an ID representing a composite entity should be interpreted; this is left
at the discretion of applications.
meaning: sssom:ComposedEntityExpression
see_also:
- https://github.com/mapping-commons/sssom/issues/402
- https://github.com/mapping-commons/sssom/blob/master/examples/schema/composite-entities.sssom.tsv