name: site
title: site
source: urn:rdfsolve:local
created_on: '2026-09-26T13:03:47.232215+00:00'
id: https://jmillanacosta.github.io/.well-known/void#/schema/site
imports:
- linkml:types
license: https://creativecommons.org/publicdomain/zero/1.0/
prefixes:
  site:
    prefix_prefix: site
    prefix_reference: https://jmillanacosta.github.io/.well-known/void#/schema/site
  linkml:
    prefix_prefix: linkml
    prefix_reference: https://w3id.org/linkml/
default_prefix: site
default_range: string
types:
  datatype_21e9e28c8d71:
    name: datatype_21e9e28c8d71
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteDatatype21e9e28c8d71
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    typeof: string
    base: str
    uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#langString
  datatype_708b036fe714:
    name: datatype_708b036fe714
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteDatatype708b036fe714
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    typeof: string
    base: str
    uri: http://www.w3.org/2001/XMLSchema#date
  datatype_c2395730d253:
    name: datatype_c2395730d253
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteDatatypeC2395730d253
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    typeof: string
    base: str
    uri: http://www.w3.org/2001/XMLSchema#integer
  datatype_dffbb9838823:
    name: datatype_dffbb9838823
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteDatatypeDffbb9838823
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    typeof: string
    base: str
    uri: http://www.w3.org/2001/XMLSchema#gYear
  datatype_c0bf59a6f1b9:
    name: datatype_c0bf59a6f1b9
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteDatatypeC0bf59a6f1b9
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    typeof: string
    base: str
    uri: http://www.w3.org/2001/XMLSchema#gYearMonth
  string:
    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: xsd:string
  integer:
    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: xsd:integer
  boolean:
    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: xsd:boolean
    repr: bool
  float:
    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: xsd:float
  double:
    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: xsd:double
  decimal:
    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: xsd:decimal
  time:
    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: xsd:time
    repr: str
  date:
    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: xsd:date
    repr: str
  datetime:
    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: xsd:dateTime
    repr: str
  date_or_datetime:
    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: linkml:DateOrDatetime
    repr: str
  uriorcurie:
    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: xsd:anyURI
    repr: str
  curie:
    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: xsd:string
    repr: str
  uri:
    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: xsd:anyURI
    repr: str
  ncname:
    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: xsd:string
    repr: str
  objectidentifier:
    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: shex:iri
    repr: str
  nodeidentifier:
    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: shex:nonLiteral
    repr: str
  jsonpointer:
    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: xsd:string
    repr: str
  jsonpath:
    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: xsd:string
    repr: str
  sparqlpath:
    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: xsd:string
    repr: str
