Skip to content

Class: URLFacet

"A URL facet is a grouping of characteristics unique to a uniform resource locator (URL) acting as a resolvable address to a particular WWW (World Wide Web) accessible resource."

URI: master:URLFacet

classDiagram class URLFacet Facet <|-- URLFacet URLFacet : fragment URLFacet : fullValue URLFacet : host URLFacet ..> ObservableObject : host URLFacet : password URLFacet : path URLFacet : port URLFacet : query URLFacet : scheme URLFacet : userName

Inheritance

Slots

Name Cardinality and Range Description Inheritance
host 0..1
ObservableObject
"Domain name or IP address where the resource is located direct
port 0..1
Integer
"Port on which communication takes place direct
fragment 0..1
String
"fragment pointing to a specific part in the resource direct
fullValue 0..1
String
"The full stringValue of the URL direct
password 0..1
String
"Specifies an authentication password direct
path 0..1
String
"Specifies the location of one object within another containing object direct
query 0..1
String
"Query passed to the resource direct
scheme 0..1
String
"Identifies the type of URL direct
userName 0..1
String
"Username used to authenticate to this resource direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/uco-master

Mappings

Mapping Type Mapped Value
self master:URLFacet
native master:URLFacet

LinkML Source

Direct

name: URLFacet
description: '"A URL facet is a grouping of characteristics unique to a uniform resource
  locator (URL) acting as a resolvable address to a particular WWW (World Wide Web)
  accessible resource."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slots:
- host
- port
- fragment
- fullValue
- password
- path
- query
- scheme
- userName

Induced

name: URLFacet
description: '"A URL facet is a grouping of characteristics unique to a uniform resource
  locator (URL) acting as a resolvable address to a particular WWW (World Wide Web)
  accessible resource."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
attributes:
  host:
    name: host
    description: '"Domain name or IP address where the resource is located."'
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - wikidata:Q829281
    - wikidata:Q11135
    rank: 1000
    alias: host
    owner: URLFacet
    domain_of:
    - URLFacet
    range: ObservableObject
  port:
    name: port
    description: '"Port on which communication takes place."'
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - wikidata:Q858321
    rank: 1000
    alias: port
    owner: URLFacet
    domain_of:
    - URLFacet
    range: integer
  fragment:
    name: fragment
    description: '"fragment pointing to a specific part in the resource."'
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - NCIT:C48295
    - wikidata:Q11086567
    rank: 1000
    alias: fragment
    owner: URLFacet
    domain_of:
    - URLFacet
    range: string
  fullValue:
    name: fullValue
    description: '"The full stringValue of the URL."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: fullValue
    owner: URLFacet
    domain_of:
    - URLFacet
    range: string
  password:
    name: password
    description: '"Specifies an authentication password."'
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - edam.data:1690
    - NCIT:C42710
    - sumo:password
    - wikidata:Q161157
    rank: 1000
    alias: password
    owner: URLFacet
    domain_of:
    - AccountAuthenticationFacet
    - URLFacet
    - WirelessNetworkConnectionFacet
    range: string
  path:
    name: path
    description: '"Specifies the location of one object within another containing
      object."'
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - wikidata:Q817765
    rank: 1000
    alias: path
    owner: URLFacet
    domain_of:
    - PathRelationFacet
    - URLFacet
    range: string
  query:
    name: query
    description: '"Query passed to the resource."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: query
    owner: URLFacet
    domain_of:
    - URLFacet
    range: string
  scheme:
    name: scheme
    description: '"Identifies the type of URL."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: scheme
    owner: URLFacet
    domain_of:
    - URLFacet
    range: string
  userName:
    name: userName
    description: '"Username used to authenticate to this resource."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: userName
    owner: URLFacet
    domain_of:
    - URLFacet
    range: string