Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
1k views

I am using mkdocs to render a markdown encoding of a mermaid Entity Relationship Diagram. The resulting figure looks like this I want to, in any way, make the ER Diagram larger. I have tried ...
rictuar's user avatar
  • 166
2 votes
1 answer
63 views

I want to create: https://w3id.org/linkml/examples/personinfo/44 instead of: personinfo:mynr "44"^^xsd:anyURI . see also: What is the difference between "myURI.com"^^xsd:anyURI and ...
Mat's user avatar
  • 21
0 votes
1 answer
99 views

I created a linkml model named PersonModel: id: PersonModel name: Person Model prefixes: - prefix: person uri: http://example.org/person/ default_prefix: person types: ...
joylix's user avatar
  • 137
1 vote
1 answer
241 views

I wrote a linkml model as follows: #PersonMode.yaml: id: person name: Person slots: - id: name name: name required: true type: string - id: gender name: gender required: true type: ...
joylix's user avatar
  • 137
1 vote
0 answers
78 views

Is it possible to export or convert neo4j data to linkML format, and if so, can this process be reversible?
joylix's user avatar
  • 137
2 votes
1 answer
257 views

I get ValueError: https://ceur-ws.org/Vol-2931/ICBO_2019_paper_20.pdf : is not a valid URI when trying to set an URI typed value using the generated python code from the linkml yaml file at https://...
Wolfgang Fahl's user avatar
1 vote
0 answers
77 views

At https://www.crossref.org/xml-samples/ there are some examples for XML and Json Files that if i understand right are needed to register DOIs for certain items. I'd love to know whether there is ...
Wolfgang Fahl's user avatar
0 votes
2 answers
207 views

As contributor to https://github.com/WolfgangFahl/pyMetaModel i am running into a problem when trying out the generated linkML yaml files with different LinkML generators While the linkML and mermaid ...
Wolfgang Fahl's user avatar
1 vote
1 answer
183 views

linkML's slot concept will allow to share slot names between classes as IMHO is typical for the ontological approach to modeling. In most of my SiDIF based models i am using object oriented approaches ...
Wolfgang Fahl's user avatar
2 votes
2 answers
357 views

The diagrams in https://linkml.io/linkml-model/docs/SchemaDefinition/ and https://linkml.io/linkml-model/docs/ClassDefinition/ show no operations. Since i didn't find an add operation i am accessing ...
Wolfgang Fahl's user avatar