mirror of
https://github.com/p2p-ld/linkml-activitypub.git
synced 2025-01-10 05:24:26 +00:00
19 lines
490 B
YAML
19 lines
490 B
YAML
---
|
|
{
|
|
"PATO": "http://purl.obolibrary.org/obo/PATO_",
|
|
"biolink": "https://w3id.org/biolink/",
|
|
"famrel": "http://example.org/famrel/",
|
|
"linkml": "https://w3id.org/linkml/",
|
|
"my_datamodel": "https://w3id.org/my_org/my_datamodel",
|
|
"prov": "http://www.w3.org/ns/prov#",
|
|
"schema": "http://schema.org/",
|
|
"Address": {
|
|
"@id": "schema:PostalAddress"
|
|
},
|
|
"Organization": {
|
|
"@id": "schema:Organization"
|
|
},
|
|
"Person": {
|
|
"@id": "schema:Person"
|
|
}
|
|
}
|