About 2,040 results
Open links in new tab
  1. SQL Alchemy - linkml documentation

    SQL Alchemy ¶ SQL Alchemy is an Object Relational Mapper (ORM) for Python The SQL Alchemy generator will generate Python code for mapping an Object Model to a SQL Database. The structure …

  2. Class: CopyDirective - LinkML-Map

    Instructs a Schema Mapper in how to map to a target schema. Not used for data transformation. URI: linkmltr:CopyDirective

  3. Prefix Generator - linkml documentation

    Prefix Generator ¶ Overview ¶ The prefix generator can be used to create a mapping between prefixes and URIs or IRIs. Prefixes are essentially shorthands or aliases to these longer URIs or IRIs. The …

  4. Tutorial - linkml documentation

    The tutorial is evolving, some things that will be covered in future versions: Generating schemas from:

  5. OWL - linkml documentation

    OWL ¶ Example Output ¶ personinfo.owl.ttl Overview ¶ Web Ontology Language OWL is a modeling language used to author ontologies. OWL is used for building ontologies, whereas LinkML is a …

  6. Models - linkml documentation

    Models ¶ A LinkML model (aka schema, aka data model) describes the structure of your data, with hooks for specifying the semantics. Your data can be expressed as JSON or YAML files (the default …

  7. Examples of use - linkml documentation

    Examples of use ¶ Introductory Example ¶ See PersonSchema This schema will be used as a core example throughout. It represents people, their attributes, and related entities such as organizations. …

  8. LinkML - Linked data Modeling Language - LinkML - Linked data …

    LinkML is a language for modeling linked dataLinkML model your data LinkML is a general purpose modeling language that can be used with linked data, JSON, and other formalisms LinkML …

  9. Basics - Schemasheets - LinkML

    Basics Schemasheets allow you to write schemas to manage your data without writing any code. You keep the source for your schema as a spreadsheet (e.g. in google sheets), and convert to LinkML …

  10. FAQ - LinkML-Map

    The origins lie partly in the SSSOM standard, which is intended as an ultra-simple way of specifying precise mappings between entities (e.g. schema.org Person is the same as DBPedia person). We …