access URL
- CURIE:
gmeow:accessUrl - IRI: https://blackcatinformatics.ca/gmeow/accessUrl
- Category: property
- Defined by:
gmeow:slices/places - Box roles: RBox role (What is this?)
The join/access URL of a virtual location.
Structure
Property shape: datatype property; gmeow:VirtualLocation -> xsd:anyURI
Practical Pattern
Use gmeow:accessUrl from gmeow:VirtualLocation to xsd:anyURI when the relationship itself belongs in the native GMEOW graph.
Common Companion Terms
Projects To
| Profile | External Targets |
|---|---|
schema-org |
rdf, schema |
Linkages
Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:accessUrl |
projection | schema-org |
projects to / <= | rdf:type, schema:VirtualLocation, schema:url | gmeow:mapSchemaVirtualLocation |
Usage Advice
Use when
- Use as the flat shortcut for a virtual location's join/access URL.
Avoid when
- Avoid when the address needs a frame, provenance, or standpoint — promote to
gmeow:hasNetworkAddress/NetworkAddress(Principle 11).
How to use
- Set
gmeow:accessUrlon aVirtualLocationfor the common case;pairsWiththe reifiedNetworkAddressfor the promoted form.
Examples
- ex:standup
gmeow:accessUrl"https://meet.example/standup"^^xsd:anyURI.