sssom_pydantic
Getting Started
Installation
Usage
sssom_pydantic.api Module
sssom_pydantic.io Module
sssom_pydantic.models Module
sssom_pydantic.process Module
sssom_pydantic.query Module
Functions
count_entities
count_prefix_pairs
count_unique_entities
filter_mappings
get_mappings
paginate_mappings
sort_mappings
Classes
Class Inheritance Diagram
Command Line Interface
Contrib
sssom_pydantic
Usage
get_mappings
View page source
get_mappings
get_mappings
(
mappings
:
Sequence
[
SemanticMapping
]
,
query
:
Query
|
None
=
None
,
*
,
limit
:
int
|
None
=
None
,
offset
:
int
|
None
=
None
,
order_by
:
Sort
|
None
=
None
,
converter
:
Converter
|
None
=
None
)
→
Sequence
[
SemanticMapping
]
[source]
Get a sequence of mappings.