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: observable:URLFacet
classDiagram
class URLFacet
Facet <|-- URLFacet
URLFacet : fragment
URLFacet ..> string : fragment
URLFacet : fullValue
URLFacet ..> string : fullValue
URLFacet : host
URLFacet ..> ObservableObject : host
URLFacet : password
URLFacet ..> string : password
URLFacet : path
URLFacet ..> string : path
URLFacet : port
URLFacet ..> integer : port
URLFacet : query
URLFacet ..> string : query
URLFacet : scheme
URLFacet ..> string : scheme
URLFacet : userName
URLFacet ..> string : 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 xsd:integer |
"Port on which communication takes place | direct |
fragment | 0..1 xsd:string |
"fragment pointing to a specific part in the resource | direct |
fullValue | 0..1 xsd:string |
"The full stringValue of the URL | direct |
password | 0..1 xsd:string |
"Specifies an authentication password | direct |
path | 0..1 xsd:string |
"Specifies the location of one object within another containing object | direct |
query | 0..1 xsd:string |
"Query passed to the resource | direct |
scheme | 0..1 xsd:string |
"Identifies the type of URL | direct |
userName | 0..1 xsd:string |
"Username used to authenticate to this resource | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-observable
Mappings
Mapping Type | Mapped Value |
---|---|
self | observable:URLFacet |
native | observable: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-observable
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-observable
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-observable
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-observable
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-observable
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-observable
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-observable
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-observable
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-observable
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-observable
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-observable
rank: 1000
alias: userName
owner: URLFacet
domain_of:
- URLFacet
range: string