IPGeolocation.io · JSON-LD Context

Ipgeolocation Asn Context

JSON-LD context defining the semantic vocabulary for Ipgeolocation Asn from IPGeolocation.io.

3 Classes 19 Properties 4 Namespaces
View Context View on GitHub

Namespaces

ipgeo: https://ipgeolocation.io/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

ASN ASNConnection ASNLookupResponse

Properties

Property Type Container
allocation_status string
as_number string
asn reference
asn_name string
country string
date_allocated string
description string
domain string
downstreams reference set
ip string
num_of_ipv4_routes string
num_of_ipv6_routes string
organization string
peers reference set
rir string
routes string set
type string
upstreams reference set
whois_response string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "ipgeo": "https://ipgeolocation.io/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "ASN": "ipgeo:ASN",
    "ASNConnection": "ipgeo:ASNConnection",
    "ASNLookupResponse": "ipgeo:ASNLookupResponse",
    "allocation_status": {
      "@id": "ipgeo:allocation_status",
      "@type": "xsd:string"
    },
    "as_number": {
      "@id": "ipgeo:as_number",
      "@type": "xsd:string"
    },
    "asn": {
      "@id": "ipgeo:asn",
      "@type": "@id"
    },
    "asn_name": {
      "@id": "ipgeo:asn_name",
      "@type": "xsd:string"
    },
    "country": {
      "@id": "ipgeo:country",
      "@type": "xsd:string"
    },
    "date_allocated": {
      "@id": "ipgeo:date_allocated",
      "@type": "xsd:string"
    },
    "description": {
      "@id": "schema:description",
      "@type": "xsd:string"
    },
    "domain": {
      "@id": "ipgeo:domain",
      "@type": "xsd:string"
    },
    "downstreams": {
      "@id": "ipgeo:downstreams",
      "@container": "@set",
      "@type": "@id"
    },
    "ip": {
      "@id": "ipgeo:ip",
      "@type": "xsd:string"
    },
    "num_of_ipv4_routes": {
      "@id": "ipgeo:num_of_ipv4_routes",
      "@type": "xsd:string"
    },
    "num_of_ipv6_routes": {
      "@id": "ipgeo:num_of_ipv6_routes",
      "@type": "xsd:string"
    },
    "organization": {
      "@id": "ipgeo:organization",
      "@type": "xsd:string"
    },
    "peers": {
      "@id": "ipgeo:peers",
      "@container": "@set",
      "@type": "@id"
    },
    "rir": {
      "@id": "ipgeo:rir",
      "@type": "xsd:string"
    },
    "routes": {
      "@id": "ipgeo:routes",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "type": {
      "@id": "ipgeo:type",
      "@type": "xsd:string"
    },
    "upstreams": {
      "@id": "ipgeo:upstreams",
      "@container": "@set",
      "@type": "@id"
    },
    "whois_response": {
      "@id": "ipgeo:whois_response",
      "@type": "xsd:string"
    }
  }
}