linkml-activitypub/generated/jsonld/activitystreams.jsonld

4497 lines
127 KiB
Text

{
"name": "linkml-activitystreams",
"description": "LinkML representation of ActivityStreams 2 Schema.",
"title": "linkml-activitystreams",
"see_also": [
"https://linkml-activitypub.readthedocs.io",
"https://github.com/p2p_ld/linkml-activitypub",
"https://www.w3.org/TR/activitystreams-vocabulary/"
],
"id": "https://github.com/p2p_ld/linkml-activitypub",
"imports": [
"linkml:types"
],
"license": "GNU GPL v3.0",
"prefixes": [
{
"prefix_prefix": "as",
"prefix_reference": "http://www.w3.org/ns/activitystreams#"
},
{
"prefix_prefix": "linkml",
"prefix_reference": "https://w3id.org/linkml/"
},
{
"prefix_prefix": "owl",
"prefix_reference": "http://www.w3.org/2002/07/owl#"
},
{
"prefix_prefix": "rdf",
"prefix_reference": "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
},
{
"prefix_prefix": "xml",
"prefix_reference": "http://www.w3.org/XML/1998/namespace"
},
{
"prefix_prefix": "xsd",
"prefix_reference": "http://www.w3.org/2001/XMLSchema#"
},
{
"prefix_prefix": "rdfs",
"prefix_reference": "http://www.w3.org/2000/01/rdf-schema#"
},
{
"prefix_prefix": "unit",
"prefix_reference": "http://qudt.org/2.1/vocab/unit/"
}
],
"default_prefix": "as",
"default_range": "string",
"types": [
{
"name": "anyURI",
"definition_uri": "http://www.w3.org/ns/activitystreams#AnyURI",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"typeof": "string",
"base": "str",
"uri": "http://www.w3.org/2001/XMLSchema#anyURI",
"@type": "TypeDefinition"
},
{
"name": "durationType",
"definition_uri": "http://www.w3.org/ns/activitystreams#DurationType",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"typeof": "string",
"base": "str",
"uri": "http://www.w3.org/2001/XMLSchema#duration",
"@type": "TypeDefinition"
},
{
"name": "nonNegativeInteger",
"definition_uri": "http://www.w3.org/ns/activitystreams#NonNegativeInteger",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"typeof": "integer",
"base": "int",
"uri": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
"minimum_value": 0,
"@type": "TypeDefinition"
},
{
"name": "langString",
"definition_uri": "http://www.w3.org/ns/activitystreams#LangString",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"typeof": "string",
"base": "str",
"uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString",
"@type": "TypeDefinition"
},
{
"name": "string",
"definition_uri": "https://w3id.org/linkml/String",
"description": "A character string",
"notes": [
"In RDF serializations, a slot with range of string is treated as a literal or type xsd:string. If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"string\"."
],
"from_schema": "https://w3id.org/linkml/types",
"imported_from": "linkml:types",
"exact_mappings": [
"schema:Text"
],
"base": "str",
"uri": "http://www.w3.org/2001/XMLSchema#string",
"@type": "TypeDefinition"
},
{
"name": "integer",
"definition_uri": "https://w3id.org/linkml/Integer",
"description": "An integer",
"notes": [
"If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"integer\"."
],
"from_schema": "https://w3id.org/linkml/types",
"imported_from": "linkml:types",
"exact_mappings": [
"schema:Integer"
],
"base": "int",
"uri": "http://www.w3.org/2001/XMLSchema#integer",
"@type": "TypeDefinition"
},
{
"name": "boolean",
"definition_uri": "https://w3id.org/linkml/Boolean",
"description": "A binary (true or false) value",
"notes": [
"If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"boolean\"."
],
"from_schema": "https://w3id.org/linkml/types",
"imported_from": "linkml:types",
"exact_mappings": [
"schema:Boolean"
],
"base": "Bool",
"uri": "http://www.w3.org/2001/XMLSchema#boolean",
"repr": "bool",
"@type": "TypeDefinition"
},
{
"name": "float",
"definition_uri": "https://w3id.org/linkml/Float",
"description": "A real number that conforms to the xsd:float specification",
"notes": [
"If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"float\"."
],
"from_schema": "https://w3id.org/linkml/types",
"imported_from": "linkml:types",
"exact_mappings": [
"schema:Float"
],
"base": "float",
"uri": "http://www.w3.org/2001/XMLSchema#float",
"@type": "TypeDefinition"
},
{
"name": "double",
"definition_uri": "https://w3id.org/linkml/Double",
"description": "A real number that conforms to the xsd:double specification",
"notes": [
"If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"double\"."
],
"from_schema": "https://w3id.org/linkml/types",
"imported_from": "linkml:types",
"close_mappings": [
"schema:Float"
],
"base": "float",
"uri": "http://www.w3.org/2001/XMLSchema#double",
"@type": "TypeDefinition"
},
{
"name": "decimal",
"definition_uri": "https://w3id.org/linkml/Decimal",
"description": "A real number with arbitrary precision that conforms to the xsd:decimal specification",
"notes": [
"If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"decimal\"."
],
"from_schema": "https://w3id.org/linkml/types",
"imported_from": "linkml:types",
"broad_mappings": [
"schema:Number"
],
"base": "Decimal",
"uri": "http://www.w3.org/2001/XMLSchema#decimal",
"@type": "TypeDefinition"
},
{
"name": "time",
"definition_uri": "https://w3id.org/linkml/Time",
"description": "A time object represents a (local) time of day, independent of any particular day",
"notes": [
"URI is dateTime because OWL reasoners do not work with straight date or time",
"If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"time\"."
],
"from_schema": "https://w3id.org/linkml/types",
"imported_from": "linkml:types",
"exact_mappings": [
"schema:Time"
],
"base": "XSDTime",
"uri": "http://www.w3.org/2001/XMLSchema#time",
"repr": "str",
"@type": "TypeDefinition"
},
{
"name": "date",
"definition_uri": "https://w3id.org/linkml/Date",
"description": "a date (year, month and day) in an idealized calendar",
"notes": [
"URI is dateTime because OWL reasoners don't work with straight date or time",
"If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"date\"."
],
"from_schema": "https://w3id.org/linkml/types",
"imported_from": "linkml:types",
"exact_mappings": [
"schema:Date"
],
"base": "XSDDate",
"uri": "http://www.w3.org/2001/XMLSchema#date",
"repr": "str",
"@type": "TypeDefinition"
},
{
"name": "datetime",
"definition_uri": "https://w3id.org/linkml/Datetime",
"description": "The combination of a date and time",
"notes": [
"If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"datetime\"."
],
"from_schema": "https://w3id.org/linkml/types",
"imported_from": "linkml:types",
"exact_mappings": [
"schema:DateTime"
],
"base": "XSDDateTime",
"uri": "http://www.w3.org/2001/XMLSchema#dateTime",
"repr": "str",
"@type": "TypeDefinition"
},
{
"name": "date_or_datetime",
"definition_uri": "https://w3id.org/linkml/DateOrDatetime",
"description": "Either a date or a datetime",
"notes": [
"If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"date_or_datetime\"."
],
"from_schema": "https://w3id.org/linkml/types",
"imported_from": "linkml:types",
"base": "str",
"uri": "https://w3id.org/linkml/DateOrDatetime",
"repr": "str",
"@type": "TypeDefinition"
},
{
"name": "uriorcurie",
"definition_uri": "https://w3id.org/linkml/Uriorcurie",
"description": "a URI or a CURIE",
"notes": [
"If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"uriorcurie\"."
],
"from_schema": "https://w3id.org/linkml/types",
"imported_from": "linkml:types",
"base": "URIorCURIE",
"uri": "http://www.w3.org/2001/XMLSchema#anyURI",
"repr": "str",
"@type": "TypeDefinition"
},
{
"name": "curie",
"definition_uri": "https://w3id.org/linkml/Curie",
"conforms_to": "https://www.w3.org/TR/curie/",
"description": "a compact URI",
"notes": [
"If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"curie\"."
],
"comments": [
"in RDF serializations this MUST be expanded to a URI",
"in non-RDF serializations MAY be serialized as the compact representation"
],
"from_schema": "https://w3id.org/linkml/types",
"imported_from": "linkml:types",
"base": "Curie",
"uri": "http://www.w3.org/2001/XMLSchema#string",
"repr": "str",
"@type": "TypeDefinition"
},
{
"name": "uri",
"definition_uri": "https://w3id.org/linkml/Uri",
"conforms_to": "https://www.ietf.org/rfc/rfc3987.txt",
"description": "a complete URI",
"notes": [
"If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"uri\"."
],
"comments": [
"in RDF serializations a slot with range of uri is treated as a literal or type xsd:anyURI unless it is an identifier or a reference to an identifier, in which case it is translated directly to a node"
],
"from_schema": "https://w3id.org/linkml/types",
"imported_from": "linkml:types",
"close_mappings": [
"schema:URL"
],
"base": "URI",
"uri": "http://www.w3.org/2001/XMLSchema#anyURI",
"repr": "str",
"@type": "TypeDefinition"
},
{
"name": "ncname",
"definition_uri": "https://w3id.org/linkml/Ncname",
"description": "Prefix part of CURIE",
"notes": [
"If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"ncname\"."
],
"from_schema": "https://w3id.org/linkml/types",
"imported_from": "linkml:types",
"base": "NCName",
"uri": "http://www.w3.org/2001/XMLSchema#string",
"repr": "str",
"@type": "TypeDefinition"
},
{
"name": "objectidentifier",
"definition_uri": "https://w3id.org/linkml/Objectidentifier",
"description": "A URI or CURIE that represents an object in the model.",
"notes": [
"If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"objectidentifier\"."
],
"comments": [
"Used for inheritance and type checking"
],
"from_schema": "https://w3id.org/linkml/types",
"imported_from": "linkml:types",
"base": "ElementIdentifier",
"uri": "http://www.w3.org/ns/shex#iri",
"repr": "str",
"@type": "TypeDefinition"
},
{
"name": "nodeidentifier",
"definition_uri": "https://w3id.org/linkml/Nodeidentifier",
"description": "A URI, CURIE or BNODE that represents a node in a model.",
"notes": [
"If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"nodeidentifier\"."
],
"from_schema": "https://w3id.org/linkml/types",
"imported_from": "linkml:types",
"base": "NodeIdentifier",
"uri": "http://www.w3.org/ns/shex#nonLiteral",
"repr": "str",
"@type": "TypeDefinition"
},
{
"name": "jsonpointer",
"definition_uri": "https://w3id.org/linkml/Jsonpointer",
"conforms_to": "https://datatracker.ietf.org/doc/html/rfc6901",
"description": "A string encoding a JSON Pointer. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to a valid object within the current instance document when encoded in tree form.",
"notes": [
"If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"jsonpointer\"."
],
"from_schema": "https://w3id.org/linkml/types",
"imported_from": "linkml:types",
"base": "str",
"uri": "http://www.w3.org/2001/XMLSchema#string",
"repr": "str",
"@type": "TypeDefinition"
},
{
"name": "jsonpath",
"definition_uri": "https://w3id.org/linkml/Jsonpath",
"conforms_to": "https://www.ietf.org/archive/id/draft-goessner-dispatch-jsonpath-00.html",
"description": "A string encoding a JSON Path. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded in tree form.",
"notes": [
"If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"jsonpath\"."
],
"from_schema": "https://w3id.org/linkml/types",
"imported_from": "linkml:types",
"base": "str",
"uri": "http://www.w3.org/2001/XMLSchema#string",
"repr": "str",
"@type": "TypeDefinition"
},
{
"name": "sparqlpath",
"definition_uri": "https://w3id.org/linkml/Sparqlpath",
"conforms_to": "https://www.w3.org/TR/sparql11-query/#propertypaths",
"description": "A string encoding a SPARQL Property Path. The value of the string MUST conform to SPARQL syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded as RDF.",
"notes": [
"If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"sparqlpath\"."
],
"from_schema": "https://w3id.org/linkml/types",
"imported_from": "linkml:types",
"base": "str",
"uri": "http://www.w3.org/2001/XMLSchema#string",
"repr": "str",
"@type": "TypeDefinition"
}
],
"enums": [
{
"name": "unitEnum",
"definition_uri": "http://www.w3.org/ns/activitystreams#UnitEnum",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"permissible_values": [
{
"text": "cm",
"meaning": "unit:CM"
},
{
"text": "feet",
"meaning": "unit:FT"
},
{
"text": "inches",
"meaning": "unit:IN"
},
{
"text": "km",
"meaning": "unit:KiloM"
},
{
"text": "m",
"meaning": "unit:M"
},
{
"text": "miles",
"meaning": "unit:MI"
}
]
}
],
"slots": [
{
"name": "id",
"definition_uri": "http://www.w3.org/ns/activitystreams#id",
"description": "Provides the globally unique identifier for an Object or Link.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#id"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#id",
"owner": "Link",
"domain_of": [
"Object",
"Link"
],
"range": "anyURI",
"@type": "SlotDefinition"
},
{
"name": "type",
"definition_uri": "http://www.w3.org/ns/activitystreams#type",
"description": "Identifies the Object or Link type. Multiple values may be specified.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"slot_uri": "http://www.w3.org/ns/activitystreams#type",
"multivalued": true,
"domain_of": [
"Object",
"Link"
],
"range": "anyURI",
"@type": "SlotDefinition"
},
{
"name": "actor",
"definition_uri": "http://www.w3.org/ns/activitystreams#actor",
"description": "Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#actor"
],
"is_a": "attributedTo",
"slot_uri": "http://www.w3.org/ns/activitystreams#actor",
"multivalued": true,
"owner": "Activity",
"domain_of": [
"As:Activity",
"Activity"
],
"range": "string",
"any_of": [
{
"range": "Object",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "attachment",
"definition_uri": "http://www.w3.org/ns/activitystreams#attachment",
"description": "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#attachment"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#attachment",
"multivalued": true,
"owner": "Object",
"domain_of": [
"Object"
],
"range": "string",
"any_of": [
{
"range": "Object",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "attributedTo",
"definition_uri": "http://www.w3.org/ns/activitystreams#attributedTo",
"description": "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#attributedTo"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#attributedTo",
"multivalued": true,
"owner": "Object",
"domain_of": [
"Link",
"Object"
],
"range": "string",
"any_of": [
{
"range": "Link",
"@type": "AnonymousSlotExpression"
},
{
"range": "Object",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "audience",
"definition_uri": "http://www.w3.org/ns/activitystreams#audience",
"description": "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#audience"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#audience",
"multivalued": true,
"owner": "Object",
"domain_of": [
"Object"
],
"range": "string",
"any_of": [
{
"range": "Object",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "bcc",
"definition_uri": "http://www.w3.org/ns/activitystreams#bcc",
"description": "Identifies one or more Objects that are part of the private secondary audience of this Object.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#bcc"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#bcc",
"multivalued": true,
"owner": "Object",
"domain_of": [
"Object"
],
"range": "string",
"any_of": [
{
"range": "Object",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "bto",
"definition_uri": "http://www.w3.org/ns/activitystreams#bto",
"description": "Identifies an Object that is part of the private primary audience of this Object.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#bto"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#bto",
"multivalued": true,
"owner": "Object",
"domain_of": [
"Object"
],
"range": "string",
"any_of": [
{
"range": "Object",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "cc",
"definition_uri": "http://www.w3.org/ns/activitystreams#cc",
"description": "Identifies an Object that is part of the public secondary audience of this Object.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#cc"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#cc",
"multivalued": true,
"owner": "Object",
"domain_of": [
"Object"
],
"range": "string",
"any_of": [
{
"range": "Object",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "context",
"definition_uri": "http://www.w3.org/ns/activitystreams#context",
"description": "Identifies the context within which the object exists or an activity was performed.\nThe notion of \"context\" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.\n",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#context"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#context",
"multivalued": true,
"owner": "Object",
"domain_of": [
"Object"
],
"range": "string",
"any_of": [
{
"range": "Object",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "current",
"definition_uri": "http://www.w3.org/ns/activitystreams#current",
"description": "In a paged Collection, indicates the page that contains the most recently updated member items.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#current"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#current",
"owner": "Collection",
"domain_of": [
"As:Collection",
"Collection"
],
"range": "string",
"any_of": [
{
"range": "CollectionPage",
"@type": "AnonymousSlotExpression"
},
{
"range": "OrderedCollectionPage",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "first",
"definition_uri": "http://www.w3.org/ns/activitystreams#first",
"description": "In a paged Collection, indicates the furthest preceeding page of items in the collection.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#first"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#first",
"owner": "Collection",
"domain_of": [
"As:Collection",
"Collection"
],
"range": "string",
"any_of": [
{
"range": "CollectionPage",
"@type": "AnonymousSlotExpression"
},
{
"range": "OrderedCollectionPage",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "generator",
"definition_uri": "http://www.w3.org/ns/activitystreams#generator",
"description": "Identifies the entity (e.g. an application) that generated the object.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#generator"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#generator",
"multivalued": true,
"owner": "Object",
"domain_of": [
"Object"
],
"range": "string",
"any_of": [
{
"range": "Object",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "icon",
"definition_uri": "http://www.w3.org/ns/activitystreams#icon",
"description": "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#icon"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#icon",
"multivalued": true,
"owner": "Object",
"domain_of": [
"Object"
],
"range": "string",
"any_of": [
{
"range": "Image",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "image",
"definition_uri": "http://www.w3.org/ns/activitystreams#image",
"description": "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#image"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#image",
"multivalued": true,
"owner": "Object",
"domain_of": [
"Object"
],
"range": "string",
"any_of": [
{
"range": "Image",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "inReplyTo",
"definition_uri": "http://www.w3.org/ns/activitystreams#inReplyTo",
"description": "Indicates one or more entities for which this object is considered a response.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#inReplyTo"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#inReplyTo",
"multivalued": true,
"owner": "Object",
"domain_of": [
"Object"
],
"range": "string",
"any_of": [
{
"range": "Object",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "instrument",
"definition_uri": "http://www.w3.org/ns/activitystreams#instrument",
"description": "Identifies one or more objects used (or to be used) in the completion of an Activity.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#instrument"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#instrument",
"multivalued": true,
"owner": "Activity",
"domain_of": [
"Activity"
],
"range": "string",
"any_of": [
{
"range": "Object",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "last",
"definition_uri": "http://www.w3.org/ns/activitystreams#last",
"description": "In a paged Collection, indicates the furthest proceeding page of the collection.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#last"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#last",
"owner": "Collection",
"domain_of": [
"Collection"
],
"range": "string",
"any_of": [
{
"range": "CollectionPage",
"@type": "AnonymousSlotExpression"
},
{
"range": "OrderedCollectionPage",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "location",
"definition_uri": "http://www.w3.org/ns/activitystreams#location",
"description": "Indicates one or more physical or logical locations associated with the object.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#location"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#location",
"multivalued": true,
"owner": "Object",
"domain_of": [
"Object"
],
"range": "string",
"any_of": [
{
"range": "Object",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "items",
"definition_uri": "http://www.w3.org/ns/activitystreams#items",
"description": "Identifies the items contained in a collection. The items might be ordered or unordered.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#items"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#items",
"multivalued": true,
"owner": "Collection",
"domain_of": [
"Collection"
],
"range": "string",
"any_of": [
{
"range": "Object",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "oneOf",
"definition_uri": "http://www.w3.org/ns/activitystreams#oneOf",
"description": "Identifies an exclusive option for a Question. Use of oneOf implies that the Question can have only a single answer. To indicate that a Question can have multiple answers, use anyOf.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#oneOf"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#oneOf",
"multivalued": true,
"owner": "Question",
"domain_of": [
"Question"
],
"range": "string",
"any_of": [
{
"range": "Object",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "anyOf",
"definition_uri": "http://www.w3.org/ns/activitystreams#anyOf",
"description": "Identifies an inclusive option for a Question. Use of anyOf implies that the Question can have multiple answers. To indicate that a Question can have only one answer, use oneOf.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#anyOf"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#anyOf",
"multivalued": true,
"owner": "Question",
"domain_of": [
"Question"
],
"range": "string",
"any_of": [
{
"range": "Object",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "closed",
"definition_uri": "http://www.w3.org/ns/activitystreams#closed",
"description": "Indicates that a question has been closed, and answers are no longer accepted.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"slot_uri": "http://www.w3.org/ns/activitystreams#closed",
"domain_of": [
"Question"
],
"range": "string",
"any_of": [
{
"range": "Object",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
},
{
"range": "datetime",
"@type": "AnonymousSlotExpression"
},
{
"range": "boolean",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "origin",
"definition_uri": "http://www.w3.org/ns/activitystreams#origin",
"description": "Describes an indirect object of the activity from which the activity is directed. The precise meaning of the origin is the object of the English preposition \"from\". For instance, in the activity \"John moved an item to List B from List A\", the origin of the activity is \"List A\".",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#origin"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#origin",
"multivalued": true,
"owner": "Activity",
"domain_of": [
"Activity"
],
"range": "string",
"any_of": [
{
"range": "Object",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "next",
"definition_uri": "http://www.w3.org/ns/activitystreams#next",
"description": "In a paged Collection, indicates the next page of items.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#next"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#next",
"owner": "OrderedCollectionPage",
"domain_of": [
"CollectionPage",
"OrderedCollectionPage"
],
"range": "string",
"any_of": [
{
"range": "CollectionPage",
"@type": "AnonymousSlotExpression"
},
{
"range": "OrderedCollectionPage",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "object",
"definition_uri": "http://www.w3.org/ns/activitystreams#object",
"description": "When used within an Activity, describes the direct object of the activity. For instance, in the activity \"John added a movie to his wishlist\", the object of the activity is the movie added.\nWhen used within a Relationship describes the entity to which the subject is related.\n",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#object"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#object",
"multivalued": true,
"owner": "Relationship",
"domain_of": [
"Activity",
"Relationship"
],
"range": "string",
"any_of": [
{
"range": "Object",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "prev",
"definition_uri": "http://www.w3.org/ns/activitystreams#prev",
"description": "In a paged Collection, identifies the previous page of items.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#prev"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#prev",
"owner": "OrderedCollectionPage",
"domain_of": [
"CollectionPage",
"OrderedCollectionPage"
],
"range": "string",
"any_of": [
{
"range": "CollectionPage",
"@type": "AnonymousSlotExpression"
},
{
"range": "OrderedCollectionPage",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "preview",
"definition_uri": "http://www.w3.org/ns/activitystreams#preview",
"description": "Identifies an entity that provides a preview of this object.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#preview"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#preview",
"multivalued": true,
"owner": "Link",
"domain_of": [
"Link",
"Object"
],
"range": "string",
"any_of": [
{
"range": "Link",
"@type": "AnonymousSlotExpression"
},
{
"range": "Object",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "result",
"definition_uri": "http://www.w3.org/ns/activitystreams#result",
"description": "Describes the result of the activity. For instance, if a particular action results in the creation of a new resource, the result property can be used to describe that new resource.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#result"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#result",
"multivalued": true,
"owner": "Activity",
"domain_of": [
"Activity"
],
"range": "string",
"any_of": [
{
"range": "Object",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "replies",
"definition_uri": "http://www.w3.org/ns/activitystreams#replies",
"description": "Identifies a Collection containing objects considered to be responses to this object.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#replies"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#replies",
"owner": "Object",
"domain_of": [
"Object"
],
"range": "Collection",
"inlined": true,
"@type": "SlotDefinition"
},
{
"name": "tag",
"definition_uri": "http://www.w3.org/ns/activitystreams#tag",
"description": "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#tag"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#tag",
"multivalued": true,
"owner": "Object",
"domain_of": [
"Object"
],
"range": "string",
"any_of": [
{
"range": "Object",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "target",
"definition_uri": "http://www.w3.org/ns/activitystreams#target",
"description": "Describes the indirect object, or target, of the activity. The precise meaning of the target is largely dependent on the type of action being described but will often be the object of the English preposition \"to\". For instance, in the activity \"John added a movie to his wishlist\", the target of the activity is John's wishlist. An activity can have more than one target.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#target"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#target",
"multivalued": true,
"owner": "Activity",
"domain_of": [
"Activity"
],
"range": "string",
"any_of": [
{
"range": "Object",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "to",
"definition_uri": "http://www.w3.org/ns/activitystreams#to",
"description": "Identifies an entity considered to be part of the public primary audience of an Object",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#to"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#to",
"multivalued": true,
"owner": "Object",
"domain_of": [
"Object"
],
"range": "string",
"any_of": [
{
"range": "Object",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "url",
"definition_uri": "http://www.w3.org/ns/activitystreams#url",
"description": "Identifies one or more links to representations of the object",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#url"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#url",
"multivalued": true,
"owner": "Object",
"domain_of": [
"Object"
],
"range": "string",
"any_of": [
{
"range": "anyURI",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "accuracy",
"definition_uri": "http://www.w3.org/ns/activitystreams#accuracy",
"description": "Indicates the accuracy of position coordinates on a Place objects. Expressed in properties of percentage. e.g. \"94.0\" means \"94.0% accurate\".",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#accuracy"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#accuracy",
"owner": "Place",
"domain_of": [
"Place"
],
"range": "float",
"minimum_value": 0,
"maximum_value": 100,
"@type": "SlotDefinition"
},
{
"name": "altitude",
"definition_uri": "http://www.w3.org/ns/activitystreams#altitude",
"description": "Indicates the altitude of a place. The measurement units is indicated using the units property. If units is not specified, the default is assumed to be \"m\" indicating meters.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#altitude"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#altitude",
"owner": "Place",
"domain_of": [
"Object",
"Place"
],
"range": "float",
"@type": "SlotDefinition"
},
{
"name": "content",
"definition_uri": "http://www.w3.org/ns/activitystreams#content",
"description": "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#content"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#content",
"multivalued": true,
"owner": "Object",
"domain_of": [
"Object"
],
"range": "string",
"any_of": [
{
"range": "string",
"@type": "AnonymousSlotExpression"
},
{
"range": "langString",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "name",
"definition_uri": "http://www.w3.org/ns/activitystreams#name",
"description": "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/2000/01/rdf-schema#name"
],
"slot_uri": "http://www.w3.org/2000/01/rdf-schema#name",
"multivalued": true,
"owner": "Link",
"domain_of": [
"Object",
"Link"
],
"range": "string",
"any_of": [
{
"range": "string",
"@type": "AnonymousSlotExpression"
},
{
"range": "langString",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "duration",
"definition_uri": "http://www.w3.org/ns/activitystreams#duration",
"description": "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\").",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"see_also": [
"https://www.w3.org/TR/xmlschema11-2/"
],
"mappings": [
"http://www.w3.org/ns/activitystreams#duration"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#duration",
"owner": "Object",
"domain_of": [
"Object"
],
"range": "durationType",
"@type": "SlotDefinition"
},
{
"name": "height",
"definition_uri": "http://www.w3.org/ns/activitystreams#height",
"description": "On a Link, specifies a hint as to the rendering height in device-independent pixels of the linked resource.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#height"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#height",
"owner": "Link",
"domain_of": [
"Link"
],
"range": "nonNegativeInteger",
"minimum_value": 0,
"@type": "SlotDefinition"
},
{
"name": "href",
"definition_uri": "http://www.w3.org/ns/activitystreams#href",
"description": "The target resource pointed to by a Link.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#href"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#href",
"owner": "Link",
"domain_of": [
"Link"
],
"range": "anyURI",
"@type": "SlotDefinition"
},
{
"name": "hreflang",
"definition_uri": "http://www.w3.org/ns/activitystreams#hreflang",
"description": "Hints as to the language used by the target resource. Value MUST be a [BCP47] Language-Tag.",
"notes": [
"Inheriting from schema:inLanguage in order to specify IETF BCP47 language codes since there isn't a formal ontology I can find"
],
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#hreflang"
],
"close_mappings": [
"http://schema.org/inLanguage"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#hreflang",
"owner": "Link",
"domain_of": [
"Link"
],
"range": "string",
"@type": "SlotDefinition"
},
{
"name": "partOf",
"definition_uri": "http://www.w3.org/ns/activitystreams#partOf",
"description": "Identifies the Collection to which a CollectionPage objects items belong.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#partOf"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#partOf",
"owner": "OrderedCollectionPage",
"domain_of": [
"CollectionPage",
"OrderedCollectionPage"
],
"range": "string",
"any_of": [
{
"range": "Link",
"@type": "AnonymousSlotExpression"
},
{
"range": "Collection",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "latitude",
"definition_uri": "http://www.w3.org/ns/activitystreams#latitude",
"description": "The latitude of a place",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#latitude"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#latitude",
"owner": "Place",
"domain_of": [
"Place"
],
"range": "float",
"@type": "SlotDefinition"
},
{
"name": "longitude",
"definition_uri": "http://www.w3.org/ns/activitystreams#longitude",
"description": "The longitude of a place",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#longitude"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#longitude",
"owner": "Place",
"domain_of": [
"Place"
],
"range": "float",
"@type": "SlotDefinition"
},
{
"name": "mediaType",
"definition_uri": "http://www.w3.org/ns/activitystreams#mediaType",
"description": "When used on a Link, identifies the MIME media type of the referenced resource.\nWhen used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.\n",
"notes": [
"Like hreflang, casting as schema:encodingFormat to specify a MIME type"
],
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#mediaType"
],
"exact_mappings": [
"http://schema.org/encodingFormat"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#mediaType",
"owner": "Link",
"domain_of": [
"Link",
"Object"
],
"range": "string",
"@type": "SlotDefinition"
},
{
"name": "endTime",
"definition_uri": "http://www.w3.org/ns/activitystreams#endTime",
"description": "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#endTime"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#endTime",
"owner": "Object",
"domain_of": [
"Object"
],
"range": "datetime",
"@type": "SlotDefinition"
},
{
"name": "published",
"definition_uri": "http://www.w3.org/ns/activitystreams#published",
"description": "The date and time at which the object was published",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#published"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#published",
"owner": "Object",
"domain_of": [
"Object"
],
"range": "datetime",
"@type": "SlotDefinition"
},
{
"name": "startTime",
"definition_uri": "http://www.w3.org/ns/activitystreams#startTime",
"description": "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#startTime"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#startTime",
"owner": "Object",
"domain_of": [
"Object"
],
"range": "datetime",
"@type": "SlotDefinition"
},
{
"name": "radius",
"definition_uri": "http://www.w3.org/ns/activitystreams#radius",
"description": "The radius from the given latitude and longitude for a Place. The units is expressed by the units property. If units is not specified, the default is assumed to be \"m\" indicating \"meters\".",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#radius"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#radius",
"owner": "Place",
"domain_of": [
"Place"
],
"range": "float",
"minimum_value": 0,
"@type": "SlotDefinition"
},
{
"name": "rel",
"definition_uri": "http://www.w3.org/ns/activitystreams#rel",
"description": "A link relation associated with a Link. The value MUST conform to both the [HTML5] and [RFC5988] \"link relation\" definitions.\nIn the [HTML5], any string not containing the \"space\" U+0020, \"tab\" (U+0009), \"LF\" (U+000A), \"FF\" (U+000C), \"CR\" (U+000D) or \",\" (U+002C) characters can be used as a valid link relation.\n",
"notes": [
"No validation is done or type could be found for declaring the RCF5988 or HTML5 link relation types"
],
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#rel"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#rel",
"multivalued": true,
"owner": "Link",
"domain_of": [
"Link"
],
"range": "string",
"@type": "SlotDefinition"
},
{
"name": "startIndex",
"definition_uri": "http://www.w3.org/ns/activitystreams#startIndex",
"description": "A non-negative integer value identifying the relative position within the logical view of a strictly ordered collection.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"slot_uri": "http://www.w3.org/ns/activitystreams#startIndex",
"owner": "OrderedCollectionPage",
"domain_of": [
"OrderedCollectionPage"
],
"range": "nonNegativeInteger",
"minimum_value": 0,
"@type": "SlotDefinition"
},
{
"name": "summary",
"definition_uri": "http://www.w3.org/ns/activitystreams#summary",
"description": "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#summary"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#summary",
"multivalued": true,
"owner": "Object",
"domain_of": [
"Object"
],
"range": "string",
"any_of": [
{
"range": "string",
"@type": "AnonymousSlotExpression"
},
{
"range": "langString",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "totalItems",
"definition_uri": "http://www.w3.org/ns/activitystreams#totalItems",
"description": "A non-negative integer specifying the total number of objects contained by the logical view of the collection. This number might not reflect the actual number of items serialized within the Collection object instance.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#totalItems"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#totalItems",
"owner": "Collection",
"domain_of": [
"Collection"
],
"range": "nonNegativeInteger",
"minimum_value": 0,
"@type": "SlotDefinition"
},
{
"name": "units",
"definition_uri": "http://www.w3.org/ns/activitystreams#units",
"description": "Specifies the measurement units for the radius and altitude properties on a Place object. If not specified, the default is assumed to be \"m\" for \"meters\".",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#units"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#units",
"owner": "Place",
"domain_of": [
"Place"
],
"range": "string",
"any_of": [
{
"range": "unitEnum",
"@type": "AnonymousSlotExpression"
},
{
"range": "anyURI",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "updated",
"definition_uri": "http://www.w3.org/ns/activitystreams#updated",
"description": "The date and time at which the object was updated",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#updated"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#updated",
"owner": "Object",
"domain_of": [
"Object"
],
"range": "datetime",
"@type": "SlotDefinition"
},
{
"name": "width",
"definition_uri": "http://www.w3.org/ns/activitystreams#width",
"description": "On a Link, specifies a hint as to the rendering width in device-independent pixels of the linked resource.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#width"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#width",
"owner": "Link",
"domain_of": [
"Link"
],
"range": "nonNegativeInteger",
"minimum_value": 0,
"@type": "SlotDefinition"
},
{
"name": "subject",
"definition_uri": "http://www.w3.org/ns/activitystreams#subject",
"description": "On a Relationship object, the subject property identifies one of the connected individuals. For instance, for a Relationship object describing \"John is related to Sally\", subject would refer to John.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#subject"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#subject",
"multivalued": true,
"owner": "Relationship",
"domain_of": [
"Relationship"
],
"range": "string",
"any_of": [
{
"range": "Object",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "relationship",
"definition_uri": "http://www.w3.org/ns/activitystreams#relationship",
"description": "On a Relationship object, the relationship property identifies the kind of relationship that exists between subject and object.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#relationship"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#relationship",
"multivalued": true,
"owner": "Relationship",
"domain_of": [
"Relationship"
],
"range": "Object",
"inlined": true,
"@type": "SlotDefinition"
},
{
"name": "describes",
"definition_uri": "http://www.w3.org/ns/activitystreams#describes",
"description": "On a Profile object, the describes property identifies the object described by the Profile.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#describes"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#describes",
"owner": "Profile",
"domain_of": [
"Profile"
],
"range": "Object",
"inlined": true,
"@type": "SlotDefinition"
},
{
"name": "formerType",
"definition_uri": "http://www.w3.org/ns/activitystreams#formerType",
"description": "On a Tombstone object, the formerType property identifies the type of the object that was deleted.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#formerType"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#formerType",
"multivalued": true,
"owner": "Tombstone",
"domain_of": [
"Tombstone"
],
"range": "Object",
"inlined": true,
"@type": "SlotDefinition"
},
{
"name": "deleted",
"definition_uri": "http://www.w3.org/ns/activitystreams#deleted",
"description": "On a Tombstone object, the deleted property is a timestamp for when the object was deleted.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#deleted"
],
"slot_uri": "http://www.w3.org/ns/activitystreams#deleted",
"owner": "Tombstone",
"domain_of": [
"Tombstone"
],
"range": "datetime",
"@type": "SlotDefinition"
},
{
"name": "Collection_items",
"definition_uri": "http://www.w3.org/ns/activitystreams#items",
"description": "Identifies the items contained in a collection. The items might be ordered or unordered.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#items"
],
"is_a": "items",
"domain": "Collection",
"slot_uri": "http://www.w3.org/ns/activitystreams#items",
"multivalued": true,
"alias": "items",
"owner": "Collection",
"domain_of": [
"Collection"
],
"is_usage_slot": true,
"usage_slot_name": "items",
"range": "string",
"any_of": [
{
"range": "Object",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "OrderedCollection_items",
"definition_uri": "http://www.w3.org/ns/activitystreams#items",
"description": "Identifies the items contained in a collection. The items might be ordered or unordered.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#items"
],
"is_a": "Collection_items",
"domain": "OrderedCollection",
"slot_uri": "http://www.w3.org/ns/activitystreams#items",
"multivalued": true,
"list_elements_ordered": true,
"alias": "items",
"owner": "OrderedCollection",
"domain_of": [
"OrderedCollection"
],
"is_usage_slot": true,
"usage_slot_name": "items",
"range": "string",
"any_of": [
{
"range": "Object",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
},
{
"name": "OrderedCollectionPage_items",
"definition_uri": "http://www.w3.org/ns/activitystreams#items",
"description": "Identifies the items contained in a collection. The items might be ordered or unordered.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"http://www.w3.org/ns/activitystreams#items"
],
"is_a": "OrderedCollection_items",
"domain": "OrderedCollectionPage",
"slot_uri": "http://www.w3.org/ns/activitystreams#items",
"multivalued": true,
"alias": "items",
"owner": "OrderedCollectionPage",
"domain_of": [
"OrderedCollectionPage"
],
"is_usage_slot": true,
"usage_slot_name": "items",
"range": "string",
"any_of": [
{
"range": "Object",
"@type": "AnonymousSlotExpression"
},
{
"range": "Link",
"@type": "AnonymousSlotExpression"
}
],
"@type": "SlotDefinition"
}
],
"classes": [
{
"name": "Property",
"definition_uri": "http://www.w3.org/ns/activitystreams#Property",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"rdf:Property"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property",
"@type": "ClassDefinition"
},
{
"name": "Statement",
"definition_uri": "http://www.w3.org/ns/activitystreams#Statement",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"rdf:Statement"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement",
"@type": "ClassDefinition"
},
{
"name": "Object",
"definition_uri": "http://www.w3.org/ns/activitystreams#Object",
"description": "Describes an object of any kind. The Object type serves as the base type for most of the other kinds of objects defined in the Activity Vocabulary, including other Core types such as Activity, IntransitiveActivity, Collection and OrderedCollection.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Object"
],
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Object",
"disjoint_with": [
"Link"
],
"@type": "ClassDefinition"
},
{
"name": "Link",
"definition_uri": "http://www.w3.org/ns/activitystreams#Link",
"description": "A Link is an indirect, qualified reference to a resource identified by a URL. The fundamental model for links is established by [ RFC5988]. Many of the properties defined by the Activity Vocabulary allow values that are either instances of Object or Link. When a Link is used, it establishes a qualified relation connecting the subject (the containing object) to the resource identified by the href. Properties of the Link are properties of the reference as opposed to properties of the resource.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"see_also": [
"https://www.w3.org/TR/activitystreams-vocabulary/#bib-RFC5988"
],
"mappings": [
"as:Link"
],
"slots": [
"name",
"preview",
"height",
"href",
"hreflang",
"id",
"mediaType",
"rel",
"width"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Link",
"disjoint_with": [
"As:Object"
],
"@type": "ClassDefinition"
},
{
"name": "Activity",
"definition_uri": "http://www.w3.org/ns/activitystreams#Activity",
"description": "An Activity is a subtype of Object that describes some form of action that may happen, is currently happening, or has already happened. The Activity type itself serves as an abstract base type for all types of activities. It is important to note that the Activity type itself does not carry any specific semantics about the kind of action being taken.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Activity"
],
"is_a": "Object",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"actor",
"instrument",
"object",
"origin",
"result",
"target"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Activity",
"@type": "ClassDefinition"
},
{
"name": "IntransitiveActivity",
"definition_uri": "http://www.w3.org/ns/activitystreams#IntransitiveActivity",
"description": "['An Activity that has no direct object@en']",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:IntransitiveActivity"
],
"is_a": "Activity",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"actor",
"instrument",
"object",
"origin",
"result",
"target"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#IntransitiveActivity",
"@type": "ClassDefinition"
},
{
"name": "Collection",
"definition_uri": "http://www.w3.org/ns/activitystreams#Collection",
"description": "A Collection is a subtype of Object that represents ordered or unordered sets of Object or Link instances. Refer to the Activity Streams 2.0 Core specification for a complete description of the Collection type.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Collection"
],
"is_a": "Object",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"current",
"first",
"Collection_items",
"last",
"totalItems"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Collection",
"@type": "ClassDefinition"
},
{
"name": "OrderedCollection",
"definition_uri": "http://www.w3.org/ns/activitystreams#OrderedCollection",
"description": "A subtype of Collection in which members of the logical collection are assumed to always be strictly ordered.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"is_a": "Collection",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"current",
"first",
"last",
"totalItems",
"OrderedCollection_items"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#OrderedCollection",
"@type": "ClassDefinition"
},
{
"name": "CollectionPage",
"definition_uri": "http://www.w3.org/ns/activitystreams#CollectionPage",
"description": "Used to represent distinct subsets of items from a Collection. Refer to the Activity Streams 2.0 Core for a complete description of the CollectionPage object.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:CollectionPage"
],
"is_a": "Collection",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"current",
"first",
"Collection_items",
"last",
"totalItems",
"next",
"partOf",
"prev"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#CollectionPage",
"@type": "ClassDefinition"
},
{
"name": "OrderedCollectionPage",
"definition_uri": "http://www.w3.org/ns/activitystreams#OrderedCollectionPage",
"description": "Used to represent ordered subsets of items from an OrderedCollection. Refer to the Activity Streams 2.0 Core for a complete description of the OrderedCollectionPage object.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:OrderedCollectionPage"
],
"is_a": "OrderedCollection",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"current",
"first",
"last",
"totalItems",
"startIndex",
"next",
"partOf",
"prev",
"OrderedCollectionPage_items"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#OrderedCollectionPage",
"@type": "ClassDefinition"
},
{
"name": "Accept",
"definition_uri": "http://www.w3.org/ns/activitystreams#Accept",
"description": "Indicates that the actor accepts the object. The target property can be used in certain circumstances to indicate the context into which the object has been accepted.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Accept"
],
"is_a": "Activity",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"actor",
"instrument",
"object",
"origin",
"result",
"target"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Accept",
"@type": "ClassDefinition"
},
{
"name": "TentativeAccept",
"definition_uri": "http://www.w3.org/ns/activitystreams#TentativeAccept",
"description": "A specialization of Accept indicating that the acceptance is tentative.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:TentativeAccept"
],
"is_a": "Accept",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"actor",
"instrument",
"object",
"origin",
"result",
"target"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#TentativeAccept",
"@type": "ClassDefinition"
},
{
"name": "Add",
"definition_uri": "http://www.w3.org/ns/activitystreams#Add",
"description": "Indicates that the actor has added the object to the target. If the target property is not explicitly specified, the target would need to be determined implicitly by context. The origin can be used to identify the context from which the object originated.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Add"
],
"is_a": "Activity",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"actor",
"instrument",
"object",
"origin",
"result",
"target"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Add",
"@type": "ClassDefinition"
},
{
"name": "Arrive",
"definition_uri": "http://www.w3.org/ns/activitystreams#Arrive",
"description": "An IntransitiveActivity that indicates that the actor has arrived at the location. The origin can be used to identify the context from which the actor originated. The target typically has no defined meaning.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Arrive"
],
"is_a": "IntransitiveActivity",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"actor",
"instrument",
"object",
"origin",
"result",
"target"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Arrive",
"@type": "ClassDefinition"
},
{
"name": "Create",
"definition_uri": "http://www.w3.org/ns/activitystreams#Create",
"description": "Indicates that the actor has created the object.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Create"
],
"is_a": "Activity",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"actor",
"instrument",
"object",
"origin",
"result",
"target"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Create",
"@type": "ClassDefinition"
},
{
"name": "Delete",
"definition_uri": "http://www.w3.org/ns/activitystreams#Delete",
"description": "Indicates that the actor has deleted the object. If specified, the origin indicates the context from which the object was deleted.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Delete"
],
"is_a": "Activity",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"actor",
"instrument",
"object",
"origin",
"result",
"target"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Delete",
"@type": "ClassDefinition"
},
{
"name": "Follow",
"definition_uri": "http://www.w3.org/ns/activitystreams#Follow",
"description": "Indicates that the actor is \"following\" the object. Following is defined in the sense typically used within Social systems in which the actor is interested in any activity performed by or on the object. The target and origin typically have no defined meaning.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Follow"
],
"is_a": "Activity",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"actor",
"instrument",
"object",
"origin",
"result",
"target"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Follow",
"@type": "ClassDefinition"
},
{
"name": "Ignore",
"definition_uri": "http://www.w3.org/ns/activitystreams#Ignore",
"description": "Indicates that the actor is ignoring the object. The target and origin typically have no defined meaning.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Ignore"
],
"is_a": "Activity",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"actor",
"instrument",
"object",
"origin",
"result",
"target"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Ignore",
"@type": "ClassDefinition"
},
{
"name": "Join",
"definition_uri": "http://www.w3.org/ns/activitystreams#Join",
"description": "Indicates that the actor has joined the object. The target and origin typically have no defined meaning.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Join"
],
"is_a": "Activity",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"actor",
"instrument",
"object",
"origin",
"result",
"target"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Join",
"@type": "ClassDefinition"
},
{
"name": "Leave",
"definition_uri": "http://www.w3.org/ns/activitystreams#Leave",
"description": "Indicates that the actor has left the object. The target and origin typically have no meaning.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Leave"
],
"is_a": "Activity",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"actor",
"instrument",
"object",
"origin",
"result",
"target"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Leave",
"@type": "ClassDefinition"
},
{
"name": "Like",
"definition_uri": "http://www.w3.org/ns/activitystreams#Like",
"description": "Indicates that the actor likes, recommends or endorses the object. The target and origin typically have no defined meaning.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Like"
],
"is_a": "Activity",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"actor",
"instrument",
"object",
"origin",
"result",
"target"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Like",
"@type": "ClassDefinition"
},
{
"name": "Offer",
"definition_uri": "http://www.w3.org/ns/activitystreams#Offer",
"description": "Indicates that the actor is offering the object. If specified, the target indicates the entity to which the object is being offered.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Offer"
],
"is_a": "Activity",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"actor",
"instrument",
"object",
"origin",
"result",
"target"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Offer",
"@type": "ClassDefinition"
},
{
"name": "Invite",
"definition_uri": "http://www.w3.org/ns/activitystreams#Invite",
"description": "A specialization of Offer in which the actor is extending an invitation for the object to the target.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Invite"
],
"is_a": "Offer",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"actor",
"instrument",
"object",
"origin",
"result",
"target"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Invite",
"@type": "ClassDefinition"
},
{
"name": "Reject",
"definition_uri": "http://www.w3.org/ns/activitystreams#Reject",
"description": "Indicates that the actor is rejecting the object. The target and origin typically have no defined meaning.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Reject"
],
"is_a": "Activity",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"actor",
"instrument",
"object",
"origin",
"result",
"target"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Reject",
"@type": "ClassDefinition"
},
{
"name": "TentativeReject",
"definition_uri": "http://www.w3.org/ns/activitystreams#TentativeReject",
"description": "A specialization of Reject in which the rejection is considered tentative.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:TentativeReject"
],
"is_a": "Reject",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"actor",
"instrument",
"object",
"origin",
"result",
"target"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#TentativeReject",
"@type": "ClassDefinition"
},
{
"name": "Remove",
"definition_uri": "http://www.w3.org/ns/activitystreams#Remove",
"description": "Indicates that the actor is removing the object. If specified, the origin indicates the context from which the object is being removed.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Remove"
],
"is_a": "Activity",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"actor",
"instrument",
"object",
"origin",
"result",
"target"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Remove",
"@type": "ClassDefinition"
},
{
"name": "Undo",
"definition_uri": "http://www.w3.org/ns/activitystreams#Undo",
"description": "Indicates that the actor is undoing the object. In most cases, the object will be an Activity describing some previously performed action (for instance, a person may have previously \"liked\" an article but, for whatever reason, might choose to undo that like at some later point in time). The target and origin typically have no defined meaning.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Undo"
],
"is_a": "Activity",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"actor",
"instrument",
"object",
"origin",
"result",
"target"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Undo",
"@type": "ClassDefinition"
},
{
"name": "Update",
"definition_uri": "http://www.w3.org/ns/activitystreams#Update",
"description": "Indicates that the actor has updated the object. Note, however, that this vocabulary does not define a mechanism for describing the actual set of modifications made to object. The target and origin typically have no defined meaning.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Update"
],
"is_a": "Activity",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"actor",
"instrument",
"object",
"origin",
"result",
"target"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Update",
"@type": "ClassDefinition"
},
{
"name": "View",
"definition_uri": "http://www.w3.org/ns/activitystreams#View",
"description": "Indicates that the actor has viewed the object.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:View"
],
"is_a": "Activity",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"actor",
"instrument",
"object",
"origin",
"result",
"target"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#View",
"@type": "ClassDefinition"
},
{
"name": "Listen",
"definition_uri": "http://www.w3.org/ns/activitystreams#Listen",
"description": "Indicates that the actor has listened to the object.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Listen"
],
"is_a": "Activity",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"actor",
"instrument",
"object",
"origin",
"result",
"target"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Listen",
"@type": "ClassDefinition"
},
{
"name": "Read",
"definition_uri": "http://www.w3.org/ns/activitystreams#Read",
"description": "Indicates that the actor has read the object.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Read"
],
"is_a": "Activity",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"actor",
"instrument",
"object",
"origin",
"result",
"target"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Read",
"@type": "ClassDefinition"
},
{
"name": "Move",
"definition_uri": "http://www.w3.org/ns/activitystreams#Move",
"description": "Indicates that the actor has moved object from origin to target. If the origin or target are not specified, either can be determined by context.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Move"
],
"is_a": "Activity",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"actor",
"instrument",
"object",
"origin",
"result",
"target"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Move",
"@type": "ClassDefinition"
},
{
"name": "Travel",
"definition_uri": "http://www.w3.org/ns/activitystreams#Travel",
"description": "Indicates that the actor is traveling to target from origin. Travel is an IntransitiveObject whose actor specifies the direct object. If the target or origin are not specified, either can be determined by context.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Travel"
],
"is_a": "IntransitiveActivity",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"actor",
"instrument",
"object",
"origin",
"result",
"target"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Travel",
"@type": "ClassDefinition"
},
{
"name": "Announce",
"definition_uri": "http://www.w3.org/ns/activitystreams#Announce",
"description": "Indicates that the actor is calling the target's attention the object. The origin typically has no defined meaning.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Announce"
],
"is_a": "Activity",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"actor",
"instrument",
"object",
"origin",
"result",
"target"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Announce",
"@type": "ClassDefinition"
},
{
"name": "Block",
"definition_uri": "http://www.w3.org/ns/activitystreams#Block",
"description": "Indicates that the actor is blocking the object. Blocking is a stronger form of Ignore. The typical use is to support social systems that allow one user to block activities or content of other users. The target and origin typically have no defined meaning.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Block"
],
"is_a": "Ignore",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"actor",
"instrument",
"object",
"origin",
"result",
"target"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Block",
"@type": "ClassDefinition"
},
{
"name": "Flag",
"definition_uri": "http://www.w3.org/ns/activitystreams#Flag",
"description": "Indicates that the actor is \"flagging\" the object. Flagging is defined in the sense common to many social platforms as reporting content as being inappropriate for any number of reasons.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Flag"
],
"is_a": "Activity",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"actor",
"instrument",
"object",
"origin",
"result",
"target"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Flag",
"@type": "ClassDefinition"
},
{
"name": "Dislike",
"definition_uri": "http://www.w3.org/ns/activitystreams#Dislike",
"description": "Indicates that the actor dislikes the object.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Dislike"
],
"is_a": "Activity",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"actor",
"instrument",
"object",
"origin",
"result",
"target"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Dislike",
"@type": "ClassDefinition"
},
{
"name": "Question",
"definition_uri": "http://www.w3.org/ns/activitystreams#Question",
"description": "Represents a question being asked. Question objects are an extension of IntransitiveActivity. That is, the Question object is an Activity, but the direct object is the question itself and therefore it would not contain an object property.\nEither of the anyOf and oneOf properties MAY be used to express possible answers, but a Question object MUST NOT have both properties.\n",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Question"
],
"is_a": "IntransitiveActivity",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"actor",
"instrument",
"object",
"origin",
"result",
"target",
"anyOf",
"oneOf"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Question",
"@type": "ClassDefinition"
},
{
"name": "Application",
"definition_uri": "http://www.w3.org/ns/activitystreams#Application",
"description": "Describes a software application.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Application"
],
"is_a": "Object",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Application",
"@type": "ClassDefinition"
},
{
"name": "Group",
"definition_uri": "http://www.w3.org/ns/activitystreams#Group",
"description": "Represents a formal or informal collective of Actors.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Group"
],
"is_a": "Object",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Group",
"@type": "ClassDefinition"
},
{
"name": "Organization",
"definition_uri": "http://www.w3.org/ns/activitystreams#Organization",
"description": "Represents an organization.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Organization"
],
"is_a": "Object",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Organization",
"@type": "ClassDefinition"
},
{
"name": "Person",
"definition_uri": "http://www.w3.org/ns/activitystreams#Person",
"description": "Represents an individual person.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Person"
],
"is_a": "Object",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Person",
"@type": "ClassDefinition"
},
{
"name": "Service",
"definition_uri": "http://www.w3.org/ns/activitystreams#Service",
"description": "Represents a service of any kind.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Service"
],
"is_a": "Object",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Service",
"@type": "ClassDefinition"
},
{
"name": "Relationship",
"definition_uri": "http://www.w3.org/ns/activitystreams#Relationship",
"description": "Describes a relationship between two individuals. The subject and object properties are used to identify the connected individuals.\nSee 5.2 Representing Relationships Between Entities for additional information.\n",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"see_also": [
"https://www.w3.org/TR/activitystreams-vocabulary/#connections"
],
"mappings": [
"as:Relationship"
],
"is_a": "Object",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"object",
"relationship",
"subject"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Relationship",
"@type": "ClassDefinition"
},
{
"name": "Document",
"definition_uri": "http://www.w3.org/ns/activitystreams#Document",
"description": "Represents a document of any kind.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Document"
],
"is_a": "Object",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Document",
"@type": "ClassDefinition"
},
{
"name": "Article",
"definition_uri": "http://www.w3.org/ns/activitystreams#Article",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Article"
],
"is_a": "Object",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Article",
"@type": "ClassDefinition"
},
{
"name": "Audio",
"definition_uri": "http://www.w3.org/ns/activitystreams#Audio",
"description": "Represents an audio document of any kind.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Audio"
],
"is_a": "Document",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Audio",
"@type": "ClassDefinition"
},
{
"name": "Image",
"definition_uri": "http://www.w3.org/ns/activitystreams#Image",
"description": "An image document of any kind",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Image"
],
"is_a": "Document",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Image",
"@type": "ClassDefinition"
},
{
"name": "Video",
"definition_uri": "http://www.w3.org/ns/activitystreams#Video",
"description": "Represents a video document of any kind.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Video"
],
"is_a": "Document",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Video",
"@type": "ClassDefinition"
},
{
"name": "Note",
"definition_uri": "http://www.w3.org/ns/activitystreams#Note",
"description": "Represents a short written work typically less than a single paragraph in length.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Note"
],
"is_a": "Object",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Note",
"@type": "ClassDefinition"
},
{
"name": "Page",
"definition_uri": "http://www.w3.org/ns/activitystreams#Page",
"description": "Represents a Web Page.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Page"
],
"is_a": "Object",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Page",
"@type": "ClassDefinition"
},
{
"name": "Event",
"definition_uri": "http://www.w3.org/ns/activitystreams#Event",
"description": "Represents any kind of event.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Event"
],
"is_a": "Object",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Event",
"@type": "ClassDefinition"
},
{
"name": "Place",
"definition_uri": "http://www.w3.org/ns/activitystreams#Place",
"description": "Represents a logical or physical location. See 5.3 Representing Places for additional information.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"see_also": [
"https://www.w3.org/TR/activitystreams-vocabulary/#places"
],
"mappings": [
"as:Place"
],
"is_a": "Object",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"accuracy",
"altitude",
"latitude",
"longitude",
"radius",
"units"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Place",
"@type": "ClassDefinition"
},
{
"name": "Mention",
"definition_uri": "http://www.w3.org/ns/activitystreams#Mention",
"description": "A specialized Link that represents an @mention.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Mention"
],
"is_a": "Link",
"slots": [
"name",
"preview",
"height",
"href",
"hreflang",
"id",
"mediaType",
"rel",
"width"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Mention",
"@type": "ClassDefinition"
},
{
"name": "Profile",
"definition_uri": "http://www.w3.org/ns/activitystreams#Profile",
"description": "A Profile is a content object that describes another Object, typically used to describe Actor Type objects. The describes property is used to reference the object being described by the profile.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Profile"
],
"is_a": "Object",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"describes"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Profile",
"@type": "ClassDefinition"
},
{
"name": "Tombstone",
"definition_uri": "http://www.w3.org/ns/activitystreams#Tombstone",
"description": "A Tombstone represents a content object that has been deleted. It can be used in Collections to signify that there used to be an object at this position, but it has been deleted.",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:Tombstone"
],
"is_a": "Object",
"slots": [
"attachment",
"attributedTo",
"audience",
"bcc",
"bto",
"cc",
"content",
"context",
"generator",
"icon",
"image",
"inReplyTo",
"location",
"name",
"preview",
"replies",
"summary",
"tag",
"to",
"url",
"duration",
"endTime",
"id",
"mediaType",
"published",
"startTime",
"updated",
"formerType",
"deleted"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#Tombstone",
"@type": "ClassDefinition"
},
{
"name": "OrderedItems",
"definition_uri": "http://www.w3.org/ns/activitystreams#OrderedItems",
"description": "OrderedItems is not a real class in the ActivityStreams specification, but it is used as the container of the items in `OrderedCollections`\n",
"from_schema": "https://github.com/p2p_ld/linkml-activitypub",
"mappings": [
"as:OrderedItems"
],
"slot_usage": {},
"class_uri": "http://www.w3.org/ns/activitystreams#OrderedItems",
"@type": "ClassDefinition"
}
],
"metamodel_version": "1.7.0",
"source_file": "activitystreams.yaml",
"source_file_date": "2024-01-14T21:45:03",
"source_file_size": 33568,
"generation_date": "2024-01-14T21:50:28",
"@type": "SchemaDefinition",
"@context": [
"generated/jsonld/activitystreams.context.jsonld",
"https://w3id.org/linkml/types.context.jsonld",
{
"@base": "http://www.w3.org/ns/activitystreams#"
}
]
}