AECOM · JSON-LD Context

Aecom Context

JSON-LD context defining the semantic vocabulary for Aecom from AECOM.

23 Classes 13 Properties 5 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
aecom: https://digital.aecom.com/vocab#
geo: http://www.opengis.net/ont/geosparql#
qudt: http://qudt.org/schema/qudt/

Classes

Organization name description industry areaServed knowsAbout hasOfferCatalog serviceType PipeInsights SewerInspection DefectCoding InfrastructureAsset RehabilitationStrategy DigitalTwin AssetManagement ConditionAssessment WaterInfrastructure EnvironmentalData SoftwareApplication applicationCategory operatingSystem offers featureList

Properties

Property Type Container
url reference
image reference
defectCode string
severity string
confidence decimal
inspectionDate date
pipeSegmentId string
assetClass string
coordinates
remediationPriority integer
annualRiskScore decimal
provider reference
AECOM schema:Organization

JSON-LD Document

aecom-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "aecom": "https://digital.aecom.com/vocab#",
    "geo": "http://www.opengis.net/ont/geosparql#",
    "qudt": "http://qudt.org/schema/qudt/",

    "Organization": "schema:Organization",
    "name": "schema:name",
    "description": "schema:description",
    "url": {"@id": "schema:url", "@type": "@id"},
    "image": {"@id": "schema:image", "@type": "@id"},
    "industry": "schema:industry",
    "areaServed": "schema:areaServed",
    "knowsAbout": "schema:knowsAbout",
    "hasOfferCatalog": "schema:hasOfferCatalog",
    "serviceType": "schema:serviceType",

    "PipeInsights": "aecom:PipeInsights",
    "SewerInspection": "aecom:SewerInspection",
    "DefectCoding": "aecom:DefectCoding",
    "InfrastructureAsset": "aecom:InfrastructureAsset",
    "RehabilitationStrategy": "aecom:RehabilitationStrategy",
    "DigitalTwin": "aecom:DigitalTwin",
    "AssetManagement": "aecom:AssetManagement",
    "ConditionAssessment": "aecom:ConditionAssessment",
    "WaterInfrastructure": "aecom:WaterInfrastructure",
    "EnvironmentalData": "aecom:EnvironmentalData",

    "defectCode": {"@id": "aecom:defectCode", "@type": "xsd:string"},
    "severity": {"@id": "aecom:severity", "@type": "xsd:string"},
    "confidence": {"@id": "aecom:confidence", "@type": "xsd:decimal"},
    "inspectionDate": {"@id": "aecom:inspectionDate", "@type": "xsd:date"},
    "pipeSegmentId": {"@id": "aecom:pipeSegmentId", "@type": "xsd:string"},
    "assetClass": {"@id": "aecom:assetClass", "@type": "xsd:string"},
    "coordinates": {"@id": "geo:hasGeometry"},
    "remediationPriority": {"@id": "aecom:remediationPriority", "@type": "xsd:integer"},
    "annualRiskScore": {"@id": "aecom:annualRiskScore", "@type": "xsd:decimal"},

    "SoftwareApplication": "schema:SoftwareApplication",
    "applicationCategory": "schema:applicationCategory",
    "operatingSystem": "schema:operatingSystem",
    "offers": "schema:offers",
    "provider": {"@id": "schema:provider", "@type": "@id"},
    "featureList": "schema:featureList",

    "AECOM": {
      "@id": "https://www.aecom.com",
      "@type": "schema:Organization",
      "schema:name": "AECOM",
      "schema:url": "https://www.aecom.com",
      "schema:industry": "Infrastructure Engineering & Consulting",
      "schema:areaServed": "Worldwide"
    }
  }
}