linkml-activitypub/generated/jsonld/activitystreams.context.jsonld

76 lines
2.1 KiB
Text

{
"_comments": "Auto generated from activitystreams.yaml by jsonldcontextgen.py version: 0.1.1\n Generation date: 2022-09-06T10:01:44\n Schema: my_datamodel\n metamodel version: 1.7.0\n model version: None\n \n id: https://w3id.org/my_org/my_datamodel\n description: Enter a detailed description of your project here\n license: https://creativecommons.org/publicdomain/zero/1.0/\n ",
"@context": {
"PATO": {
"@id": "http://purl.obolibrary.org/obo/PATO_",
"@prefix": true
},
"biolink": "https://w3id.org/biolink/",
"famrel": "http://example.org/famrel/",
"linkml": "https://w3id.org/linkml/",
"my_datamodel": {
"@id": "https://w3id.org/my_org/my_datamodel",
"@prefix": true
},
"prov": "http://www.w3.org/ns/prov#",
"schema": "http://schema.org/",
"@vocab": "https://w3id.org/my_org/my_datamodel",
"age_in_years": {
"@type": "xsd:integer"
},
"birth_date": {
"@id": "schema:birthDate"
},
"current_address": {
"@type": "@id"
},
"description": {
"@id": "schema:description"
},
"employed_at": {
"@type": "@id"
},
"ended_at_time": {
"@type": "xsd:date",
"@id": "prov:endedAtTime"
},
"has_familial_relationships": {
"@type": "@id"
},
"id": "@id",
"image": {
"@id": "schema:image"
},
"is_current": {
"@type": "xsd:boolean"
},
"name": {
"@id": "schema:name"
},
"primary_email": {
"@id": "schema:email"
},
"organizations": {
"@type": "@id"
},
"persons": {
"@type": "@id"
},
"related_to": {
"@type": "@id"
},
"started_at_time": {
"@type": "xsd:date",
"@id": "prov:startedAtTime"
},
"Address": {
"@id": "schema:PostalAddress"
},
"Organization": {
"@id": "schema:Organization"
},
"Person": {
"@id": "schema:Person"
}
}
}