network address value
- CURIE:
gmeow:networkAddressValue - IRI: https://blackcatinformatics.ca/gmeow/networkAddressValue
- Category: property
- Defined by:
gmeow:slices/places - Box roles: RBox role (What is this?)
The literal string value of a network address (e.g. '192.0.2.1', '00:1B:44:11:3A:B7', 'example.com', '443'). Functional: an address has exactly one value string.
Structure
Property shape: datatype property; gmeow:NetworkAddress -> rdfs:Literal; functional
Practical Pattern
Use gmeow:networkAddressValue from gmeow:NetworkAddress to rdfs:Literal when the relationship itself belongs in the native GMEOW graph.
Common Companion Terms
Projects To
| Profile | External Targets |
|---|---|
foaf |
foaf |
schema-org |
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:networkAddressValue |
projection | foaf |
projects to / <= | foaf:page | gmeow:mapFoafNetworkAddress; confidence 0.8; lossy: the NetworkAddress frame, type, provenance, and standpoint are dropped; only the URL string survives |
gmeow:networkAddressValue |
projection | schema-org |
projects to / <= | schema:url | gmeow:mapSchemaNetworkAddress; confidence 0.85; lossy: the NetworkAddress frame, type, provenance, and standpoint are dropped; only the URL string survives |
Usage Advice
Use when
- Use for the literal string of a network address — the single functional value of an IP, MAC, DNS name, URL, or port.
Avoid when
- Avoid putting several distinct addresses on one
NetworkAddress(it is functional); mint aNetworkAddressper address.
How to use
- Set exactly one
gmeow:networkAddressValueperNetworkAddressand pair it withgmeow:networkAddressType.
Examples
- ex:siteAddr
gmeow:networkAddressValue"192.0.2.1".