Skip to content

Class: JsonLDObject

URI: jsonld:JsonLDObject

 classDiagram
    class JsonLDObject
    click JsonLDObject href "../JsonLDObject"
      JsonLDObject <|-- FederatedObject
        click FederatedObject href "../FederatedObject"
      JsonLDObject <|-- FederatedId
        click FederatedId href "../FederatedId"
      JsonLDObject <|-- DomainIdentifier
        click DomainIdentifier href "../DomainIdentifier"

      JsonLDObject : hasDescription

      JsonLDObject : hasLabel

      JsonLDObject : id

Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 1
String
direct
hasLabel *
String
direct
hasDescription *
String
direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/cde/admin-loc/v1.0/

Mappings

Mapping Type Mapped Value
self jsonld:JsonLDObject
native adloc:JsonLDObject

LinkML Source

Direct

name: JsonLDObject
from_schema: https://w3id.org/cde/admin-loc/v1.0/
slots:
- id
- hasLabel
- hasDescription
class_uri: jsonld:JsonLDObject

Induced

name: JsonLDObject
from_schema: https://w3id.org/cde/admin-loc/v1.0/
attributes:
  id:
    name: id
    from_schema: https://w3id.org/cde/admin-loc/v1.0/
    rank: 1000
    slot_uri: jsonld:id
    identifier: true
    alias: id
    owner: JsonLDObject
    domain_of:
    - JsonLDObject
    range: string
    required: true
  hasLabel:
    name: hasLabel
    from_schema: https://w3id.org/cde/admin-loc/v1.0/
    rank: 1000
    slot_uri: rdfs:label
    multivalued: true
    alias: hasLabel
    owner: JsonLDObject
    domain_of:
    - JsonLDObject
    range: string
  hasDescription:
    name: hasDescription
    from_schema: https://w3id.org/cde/admin-loc/v1.0/
    rank: 1000
    slot_uri: rdfs:comment
    multivalued: true
    alias: hasDescription
    owner: JsonLDObject
    domain_of:
    - JsonLDObject
    range: string
class_uri: jsonld:JsonLDObject