slots:
  source:
    name: source
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitesource
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://purl.org/dc/terms/source
    slot_uri: http://purl.org/dc/terms/source
    owner: Web_Site
    domain_of:
    - Web_Page
    - Web_Site
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Web_Page
    - range: schema_Person
    - range: uriorcurie
  encoding:
    name: encoding
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteencoding
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/encoding
    slot_uri: https://schema.org/encoding
    owner: Profile_Page
    domain_of:
    - Personal_Profile_Document
    - Profile_Page
    range: Media_Object
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
  creator:
    name: creator
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitecreator
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://purl.org/dc/terms/creator
    slot_uri: http://purl.org/dc/terms/creator
    owner: Scholarly_Article
    domain_of:
    - Personal_Profile_Document
    - Profile_Page
    - Scholarly_Article
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Person
    - range: schema_Person
  maker:
    name: maker
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitemaker
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://xmlns.com/foaf/0.1/maker
    slot_uri: http://xmlns.com/foaf/0.1/maker
    owner: Profile_Page
    domain_of:
    - Personal_Profile_Document
    - Profile_Page
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Person
    - range: schema_Person
  main_Entity:
    name: main_Entity
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitemain_Entity
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/mainEntity
    slot_uri: https://schema.org/mainEntity
    owner: Profile_Page
    domain_of:
    - Personal_Profile_Document
    - Profile_Page
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Person
    - range: schema_Person
  primary_Topic:
    name: primary_Topic
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteprimary_Topic
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://xmlns.com/foaf/0.1/primaryTopic
    slot_uri: http://xmlns.com/foaf/0.1/primaryTopic
    owner: Profile_Page
    domain_of:
    - Personal_Profile_Document
    - Profile_Page
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Person
    - range: schema_Person
  same_As:
    name: same_As
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitesame_As
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/sameAs
    slot_uri: https://schema.org/sameAs
    owner: Taxon
    domain_of:
    - Person
    - College_Or_University
    - Corporation
    - Government_Organization
    - Language
    - Organization
    - schema_Person
    - Project
    - Research_Organization
    - Scholarly_Article
    - Software_Source_Code
    - Taxon
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Web_Page
    - range: Web_Site
    - range: uriorcurie
  url:
    name: url
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteurl
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/url
    slot_uri: https://schema.org/url
    owner: Software_Source_Code
    domain_of:
    - Person
    - Course
    - Educational_Occupational_Program
    - Event
    - Grant
    - Interaction_Counter
    - schema_Person
    - Project
    - Property_Value
    - Report
    - Research_Project
    - Software_Source_Code
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Course
    - range: Event
    - range: Grant
    - range: Person
    - range: Personal_Profile_Document
    - range: Profile_Page
    - range: Project
    - range: Research_Project
    - range: Software_Source_Code
    - range: Web_Page
    - range: Web_Site
    - range: schema_Person
    - range: uriorcurie
  alumni_Of:
    name: alumni_Of
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitealumni_Of
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/alumniOf
    slot_uri: https://schema.org/alumniOf
    owner: schema_Person
    domain_of:
    - Person
    - Organization_Role
    - schema_Person
    range: string
    required: false
    multivalued: true
    any_of:
    - range: College_Or_University
    - range: Organization_Role
    - range: string
  works_For:
    name: works_For
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteworks_For
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/worksFor
    slot_uri: https://schema.org/worksFor
    owner: schema_Person
    domain_of:
    - Person
    - Employee_Role
    - schema_Person
    range: string
    required: false
    multivalued: true
    any_of:
    - range: College_Or_University
    - range: Corporation
    - range: Employee_Role
    - range: Organization
    - range: Research_Organization
    - range: string
  affiliation:
    name: affiliation
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteaffiliation
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/affiliation
    slot_uri: https://schema.org/affiliation
    owner: schema_Person
    domain_of:
    - Person
    - schema_Person
    range: string
    required: false
    multivalued: true
    any_of:
    - range: College_Or_University
    - range: Organization
    - range: Research_Organization
  knows:
    name: knows
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteknows
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/knows
    slot_uri: https://schema.org/knows
    owner: Role
    domain_of:
    - Person
    - schema_Person
    - Role
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Person
    - range: Role
    - range: schema_Person
    - range: string
  knows_About:
    name: knows_About
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteknows_About
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/knowsAbout
    slot_uri: https://schema.org/knowsAbout
    owner: schema_Person
    domain_of:
    - Person
    - schema_Person
    range: Thing
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
  performer_In:
    name: performer_In
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteperformer_In
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/performerIn
    slot_uri: https://schema.org/performerIn
    owner: Role
    domain_of:
    - Person
    - schema_Person
    - Role
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Event
    - range: Role
    - range: string
  address:
    name: address
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteaddress
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/address
    slot_uri: https://schema.org/address
    owner: schema_Person
    domain_of:
    - Person
    - schema_Person
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Postal_Address
    - range: string
  member_Of:
    name: member_Of
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitemember_Of
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/memberOf
    slot_uri: https://schema.org/memberOf
    owner: schema_Person
    domain_of:
    - Person
    - schema_Person
    range: Research_Project
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
  has_Credential:
    name: has_Credential
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitehas_Credential
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/hasCredential
    slot_uri: https://schema.org/hasCredential
    owner: schema_Person
    domain_of:
    - Person
    - schema_Person
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Educational_Occupational_Credential
    - range: string
  knows_Language:
    name: knows_Language
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteknows_Language
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/knowsLanguage
    slot_uri: https://schema.org/knowsLanguage
    owner: Role
    domain_of:
    - Person
    - schema_Person
    - Role
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Language
    - range: Role
    - range: string
  identifier:
    name: identifier
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteidentifier
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/identifier
    slot_uri: https://schema.org/identifier
    owner: Scholarly_Article
    domain_of:
    - Person
    - Grant
    - schema_Person
    - Scholarly_Article
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Property_Value
    - range: datatype_21e9e28c8d71
    - range: string
  has_Occupation:
    name: has_Occupation
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitehas_Occupation
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/hasOccupation
    slot_uri: https://schema.org/hasOccupation
    owner: schema_Person
    domain_of:
    - Person
    - schema_Person
    range: Occupation
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
  homepage:
    name: homepage
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitehomepage
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://xmlns.com/foaf/0.1/homepage
    slot_uri: http://xmlns.com/foaf/0.1/homepage
    owner: schema_Person
    domain_of:
    - Person
    - schema_Person
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Personal_Profile_Document
    - range: Profile_Page
  schema_contributor:
    name: schema_contributor
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_contributor
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/contributor
    slot_uri: https://schema.org/contributor
    owner: Software_Source_Code
    domain_of:
    - Project
    - Report
    - Role
    - Software_Source_Code
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Person
    - range: Role
    - range: schema_Person
    - range: string
  mentions:
    name: mentions
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitementions
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/mentions
    slot_uri: https://schema.org/mentions
    owner: Role
    domain_of:
    - Course_Instance
    - Role
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Software_Source_Code
    - range: uriorcurie
  subject_Of:
    name: subject_Of
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitesubject_Of
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/subjectOf
    slot_uri: https://schema.org/subjectOf
    owner: Software_Source_Code
    domain_of:
    - Role
    - Software_Source_Code
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Scholarly_Article
    - range: uriorcurie
  funding:
    name: funding
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitefunding
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/funding
    slot_uri: https://schema.org/funding
    owner: Role
    domain_of:
    - Report
    - Research_Project
    - Role
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Grant
    - range: string
  interaction_Statistic:
    name: interaction_Statistic
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteinteraction_Statistic
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/interactionStatistic
    slot_uri: https://schema.org/interactionStatistic
    owner: Software_Source_Code
    domain_of:
    - Project
    - Software_Source_Code
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Interaction_Counter
    - range: string
  maintainer:
    name: maintainer
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitemaintainer
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/maintainer
    slot_uri: https://schema.org/maintainer
    owner: Software_Source_Code
    domain_of:
    - Software_Source_Code
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Person
    - range: Project
    - range: Research_Project
    - range: schema_Person
  software_Requirements:
    name: software_Requirements
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitesoftware_Requirements
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/softwareRequirements
    slot_uri: https://schema.org/softwareRequirements
    owner: Software_Source_Code
    domain_of:
    - Software_Source_Code
    range: Thing
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
  programming_Language:
    name: programming_Language
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteprogramming_Language
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/programmingLanguage
    slot_uri: https://schema.org/programmingLanguage
    owner: Software_Source_Code
    domain_of:
    - Software_Source_Code
    range: Thing
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
  author:
    name: author
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteauthor
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/author
    slot_uri: https://schema.org/author
    owner: Software_Source_Code
    domain_of:
    - Scholarly_Article
    - Software_Source_Code
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Person
    - range: schema_Person
    - range: string
  code_Repository:
    name: code_Repository
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitecode_Repository
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/codeRepository
    slot_uri: https://schema.org/codeRepository
    owner: Software_Source_Code
    domain_of:
    - Project
    - Software_Source_Code
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Software_Source_Code
    - range: uriorcurie
  about:
    name: about
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteabout
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/about
    slot_uri: https://schema.org/about
    owner: Software_Source_Code
    domain_of:
    - Educational_Occupational_Credential
    - Organization_Role
    - Project
    - Scholarly_Article
    - Software_Source_Code
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Defined_Term
    - range: Organization
    - range: Taxon
    - range: Thing
    - range: uriorcurie
  recognized_By:
    name: recognized_By
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siterecognized_By
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/recognizedBy
    slot_uri: https://schema.org/recognizedBy
    owner: Educational_Occupational_Credential
    domain_of:
    - Educational_Occupational_Credential
    range: College_Or_University
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
  has_Course_Instance:
    name: has_Course_Instance
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitehas_Course_Instance
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/hasCourseInstance
    slot_uri: https://schema.org/hasCourseInstance
    owner: Course
    domain_of:
    - Course
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Course_Instance
    - range: string
  provider:
    name: provider
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteprovider
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/provider
    slot_uri: https://schema.org/provider
    owner: Course
    domain_of:
    - Course
    range: College_Or_University
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
  is_Part_Of:
    name: is_Part_Of
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteis_Part_Of
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/isPartOf
    slot_uri: https://schema.org/isPartOf
    owner: Scholarly_Article
    domain_of:
    - Course
    - Scholarly_Article
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Educational_Occupational_Program
    - range: Periodical
    - range: string
  funder:
    name: funder
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitefunder
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/funder
    slot_uri: https://schema.org/funder
    owner: Grant
    domain_of:
    - Grant
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Government_Organization
    - range: Organization
    - range: Research_Organization
  title:
    name: title
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetitle
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://purl.org/dc/terms/title
    slot_uri: http://purl.org/dc/terms/title
    owner: Web_Site
    domain_of:
    - Personal_Profile_Document
    - Profile_Page
    - Report
    - Scholarly_Article
    - Web_Page
    - Web_Site
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  schema_name:
    name: schema_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/name
    slot_uri: https://schema.org/name
    owner: Virtual_Location
    domain_of:
    - Person
    - Personal_Profile_Document
    - College_Or_University
    - Corporation
    - Course
    - Defined_Term
    - Educational_Occupational_Credential
    - Educational_Occupational_Program
    - Event
    - Government_Organization
    - Grant
    - Interaction_Counter
    - Language
    - Media_Object
    - Occupation
    - Organization
    - Periodical
    - schema_Person
    - Place
    - Profile_Page
    - Project
    - Report
    - Research_Organization
    - Research_Project
    - Scholarly_Article
    - Software_Source_Code
    - Taxon
    - Thing
    - Virtual_Location
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  date_Modified:
    name: date_Modified
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitedate_Modified
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/dateModified
    slot_uri: https://schema.org/dateModified
    owner: Profile_Page
    domain_of:
    - Personal_Profile_Document
    - Profile_Page
    range: datatype_708b036fe714
    required: false
    multivalued: true
  in_Language:
    name: in_Language
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitein_Language
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/inLanguage
    slot_uri: https://schema.org/inLanguage
    owner: Profile_Page
    domain_of:
    - Personal_Profile_Document
    - Profile_Page
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  modified:
    name: modified
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitemodified
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://purl.org/dc/terms/modified
    slot_uri: http://purl.org/dc/terms/modified
    owner: Profile_Page
    domain_of:
    - Personal_Profile_Document
    - Profile_Page
    range: datatype_708b036fe714
    required: false
    multivalued: true
  given_Name:
    name: given_Name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitegiven_Name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://xmlns.com/foaf/0.1/givenName
    slot_uri: http://xmlns.com/foaf/0.1/givenName
    owner: schema_Person
    domain_of:
    - Person
    - schema_Person
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  description:
    name: description
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitedescription
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/description
    slot_uri: https://schema.org/description
    owner: Software_Source_Code
    domain_of:
    - Person
    - Course_Instance
    - Employee_Role
    - Grant
    - Organization_Role
    - schema_Person
    - Role
    - Software_Source_Code
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  email:
    name: email
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteemail
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/email
    slot_uri: https://schema.org/email
    owner: schema_Person
    domain_of:
    - Person
    - schema_Person
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  family_Name:
    name: family_Name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitefamily_Name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://xmlns.com/foaf/0.1/familyName
    slot_uri: http://xmlns.com/foaf/0.1/familyName
    owner: schema_Person
    domain_of:
    - Person
    - schema_Person
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  schema_family_Name:
    name: schema_family_Name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_family_Name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/familyName
    slot_uri: https://schema.org/familyName
    owner: schema_Person
    domain_of:
    - Person
    - schema_Person
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  name:
    name: name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitename
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://xmlns.com/foaf/0.1/name
    slot_uri: http://xmlns.com/foaf/0.1/name
    owner: schema_Person
    domain_of:
    - Person
    - schema_Person
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  schema_given_Name:
    name: schema_given_Name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_given_Name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/givenName
    slot_uri: https://schema.org/givenName
    owner: schema_Person
    domain_of:
    - Person
    - schema_Person
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  job_Title:
    name: job_Title
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitejob_Title
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/jobTitle
    slot_uri: https://schema.org/jobTitle
    owner: schema_Person
    domain_of:
    - Person
    - schema_Person
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  role_Name:
    name: role_Name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siterole_Name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/roleName
    slot_uri: https://schema.org/roleName
    owner: Role
    domain_of:
    - Employee_Role
    - Organization_Role
    - Role
    range: string
    required: false
    multivalued: true
    any_of:
    - range: datatype_21e9e28c8d71
    - range: uriorcurie
  user_Interaction_Count:
    name: user_Interaction_Count
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteuser_Interaction_Count
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/userInteractionCount
    slot_uri: https://schema.org/userInteractionCount
    owner: Interaction_Counter
    domain_of:
    - Interaction_Counter
    range: datatype_c2395730d253
    required: false
    multivalued: true
  software_Version:
    name: software_Version
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitesoftware_Version
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/softwareVersion
    slot_uri: https://schema.org/softwareVersion
    owner: Software_Source_Code
    domain_of:
    - Software_Source_Code
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  date_Created:
    name: date_Created
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitedate_Created
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/dateCreated
    slot_uri: https://schema.org/dateCreated
    owner: Educational_Occupational_Credential
    domain_of:
    - Educational_Occupational_Credential
    range: string
    required: false
    multivalued: true
    any_of:
    - range: datatype_c0bf59a6f1b9
    - range: datatype_dffbb9838823
  course_Code:
    name: course_Code
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitecourse_Code
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/courseCode
    slot_uri: https://schema.org/courseCode
    owner: Course
    domain_of:
    - Course
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  alternate_Name:
    name: alternate_Name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitealternate_Name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/alternateName
    slot_uri: https://schema.org/alternateName
    owner: Research_Organization
    domain_of:
    - Government_Organization
    - Grant
    - Language
    - Organization
    - Research_Organization
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  type:
    name: type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    owner: Web_Site
    domain_of:
    - Person
    - Personal_Profile_Document
    - College_Or_University
    - Corporation
    - Course
    - Course_Instance
    - Defined_Term
    - Educational_Occupational_Credential
    - Educational_Occupational_Program
    - Employee_Role
    - Event
    - Government_Organization
    - Grant
    - Interaction_Counter
    - Language
    - Media_Object
    - Occupation
    - Organization
    - Organization_Role
    - Periodical
    - schema_Person
    - Place
    - Postal_Address
    - Profile_Page
    - Project
    - Property_Value
    - Report
    - Research_Organization
    - Research_Project
    - Role
    - Scholarly_Article
    - Software_Source_Code
    - Taxon
    - Thing
    - Virtual_Location
    - Web_Page
    - Web_Site
    range: uriorcurie
    required: false
    multivalued: true
  mbox:
    name: mbox
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitembox
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://xmlns.com/foaf/0.1/mbox
    slot_uri: http://xmlns.com/foaf/0.1/mbox
    owner: schema_Person
    domain_of:
    - Person
    - schema_Person
    range: uriorcurie
    required: false
    multivalued: true
  image:
    name: image
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteimage
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/image
    slot_uri: https://schema.org/image
    owner: schema_Person
    domain_of:
    - Person
    - schema_Person
    range: uriorcurie
    required: false
    multivalued: true
  interaction_Type:
    name: interaction_Type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteinteraction_Type
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/interactionType
    slot_uri: https://schema.org/interactionType
    owner: Interaction_Counter
    domain_of:
    - Interaction_Counter
    range: uriorcurie
    required: false
    multivalued: true
  software_Help:
    name: software_Help
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitesoftware_Help
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/softwareHelp
    slot_uri: https://schema.org/softwareHelp
    owner: Software_Source_Code
    domain_of:
    - Software_Source_Code
    range: uriorcurie
    required: false
    multivalued: true
  download_Url:
    name: download_Url
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitedownload_Url
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/downloadUrl
    slot_uri: https://schema.org/downloadUrl
    owner: Software_Source_Code
    domain_of:
    - Software_Source_Code
    range: uriorcurie
    required: false
    multivalued: true
  has_Part:
    name: has_Part
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitehas_Part
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/hasPart
    slot_uri: https://schema.org/hasPart
    owner: Software_Source_Code
    domain_of:
    - Project
    - Software_Source_Code
    range: uriorcurie
    required: false
    multivalued: true
  credential_Category:
    name: credential_Category
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitecredential_Category
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/credentialCategory
    slot_uri: https://schema.org/credentialCategory
    owner: Educational_Occupational_Credential
    domain_of:
    - Educational_Occupational_Credential
    range: uriorcurie
    required: false
    multivalued: true
  location:
    name: location
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitelocation
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/location
    slot_uri: https://schema.org/location
    owner: Research_Organization
    domain_of:
    - College_Or_University
    - Corporation
    - Event
    - Government_Organization
    - Organization
    - Research_Organization
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Place
    - range: Virtual_Location
    - range: string
  content_Url:
    name: content_Url
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitecontent_Url
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/contentUrl
    slot_uri: https://schema.org/contentUrl
    owner: Media_Object
    domain_of:
    - Media_Object
    range: Media_Object
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
  instructor:
    name: instructor
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteinstructor
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/instructor
    slot_uri: https://schema.org/instructor
    owner: Course_Instance
    domain_of:
    - Course_Instance
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Person
    - range: schema_Person
  start_Date:
    name: start_Date
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitestart_Date
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/startDate
    slot_uri: https://schema.org/startDate
    owner: Organization_Role
    domain_of:
    - Employee_Role
    - Event
    - Organization_Role
    range: string
    required: false
    multivalued: true
    any_of:
    - range: datatype_708b036fe714
    - range: datatype_c0bf59a6f1b9
    - range: datatype_dffbb9838823
  end_Date:
    name: end_Date
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteend_Date
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/endDate
    slot_uri: https://schema.org/endDate
    owner: Organization_Role
    domain_of:
    - Employee_Role
    - Event
    - Organization_Role
    range: string
    required: false
    multivalued: true
    any_of:
    - range: datatype_708b036fe714
    - range: datatype_c0bf59a6f1b9
    - range: datatype_dffbb9838823
  keywords:
    name: keywords
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitekeywords
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/keywords
    slot_uri: https://schema.org/keywords
    owner: Event
    domain_of:
    - Event
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  address_Locality:
    name: address_Locality
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteaddress_Locality
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/addressLocality
    slot_uri: https://schema.org/addressLocality
    owner: Postal_Address
    domain_of:
    - Postal_Address
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  address_Country:
    name: address_Country
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteaddress_Country
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/addressCountry
    slot_uri: https://schema.org/addressCountry
    owner: Postal_Address
    domain_of:
    - Postal_Address
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  encoding_Format:
    name: encoding_Format
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteencoding_Format
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/encodingFormat
    slot_uri: https://schema.org/encodingFormat
    owner: Media_Object
    domain_of:
    - Media_Object
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  property_ID:
    name: property_ID
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteproperty_ID
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/propertyID
    slot_uri: https://schema.org/propertyID
    owner: Property_Value
    domain_of:
    - Property_Value
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  value:
    name: value
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitevalue
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/value
    slot_uri: https://schema.org/value
    owner: Property_Value
    domain_of:
    - Property_Value
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  genre:
    name: genre
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitegenre
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/genre
    slot_uri: https://schema.org/genre
    owner: Scholarly_Article
    domain_of:
    - Scholarly_Article
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  date_Published:
    name: date_Published
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitedate_Published
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/datePublished
    slot_uri: https://schema.org/datePublished
    owner: Scholarly_Article
    domain_of:
    - Report
    - Scholarly_Article
    range: datatype_dffbb9838823
    required: false
    multivalued: true
  dcterms_date:
    name: dcterms_date
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitedcterms_date
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://purl.org/dc/terms/date
    slot_uri: http://purl.org/dc/terms/date
    owner: Scholarly_Article
    domain_of:
    - Report
    - Scholarly_Article
    range: datatype_dffbb9838823
    required: false
    multivalued: true
  super_Event:
    name: super_Event
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitesuper_Event
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/superEvent
    slot_uri: https://schema.org/superEvent
    owner: Event
    domain_of:
    - Event
    range: uriorcurie
    required: false
    multivalued: true
  recorded_In:
    name: recorded_In
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siterecorded_In
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/recordedIn
    slot_uri: https://schema.org/recordedIn
    owner: Event
    domain_of:
    - Event
    range: uriorcurie
    required: false
    multivalued: true
  event_Attendance_Mode:
    name: event_Attendance_Mode
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteevent_Attendance_Mode
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/eventAttendanceMode
    slot_uri: https://schema.org/eventAttendanceMode
    owner: Event
    domain_of:
    - Event
    range: uriorcurie
    required: false
    multivalued: true
  contributor:
    name: contributor
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitecontributor
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://purl.org/dc/terms/contributor
    slot_uri: http://purl.org/dc/terms/contributor
    owner: Report
    domain_of:
    - Report
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Person
    - range: schema_Person
  parent_Organization:
    name: parent_Organization
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteparent_Organization
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/parentOrganization
    slot_uri: https://schema.org/parentOrganization
    owner: Organization
    domain_of:
    - Organization
    range: string
    required: false
    multivalued: true
    any_of:
    - range: College_Or_University
    - range: Research_Organization
  report_Number:
    name: report_Number
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitereport_Number
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/reportNumber
    slot_uri: https://schema.org/reportNumber
    owner: Report
    domain_of:
    - Report
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Person_knows_About:
    name: Person_knows_About
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteknows_About
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/knowsAbout
    is_a: knows_About
    domain: Person
    slot_uri: https://schema.org/knowsAbout
    alias: knows_About
    owner: Person
    domain_of:
    - Person
    is_usage_slot: true
    usage_slot_name: knows_About
    range: Thing
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
  Person_works_For:
    name: Person_works_For
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteworks_For
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/worksFor
    is_a: works_For
    domain: Person
    slot_uri: https://schema.org/worksFor
    alias: works_For
    owner: Person
    domain_of:
    - Person
    is_usage_slot: true
    usage_slot_name: works_For
    range: string
    required: false
    multivalued: true
    any_of:
    - range: College_Or_University
    - range: Employee_Role
    - range: Organization
    - range: string
  Person_performer_In:
    name: Person_performer_In
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteperformer_In
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/performerIn
    is_a: performer_In
    domain: Person
    slot_uri: https://schema.org/performerIn
    alias: performer_In
    owner: Person
    domain_of:
    - Person
    is_usage_slot: true
    usage_slot_name: performer_In
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Role
    - range: string
  Person_same_As:
    name: Person_same_As
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitesame_As
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/sameAs
    is_a: same_As
    domain: Person
    slot_uri: https://schema.org/sameAs
    alias: same_As
    owner: Person
    domain_of:
    - Person
    is_usage_slot: true
    usage_slot_name: same_As
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Web_Page
    - range: uriorcurie
  Person_knows:
    name: Person_knows
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteknows
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/knows
    is_a: knows
    domain: Person
    slot_uri: https://schema.org/knows
    alias: knows
    owner: Person
    domain_of:
    - Person
    is_usage_slot: true
    usage_slot_name: knows
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Role
    - range: string
  Person_address:
    name: Person_address
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteaddress
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/address
    is_a: address
    domain: Person
    slot_uri: https://schema.org/address
    alias: address
    owner: Person
    domain_of:
    - Person
    is_usage_slot: true
    usage_slot_name: address
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Postal_Address
    - range: string
  Person_member_Of:
    name: Person_member_Of
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitemember_Of
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/memberOf
    is_a: member_Of
    domain: Person
    slot_uri: https://schema.org/memberOf
    alias: member_Of
    owner: Person
    domain_of:
    - Person
    is_usage_slot: true
    usage_slot_name: member_Of
    range: Research_Project
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
  Person_has_Credential:
    name: Person_has_Credential
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitehas_Credential
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/hasCredential
    is_a: has_Credential
    domain: Person
    slot_uri: https://schema.org/hasCredential
    alias: has_Credential
    owner: Person
    domain_of:
    - Person
    is_usage_slot: true
    usage_slot_name: has_Credential
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Educational_Occupational_Credential
    - range: string
  Person_knows_Language:
    name: Person_knows_Language
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteknows_Language
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/knowsLanguage
    is_a: knows_Language
    domain: Person
    slot_uri: https://schema.org/knowsLanguage
    alias: knows_Language
    owner: Person
    domain_of:
    - Person
    is_usage_slot: true
    usage_slot_name: knows_Language
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Role
    - range: string
  Person_alumni_Of:
    name: Person_alumni_Of
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitealumni_Of
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/alumniOf
    is_a: alumni_Of
    domain: Person
    slot_uri: https://schema.org/alumniOf
    alias: alumni_Of
    owner: Person
    domain_of:
    - Person
    is_usage_slot: true
    usage_slot_name: alumni_Of
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Organization_Role
    - range: string
  Person_url:
    name: Person_url
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteurl
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/url
    is_a: url
    domain: Person
    slot_uri: https://schema.org/url
    alias: url
    owner: Person
    domain_of:
    - Person
    is_usage_slot: true
    usage_slot_name: url
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Personal_Profile_Document
    - range: Profile_Page
  Person_affiliation:
    name: Person_affiliation
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteaffiliation
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/affiliation
    is_a: affiliation
    domain: Person
    slot_uri: https://schema.org/affiliation
    alias: affiliation
    owner: Person
    domain_of:
    - Person
    is_usage_slot: true
    usage_slot_name: affiliation
    range: string
    required: false
    multivalued: true
    any_of:
    - range: College_Or_University
    - range: Organization
  Person_identifier:
    name: Person_identifier
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteidentifier
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/identifier
    is_a: identifier
    domain: Person
    slot_uri: https://schema.org/identifier
    alias: identifier
    owner: Person
    domain_of:
    - Person
    is_usage_slot: true
    usage_slot_name: identifier
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Property_Value
    - range: string
  Person_has_Occupation:
    name: Person_has_Occupation
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitehas_Occupation
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/hasOccupation
    is_a: has_Occupation
    domain: Person
    slot_uri: https://schema.org/hasOccupation
    alias: has_Occupation
    owner: Person
    domain_of:
    - Person
    is_usage_slot: true
    usage_slot_name: has_Occupation
    range: Occupation
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
  Person_homepage:
    name: Person_homepage
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitehomepage
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://xmlns.com/foaf/0.1/homepage
    is_a: homepage
    domain: Person
    slot_uri: http://xmlns.com/foaf/0.1/homepage
    alias: homepage
    owner: Person
    domain_of:
    - Person
    is_usage_slot: true
    usage_slot_name: homepage
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Personal_Profile_Document
    - range: Profile_Page
  Person_given_Name:
    name: Person_given_Name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitegiven_Name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://xmlns.com/foaf/0.1/givenName
    is_a: given_Name
    domain: Person
    slot_uri: http://xmlns.com/foaf/0.1/givenName
    alias: given_Name
    owner: Person
    domain_of:
    - Person
    is_usage_slot: true
    usage_slot_name: given_Name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Person_schema_name:
    name: Person_schema_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/name
    is_a: schema_name
    domain: Person
    slot_uri: https://schema.org/name
    alias: schema_name
    owner: Person
    domain_of:
    - Person
    is_usage_slot: true
    usage_slot_name: schema_name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Person_description:
    name: Person_description
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitedescription
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/description
    is_a: description
    domain: Person
    slot_uri: https://schema.org/description
    alias: description
    owner: Person
    domain_of:
    - Person
    is_usage_slot: true
    usage_slot_name: description
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Person_email:
    name: Person_email
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteemail
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/email
    is_a: email
    domain: Person
    slot_uri: https://schema.org/email
    alias: email
    owner: Person
    domain_of:
    - Person
    is_usage_slot: true
    usage_slot_name: email
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Person_family_Name:
    name: Person_family_Name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitefamily_Name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://xmlns.com/foaf/0.1/familyName
    is_a: family_Name
    domain: Person
    slot_uri: http://xmlns.com/foaf/0.1/familyName
    alias: family_Name
    owner: Person
    domain_of:
    - Person
    is_usage_slot: true
    usage_slot_name: family_Name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Person_schema_family_Name:
    name: Person_schema_family_Name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_family_Name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/familyName
    is_a: schema_family_Name
    domain: Person
    slot_uri: https://schema.org/familyName
    alias: schema_family_Name
    owner: Person
    domain_of:
    - Person
    is_usage_slot: true
    usage_slot_name: schema_family_Name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Person_name:
    name: Person_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitename
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://xmlns.com/foaf/0.1/name
    is_a: name
    domain: Person
    slot_uri: http://xmlns.com/foaf/0.1/name
    alias: name
    owner: Person
    domain_of:
    - Person
    is_usage_slot: true
    usage_slot_name: name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Person_schema_given_Name:
    name: Person_schema_given_Name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_given_Name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/givenName
    is_a: schema_given_Name
    domain: Person
    slot_uri: https://schema.org/givenName
    alias: schema_given_Name
    owner: Person
    domain_of:
    - Person
    is_usage_slot: true
    usage_slot_name: schema_given_Name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Person_job_Title:
    name: Person_job_Title
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitejob_Title
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/jobTitle
    is_a: job_Title
    domain: Person
    slot_uri: https://schema.org/jobTitle
    alias: job_Title
    owner: Person
    domain_of:
    - Person
    is_usage_slot: true
    usage_slot_name: job_Title
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Person_type:
    name: Person_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Person
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Person
    domain_of:
    - Person
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Person_mbox:
    name: Person_mbox
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitembox
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://xmlns.com/foaf/0.1/mbox
    is_a: mbox
    domain: Person
    slot_uri: http://xmlns.com/foaf/0.1/mbox
    alias: mbox
    owner: Person
    domain_of:
    - Person
    is_usage_slot: true
    usage_slot_name: mbox
    range: uriorcurie
    required: false
    multivalued: true
  Person_image:
    name: Person_image
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteimage
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/image
    is_a: image
    domain: Person
    slot_uri: https://schema.org/image
    alias: image
    owner: Person
    domain_of:
    - Person
    is_usage_slot: true
    usage_slot_name: image
    range: uriorcurie
    required: false
    multivalued: true
  Personal_Profile_Document_encoding:
    name: Personal_Profile_Document_encoding
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteencoding
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/encoding
    is_a: encoding
    domain: Personal_Profile_Document
    slot_uri: https://schema.org/encoding
    alias: encoding
    owner: Personal_Profile_Document
    domain_of:
    - Personal_Profile_Document
    is_usage_slot: true
    usage_slot_name: encoding
    range: Media_Object
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
  Personal_Profile_Document_creator:
    name: Personal_Profile_Document_creator
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitecreator
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://purl.org/dc/terms/creator
    is_a: creator
    domain: Personal_Profile_Document
    slot_uri: http://purl.org/dc/terms/creator
    alias: creator
    owner: Personal_Profile_Document
    domain_of:
    - Personal_Profile_Document
    is_usage_slot: true
    usage_slot_name: creator
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Person
    - range: schema_Person
  Personal_Profile_Document_maker:
    name: Personal_Profile_Document_maker
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitemaker
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://xmlns.com/foaf/0.1/maker
    is_a: maker
    domain: Personal_Profile_Document
    slot_uri: http://xmlns.com/foaf/0.1/maker
    alias: maker
    owner: Personal_Profile_Document
    domain_of:
    - Personal_Profile_Document
    is_usage_slot: true
    usage_slot_name: maker
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Person
    - range: schema_Person
  Personal_Profile_Document_main_Entity:
    name: Personal_Profile_Document_main_Entity
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitemain_Entity
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/mainEntity
    is_a: main_Entity
    domain: Personal_Profile_Document
    slot_uri: https://schema.org/mainEntity
    alias: main_Entity
    owner: Personal_Profile_Document
    domain_of:
    - Personal_Profile_Document
    is_usage_slot: true
    usage_slot_name: main_Entity
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Person
    - range: schema_Person
  Personal_Profile_Document_primary_Topic:
    name: Personal_Profile_Document_primary_Topic
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteprimary_Topic
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://xmlns.com/foaf/0.1/primaryTopic
    is_a: primary_Topic
    domain: Personal_Profile_Document
    slot_uri: http://xmlns.com/foaf/0.1/primaryTopic
    alias: primary_Topic
    owner: Personal_Profile_Document
    domain_of:
    - Personal_Profile_Document
    is_usage_slot: true
    usage_slot_name: primary_Topic
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Person
    - range: schema_Person
  Personal_Profile_Document_date_Modified:
    name: Personal_Profile_Document_date_Modified
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitedate_Modified
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/dateModified
    is_a: date_Modified
    domain: Personal_Profile_Document
    slot_uri: https://schema.org/dateModified
    alias: date_Modified
    owner: Personal_Profile_Document
    domain_of:
    - Personal_Profile_Document
    is_usage_slot: true
    usage_slot_name: date_Modified
    range: datatype_708b036fe714
    required: false
    multivalued: true
  Personal_Profile_Document_in_Language:
    name: Personal_Profile_Document_in_Language
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitein_Language
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/inLanguage
    is_a: in_Language
    domain: Personal_Profile_Document
    slot_uri: https://schema.org/inLanguage
    alias: in_Language
    owner: Personal_Profile_Document
    domain_of:
    - Personal_Profile_Document
    is_usage_slot: true
    usage_slot_name: in_Language
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Personal_Profile_Document_title:
    name: Personal_Profile_Document_title
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetitle
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://purl.org/dc/terms/title
    is_a: title
    domain: Personal_Profile_Document
    slot_uri: http://purl.org/dc/terms/title
    alias: title
    owner: Personal_Profile_Document
    domain_of:
    - Personal_Profile_Document
    is_usage_slot: true
    usage_slot_name: title
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Personal_Profile_Document_schema_name:
    name: Personal_Profile_Document_schema_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/name
    is_a: schema_name
    domain: Personal_Profile_Document
    slot_uri: https://schema.org/name
    alias: schema_name
    owner: Personal_Profile_Document
    domain_of:
    - Personal_Profile_Document
    is_usage_slot: true
    usage_slot_name: schema_name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Personal_Profile_Document_modified:
    name: Personal_Profile_Document_modified
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitemodified
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://purl.org/dc/terms/modified
    is_a: modified
    domain: Personal_Profile_Document
    slot_uri: http://purl.org/dc/terms/modified
    alias: modified
    owner: Personal_Profile_Document
    domain_of:
    - Personal_Profile_Document
    is_usage_slot: true
    usage_slot_name: modified
    range: datatype_708b036fe714
    required: false
    multivalued: true
  Personal_Profile_Document_type:
    name: Personal_Profile_Document_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Personal_Profile_Document
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Personal_Profile_Document
    domain_of:
    - Personal_Profile_Document
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  College_Or_University_location:
    name: College_Or_University_location
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitelocation
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/location
    is_a: location
    domain: College_Or_University
    slot_uri: https://schema.org/location
    alias: location
    owner: College_Or_University
    domain_of:
    - College_Or_University
    is_usage_slot: true
    usage_slot_name: location
    range: Place
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
    any_of:
    - range: Place
    - range: Virtual_Location
    - range: string
  College_Or_University_schema_name:
    name: College_Or_University_schema_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/name
    is_a: schema_name
    domain: College_Or_University
    slot_uri: https://schema.org/name
    alias: schema_name
    owner: College_Or_University
    domain_of:
    - College_Or_University
    is_usage_slot: true
    usage_slot_name: schema_name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  College_Or_University_same_As:
    name: College_Or_University_same_As
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitesame_As
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/sameAs
    is_a: same_As
    domain: College_Or_University
    slot_uri: https://schema.org/sameAs
    alias: same_As
    owner: College_Or_University
    domain_of:
    - College_Or_University
    is_usage_slot: true
    usage_slot_name: same_As
    range: uriorcurie
    required: false
    multivalued: true
    any_of:
    - range: Web_Page
    - range: Web_Site
    - range: uriorcurie
  College_Or_University_type:
    name: College_Or_University_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: College_Or_University
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: College_Or_University
    domain_of:
    - College_Or_University
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Corporation_location:
    name: Corporation_location
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitelocation
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/location
    is_a: location
    domain: Corporation
    slot_uri: https://schema.org/location
    alias: location
    owner: Corporation
    domain_of:
    - Corporation
    is_usage_slot: true
    usage_slot_name: location
    range: Place
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
    any_of:
    - range: Place
    - range: Virtual_Location
    - range: string
  Corporation_schema_name:
    name: Corporation_schema_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/name
    is_a: schema_name
    domain: Corporation
    slot_uri: https://schema.org/name
    alias: schema_name
    owner: Corporation
    domain_of:
    - Corporation
    is_usage_slot: true
    usage_slot_name: schema_name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Corporation_same_As:
    name: Corporation_same_As
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitesame_As
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/sameAs
    is_a: same_As
    domain: Corporation
    slot_uri: https://schema.org/sameAs
    alias: same_As
    owner: Corporation
    domain_of:
    - Corporation
    is_usage_slot: true
    usage_slot_name: same_As
    range: uriorcurie
    required: false
    multivalued: true
    any_of:
    - range: Web_Page
    - range: Web_Site
    - range: uriorcurie
  Corporation_type:
    name: Corporation_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Corporation
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Corporation
    domain_of:
    - Corporation
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Course_has_Course_Instance:
    name: Course_has_Course_Instance
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitehas_Course_Instance
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/hasCourseInstance
    is_a: has_Course_Instance
    domain: Course
    slot_uri: https://schema.org/hasCourseInstance
    alias: has_Course_Instance
    owner: Course
    domain_of:
    - Course
    is_usage_slot: true
    usage_slot_name: has_Course_Instance
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Course_Instance
    - range: string
  Course_provider:
    name: Course_provider
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteprovider
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/provider
    is_a: provider
    domain: Course
    slot_uri: https://schema.org/provider
    alias: provider
    owner: Course
    domain_of:
    - Course
    is_usage_slot: true
    usage_slot_name: provider
    range: College_Or_University
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
  Course_is_Part_Of:
    name: Course_is_Part_Of
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteis_Part_Of
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/isPartOf
    is_a: is_Part_Of
    domain: Course
    slot_uri: https://schema.org/isPartOf
    alias: is_Part_Of
    owner: Course
    domain_of:
    - Course
    is_usage_slot: true
    usage_slot_name: is_Part_Of
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Educational_Occupational_Program
    - range: string
  Course_url:
    name: Course_url
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteurl
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/url
    is_a: url
    domain: Course
    slot_uri: https://schema.org/url
    alias: url
    owner: Course
    domain_of:
    - Course
    is_usage_slot: true
    usage_slot_name: url
    range: Course
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
    any_of:
    - range: Course
    - range: Event
    - range: Grant
    - range: Person
    - range: Personal_Profile_Document
    - range: Profile_Page
    - range: Project
    - range: Research_Project
    - range: Software_Source_Code
    - range: Web_Page
    - range: Web_Site
    - range: schema_Person
    - range: uriorcurie
  Course_schema_name:
    name: Course_schema_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/name
    is_a: schema_name
    domain: Course
    slot_uri: https://schema.org/name
    alias: schema_name
    owner: Course
    domain_of:
    - Course
    is_usage_slot: true
    usage_slot_name: schema_name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Course_course_Code:
    name: Course_course_Code
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitecourse_Code
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/courseCode
    is_a: course_Code
    domain: Course
    slot_uri: https://schema.org/courseCode
    alias: course_Code
    owner: Course
    domain_of:
    - Course
    is_usage_slot: true
    usage_slot_name: course_Code
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Course_type:
    name: Course_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Course
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Course
    domain_of:
    - Course
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Course_Instance_instructor:
    name: Course_Instance_instructor
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteinstructor
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/instructor
    is_a: instructor
    domain: Course_Instance
    slot_uri: https://schema.org/instructor
    alias: instructor
    owner: Course_Instance
    domain_of:
    - Course_Instance
    is_usage_slot: true
    usage_slot_name: instructor
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Person
    - range: schema_Person
  Course_Instance_description:
    name: Course_Instance_description
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitedescription
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/description
    is_a: description
    domain: Course_Instance
    slot_uri: https://schema.org/description
    alias: description
    owner: Course_Instance
    domain_of:
    - Course_Instance
    is_usage_slot: true
    usage_slot_name: description
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Course_Instance_type:
    name: Course_Instance_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Course_Instance
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Course_Instance
    domain_of:
    - Course_Instance
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Course_Instance_mentions:
    name: Course_Instance_mentions
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitementions
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/mentions
    is_a: mentions
    domain: Course_Instance
    slot_uri: https://schema.org/mentions
    alias: mentions
    owner: Course_Instance
    domain_of:
    - Course_Instance
    is_usage_slot: true
    usage_slot_name: mentions
    range: uriorcurie
    required: false
    multivalued: true
    any_of:
    - range: Software_Source_Code
    - range: uriorcurie
  Defined_Term_schema_name:
    name: Defined_Term_schema_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/name
    is_a: schema_name
    domain: Defined_Term
    slot_uri: https://schema.org/name
    alias: schema_name
    owner: Defined_Term
    domain_of:
    - Defined_Term
    is_usage_slot: true
    usage_slot_name: schema_name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Defined_Term_type:
    name: Defined_Term_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Defined_Term
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Defined_Term
    domain_of:
    - Defined_Term
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Educational_Occupational_Credential_recognized_By:
    name: Educational_Occupational_Credential_recognized_By
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siterecognized_By
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/recognizedBy
    is_a: recognized_By
    domain: Educational_Occupational_Credential
    slot_uri: https://schema.org/recognizedBy
    alias: recognized_By
    owner: Educational_Occupational_Credential
    domain_of:
    - Educational_Occupational_Credential
    is_usage_slot: true
    usage_slot_name: recognized_By
    range: College_Or_University
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
  Educational_Occupational_Credential_schema_name:
    name: Educational_Occupational_Credential_schema_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/name
    is_a: schema_name
    domain: Educational_Occupational_Credential
    slot_uri: https://schema.org/name
    alias: schema_name
    owner: Educational_Occupational_Credential
    domain_of:
    - Educational_Occupational_Credential
    is_usage_slot: true
    usage_slot_name: schema_name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Educational_Occupational_Credential_date_Created:
    name: Educational_Occupational_Credential_date_Created
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitedate_Created
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/dateCreated
    is_a: date_Created
    domain: Educational_Occupational_Credential
    slot_uri: https://schema.org/dateCreated
    alias: date_Created
    owner: Educational_Occupational_Credential
    domain_of:
    - Educational_Occupational_Credential
    is_usage_slot: true
    usage_slot_name: date_Created
    range: string
    required: false
    multivalued: true
    any_of:
    - range: datatype_c0bf59a6f1b9
    - range: datatype_dffbb9838823
  Educational_Occupational_Credential_type:
    name: Educational_Occupational_Credential_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Educational_Occupational_Credential
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Educational_Occupational_Credential
    domain_of:
    - Educational_Occupational_Credential
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Educational_Occupational_Credential_credential_Category:
    name: Educational_Occupational_Credential_credential_Category
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitecredential_Category
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/credentialCategory
    is_a: credential_Category
    domain: Educational_Occupational_Credential
    slot_uri: https://schema.org/credentialCategory
    alias: credential_Category
    owner: Educational_Occupational_Credential
    domain_of:
    - Educational_Occupational_Credential
    is_usage_slot: true
    usage_slot_name: credential_Category
    range: uriorcurie
    required: false
    multivalued: true
  Educational_Occupational_Credential_about:
    name: Educational_Occupational_Credential_about
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteabout
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/about
    is_a: about
    domain: Educational_Occupational_Credential
    slot_uri: https://schema.org/about
    alias: about
    owner: Educational_Occupational_Credential
    domain_of:
    - Educational_Occupational_Credential
    is_usage_slot: true
    usage_slot_name: about
    range: uriorcurie
    required: false
    multivalued: true
    any_of:
    - range: Defined_Term
    - range: Organization
    - range: Taxon
    - range: Thing
    - range: uriorcurie
  Educational_Occupational_Program_schema_name:
    name: Educational_Occupational_Program_schema_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/name
    is_a: schema_name
    domain: Educational_Occupational_Program
    slot_uri: https://schema.org/name
    alias: schema_name
    owner: Educational_Occupational_Program
    domain_of:
    - Educational_Occupational_Program
    is_usage_slot: true
    usage_slot_name: schema_name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Educational_Occupational_Program_type:
    name: Educational_Occupational_Program_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Educational_Occupational_Program
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Educational_Occupational_Program
    domain_of:
    - Educational_Occupational_Program
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Educational_Occupational_Program_url:
    name: Educational_Occupational_Program_url
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteurl
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/url
    is_a: url
    domain: Educational_Occupational_Program
    slot_uri: https://schema.org/url
    alias: url
    owner: Educational_Occupational_Program
    domain_of:
    - Educational_Occupational_Program
    is_usage_slot: true
    usage_slot_name: url
    range: uriorcurie
    required: false
    multivalued: true
    any_of:
    - range: Course
    - range: Event
    - range: Grant
    - range: Person
    - range: Personal_Profile_Document
    - range: Profile_Page
    - range: Project
    - range: Research_Project
    - range: Software_Source_Code
    - range: Web_Page
    - range: Web_Site
    - range: schema_Person
    - range: uriorcurie
  Employee_Role_works_For:
    name: Employee_Role_works_For
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteworks_For
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/worksFor
    is_a: works_For
    domain: Employee_Role
    slot_uri: https://schema.org/worksFor
    alias: works_For
    owner: Employee_Role
    domain_of:
    - Employee_Role
    is_usage_slot: true
    usage_slot_name: works_For
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Corporation
    - range: Organization
  Employee_Role_description:
    name: Employee_Role_description
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitedescription
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/description
    is_a: description
    domain: Employee_Role
    slot_uri: https://schema.org/description
    alias: description
    owner: Employee_Role
    domain_of:
    - Employee_Role
    is_usage_slot: true
    usage_slot_name: description
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Employee_Role_role_Name:
    name: Employee_Role_role_Name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siterole_Name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/roleName
    is_a: role_Name
    domain: Employee_Role
    slot_uri: https://schema.org/roleName
    alias: role_Name
    owner: Employee_Role
    domain_of:
    - Employee_Role
    is_usage_slot: true
    usage_slot_name: role_Name
    range: string
    required: false
    multivalued: true
    any_of:
    - range: datatype_21e9e28c8d71
    - range: uriorcurie
  Employee_Role_start_Date:
    name: Employee_Role_start_Date
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitestart_Date
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/startDate
    is_a: start_Date
    domain: Employee_Role
    slot_uri: https://schema.org/startDate
    alias: start_Date
    owner: Employee_Role
    domain_of:
    - Employee_Role
    is_usage_slot: true
    usage_slot_name: start_Date
    range: datatype_c0bf59a6f1b9
    required: false
    multivalued: true
    any_of:
    - range: datatype_708b036fe714
    - range: datatype_c0bf59a6f1b9
    - range: datatype_dffbb9838823
  Employee_Role_end_Date:
    name: Employee_Role_end_Date
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteend_Date
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/endDate
    is_a: end_Date
    domain: Employee_Role
    slot_uri: https://schema.org/endDate
    alias: end_Date
    owner: Employee_Role
    domain_of:
    - Employee_Role
    is_usage_slot: true
    usage_slot_name: end_Date
    range: datatype_c0bf59a6f1b9
    required: false
    multivalued: true
    any_of:
    - range: datatype_708b036fe714
    - range: datatype_c0bf59a6f1b9
    - range: datatype_dffbb9838823
  Employee_Role_type:
    name: Employee_Role_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Employee_Role
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Employee_Role
    domain_of:
    - Employee_Role
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Event_url:
    name: Event_url
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteurl
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/url
    is_a: url
    domain: Event
    slot_uri: https://schema.org/url
    alias: url
    owner: Event
    domain_of:
    - Event
    is_usage_slot: true
    usage_slot_name: url
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Event
    - range: uriorcurie
  Event_location:
    name: Event_location
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitelocation
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/location
    is_a: location
    domain: Event
    slot_uri: https://schema.org/location
    alias: location
    owner: Event
    domain_of:
    - Event
    is_usage_slot: true
    usage_slot_name: location
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Place
    - range: Virtual_Location
    - range: string
  Event_keywords:
    name: Event_keywords
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitekeywords
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/keywords
    is_a: keywords
    domain: Event
    slot_uri: https://schema.org/keywords
    alias: keywords
    owner: Event
    domain_of:
    - Event
    is_usage_slot: true
    usage_slot_name: keywords
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Event_start_Date:
    name: Event_start_Date
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitestart_Date
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/startDate
    is_a: start_Date
    domain: Event
    slot_uri: https://schema.org/startDate
    alias: start_Date
    owner: Event
    domain_of:
    - Event
    is_usage_slot: true
    usage_slot_name: start_Date
    range: datatype_708b036fe714
    required: false
    multivalued: true
    any_of:
    - range: datatype_708b036fe714
    - range: datatype_c0bf59a6f1b9
    - range: datatype_dffbb9838823
  Event_schema_name:
    name: Event_schema_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/name
    is_a: schema_name
    domain: Event
    slot_uri: https://schema.org/name
    alias: schema_name
    owner: Event
    domain_of:
    - Event
    is_usage_slot: true
    usage_slot_name: schema_name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Event_end_Date:
    name: Event_end_Date
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteend_Date
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/endDate
    is_a: end_Date
    domain: Event
    slot_uri: https://schema.org/endDate
    alias: end_Date
    owner: Event
    domain_of:
    - Event
    is_usage_slot: true
    usage_slot_name: end_Date
    range: datatype_708b036fe714
    required: false
    multivalued: true
    any_of:
    - range: datatype_708b036fe714
    - range: datatype_c0bf59a6f1b9
    - range: datatype_dffbb9838823
  Event_type:
    name: Event_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Event
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Event
    domain_of:
    - Event
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Event_super_Event:
    name: Event_super_Event
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitesuper_Event
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/superEvent
    is_a: super_Event
    domain: Event
    slot_uri: https://schema.org/superEvent
    alias: super_Event
    owner: Event
    domain_of:
    - Event
    is_usage_slot: true
    usage_slot_name: super_Event
    range: uriorcurie
    required: false
    multivalued: true
  Event_recorded_In:
    name: Event_recorded_In
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siterecorded_In
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/recordedIn
    is_a: recorded_In
    domain: Event
    slot_uri: https://schema.org/recordedIn
    alias: recorded_In
    owner: Event
    domain_of:
    - Event
    is_usage_slot: true
    usage_slot_name: recorded_In
    range: uriorcurie
    required: false
    multivalued: true
  Event_event_Attendance_Mode:
    name: Event_event_Attendance_Mode
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteevent_Attendance_Mode
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/eventAttendanceMode
    is_a: event_Attendance_Mode
    domain: Event
    slot_uri: https://schema.org/eventAttendanceMode
    alias: event_Attendance_Mode
    owner: Event
    domain_of:
    - Event
    is_usage_slot: true
    usage_slot_name: event_Attendance_Mode
    range: uriorcurie
    required: false
    multivalued: true
  Government_Organization_location:
    name: Government_Organization_location
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitelocation
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/location
    is_a: location
    domain: Government_Organization
    slot_uri: https://schema.org/location
    alias: location
    owner: Government_Organization
    domain_of:
    - Government_Organization
    is_usage_slot: true
    usage_slot_name: location
    range: Place
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
    any_of:
    - range: Place
    - range: Virtual_Location
    - range: string
  Government_Organization_schema_name:
    name: Government_Organization_schema_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/name
    is_a: schema_name
    domain: Government_Organization
    slot_uri: https://schema.org/name
    alias: schema_name
    owner: Government_Organization
    domain_of:
    - Government_Organization
    is_usage_slot: true
    usage_slot_name: schema_name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Government_Organization_alternate_Name:
    name: Government_Organization_alternate_Name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitealternate_Name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/alternateName
    is_a: alternate_Name
    domain: Government_Organization
    slot_uri: https://schema.org/alternateName
    alias: alternate_Name
    owner: Government_Organization
    domain_of:
    - Government_Organization
    is_usage_slot: true
    usage_slot_name: alternate_Name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Government_Organization_type:
    name: Government_Organization_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Government_Organization
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Government_Organization
    domain_of:
    - Government_Organization
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Government_Organization_same_As:
    name: Government_Organization_same_As
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitesame_As
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/sameAs
    is_a: same_As
    domain: Government_Organization
    slot_uri: https://schema.org/sameAs
    alias: same_As
    owner: Government_Organization
    domain_of:
    - Government_Organization
    is_usage_slot: true
    usage_slot_name: same_As
    range: uriorcurie
    required: false
    multivalued: true
    any_of:
    - range: Web_Page
    - range: Web_Site
    - range: uriorcurie
  Grant_funder:
    name: Grant_funder
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitefunder
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/funder
    is_a: funder
    domain: Grant
    slot_uri: https://schema.org/funder
    alias: funder
    owner: Grant
    domain_of:
    - Grant
    is_usage_slot: true
    usage_slot_name: funder
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Government_Organization
    - range: Organization
    - range: Research_Organization
  Grant_url:
    name: Grant_url
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteurl
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/url
    is_a: url
    domain: Grant
    slot_uri: https://schema.org/url
    alias: url
    owner: Grant
    domain_of:
    - Grant
    is_usage_slot: true
    usage_slot_name: url
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Grant
    - range: Research_Project
  Grant_description:
    name: Grant_description
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitedescription
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/description
    is_a: description
    domain: Grant
    slot_uri: https://schema.org/description
    alias: description
    owner: Grant
    domain_of:
    - Grant
    is_usage_slot: true
    usage_slot_name: description
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Grant_identifier:
    name: Grant_identifier
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteidentifier
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/identifier
    is_a: identifier
    domain: Grant
    slot_uri: https://schema.org/identifier
    alias: identifier
    owner: Grant
    domain_of:
    - Grant
    is_usage_slot: true
    usage_slot_name: identifier
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
    any_of:
    - range: Property_Value
    - range: datatype_21e9e28c8d71
    - range: string
  Grant_schema_name:
    name: Grant_schema_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/name
    is_a: schema_name
    domain: Grant
    slot_uri: https://schema.org/name
    alias: schema_name
    owner: Grant
    domain_of:
    - Grant
    is_usage_slot: true
    usage_slot_name: schema_name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Grant_alternate_Name:
    name: Grant_alternate_Name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitealternate_Name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/alternateName
    is_a: alternate_Name
    domain: Grant
    slot_uri: https://schema.org/alternateName
    alias: alternate_Name
    owner: Grant
    domain_of:
    - Grant
    is_usage_slot: true
    usage_slot_name: alternate_Name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Grant_type:
    name: Grant_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Grant
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Grant
    domain_of:
    - Grant
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Interaction_Counter_url:
    name: Interaction_Counter_url
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteurl
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/url
    is_a: url
    domain: Interaction_Counter
    slot_uri: https://schema.org/url
    alias: url
    owner: Interaction_Counter
    domain_of:
    - Interaction_Counter
    is_usage_slot: true
    usage_slot_name: url
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Software_Source_Code
    - range: uriorcurie
  Interaction_Counter_schema_name:
    name: Interaction_Counter_schema_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/name
    is_a: schema_name
    domain: Interaction_Counter
    slot_uri: https://schema.org/name
    alias: schema_name
    owner: Interaction_Counter
    domain_of:
    - Interaction_Counter
    is_usage_slot: true
    usage_slot_name: schema_name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Interaction_Counter_user_Interaction_Count:
    name: Interaction_Counter_user_Interaction_Count
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteuser_Interaction_Count
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/userInteractionCount
    is_a: user_Interaction_Count
    domain: Interaction_Counter
    slot_uri: https://schema.org/userInteractionCount
    alias: user_Interaction_Count
    owner: Interaction_Counter
    domain_of:
    - Interaction_Counter
    is_usage_slot: true
    usage_slot_name: user_Interaction_Count
    range: datatype_c2395730d253
    required: false
    multivalued: true
  Interaction_Counter_type:
    name: Interaction_Counter_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Interaction_Counter
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Interaction_Counter
    domain_of:
    - Interaction_Counter
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Interaction_Counter_interaction_Type:
    name: Interaction_Counter_interaction_Type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteinteraction_Type
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/interactionType
    is_a: interaction_Type
    domain: Interaction_Counter
    slot_uri: https://schema.org/interactionType
    alias: interaction_Type
    owner: Interaction_Counter
    domain_of:
    - Interaction_Counter
    is_usage_slot: true
    usage_slot_name: interaction_Type
    range: uriorcurie
    required: false
    multivalued: true
  Language_schema_name:
    name: Language_schema_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/name
    is_a: schema_name
    domain: Language
    slot_uri: https://schema.org/name
    alias: schema_name
    owner: Language
    domain_of:
    - Language
    is_usage_slot: true
    usage_slot_name: schema_name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Language_alternate_Name:
    name: Language_alternate_Name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitealternate_Name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/alternateName
    is_a: alternate_Name
    domain: Language
    slot_uri: https://schema.org/alternateName
    alias: alternate_Name
    owner: Language
    domain_of:
    - Language
    is_usage_slot: true
    usage_slot_name: alternate_Name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Language_type:
    name: Language_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Language
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Language
    domain_of:
    - Language
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Language_same_As:
    name: Language_same_As
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitesame_As
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/sameAs
    is_a: same_As
    domain: Language
    slot_uri: https://schema.org/sameAs
    alias: same_As
    owner: Language
    domain_of:
    - Language
    is_usage_slot: true
    usage_slot_name: same_As
    range: uriorcurie
    required: false
    multivalued: true
    any_of:
    - range: Web_Page
    - range: Web_Site
    - range: uriorcurie
  Media_Object_content_Url:
    name: Media_Object_content_Url
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitecontent_Url
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/contentUrl
    is_a: content_Url
    domain: Media_Object
    slot_uri: https://schema.org/contentUrl
    alias: content_Url
    owner: Media_Object
    domain_of:
    - Media_Object
    is_usage_slot: true
    usage_slot_name: content_Url
    range: Media_Object
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
  Media_Object_encoding_Format:
    name: Media_Object_encoding_Format
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteencoding_Format
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/encodingFormat
    is_a: encoding_Format
    domain: Media_Object
    slot_uri: https://schema.org/encodingFormat
    alias: encoding_Format
    owner: Media_Object
    domain_of:
    - Media_Object
    is_usage_slot: true
    usage_slot_name: encoding_Format
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Media_Object_schema_name:
    name: Media_Object_schema_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/name
    is_a: schema_name
    domain: Media_Object
    slot_uri: https://schema.org/name
    alias: schema_name
    owner: Media_Object
    domain_of:
    - Media_Object
    is_usage_slot: true
    usage_slot_name: schema_name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Media_Object_type:
    name: Media_Object_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Media_Object
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Media_Object
    domain_of:
    - Media_Object
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Occupation_schema_name:
    name: Occupation_schema_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/name
    is_a: schema_name
    domain: Occupation
    slot_uri: https://schema.org/name
    alias: schema_name
    owner: Occupation
    domain_of:
    - Occupation
    is_usage_slot: true
    usage_slot_name: schema_name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Occupation_type:
    name: Occupation_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Occupation
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Occupation
    domain_of:
    - Occupation
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Organization_parent_Organization:
    name: Organization_parent_Organization
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteparent_Organization
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/parentOrganization
    is_a: parent_Organization
    domain: Organization
    slot_uri: https://schema.org/parentOrganization
    alias: parent_Organization
    owner: Organization
    domain_of:
    - Organization
    is_usage_slot: true
    usage_slot_name: parent_Organization
    range: string
    required: false
    multivalued: true
    any_of:
    - range: College_Or_University
    - range: Research_Organization
  Organization_location:
    name: Organization_location
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitelocation
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/location
    is_a: location
    domain: Organization
    slot_uri: https://schema.org/location
    alias: location
    owner: Organization
    domain_of:
    - Organization
    is_usage_slot: true
    usage_slot_name: location
    range: Place
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
    any_of:
    - range: Place
    - range: Virtual_Location
    - range: string
  Organization_schema_name:
    name: Organization_schema_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/name
    is_a: schema_name
    domain: Organization
    slot_uri: https://schema.org/name
    alias: schema_name
    owner: Organization
    domain_of:
    - Organization
    is_usage_slot: true
    usage_slot_name: schema_name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Organization_alternate_Name:
    name: Organization_alternate_Name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitealternate_Name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/alternateName
    is_a: alternate_Name
    domain: Organization
    slot_uri: https://schema.org/alternateName
    alias: alternate_Name
    owner: Organization
    domain_of:
    - Organization
    is_usage_slot: true
    usage_slot_name: alternate_Name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Organization_type:
    name: Organization_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Organization
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Organization
    domain_of:
    - Organization
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Organization_same_As:
    name: Organization_same_As
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitesame_As
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/sameAs
    is_a: same_As
    domain: Organization
    slot_uri: https://schema.org/sameAs
    alias: same_As
    owner: Organization
    domain_of:
    - Organization
    is_usage_slot: true
    usage_slot_name: same_As
    range: uriorcurie
    required: false
    multivalued: true
    any_of:
    - range: Web_Page
    - range: Web_Site
    - range: uriorcurie
  Organization_Role_alumni_Of:
    name: Organization_Role_alumni_Of
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitealumni_Of
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/alumniOf
    is_a: alumni_Of
    domain: Organization_Role
    slot_uri: https://schema.org/alumniOf
    alias: alumni_Of
    owner: Organization_Role
    domain_of:
    - Organization_Role
    is_usage_slot: true
    usage_slot_name: alumni_Of
    range: College_Or_University
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
    any_of:
    - range: College_Or_University
    - range: Organization_Role
    - range: string
  Organization_Role_about:
    name: Organization_Role_about
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteabout
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/about
    is_a: about
    domain: Organization_Role
    slot_uri: https://schema.org/about
    alias: about
    owner: Organization_Role
    domain_of:
    - Organization_Role
    is_usage_slot: true
    usage_slot_name: about
    range: Taxon
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
    any_of:
    - range: Defined_Term
    - range: Organization
    - range: Taxon
    - range: Thing
    - range: uriorcurie
  Organization_Role_role_Name:
    name: Organization_Role_role_Name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siterole_Name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/roleName
    is_a: role_Name
    domain: Organization_Role
    slot_uri: https://schema.org/roleName
    alias: role_Name
    owner: Organization_Role
    domain_of:
    - Organization_Role
    is_usage_slot: true
    usage_slot_name: role_Name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
    any_of:
    - range: datatype_21e9e28c8d71
    - range: uriorcurie
  Organization_Role_start_Date:
    name: Organization_Role_start_Date
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitestart_Date
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/startDate
    is_a: start_Date
    domain: Organization_Role
    slot_uri: https://schema.org/startDate
    alias: start_Date
    owner: Organization_Role
    domain_of:
    - Organization_Role
    is_usage_slot: true
    usage_slot_name: start_Date
    range: string
    required: false
    multivalued: true
    any_of:
    - range: datatype_c0bf59a6f1b9
    - range: datatype_dffbb9838823
  Organization_Role_end_Date:
    name: Organization_Role_end_Date
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteend_Date
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/endDate
    is_a: end_Date
    domain: Organization_Role
    slot_uri: https://schema.org/endDate
    alias: end_Date
    owner: Organization_Role
    domain_of:
    - Organization_Role
    is_usage_slot: true
    usage_slot_name: end_Date
    range: string
    required: false
    multivalued: true
    any_of:
    - range: datatype_c0bf59a6f1b9
    - range: datatype_dffbb9838823
  Organization_Role_description:
    name: Organization_Role_description
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitedescription
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/description
    is_a: description
    domain: Organization_Role
    slot_uri: https://schema.org/description
    alias: description
    owner: Organization_Role
    domain_of:
    - Organization_Role
    is_usage_slot: true
    usage_slot_name: description
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Organization_Role_type:
    name: Organization_Role_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Organization_Role
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Organization_Role
    domain_of:
    - Organization_Role
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Periodical_schema_name:
    name: Periodical_schema_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/name
    is_a: schema_name
    domain: Periodical
    slot_uri: https://schema.org/name
    alias: schema_name
    owner: Periodical
    domain_of:
    - Periodical
    is_usage_slot: true
    usage_slot_name: schema_name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Periodical_type:
    name: Periodical_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Periodical
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Periodical
    domain_of:
    - Periodical
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  schema_Person_same_As:
    name: schema_Person_same_As
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitesame_As
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/sameAs
    is_a: same_As
    domain: schema_Person
    slot_uri: https://schema.org/sameAs
    alias: same_As
    owner: schema_Person
    domain_of:
    - schema_Person
    is_usage_slot: true
    usage_slot_name: same_As
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Web_Page
    - range: Web_Site
    - range: uriorcurie
  schema_Person_url:
    name: schema_Person_url
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteurl
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/url
    is_a: url
    domain: schema_Person
    slot_uri: https://schema.org/url
    alias: url
    owner: schema_Person
    domain_of:
    - schema_Person
    is_usage_slot: true
    usage_slot_name: url
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Personal_Profile_Document
    - range: Profile_Page
    - range: Web_Page
    - range: Web_Site
  schema_Person_alumni_Of:
    name: schema_Person_alumni_Of
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitealumni_Of
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/alumniOf
    is_a: alumni_Of
    domain: schema_Person
    slot_uri: https://schema.org/alumniOf
    alias: alumni_Of
    owner: schema_Person
    domain_of:
    - schema_Person
    is_usage_slot: true
    usage_slot_name: alumni_Of
    range: string
    required: false
    multivalued: true
    any_of:
    - range: College_Or_University
    - range: Organization_Role
    - range: string
  schema_Person_works_For:
    name: schema_Person_works_For
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteworks_For
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/worksFor
    is_a: works_For
    domain: schema_Person
    slot_uri: https://schema.org/worksFor
    alias: works_For
    owner: schema_Person
    domain_of:
    - schema_Person
    is_usage_slot: true
    usage_slot_name: works_For
    range: string
    required: false
    multivalued: true
    any_of:
    - range: College_Or_University
    - range: Employee_Role
    - range: Organization
    - range: Research_Organization
    - range: string
  schema_Person_affiliation:
    name: schema_Person_affiliation
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteaffiliation
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/affiliation
    is_a: affiliation
    domain: schema_Person
    slot_uri: https://schema.org/affiliation
    alias: affiliation
    owner: schema_Person
    domain_of:
    - schema_Person
    is_usage_slot: true
    usage_slot_name: affiliation
    range: string
    required: false
    multivalued: true
    any_of:
    - range: College_Or_University
    - range: Organization
    - range: Research_Organization
  schema_Person_knows:
    name: schema_Person_knows
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteknows
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/knows
    is_a: knows
    domain: schema_Person
    slot_uri: https://schema.org/knows
    alias: knows
    owner: schema_Person
    domain_of:
    - schema_Person
    is_usage_slot: true
    usage_slot_name: knows
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Role
    - range: string
  schema_Person_knows_About:
    name: schema_Person_knows_About
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteknows_About
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/knowsAbout
    is_a: knows_About
    domain: schema_Person
    slot_uri: https://schema.org/knowsAbout
    alias: knows_About
    owner: schema_Person
    domain_of:
    - schema_Person
    is_usage_slot: true
    usage_slot_name: knows_About
    range: Thing
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
  schema_Person_performer_In:
    name: schema_Person_performer_In
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteperformer_In
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/performerIn
    is_a: performer_In
    domain: schema_Person
    slot_uri: https://schema.org/performerIn
    alias: performer_In
    owner: schema_Person
    domain_of:
    - schema_Person
    is_usage_slot: true
    usage_slot_name: performer_In
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Role
    - range: string
  schema_Person_address:
    name: schema_Person_address
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteaddress
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/address
    is_a: address
    domain: schema_Person
    slot_uri: https://schema.org/address
    alias: address
    owner: schema_Person
    domain_of:
    - schema_Person
    is_usage_slot: true
    usage_slot_name: address
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Postal_Address
    - range: string
  schema_Person_member_Of:
    name: schema_Person_member_Of
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitemember_Of
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/memberOf
    is_a: member_Of
    domain: schema_Person
    slot_uri: https://schema.org/memberOf
    alias: member_Of
    owner: schema_Person
    domain_of:
    - schema_Person
    is_usage_slot: true
    usage_slot_name: member_Of
    range: Research_Project
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
  schema_Person_has_Credential:
    name: schema_Person_has_Credential
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitehas_Credential
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/hasCredential
    is_a: has_Credential
    domain: schema_Person
    slot_uri: https://schema.org/hasCredential
    alias: has_Credential
    owner: schema_Person
    domain_of:
    - schema_Person
    is_usage_slot: true
    usage_slot_name: has_Credential
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Educational_Occupational_Credential
    - range: string
  schema_Person_knows_Language:
    name: schema_Person_knows_Language
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteknows_Language
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/knowsLanguage
    is_a: knows_Language
    domain: schema_Person
    slot_uri: https://schema.org/knowsLanguage
    alias: knows_Language
    owner: schema_Person
    domain_of:
    - schema_Person
    is_usage_slot: true
    usage_slot_name: knows_Language
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Role
    - range: string
  schema_Person_identifier:
    name: schema_Person_identifier
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteidentifier
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/identifier
    is_a: identifier
    domain: schema_Person
    slot_uri: https://schema.org/identifier
    alias: identifier
    owner: schema_Person
    domain_of:
    - schema_Person
    is_usage_slot: true
    usage_slot_name: identifier
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Property_Value
    - range: string
  schema_Person_has_Occupation:
    name: schema_Person_has_Occupation
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitehas_Occupation
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/hasOccupation
    is_a: has_Occupation
    domain: schema_Person
    slot_uri: https://schema.org/hasOccupation
    alias: has_Occupation
    owner: schema_Person
    domain_of:
    - schema_Person
    is_usage_slot: true
    usage_slot_name: has_Occupation
    range: Occupation
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
  schema_Person_homepage:
    name: schema_Person_homepage
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitehomepage
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://xmlns.com/foaf/0.1/homepage
    is_a: homepage
    domain: schema_Person
    slot_uri: http://xmlns.com/foaf/0.1/homepage
    alias: homepage
    owner: schema_Person
    domain_of:
    - schema_Person
    is_usage_slot: true
    usage_slot_name: homepage
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Personal_Profile_Document
    - range: Profile_Page
  schema_Person_schema_name:
    name: schema_Person_schema_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/name
    is_a: schema_name
    domain: schema_Person
    slot_uri: https://schema.org/name
    alias: schema_name
    owner: schema_Person
    domain_of:
    - schema_Person
    is_usage_slot: true
    usage_slot_name: schema_name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  schema_Person_given_Name:
    name: schema_Person_given_Name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitegiven_Name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://xmlns.com/foaf/0.1/givenName
    is_a: given_Name
    domain: schema_Person
    slot_uri: http://xmlns.com/foaf/0.1/givenName
    alias: given_Name
    owner: schema_Person
    domain_of:
    - schema_Person
    is_usage_slot: true
    usage_slot_name: given_Name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  schema_Person_description:
    name: schema_Person_description
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitedescription
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/description
    is_a: description
    domain: schema_Person
    slot_uri: https://schema.org/description
    alias: description
    owner: schema_Person
    domain_of:
    - schema_Person
    is_usage_slot: true
    usage_slot_name: description
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  schema_Person_email:
    name: schema_Person_email
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteemail
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/email
    is_a: email
    domain: schema_Person
    slot_uri: https://schema.org/email
    alias: email
    owner: schema_Person
    domain_of:
    - schema_Person
    is_usage_slot: true
    usage_slot_name: email
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  schema_Person_family_Name:
    name: schema_Person_family_Name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitefamily_Name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://xmlns.com/foaf/0.1/familyName
    is_a: family_Name
    domain: schema_Person
    slot_uri: http://xmlns.com/foaf/0.1/familyName
    alias: family_Name
    owner: schema_Person
    domain_of:
    - schema_Person
    is_usage_slot: true
    usage_slot_name: family_Name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  schema_Person_schema_family_Name:
    name: schema_Person_schema_family_Name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_family_Name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/familyName
    is_a: schema_family_Name
    domain: schema_Person
    slot_uri: https://schema.org/familyName
    alias: schema_family_Name
    owner: schema_Person
    domain_of:
    - schema_Person
    is_usage_slot: true
    usage_slot_name: schema_family_Name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  schema_Person_name:
    name: schema_Person_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitename
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://xmlns.com/foaf/0.1/name
    is_a: name
    domain: schema_Person
    slot_uri: http://xmlns.com/foaf/0.1/name
    alias: name
    owner: schema_Person
    domain_of:
    - schema_Person
    is_usage_slot: true
    usage_slot_name: name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  schema_Person_schema_given_Name:
    name: schema_Person_schema_given_Name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_given_Name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/givenName
    is_a: schema_given_Name
    domain: schema_Person
    slot_uri: https://schema.org/givenName
    alias: schema_given_Name
    owner: schema_Person
    domain_of:
    - schema_Person
    is_usage_slot: true
    usage_slot_name: schema_given_Name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  schema_Person_job_Title:
    name: schema_Person_job_Title
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitejob_Title
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/jobTitle
    is_a: job_Title
    domain: schema_Person
    slot_uri: https://schema.org/jobTitle
    alias: job_Title
    owner: schema_Person
    domain_of:
    - schema_Person
    is_usage_slot: true
    usage_slot_name: job_Title
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  schema_Person_type:
    name: schema_Person_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: schema_Person
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: schema_Person
    domain_of:
    - schema_Person
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  schema_Person_mbox:
    name: schema_Person_mbox
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitembox
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://xmlns.com/foaf/0.1/mbox
    is_a: mbox
    domain: schema_Person
    slot_uri: http://xmlns.com/foaf/0.1/mbox
    alias: mbox
    owner: schema_Person
    domain_of:
    - schema_Person
    is_usage_slot: true
    usage_slot_name: mbox
    range: uriorcurie
    required: false
    multivalued: true
  schema_Person_image:
    name: schema_Person_image
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteimage
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/image
    is_a: image
    domain: schema_Person
    slot_uri: https://schema.org/image
    alias: image
    owner: schema_Person
    domain_of:
    - schema_Person
    is_usage_slot: true
    usage_slot_name: image
    range: uriorcurie
    required: false
    multivalued: true
  Place_schema_name:
    name: Place_schema_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/name
    is_a: schema_name
    domain: Place
    slot_uri: https://schema.org/name
    alias: schema_name
    owner: Place
    domain_of:
    - Place
    is_usage_slot: true
    usage_slot_name: schema_name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Place_type:
    name: Place_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Place
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Place
    domain_of:
    - Place
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Postal_Address_address_Locality:
    name: Postal_Address_address_Locality
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteaddress_Locality
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/addressLocality
    is_a: address_Locality
    domain: Postal_Address
    slot_uri: https://schema.org/addressLocality
    alias: address_Locality
    owner: Postal_Address
    domain_of:
    - Postal_Address
    is_usage_slot: true
    usage_slot_name: address_Locality
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Postal_Address_address_Country:
    name: Postal_Address_address_Country
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteaddress_Country
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/addressCountry
    is_a: address_Country
    domain: Postal_Address
    slot_uri: https://schema.org/addressCountry
    alias: address_Country
    owner: Postal_Address
    domain_of:
    - Postal_Address
    is_usage_slot: true
    usage_slot_name: address_Country
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Postal_Address_type:
    name: Postal_Address_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Postal_Address
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Postal_Address
    domain_of:
    - Postal_Address
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Profile_Page_encoding:
    name: Profile_Page_encoding
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteencoding
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/encoding
    is_a: encoding
    domain: Profile_Page
    slot_uri: https://schema.org/encoding
    alias: encoding
    owner: Profile_Page
    domain_of:
    - Profile_Page
    is_usage_slot: true
    usage_slot_name: encoding
    range: Media_Object
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
  Profile_Page_creator:
    name: Profile_Page_creator
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitecreator
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://purl.org/dc/terms/creator
    is_a: creator
    domain: Profile_Page
    slot_uri: http://purl.org/dc/terms/creator
    alias: creator
    owner: Profile_Page
    domain_of:
    - Profile_Page
    is_usage_slot: true
    usage_slot_name: creator
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Person
    - range: schema_Person
  Profile_Page_main_Entity:
    name: Profile_Page_main_Entity
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitemain_Entity
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/mainEntity
    is_a: main_Entity
    domain: Profile_Page
    slot_uri: https://schema.org/mainEntity
    alias: main_Entity
    owner: Profile_Page
    domain_of:
    - Profile_Page
    is_usage_slot: true
    usage_slot_name: main_Entity
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Person
    - range: schema_Person
  Profile_Page_primary_Topic:
    name: Profile_Page_primary_Topic
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteprimary_Topic
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://xmlns.com/foaf/0.1/primaryTopic
    is_a: primary_Topic
    domain: Profile_Page
    slot_uri: http://xmlns.com/foaf/0.1/primaryTopic
    alias: primary_Topic
    owner: Profile_Page
    domain_of:
    - Profile_Page
    is_usage_slot: true
    usage_slot_name: primary_Topic
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Person
    - range: schema_Person
  Profile_Page_maker:
    name: Profile_Page_maker
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitemaker
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://xmlns.com/foaf/0.1/maker
    is_a: maker
    domain: Profile_Page
    slot_uri: http://xmlns.com/foaf/0.1/maker
    alias: maker
    owner: Profile_Page
    domain_of:
    - Profile_Page
    is_usage_slot: true
    usage_slot_name: maker
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Person
    - range: schema_Person
  Profile_Page_in_Language:
    name: Profile_Page_in_Language
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitein_Language
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/inLanguage
    is_a: in_Language
    domain: Profile_Page
    slot_uri: https://schema.org/inLanguage
    alias: in_Language
    owner: Profile_Page
    domain_of:
    - Profile_Page
    is_usage_slot: true
    usage_slot_name: in_Language
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Profile_Page_schema_name:
    name: Profile_Page_schema_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/name
    is_a: schema_name
    domain: Profile_Page
    slot_uri: https://schema.org/name
    alias: schema_name
    owner: Profile_Page
    domain_of:
    - Profile_Page
    is_usage_slot: true
    usage_slot_name: schema_name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Profile_Page_title:
    name: Profile_Page_title
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetitle
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://purl.org/dc/terms/title
    is_a: title
    domain: Profile_Page
    slot_uri: http://purl.org/dc/terms/title
    alias: title
    owner: Profile_Page
    domain_of:
    - Profile_Page
    is_usage_slot: true
    usage_slot_name: title
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Profile_Page_modified:
    name: Profile_Page_modified
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitemodified
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://purl.org/dc/terms/modified
    is_a: modified
    domain: Profile_Page
    slot_uri: http://purl.org/dc/terms/modified
    alias: modified
    owner: Profile_Page
    domain_of:
    - Profile_Page
    is_usage_slot: true
    usage_slot_name: modified
    range: datatype_708b036fe714
    required: false
    multivalued: true
  Profile_Page_date_Modified:
    name: Profile_Page_date_Modified
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitedate_Modified
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/dateModified
    is_a: date_Modified
    domain: Profile_Page
    slot_uri: https://schema.org/dateModified
    alias: date_Modified
    owner: Profile_Page
    domain_of:
    - Profile_Page
    is_usage_slot: true
    usage_slot_name: date_Modified
    range: datatype_708b036fe714
    required: false
    multivalued: true
  Profile_Page_type:
    name: Profile_Page_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Profile_Page
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Profile_Page
    domain_of:
    - Profile_Page
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Project_schema_contributor:
    name: Project_schema_contributor
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_contributor
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/contributor
    is_a: schema_contributor
    domain: Project
    slot_uri: https://schema.org/contributor
    alias: schema_contributor
    owner: Project
    domain_of:
    - Project
    is_usage_slot: true
    usage_slot_name: schema_contributor
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Person
    - range: Role
    - range: schema_Person
    - range: string
  Project_url:
    name: Project_url
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteurl
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/url
    is_a: url
    domain: Project
    slot_uri: https://schema.org/url
    alias: url
    owner: Project
    domain_of:
    - Project
    is_usage_slot: true
    usage_slot_name: url
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Project
    - range: uriorcurie
  Project_interaction_Statistic:
    name: Project_interaction_Statistic
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteinteraction_Statistic
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/interactionStatistic
    is_a: interaction_Statistic
    domain: Project
    slot_uri: https://schema.org/interactionStatistic
    alias: interaction_Statistic
    owner: Project
    domain_of:
    - Project
    is_usage_slot: true
    usage_slot_name: interaction_Statistic
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Interaction_Counter
    - range: string
  Project_about:
    name: Project_about
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteabout
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/about
    is_a: about
    domain: Project
    slot_uri: https://schema.org/about
    alias: about
    owner: Project
    domain_of:
    - Project
    is_usage_slot: true
    usage_slot_name: about
    range: Thing
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
    any_of:
    - range: Defined_Term
    - range: Organization
    - range: Taxon
    - range: Thing
    - range: uriorcurie
  Project_schema_name:
    name: Project_schema_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/name
    is_a: schema_name
    domain: Project
    slot_uri: https://schema.org/name
    alias: schema_name
    owner: Project
    domain_of:
    - Project
    is_usage_slot: true
    usage_slot_name: schema_name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Project_type:
    name: Project_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Project
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Project
    domain_of:
    - Project
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Project_same_As:
    name: Project_same_As
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitesame_As
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/sameAs
    is_a: same_As
    domain: Project
    slot_uri: https://schema.org/sameAs
    alias: same_As
    owner: Project
    domain_of:
    - Project
    is_usage_slot: true
    usage_slot_name: same_As
    range: uriorcurie
    required: false
    multivalued: true
    any_of:
    - range: Web_Page
    - range: Web_Site
    - range: uriorcurie
  Project_code_Repository:
    name: Project_code_Repository
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitecode_Repository
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/codeRepository
    is_a: code_Repository
    domain: Project
    slot_uri: https://schema.org/codeRepository
    alias: code_Repository
    owner: Project
    domain_of:
    - Project
    is_usage_slot: true
    usage_slot_name: code_Repository
    range: uriorcurie
    required: false
    multivalued: true
    any_of:
    - range: Software_Source_Code
    - range: uriorcurie
  Project_has_Part:
    name: Project_has_Part
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitehas_Part
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/hasPart
    is_a: has_Part
    domain: Project
    slot_uri: https://schema.org/hasPart
    alias: has_Part
    owner: Project
    domain_of:
    - Project
    is_usage_slot: true
    usage_slot_name: has_Part
    range: uriorcurie
    required: false
    multivalued: true
  Property_Value_url:
    name: Property_Value_url
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteurl
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/url
    is_a: url
    domain: Property_Value
    slot_uri: https://schema.org/url
    alias: url
    owner: Property_Value
    domain_of:
    - Property_Value
    is_usage_slot: true
    usage_slot_name: url
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Person
    - range: schema_Person
  Property_Value_property_ID:
    name: Property_Value_property_ID
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteproperty_ID
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/propertyID
    is_a: property_ID
    domain: Property_Value
    slot_uri: https://schema.org/propertyID
    alias: property_ID
    owner: Property_Value
    domain_of:
    - Property_Value
    is_usage_slot: true
    usage_slot_name: property_ID
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Property_Value_value:
    name: Property_Value_value
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitevalue
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/value
    is_a: value
    domain: Property_Value
    slot_uri: https://schema.org/value
    alias: value
    owner: Property_Value
    domain_of:
    - Property_Value
    is_usage_slot: true
    usage_slot_name: value
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Property_Value_type:
    name: Property_Value_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Property_Value
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Property_Value
    domain_of:
    - Property_Value
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Report_contributor:
    name: Report_contributor
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitecontributor
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://purl.org/dc/terms/contributor
    is_a: contributor
    domain: Report
    slot_uri: http://purl.org/dc/terms/contributor
    alias: contributor
    owner: Report
    domain_of:
    - Report
    is_usage_slot: true
    usage_slot_name: contributor
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Person
    - range: schema_Person
  Report_funding:
    name: Report_funding
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitefunding
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/funding
    is_a: funding
    domain: Report
    slot_uri: https://schema.org/funding
    alias: funding
    owner: Report
    domain_of:
    - Report
    is_usage_slot: true
    usage_slot_name: funding
    range: Grant
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
    any_of:
    - range: Grant
    - range: string
  Report_schema_contributor:
    name: Report_schema_contributor
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_contributor
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/contributor
    is_a: schema_contributor
    domain: Report
    slot_uri: https://schema.org/contributor
    alias: schema_contributor
    owner: Report
    domain_of:
    - Report
    is_usage_slot: true
    usage_slot_name: schema_contributor
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Person
    - range: schema_Person
  Report_report_Number:
    name: Report_report_Number
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitereport_Number
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/reportNumber
    is_a: report_Number
    domain: Report
    slot_uri: https://schema.org/reportNumber
    alias: report_Number
    owner: Report
    domain_of:
    - Report
    is_usage_slot: true
    usage_slot_name: report_Number
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Report_title:
    name: Report_title
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetitle
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://purl.org/dc/terms/title
    is_a: title
    domain: Report
    slot_uri: http://purl.org/dc/terms/title
    alias: title
    owner: Report
    domain_of:
    - Report
    is_usage_slot: true
    usage_slot_name: title
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Report_schema_name:
    name: Report_schema_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/name
    is_a: schema_name
    domain: Report
    slot_uri: https://schema.org/name
    alias: schema_name
    owner: Report
    domain_of:
    - Report
    is_usage_slot: true
    usage_slot_name: schema_name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Report_dcterms_date:
    name: Report_dcterms_date
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitedcterms_date
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://purl.org/dc/terms/date
    is_a: dcterms_date
    domain: Report
    slot_uri: http://purl.org/dc/terms/date
    alias: dcterms_date
    owner: Report
    domain_of:
    - Report
    is_usage_slot: true
    usage_slot_name: dcterms_date
    range: datatype_dffbb9838823
    required: false
    multivalued: true
  Report_date_Published:
    name: Report_date_Published
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitedate_Published
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/datePublished
    is_a: date_Published
    domain: Report
    slot_uri: https://schema.org/datePublished
    alias: date_Published
    owner: Report
    domain_of:
    - Report
    is_usage_slot: true
    usage_slot_name: date_Published
    range: datatype_dffbb9838823
    required: false
    multivalued: true
  Report_type:
    name: Report_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Report
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Report
    domain_of:
    - Report
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Report_url:
    name: Report_url
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteurl
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/url
    is_a: url
    domain: Report
    slot_uri: https://schema.org/url
    alias: url
    owner: Report
    domain_of:
    - Report
    is_usage_slot: true
    usage_slot_name: url
    range: uriorcurie
    required: false
    multivalued: true
    any_of:
    - range: Course
    - range: Event
    - range: Grant
    - range: Person
    - range: Personal_Profile_Document
    - range: Profile_Page
    - range: Project
    - range: Research_Project
    - range: Software_Source_Code
    - range: Web_Page
    - range: Web_Site
    - range: schema_Person
    - range: uriorcurie
  Research_Organization_location:
    name: Research_Organization_location
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitelocation
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/location
    is_a: location
    domain: Research_Organization
    slot_uri: https://schema.org/location
    alias: location
    owner: Research_Organization
    domain_of:
    - Research_Organization
    is_usage_slot: true
    usage_slot_name: location
    range: Place
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
    any_of:
    - range: Place
    - range: Virtual_Location
    - range: string
  Research_Organization_alternate_Name:
    name: Research_Organization_alternate_Name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitealternate_Name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/alternateName
    is_a: alternate_Name
    domain: Research_Organization
    slot_uri: https://schema.org/alternateName
    alias: alternate_Name
    owner: Research_Organization
    domain_of:
    - Research_Organization
    is_usage_slot: true
    usage_slot_name: alternate_Name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Research_Organization_schema_name:
    name: Research_Organization_schema_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/name
    is_a: schema_name
    domain: Research_Organization
    slot_uri: https://schema.org/name
    alias: schema_name
    owner: Research_Organization
    domain_of:
    - Research_Organization
    is_usage_slot: true
    usage_slot_name: schema_name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Research_Organization_type:
    name: Research_Organization_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Research_Organization
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Research_Organization
    domain_of:
    - Research_Organization
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Research_Organization_same_As:
    name: Research_Organization_same_As
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitesame_As
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/sameAs
    is_a: same_As
    domain: Research_Organization
    slot_uri: https://schema.org/sameAs
    alias: same_As
    owner: Research_Organization
    domain_of:
    - Research_Organization
    is_usage_slot: true
    usage_slot_name: same_As
    range: uriorcurie
    required: false
    multivalued: true
    any_of:
    - range: Web_Page
    - range: Web_Site
    - range: uriorcurie
  Research_Project_url:
    name: Research_Project_url
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteurl
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/url
    is_a: url
    domain: Research_Project
    slot_uri: https://schema.org/url
    alias: url
    owner: Research_Project
    domain_of:
    - Research_Project
    is_usage_slot: true
    usage_slot_name: url
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Grant
    - range: Research_Project
    - range: uriorcurie
  Research_Project_funding:
    name: Research_Project_funding
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitefunding
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/funding
    is_a: funding
    domain: Research_Project
    slot_uri: https://schema.org/funding
    alias: funding
    owner: Research_Project
    domain_of:
    - Research_Project
    is_usage_slot: true
    usage_slot_name: funding
    range: Grant
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
    any_of:
    - range: Grant
    - range: string
  Research_Project_schema_name:
    name: Research_Project_schema_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/name
    is_a: schema_name
    domain: Research_Project
    slot_uri: https://schema.org/name
    alias: schema_name
    owner: Research_Project
    domain_of:
    - Research_Project
    is_usage_slot: true
    usage_slot_name: schema_name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Research_Project_type:
    name: Research_Project_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Research_Project
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Research_Project
    domain_of:
    - Research_Project
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Role_knows:
    name: Role_knows
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteknows
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/knows
    is_a: knows
    domain: Role
    slot_uri: https://schema.org/knows
    alias: knows
    owner: Role
    domain_of:
    - Role
    is_usage_slot: true
    usage_slot_name: knows
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Person
    - range: schema_Person
  Role_schema_contributor:
    name: Role_schema_contributor
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_contributor
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/contributor
    is_a: schema_contributor
    domain: Role
    slot_uri: https://schema.org/contributor
    alias: schema_contributor
    owner: Role
    domain_of:
    - Role
    is_usage_slot: true
    usage_slot_name: schema_contributor
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Person
    - range: schema_Person
  Role_performer_In:
    name: Role_performer_In
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteperformer_In
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/performerIn
    is_a: performer_In
    domain: Role
    slot_uri: https://schema.org/performerIn
    alias: performer_In
    owner: Role
    domain_of:
    - Role
    is_usage_slot: true
    usage_slot_name: performer_In
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Event
    - range: string
  Role_mentions:
    name: Role_mentions
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitementions
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/mentions
    is_a: mentions
    domain: Role
    slot_uri: https://schema.org/mentions
    alias: mentions
    owner: Role
    domain_of:
    - Role
    is_usage_slot: true
    usage_slot_name: mentions
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Software_Source_Code
    - range: uriorcurie
  Role_knows_Language:
    name: Role_knows_Language
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteknows_Language
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/knowsLanguage
    is_a: knows_Language
    domain: Role
    slot_uri: https://schema.org/knowsLanguage
    alias: knows_Language
    owner: Role
    domain_of:
    - Role
    is_usage_slot: true
    usage_slot_name: knows_Language
    range: Language
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
    any_of:
    - range: Language
    - range: Role
    - range: string
  Role_subject_Of:
    name: Role_subject_Of
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitesubject_Of
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/subjectOf
    is_a: subject_Of
    domain: Role
    slot_uri: https://schema.org/subjectOf
    alias: subject_Of
    owner: Role
    domain_of:
    - Role
    is_usage_slot: true
    usage_slot_name: subject_Of
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Scholarly_Article
    - range: uriorcurie
  Role_funding:
    name: Role_funding
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitefunding
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/funding
    is_a: funding
    domain: Role
    slot_uri: https://schema.org/funding
    alias: funding
    owner: Role
    domain_of:
    - Role
    is_usage_slot: true
    usage_slot_name: funding
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Grant
    - range: string
  Role_role_Name:
    name: Role_role_Name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siterole_Name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/roleName
    is_a: role_Name
    domain: Role
    slot_uri: https://schema.org/roleName
    alias: role_Name
    owner: Role
    domain_of:
    - Role
    is_usage_slot: true
    usage_slot_name: role_Name
    range: string
    required: false
    multivalued: true
    any_of:
    - range: datatype_21e9e28c8d71
    - range: uriorcurie
  Role_description:
    name: Role_description
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitedescription
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/description
    is_a: description
    domain: Role
    slot_uri: https://schema.org/description
    alias: description
    owner: Role
    domain_of:
    - Role
    is_usage_slot: true
    usage_slot_name: description
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Role_type:
    name: Role_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Role
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Role
    domain_of:
    - Role
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Scholarly_Article_is_Part_Of:
    name: Scholarly_Article_is_Part_Of
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteis_Part_Of
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/isPartOf
    is_a: is_Part_Of
    domain: Scholarly_Article
    slot_uri: https://schema.org/isPartOf
    alias: is_Part_Of
    owner: Scholarly_Article
    domain_of:
    - Scholarly_Article
    is_usage_slot: true
    usage_slot_name: is_Part_Of
    range: Periodical
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
    any_of:
    - range: Educational_Occupational_Program
    - range: Periodical
    - range: string
  Scholarly_Article_creator:
    name: Scholarly_Article_creator
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitecreator
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://purl.org/dc/terms/creator
    is_a: creator
    domain: Scholarly_Article
    slot_uri: http://purl.org/dc/terms/creator
    alias: creator
    owner: Scholarly_Article
    domain_of:
    - Scholarly_Article
    is_usage_slot: true
    usage_slot_name: creator
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Person
    - range: schema_Person
  Scholarly_Article_about:
    name: Scholarly_Article_about
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteabout
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/about
    is_a: about
    domain: Scholarly_Article
    slot_uri: https://schema.org/about
    alias: about
    owner: Scholarly_Article
    domain_of:
    - Scholarly_Article
    is_usage_slot: true
    usage_slot_name: about
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Defined_Term
    - range: Organization
    - range: Thing
  Scholarly_Article_genre:
    name: Scholarly_Article_genre
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitegenre
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/genre
    is_a: genre
    domain: Scholarly_Article
    slot_uri: https://schema.org/genre
    alias: genre
    owner: Scholarly_Article
    domain_of:
    - Scholarly_Article
    is_usage_slot: true
    usage_slot_name: genre
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Scholarly_Article_identifier:
    name: Scholarly_Article_identifier
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteidentifier
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/identifier
    is_a: identifier
    domain: Scholarly_Article
    slot_uri: https://schema.org/identifier
    alias: identifier
    owner: Scholarly_Article
    domain_of:
    - Scholarly_Article
    is_usage_slot: true
    usage_slot_name: identifier
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
    any_of:
    - range: Property_Value
    - range: datatype_21e9e28c8d71
    - range: string
  Scholarly_Article_schema_name:
    name: Scholarly_Article_schema_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/name
    is_a: schema_name
    domain: Scholarly_Article
    slot_uri: https://schema.org/name
    alias: schema_name
    owner: Scholarly_Article
    domain_of:
    - Scholarly_Article
    is_usage_slot: true
    usage_slot_name: schema_name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Scholarly_Article_date_Published:
    name: Scholarly_Article_date_Published
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitedate_Published
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/datePublished
    is_a: date_Published
    domain: Scholarly_Article
    slot_uri: https://schema.org/datePublished
    alias: date_Published
    owner: Scholarly_Article
    domain_of:
    - Scholarly_Article
    is_usage_slot: true
    usage_slot_name: date_Published
    range: datatype_dffbb9838823
    required: false
    multivalued: true
  Scholarly_Article_dcterms_date:
    name: Scholarly_Article_dcterms_date
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitedcterms_date
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://purl.org/dc/terms/date
    is_a: dcterms_date
    domain: Scholarly_Article
    slot_uri: http://purl.org/dc/terms/date
    alias: dcterms_date
    owner: Scholarly_Article
    domain_of:
    - Scholarly_Article
    is_usage_slot: true
    usage_slot_name: dcterms_date
    range: datatype_dffbb9838823
    required: false
    multivalued: true
  Scholarly_Article_title:
    name: Scholarly_Article_title
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetitle
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://purl.org/dc/terms/title
    is_a: title
    domain: Scholarly_Article
    slot_uri: http://purl.org/dc/terms/title
    alias: title
    owner: Scholarly_Article
    domain_of:
    - Scholarly_Article
    is_usage_slot: true
    usage_slot_name: title
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Scholarly_Article_type:
    name: Scholarly_Article_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Scholarly_Article
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Scholarly_Article
    domain_of:
    - Scholarly_Article
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Scholarly_Article_same_As:
    name: Scholarly_Article_same_As
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitesame_As
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/sameAs
    is_a: same_As
    domain: Scholarly_Article
    slot_uri: https://schema.org/sameAs
    alias: same_As
    owner: Scholarly_Article
    domain_of:
    - Scholarly_Article
    is_usage_slot: true
    usage_slot_name: same_As
    range: uriorcurie
    required: false
    multivalued: true
    any_of:
    - range: Web_Page
    - range: Web_Site
    - range: uriorcurie
  Scholarly_Article_author:
    name: Scholarly_Article_author
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteauthor
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/author
    is_a: author
    domain: Scholarly_Article
    slot_uri: https://schema.org/author
    alias: author
    owner: Scholarly_Article
    domain_of:
    - Scholarly_Article
    is_usage_slot: true
    usage_slot_name: author
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Person
    - range: schema_Person
    - range: string
  Software_Source_Code_schema_contributor:
    name: Software_Source_Code_schema_contributor
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_contributor
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/contributor
    is_a: schema_contributor
    domain: Software_Source_Code
    slot_uri: https://schema.org/contributor
    alias: schema_contributor
    owner: Software_Source_Code
    domain_of:
    - Software_Source_Code
    is_usage_slot: true
    usage_slot_name: schema_contributor
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Person
    - range: Role
    - range: schema_Person
    - range: string
  Software_Source_Code_interaction_Statistic:
    name: Software_Source_Code_interaction_Statistic
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteinteraction_Statistic
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/interactionStatistic
    is_a: interaction_Statistic
    domain: Software_Source_Code
    slot_uri: https://schema.org/interactionStatistic
    alias: interaction_Statistic
    owner: Software_Source_Code
    domain_of:
    - Software_Source_Code
    is_usage_slot: true
    usage_slot_name: interaction_Statistic
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Interaction_Counter
    - range: string
  Software_Source_Code_maintainer:
    name: Software_Source_Code_maintainer
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitemaintainer
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/maintainer
    is_a: maintainer
    domain: Software_Source_Code
    slot_uri: https://schema.org/maintainer
    alias: maintainer
    owner: Software_Source_Code
    domain_of:
    - Software_Source_Code
    is_usage_slot: true
    usage_slot_name: maintainer
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Person
    - range: Project
    - range: Research_Project
    - range: schema_Person
  Software_Source_Code_url:
    name: Software_Source_Code_url
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteurl
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/url
    is_a: url
    domain: Software_Source_Code
    slot_uri: https://schema.org/url
    alias: url
    owner: Software_Source_Code
    domain_of:
    - Software_Source_Code
    is_usage_slot: true
    usage_slot_name: url
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Software_Source_Code
    - range: uriorcurie
  Software_Source_Code_software_Requirements:
    name: Software_Source_Code_software_Requirements
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitesoftware_Requirements
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/softwareRequirements
    is_a: software_Requirements
    domain: Software_Source_Code
    slot_uri: https://schema.org/softwareRequirements
    alias: software_Requirements
    owner: Software_Source_Code
    domain_of:
    - Software_Source_Code
    is_usage_slot: true
    usage_slot_name: software_Requirements
    range: Thing
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
  Software_Source_Code_programming_Language:
    name: Software_Source_Code_programming_Language
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteprogramming_Language
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/programmingLanguage
    is_a: programming_Language
    domain: Software_Source_Code
    slot_uri: https://schema.org/programmingLanguage
    alias: programming_Language
    owner: Software_Source_Code
    domain_of:
    - Software_Source_Code
    is_usage_slot: true
    usage_slot_name: programming_Language
    range: Thing
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
  Software_Source_Code_author:
    name: Software_Source_Code_author
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteauthor
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/author
    is_a: author
    domain: Software_Source_Code
    slot_uri: https://schema.org/author
    alias: author
    owner: Software_Source_Code
    domain_of:
    - Software_Source_Code
    is_usage_slot: true
    usage_slot_name: author
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Person
    - range: schema_Person
  Software_Source_Code_code_Repository:
    name: Software_Source_Code_code_Repository
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitecode_Repository
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/codeRepository
    is_a: code_Repository
    domain: Software_Source_Code
    slot_uri: https://schema.org/codeRepository
    alias: code_Repository
    owner: Software_Source_Code
    domain_of:
    - Software_Source_Code
    is_usage_slot: true
    usage_slot_name: code_Repository
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Software_Source_Code
    - range: uriorcurie
  Software_Source_Code_subject_Of:
    name: Software_Source_Code_subject_Of
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitesubject_Of
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/subjectOf
    is_a: subject_Of
    domain: Software_Source_Code
    slot_uri: https://schema.org/subjectOf
    alias: subject_Of
    owner: Software_Source_Code
    domain_of:
    - Software_Source_Code
    is_usage_slot: true
    usage_slot_name: subject_Of
    range: Scholarly_Article
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
    any_of:
    - range: Scholarly_Article
    - range: uriorcurie
  Software_Source_Code_about:
    name: Software_Source_Code_about
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteabout
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/about
    is_a: about
    domain: Software_Source_Code
    slot_uri: https://schema.org/about
    alias: about
    owner: Software_Source_Code
    domain_of:
    - Software_Source_Code
    is_usage_slot: true
    usage_slot_name: about
    range: Thing
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
    any_of:
    - range: Defined_Term
    - range: Organization
    - range: Taxon
    - range: Thing
    - range: uriorcurie
  Software_Source_Code_schema_name:
    name: Software_Source_Code_schema_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/name
    is_a: schema_name
    domain: Software_Source_Code
    slot_uri: https://schema.org/name
    alias: schema_name
    owner: Software_Source_Code
    domain_of:
    - Software_Source_Code
    is_usage_slot: true
    usage_slot_name: schema_name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Software_Source_Code_description:
    name: Software_Source_Code_description
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitedescription
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/description
    is_a: description
    domain: Software_Source_Code
    slot_uri: https://schema.org/description
    alias: description
    owner: Software_Source_Code
    domain_of:
    - Software_Source_Code
    is_usage_slot: true
    usage_slot_name: description
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Software_Source_Code_software_Version:
    name: Software_Source_Code_software_Version
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitesoftware_Version
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/softwareVersion
    is_a: software_Version
    domain: Software_Source_Code
    slot_uri: https://schema.org/softwareVersion
    alias: software_Version
    owner: Software_Source_Code
    domain_of:
    - Software_Source_Code
    is_usage_slot: true
    usage_slot_name: software_Version
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Software_Source_Code_type:
    name: Software_Source_Code_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Software_Source_Code
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Software_Source_Code
    domain_of:
    - Software_Source_Code
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Software_Source_Code_same_As:
    name: Software_Source_Code_same_As
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitesame_As
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/sameAs
    is_a: same_As
    domain: Software_Source_Code
    slot_uri: https://schema.org/sameAs
    alias: same_As
    owner: Software_Source_Code
    domain_of:
    - Software_Source_Code
    is_usage_slot: true
    usage_slot_name: same_As
    range: uriorcurie
    required: false
    multivalued: true
    any_of:
    - range: Web_Page
    - range: Web_Site
    - range: uriorcurie
  Software_Source_Code_software_Help:
    name: Software_Source_Code_software_Help
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitesoftware_Help
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/softwareHelp
    is_a: software_Help
    domain: Software_Source_Code
    slot_uri: https://schema.org/softwareHelp
    alias: software_Help
    owner: Software_Source_Code
    domain_of:
    - Software_Source_Code
    is_usage_slot: true
    usage_slot_name: software_Help
    range: uriorcurie
    required: false
    multivalued: true
  Software_Source_Code_download_Url:
    name: Software_Source_Code_download_Url
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitedownload_Url
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/downloadUrl
    is_a: download_Url
    domain: Software_Source_Code
    slot_uri: https://schema.org/downloadUrl
    alias: download_Url
    owner: Software_Source_Code
    domain_of:
    - Software_Source_Code
    is_usage_slot: true
    usage_slot_name: download_Url
    range: uriorcurie
    required: false
    multivalued: true
  Software_Source_Code_has_Part:
    name: Software_Source_Code_has_Part
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitehas_Part
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/hasPart
    is_a: has_Part
    domain: Software_Source_Code
    slot_uri: https://schema.org/hasPart
    alias: has_Part
    owner: Software_Source_Code
    domain_of:
    - Software_Source_Code
    is_usage_slot: true
    usage_slot_name: has_Part
    range: uriorcurie
    required: false
    multivalued: true
  Taxon_schema_name:
    name: Taxon_schema_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/name
    is_a: schema_name
    domain: Taxon
    slot_uri: https://schema.org/name
    alias: schema_name
    owner: Taxon
    domain_of:
    - Taxon
    is_usage_slot: true
    usage_slot_name: schema_name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Taxon_same_As:
    name: Taxon_same_As
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitesame_As
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/sameAs
    is_a: same_As
    domain: Taxon
    slot_uri: https://schema.org/sameAs
    alias: same_As
    owner: Taxon
    domain_of:
    - Taxon
    is_usage_slot: true
    usage_slot_name: same_As
    range: uriorcurie
    required: false
    multivalued: true
    any_of:
    - range: Web_Page
    - range: Web_Site
    - range: uriorcurie
  Taxon_type:
    name: Taxon_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Taxon
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Taxon
    domain_of:
    - Taxon
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Thing_schema_name:
    name: Thing_schema_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/name
    is_a: schema_name
    domain: Thing
    slot_uri: https://schema.org/name
    alias: schema_name
    owner: Thing
    domain_of:
    - Thing
    is_usage_slot: true
    usage_slot_name: schema_name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Thing_type:
    name: Thing_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Thing
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Thing
    domain_of:
    - Thing
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Virtual_Location_schema_name:
    name: Virtual_Location_schema_name
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteschema_name
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/name
    is_a: schema_name
    domain: Virtual_Location
    slot_uri: https://schema.org/name
    alias: schema_name
    owner: Virtual_Location
    domain_of:
    - Virtual_Location
    is_usage_slot: true
    usage_slot_name: schema_name
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Virtual_Location_type:
    name: Virtual_Location_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Virtual_Location
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Virtual_Location
    domain_of:
    - Virtual_Location
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Web_Page_source:
    name: Web_Page_source
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitesource
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://purl.org/dc/terms/source
    is_a: source
    domain: Web_Page
    slot_uri: http://purl.org/dc/terms/source
    alias: source
    owner: Web_Page
    domain_of:
    - Web_Page
    is_usage_slot: true
    usage_slot_name: source
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Web_Page
    - range: schema_Person
    - range: uriorcurie
  Web_Page_title:
    name: Web_Page_title
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetitle
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://purl.org/dc/terms/title
    is_a: title
    domain: Web_Page
    slot_uri: http://purl.org/dc/terms/title
    alias: title
    owner: Web_Page
    domain_of:
    - Web_Page
    is_usage_slot: true
    usage_slot_name: title
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Web_Page_type:
    name: Web_Page_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Web_Page
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Web_Page
    domain_of:
    - Web_Page
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
  Web_Site_source:
    name: Web_Site_source
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitesource
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://purl.org/dc/terms/source
    is_a: source
    domain: Web_Site
    slot_uri: http://purl.org/dc/terms/source
    alias: source
    owner: Web_Site
    domain_of:
    - Web_Site
    is_usage_slot: true
    usage_slot_name: source
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Web_Page
    - range: schema_Person
    - range: uriorcurie
  Web_Site_title:
    name: Web_Site_title
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetitle
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://purl.org/dc/terms/title
    is_a: title
    domain: Web_Site
    slot_uri: http://purl.org/dc/terms/title
    alias: title
    owner: Web_Site
    domain_of:
    - Web_Site
    is_usage_slot: true
    usage_slot_name: title
    range: datatype_21e9e28c8d71
    required: false
    multivalued: true
  Web_Site_type:
    name: Web_Site_type
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitetype
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    is_a: type
    domain: Web_Site
    slot_uri: http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    alias: type
    owner: Web_Site
    domain_of:
    - Web_Site
    is_usage_slot: true
    usage_slot_name: type
    range: uriorcurie
    required: false
    multivalued: true
classes:
  Person:
    name: Person
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitePerson
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://xmlns.com/foaf/0.1/Person
    slots:
    - Person_knows_About
    - Person_works_For
    - Person_performer_In
    - Person_same_As
    - Person_knows
    - Person_address
    - Person_member_Of
    - Person_has_Credential
    - Person_knows_Language
    - Person_alumni_Of
    - Person_url
    - Person_affiliation
    - Person_identifier
    - Person_has_Occupation
    - Person_homepage
    - Person_given_Name
    - Person_schema_name
    - Person_description
    - Person_email
    - Person_family_Name
    - Person_schema_family_Name
    - Person_name
    - Person_schema_given_Name
    - Person_job_Title
    - Person_type
    - Person_mbox
    - Person_image
    slot_usage:
      knows_About:
        name: knows_About
        range: Thing
      works_For:
        name: works_For
        any_of:
        - range: College_Or_University
        - range: Employee_Role
        - range: Organization
        - range: string
      performer_In:
        name: performer_In
        any_of:
        - range: Role
        - range: string
      same_As:
        name: same_As
        any_of:
        - range: Web_Page
        - range: uriorcurie
      knows:
        name: knows
        any_of:
        - range: Role
        - range: string
      address:
        name: address
        any_of:
        - range: Postal_Address
        - range: string
      member_Of:
        name: member_Of
        range: Research_Project
      has_Credential:
        name: has_Credential
        any_of:
        - range: Educational_Occupational_Credential
        - range: string
      knows_Language:
        name: knows_Language
        any_of:
        - range: Role
        - range: string
      alumni_Of:
        name: alumni_Of
        any_of:
        - range: Organization_Role
        - range: string
      url:
        name: url
        any_of:
        - range: Personal_Profile_Document
        - range: Profile_Page
      affiliation:
        name: affiliation
        any_of:
        - range: College_Or_University
        - range: Organization
      identifier:
        name: identifier
        any_of:
        - range: Property_Value
        - range: string
      has_Occupation:
        name: has_Occupation
        range: Occupation
      homepage:
        name: homepage
        any_of:
        - range: Personal_Profile_Document
        - range: Profile_Page
      given_Name:
        name: given_Name
        range: datatype_21e9e28c8d71
      schema_name:
        name: schema_name
        range: datatype_21e9e28c8d71
      description:
        name: description
        range: datatype_21e9e28c8d71
      email:
        name: email
        range: datatype_21e9e28c8d71
      family_Name:
        name: family_Name
        range: datatype_21e9e28c8d71
      schema_family_Name:
        name: schema_family_Name
        range: datatype_21e9e28c8d71
      name:
        name: name
        range: datatype_21e9e28c8d71
      schema_given_Name:
        name: schema_given_Name
        range: datatype_21e9e28c8d71
      job_Title:
        name: job_Title
        range: datatype_21e9e28c8d71
      type:
        name: type
        range: uriorcurie
      mbox:
        name: mbox
        range: uriorcurie
      image:
        name: image
        range: uriorcurie
    class_uri: http://xmlns.com/foaf/0.1/Person
  Personal_Profile_Document:
    name: Personal_Profile_Document
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitePersonalProfileDocument
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - http://xmlns.com/foaf/0.1/PersonalProfileDocument
    slots:
    - Personal_Profile_Document_encoding
    - Personal_Profile_Document_creator
    - Personal_Profile_Document_maker
    - Personal_Profile_Document_main_Entity
    - Personal_Profile_Document_primary_Topic
    - Personal_Profile_Document_date_Modified
    - Personal_Profile_Document_in_Language
    - Personal_Profile_Document_title
    - Personal_Profile_Document_schema_name
    - Personal_Profile_Document_modified
    - Personal_Profile_Document_type
    slot_usage:
      encoding:
        name: encoding
        range: Media_Object
      creator:
        name: creator
        any_of:
        - range: Person
        - range: schema_Person
      maker:
        name: maker
        any_of:
        - range: Person
        - range: schema_Person
      main_Entity:
        name: main_Entity
        any_of:
        - range: Person
        - range: schema_Person
      primary_Topic:
        name: primary_Topic
        any_of:
        - range: Person
        - range: schema_Person
      date_Modified:
        name: date_Modified
        range: datatype_708b036fe714
      in_Language:
        name: in_Language
        range: datatype_21e9e28c8d71
      title:
        name: title
        range: datatype_21e9e28c8d71
      schema_name:
        name: schema_name
        range: datatype_21e9e28c8d71
      modified:
        name: modified
        range: datatype_708b036fe714
      type:
        name: type
        range: uriorcurie
    class_uri: http://xmlns.com/foaf/0.1/PersonalProfileDocument
  College_Or_University:
    name: College_Or_University
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteCollegeOrUniversity
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/CollegeOrUniversity
    slots:
    - College_Or_University_location
    - College_Or_University_schema_name
    - College_Or_University_same_As
    - College_Or_University_type
    slot_usage:
      location:
        name: location
        range: Place
      schema_name:
        name: schema_name
        range: datatype_21e9e28c8d71
      same_As:
        name: same_As
        range: uriorcurie
      type:
        name: type
        range: uriorcurie
    class_uri: https://schema.org/CollegeOrUniversity
  Corporation:
    name: Corporation
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteCorporation
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/Corporation
    slots:
    - Corporation_location
    - Corporation_schema_name
    - Corporation_same_As
    - Corporation_type
    slot_usage:
      location:
        name: location
        range: Place
      schema_name:
        name: schema_name
        range: datatype_21e9e28c8d71
      same_As:
        name: same_As
        range: uriorcurie
      type:
        name: type
        range: uriorcurie
    class_uri: https://schema.org/Corporation
  Course:
    name: Course
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteCourse
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/Course
    slots:
    - Course_has_Course_Instance
    - Course_provider
    - Course_is_Part_Of
    - Course_url
    - Course_schema_name
    - Course_course_Code
    - Course_type
    slot_usage:
      has_Course_Instance:
        name: has_Course_Instance
        any_of:
        - range: Course_Instance
        - range: string
      provider:
        name: provider
        range: College_Or_University
      is_Part_Of:
        name: is_Part_Of
        any_of:
        - range: Educational_Occupational_Program
        - range: string
      url:
        name: url
        range: Course
      schema_name:
        name: schema_name
        range: datatype_21e9e28c8d71
      course_Code:
        name: course_Code
        range: datatype_21e9e28c8d71
      type:
        name: type
        range: uriorcurie
    class_uri: https://schema.org/Course
  Course_Instance:
    name: Course_Instance
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteCourseInstance
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/CourseInstance
    slots:
    - Course_Instance_instructor
    - Course_Instance_description
    - Course_Instance_type
    - Course_Instance_mentions
    slot_usage:
      instructor:
        name: instructor
        any_of:
        - range: Person
        - range: schema_Person
      description:
        name: description
        range: datatype_21e9e28c8d71
      type:
        name: type
        range: uriorcurie
      mentions:
        name: mentions
        range: uriorcurie
    class_uri: https://schema.org/CourseInstance
  Defined_Term:
    name: Defined_Term
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteDefinedTerm
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/DefinedTerm
    slots:
    - Defined_Term_schema_name
    - Defined_Term_type
    slot_usage:
      schema_name:
        name: schema_name
        range: datatype_21e9e28c8d71
      type:
        name: type
        range: uriorcurie
    class_uri: https://schema.org/DefinedTerm
  Educational_Occupational_Credential:
    name: Educational_Occupational_Credential
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteEducationalOccupationalCredential
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/EducationalOccupationalCredential
    slots:
    - Educational_Occupational_Credential_recognized_By
    - Educational_Occupational_Credential_schema_name
    - Educational_Occupational_Credential_date_Created
    - Educational_Occupational_Credential_type
    - Educational_Occupational_Credential_credential_Category
    - Educational_Occupational_Credential_about
    slot_usage:
      recognized_By:
        name: recognized_By
        range: College_Or_University
      schema_name:
        name: schema_name
        range: datatype_21e9e28c8d71
      date_Created:
        name: date_Created
        any_of:
        - range: datatype_c0bf59a6f1b9
        - range: datatype_dffbb9838823
      type:
        name: type
        range: uriorcurie
      credential_Category:
        name: credential_Category
        range: uriorcurie
      about:
        name: about
        range: uriorcurie
    class_uri: https://schema.org/EducationalOccupationalCredential
  Educational_Occupational_Program:
    name: Educational_Occupational_Program
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteEducationalOccupationalProgram
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/EducationalOccupationalProgram
    slots:
    - Educational_Occupational_Program_schema_name
    - Educational_Occupational_Program_type
    - Educational_Occupational_Program_url
    slot_usage:
      schema_name:
        name: schema_name
        range: datatype_21e9e28c8d71
      type:
        name: type
        range: uriorcurie
      url:
        name: url
        range: uriorcurie
    class_uri: https://schema.org/EducationalOccupationalProgram
  Employee_Role:
    name: Employee_Role
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteEmployeeRole
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/EmployeeRole
    slots:
    - Employee_Role_works_For
    - Employee_Role_description
    - Employee_Role_role_Name
    - Employee_Role_start_Date
    - Employee_Role_end_Date
    - Employee_Role_type
    slot_usage:
      works_For:
        name: works_For
        any_of:
        - range: Corporation
        - range: Organization
      description:
        name: description
        range: datatype_21e9e28c8d71
      role_Name:
        name: role_Name
        any_of:
        - range: datatype_21e9e28c8d71
        - range: uriorcurie
      start_Date:
        name: start_Date
        range: datatype_c0bf59a6f1b9
      end_Date:
        name: end_Date
        range: datatype_c0bf59a6f1b9
      type:
        name: type
        range: uriorcurie
    class_uri: https://schema.org/EmployeeRole
  Event:
    name: Event
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteEvent
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/Event
    slots:
    - Event_url
    - Event_location
    - Event_keywords
    - Event_start_Date
    - Event_schema_name
    - Event_end_Date
    - Event_type
    - Event_super_Event
    - Event_recorded_In
    - Event_event_Attendance_Mode
    slot_usage:
      url:
        name: url
        any_of:
        - range: Event
        - range: uriorcurie
      location:
        name: location
        any_of:
        - range: Place
        - range: Virtual_Location
        - range: string
      keywords:
        name: keywords
        range: datatype_21e9e28c8d71
      start_Date:
        name: start_Date
        range: datatype_708b036fe714
      schema_name:
        name: schema_name
        range: datatype_21e9e28c8d71
      end_Date:
        name: end_Date
        range: datatype_708b036fe714
      type:
        name: type
        range: uriorcurie
      super_Event:
        name: super_Event
        range: uriorcurie
      recorded_In:
        name: recorded_In
        range: uriorcurie
      event_Attendance_Mode:
        name: event_Attendance_Mode
        range: uriorcurie
    class_uri: https://schema.org/Event
  Government_Organization:
    name: Government_Organization
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteGovernmentOrganization
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/GovernmentOrganization
    slots:
    - Government_Organization_location
    - Government_Organization_schema_name
    - Government_Organization_alternate_Name
    - Government_Organization_type
    - Government_Organization_same_As
    slot_usage:
      location:
        name: location
        range: Place
      schema_name:
        name: schema_name
        range: datatype_21e9e28c8d71
      alternate_Name:
        name: alternate_Name
        range: datatype_21e9e28c8d71
      type:
        name: type
        range: uriorcurie
      same_As:
        name: same_As
        range: uriorcurie
    class_uri: https://schema.org/GovernmentOrganization
  Grant:
    name: Grant
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteGrant
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/Grant
    slots:
    - Grant_funder
    - Grant_url
    - Grant_description
    - Grant_identifier
    - Grant_schema_name
    - Grant_alternate_Name
    - Grant_type
    slot_usage:
      funder:
        name: funder
        any_of:
        - range: Government_Organization
        - range: Organization
        - range: Research_Organization
      url:
        name: url
        any_of:
        - range: Grant
        - range: Research_Project
      description:
        name: description
        range: datatype_21e9e28c8d71
      identifier:
        name: identifier
        range: datatype_21e9e28c8d71
      schema_name:
        name: schema_name
        range: datatype_21e9e28c8d71
      alternate_Name:
        name: alternate_Name
        range: datatype_21e9e28c8d71
      type:
        name: type
        range: uriorcurie
    class_uri: https://schema.org/Grant
  Interaction_Counter:
    name: Interaction_Counter
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteInteractionCounter
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/InteractionCounter
    slots:
    - Interaction_Counter_url
    - Interaction_Counter_schema_name
    - Interaction_Counter_user_Interaction_Count
    - Interaction_Counter_type
    - Interaction_Counter_interaction_Type
    slot_usage:
      url:
        name: url
        any_of:
        - range: Software_Source_Code
        - range: uriorcurie
      schema_name:
        name: schema_name
        range: datatype_21e9e28c8d71
      user_Interaction_Count:
        name: user_Interaction_Count
        range: datatype_c2395730d253
      type:
        name: type
        range: uriorcurie
      interaction_Type:
        name: interaction_Type
        range: uriorcurie
    class_uri: https://schema.org/InteractionCounter
  Language:
    name: Language
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteLanguage
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/Language
    slots:
    - Language_schema_name
    - Language_alternate_Name
    - Language_type
    - Language_same_As
    slot_usage:
      schema_name:
        name: schema_name
        range: datatype_21e9e28c8d71
      alternate_Name:
        name: alternate_Name
        range: datatype_21e9e28c8d71
      type:
        name: type
        range: uriorcurie
      same_As:
        name: same_As
        range: uriorcurie
    class_uri: https://schema.org/Language
  Media_Object:
    name: Media_Object
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteMediaObject
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/MediaObject
    slots:
    - Media_Object_content_Url
    - Media_Object_encoding_Format
    - Media_Object_schema_name
    - Media_Object_type
    slot_usage:
      content_Url:
        name: content_Url
        range: Media_Object
      encoding_Format:
        name: encoding_Format
        range: datatype_21e9e28c8d71
      schema_name:
        name: schema_name
        range: datatype_21e9e28c8d71
      type:
        name: type
        range: uriorcurie
    class_uri: https://schema.org/MediaObject
  Occupation:
    name: Occupation
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteOccupation
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/Occupation
    slots:
    - Occupation_schema_name
    - Occupation_type
    slot_usage:
      schema_name:
        name: schema_name
        range: datatype_21e9e28c8d71
      type:
        name: type
        range: uriorcurie
    class_uri: https://schema.org/Occupation
  Organization:
    name: Organization
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteOrganization
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/Organization
    slots:
    - Organization_parent_Organization
    - Organization_location
    - Organization_schema_name
    - Organization_alternate_Name
    - Organization_type
    - Organization_same_As
    slot_usage:
      parent_Organization:
        name: parent_Organization
        any_of:
        - range: College_Or_University
        - range: Research_Organization
      location:
        name: location
        range: Place
      schema_name:
        name: schema_name
        range: datatype_21e9e28c8d71
      alternate_Name:
        name: alternate_Name
        range: datatype_21e9e28c8d71
      type:
        name: type
        range: uriorcurie
      same_As:
        name: same_As
        range: uriorcurie
    class_uri: https://schema.org/Organization
  Organization_Role:
    name: Organization_Role
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteOrganizationRole
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/OrganizationRole
    slots:
    - Organization_Role_alumni_Of
    - Organization_Role_about
    - Organization_Role_role_Name
    - Organization_Role_start_Date
    - Organization_Role_end_Date
    - Organization_Role_description
    - Organization_Role_type
    slot_usage:
      alumni_Of:
        name: alumni_Of
        range: College_Or_University
      about:
        name: about
        range: Taxon
      role_Name:
        name: role_Name
        range: datatype_21e9e28c8d71
      start_Date:
        name: start_Date
        any_of:
        - range: datatype_c0bf59a6f1b9
        - range: datatype_dffbb9838823
      end_Date:
        name: end_Date
        any_of:
        - range: datatype_c0bf59a6f1b9
        - range: datatype_dffbb9838823
      description:
        name: description
        range: datatype_21e9e28c8d71
      type:
        name: type
        range: uriorcurie
    class_uri: https://schema.org/OrganizationRole
  Periodical:
    name: Periodical
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitePeriodical
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/Periodical
    slots:
    - Periodical_schema_name
    - Periodical_type
    slot_usage:
      schema_name:
        name: schema_name
        range: datatype_21e9e28c8d71
      type:
        name: type
        range: uriorcurie
    class_uri: https://schema.org/Periodical
  schema_Person:
    name: schema_Person
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteSchemaPerson
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/Person
    slots:
    - schema_Person_same_As
    - schema_Person_url
    - schema_Person_alumni_Of
    - schema_Person_works_For
    - schema_Person_affiliation
    - schema_Person_knows
    - schema_Person_knows_About
    - schema_Person_performer_In
    - schema_Person_address
    - schema_Person_member_Of
    - schema_Person_has_Credential
    - schema_Person_knows_Language
    - schema_Person_identifier
    - schema_Person_has_Occupation
    - schema_Person_homepage
    - schema_Person_schema_name
    - schema_Person_given_Name
    - schema_Person_description
    - schema_Person_email
    - schema_Person_family_Name
    - schema_Person_schema_family_Name
    - schema_Person_name
    - schema_Person_schema_given_Name
    - schema_Person_job_Title
    - schema_Person_type
    - schema_Person_mbox
    - schema_Person_image
    slot_usage:
      same_As:
        name: same_As
        any_of:
        - range: Web_Page
        - range: Web_Site
        - range: uriorcurie
      url:
        name: url
        any_of:
        - range: Personal_Profile_Document
        - range: Profile_Page
        - range: Web_Page
        - range: Web_Site
      alumni_Of:
        name: alumni_Of
        any_of:
        - range: College_Or_University
        - range: Organization_Role
        - range: string
      works_For:
        name: works_For
        any_of:
        - range: College_Or_University
        - range: Employee_Role
        - range: Organization
        - range: Research_Organization
        - range: string
      affiliation:
        name: affiliation
        any_of:
        - range: College_Or_University
        - range: Organization
        - range: Research_Organization
      knows:
        name: knows
        any_of:
        - range: Role
        - range: string
      knows_About:
        name: knows_About
        range: Thing
      performer_In:
        name: performer_In
        any_of:
        - range: Role
        - range: string
      address:
        name: address
        any_of:
        - range: Postal_Address
        - range: string
      member_Of:
        name: member_Of
        range: Research_Project
      has_Credential:
        name: has_Credential
        any_of:
        - range: Educational_Occupational_Credential
        - range: string
      knows_Language:
        name: knows_Language
        any_of:
        - range: Role
        - range: string
      identifier:
        name: identifier
        any_of:
        - range: Property_Value
        - range: string
      has_Occupation:
        name: has_Occupation
        range: Occupation
      homepage:
        name: homepage
        any_of:
        - range: Personal_Profile_Document
        - range: Profile_Page
      schema_name:
        name: schema_name
        range: datatype_21e9e28c8d71
      given_Name:
        name: given_Name
        range: datatype_21e9e28c8d71
      description:
        name: description
        range: datatype_21e9e28c8d71
      email:
        name: email
        range: datatype_21e9e28c8d71
      family_Name:
        name: family_Name
        range: datatype_21e9e28c8d71
      schema_family_Name:
        name: schema_family_Name
        range: datatype_21e9e28c8d71
      name:
        name: name
        range: datatype_21e9e28c8d71
      schema_given_Name:
        name: schema_given_Name
        range: datatype_21e9e28c8d71
      job_Title:
        name: job_Title
        range: datatype_21e9e28c8d71
      type:
        name: type
        range: uriorcurie
      mbox:
        name: mbox
        range: uriorcurie
      image:
        name: image
        range: uriorcurie
    class_uri: https://schema.org/Person
  Place:
    name: Place
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitePlace
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/Place
    slots:
    - Place_schema_name
    - Place_type
    slot_usage:
      schema_name:
        name: schema_name
        range: datatype_21e9e28c8d71
      type:
        name: type
        range: uriorcurie
    class_uri: https://schema.org/Place
  Postal_Address:
    name: Postal_Address
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitePostalAddress
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/PostalAddress
    slots:
    - Postal_Address_address_Locality
    - Postal_Address_address_Country
    - Postal_Address_type
    slot_usage:
      address_Locality:
        name: address_Locality
        range: datatype_21e9e28c8d71
      address_Country:
        name: address_Country
        range: datatype_21e9e28c8d71
      type:
        name: type
        range: uriorcurie
    class_uri: https://schema.org/PostalAddress
  Profile_Page:
    name: Profile_Page
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteProfilePage
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/ProfilePage
    slots:
    - Profile_Page_encoding
    - Profile_Page_creator
    - Profile_Page_main_Entity
    - Profile_Page_primary_Topic
    - Profile_Page_maker
    - Profile_Page_in_Language
    - Profile_Page_schema_name
    - Profile_Page_title
    - Profile_Page_modified
    - Profile_Page_date_Modified
    - Profile_Page_type
    slot_usage:
      encoding:
        name: encoding
        range: Media_Object
      creator:
        name: creator
        any_of:
        - range: Person
        - range: schema_Person
      main_Entity:
        name: main_Entity
        any_of:
        - range: Person
        - range: schema_Person
      primary_Topic:
        name: primary_Topic
        any_of:
        - range: Person
        - range: schema_Person
      maker:
        name: maker
        any_of:
        - range: Person
        - range: schema_Person
      in_Language:
        name: in_Language
        range: datatype_21e9e28c8d71
      schema_name:
        name: schema_name
        range: datatype_21e9e28c8d71
      title:
        name: title
        range: datatype_21e9e28c8d71
      modified:
        name: modified
        range: datatype_708b036fe714
      date_Modified:
        name: date_Modified
        range: datatype_708b036fe714
      type:
        name: type
        range: uriorcurie
    class_uri: https://schema.org/ProfilePage
  Project:
    name: Project
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteProject
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/Project
    slots:
    - Project_schema_contributor
    - Project_url
    - Project_interaction_Statistic
    - Project_about
    - Project_schema_name
    - Project_type
    - Project_same_As
    - Project_code_Repository
    - Project_has_Part
    slot_usage:
      schema_contributor:
        name: schema_contributor
        any_of:
        - range: Person
        - range: Role
        - range: schema_Person
        - range: string
      url:
        name: url
        any_of:
        - range: Project
        - range: uriorcurie
      interaction_Statistic:
        name: interaction_Statistic
        any_of:
        - range: Interaction_Counter
        - range: string
      about:
        name: about
        range: Thing
      schema_name:
        name: schema_name
        range: datatype_21e9e28c8d71
      type:
        name: type
        range: uriorcurie
      same_As:
        name: same_As
        range: uriorcurie
      code_Repository:
        name: code_Repository
        range: uriorcurie
      has_Part:
        name: has_Part
        range: uriorcurie
    class_uri: https://schema.org/Project
  Property_Value:
    name: Property_Value
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/sitePropertyValue
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/PropertyValue
    slots:
    - Property_Value_url
    - Property_Value_property_ID
    - Property_Value_value
    - Property_Value_type
    slot_usage:
      url:
        name: url
        any_of:
        - range: Person
        - range: schema_Person
      property_ID:
        name: property_ID
        range: datatype_21e9e28c8d71
      value:
        name: value
        range: datatype_21e9e28c8d71
      type:
        name: type
        range: uriorcurie
    class_uri: https://schema.org/PropertyValue
  Report:
    name: Report
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteReport
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/Report
    slots:
    - Report_contributor
    - Report_funding
    - Report_schema_contributor
    - Report_report_Number
    - Report_title
    - Report_schema_name
    - Report_dcterms_date
    - Report_date_Published
    - Report_type
    - Report_url
    slot_usage:
      contributor:
        name: contributor
        any_of:
        - range: Person
        - range: schema_Person
      funding:
        name: funding
        range: Grant
      schema_contributor:
        name: schema_contributor
        any_of:
        - range: Person
        - range: schema_Person
      report_Number:
        name: report_Number
        range: datatype_21e9e28c8d71
      title:
        name: title
        range: datatype_21e9e28c8d71
      schema_name:
        name: schema_name
        range: datatype_21e9e28c8d71
      dcterms_date:
        name: dcterms_date
        range: datatype_dffbb9838823
      date_Published:
        name: date_Published
        range: datatype_dffbb9838823
      type:
        name: type
        range: uriorcurie
      url:
        name: url
        range: uriorcurie
    class_uri: https://schema.org/Report
  Research_Organization:
    name: Research_Organization
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteResearchOrganization
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/ResearchOrganization
    slots:
    - Research_Organization_location
    - Research_Organization_alternate_Name
    - Research_Organization_schema_name
    - Research_Organization_type
    - Research_Organization_same_As
    slot_usage:
      location:
        name: location
        range: Place
      alternate_Name:
        name: alternate_Name
        range: datatype_21e9e28c8d71
      schema_name:
        name: schema_name
        range: datatype_21e9e28c8d71
      type:
        name: type
        range: uriorcurie
      same_As:
        name: same_As
        range: uriorcurie
    class_uri: https://schema.org/ResearchOrganization
  Research_Project:
    name: Research_Project
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteResearchProject
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/ResearchProject
    slots:
    - Research_Project_url
    - Research_Project_funding
    - Research_Project_schema_name
    - Research_Project_type
    slot_usage:
      url:
        name: url
        any_of:
        - range: Grant
        - range: Research_Project
        - range: uriorcurie
      funding:
        name: funding
        range: Grant
      schema_name:
        name: schema_name
        range: datatype_21e9e28c8d71
      type:
        name: type
        range: uriorcurie
    class_uri: https://schema.org/ResearchProject
  Role:
    name: Role
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteRole
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/Role
    slots:
    - Role_knows
    - Role_schema_contributor
    - Role_performer_In
    - Role_mentions
    - Role_knows_Language
    - Role_subject_Of
    - Role_funding
    - Role_role_Name
    - Role_description
    - Role_type
    slot_usage:
      knows:
        name: knows
        any_of:
        - range: Person
        - range: schema_Person
      schema_contributor:
        name: schema_contributor
        any_of:
        - range: Person
        - range: schema_Person
      performer_In:
        name: performer_In
        any_of:
        - range: Event
        - range: string
      mentions:
        name: mentions
        any_of:
        - range: Software_Source_Code
        - range: uriorcurie
      knows_Language:
        name: knows_Language
        range: Language
      subject_Of:
        name: subject_Of
        any_of:
        - range: Scholarly_Article
        - range: uriorcurie
      funding:
        name: funding
        any_of:
        - range: Grant
        - range: string
      role_Name:
        name: role_Name
        any_of:
        - range: datatype_21e9e28c8d71
        - range: uriorcurie
      description:
        name: description
        range: datatype_21e9e28c8d71
      type:
        name: type
        range: uriorcurie
    class_uri: https://schema.org/Role
  Scholarly_Article:
    name: Scholarly_Article
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteScholarlyArticle
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/ScholarlyArticle
    slots:
    - Scholarly_Article_is_Part_Of
    - Scholarly_Article_creator
    - Scholarly_Article_about
    - Scholarly_Article_genre
    - Scholarly_Article_identifier
    - Scholarly_Article_schema_name
    - Scholarly_Article_date_Published
    - Scholarly_Article_dcterms_date
    - Scholarly_Article_title
    - Scholarly_Article_type
    - Scholarly_Article_same_As
    - Scholarly_Article_author
    slot_usage:
      is_Part_Of:
        name: is_Part_Of
        range: Periodical
      creator:
        name: creator
        any_of:
        - range: Person
        - range: schema_Person
      about:
        name: about
        any_of:
        - range: Defined_Term
        - range: Organization
        - range: Thing
      genre:
        name: genre
        range: datatype_21e9e28c8d71
      identifier:
        name: identifier
        range: datatype_21e9e28c8d71
      schema_name:
        name: schema_name
        range: datatype_21e9e28c8d71
      date_Published:
        name: date_Published
        range: datatype_dffbb9838823
      dcterms_date:
        name: dcterms_date
        range: datatype_dffbb9838823
      title:
        name: title
        range: datatype_21e9e28c8d71
      type:
        name: type
        range: uriorcurie
      same_As:
        name: same_As
        range: uriorcurie
      author:
        name: author
        range: string
    class_uri: https://schema.org/ScholarlyArticle
  Software_Source_Code:
    name: Software_Source_Code
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteSoftwareSourceCode
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/SoftwareSourceCode
    slots:
    - Software_Source_Code_schema_contributor
    - Software_Source_Code_interaction_Statistic
    - Software_Source_Code_maintainer
    - Software_Source_Code_url
    - Software_Source_Code_software_Requirements
    - Software_Source_Code_programming_Language
    - Software_Source_Code_author
    - Software_Source_Code_code_Repository
    - Software_Source_Code_subject_Of
    - Software_Source_Code_about
    - Software_Source_Code_schema_name
    - Software_Source_Code_description
    - Software_Source_Code_software_Version
    - Software_Source_Code_type
    - Software_Source_Code_same_As
    - Software_Source_Code_software_Help
    - Software_Source_Code_download_Url
    - Software_Source_Code_has_Part
    slot_usage:
      schema_contributor:
        name: schema_contributor
        any_of:
        - range: Person
        - range: Role
        - range: schema_Person
        - range: string
      interaction_Statistic:
        name: interaction_Statistic
        any_of:
        - range: Interaction_Counter
        - range: string
      maintainer:
        name: maintainer
        any_of:
        - range: Person
        - range: Project
        - range: Research_Project
        - range: schema_Person
      url:
        name: url
        any_of:
        - range: Software_Source_Code
        - range: uriorcurie
      software_Requirements:
        name: software_Requirements
        range: Thing
      programming_Language:
        name: programming_Language
        range: Thing
      author:
        name: author
        any_of:
        - range: Person
        - range: schema_Person
      code_Repository:
        name: code_Repository
        any_of:
        - range: Software_Source_Code
        - range: uriorcurie
      subject_Of:
        name: subject_Of
        range: Scholarly_Article
      about:
        name: about
        range: Thing
      schema_name:
        name: schema_name
        range: datatype_21e9e28c8d71
      description:
        name: description
        range: datatype_21e9e28c8d71
      software_Version:
        name: software_Version
        range: datatype_21e9e28c8d71
      type:
        name: type
        range: uriorcurie
      same_As:
        name: same_As
        range: uriorcurie
      software_Help:
        name: software_Help
        range: uriorcurie
      download_Url:
        name: download_Url
        range: uriorcurie
      has_Part:
        name: has_Part
        range: uriorcurie
    class_uri: https://schema.org/SoftwareSourceCode
  Taxon:
    name: Taxon
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteTaxon
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/Taxon
    slots:
    - Taxon_schema_name
    - Taxon_same_As
    - Taxon_type
    slot_usage:
      schema_name:
        name: schema_name
        range: datatype_21e9e28c8d71
      same_As:
        name: same_As
        range: uriorcurie
      type:
        name: type
        range: uriorcurie
    class_uri: https://schema.org/Taxon
  Thing:
    name: Thing
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteThing
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/Thing
    slots:
    - Thing_schema_name
    - Thing_type
    slot_usage:
      schema_name:
        name: schema_name
        range: datatype_21e9e28c8d71
      type:
        name: type
        range: uriorcurie
    class_uri: https://schema.org/Thing
  Virtual_Location:
    name: Virtual_Location
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteVirtualLocation
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/VirtualLocation
    slots:
    - Virtual_Location_schema_name
    - Virtual_Location_type
    slot_usage:
      schema_name:
        name: schema_name
        range: datatype_21e9e28c8d71
      type:
        name: type
        range: uriorcurie
    class_uri: https://schema.org/VirtualLocation
  Web_Page:
    name: Web_Page
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteWebPage
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/WebPage
    slots:
    - Web_Page_source
    - Web_Page_title
    - Web_Page_type
    slot_usage:
      source:
        name: source
        any_of:
        - range: Web_Page
        - range: schema_Person
        - range: uriorcurie
      title:
        name: title
        range: datatype_21e9e28c8d71
      type:
        name: type
        range: uriorcurie
    class_uri: https://schema.org/WebPage
  Web_Site:
    name: Web_Site
    definition_uri: https://jmillanacosta.github.io/.well-known/void#/schema/siteWebSite
    from_schema: https://jmillanacosta.github.io/.well-known/void#/schema/site
    mappings:
    - https://schema.org/WebSite
    slots:
    - Web_Site_source
    - Web_Site_title
    - Web_Site_type
    slot_usage:
      source:
        name: source
        any_of:
        - range: Web_Page
        - range: schema_Person
        - range: uriorcurie
      title:
        name: title
        range: datatype_21e9e28c8d71
      type:
        name: type
        range: uriorcurie
    class_uri: https://schema.org/WebSite
metamodel_version: 1.11.0
generation_date: '2026-09-26T13:03:49'
