{
  "@context": {
    "schema": "https://schema.org/",
    "gc": "https://geocaddie.com/ontologie/#",
    "Course": "schema:GolfCourse",
    "Country": "schema:Country",
    "Continent": "schema:Continent",
    "Region": "schema:AdministrativeArea",
    "Airport": "schema:Airport",
    "Operator": "schema:Organization",
    "Architect": "schema:Person",
    "Study": "schema:ScholarlyArticle",
    "Topic": "schema:DefinedTerm",
    "Feature": "schema:LocationFeatureSpecification",
    "SizeClass": "schema:DefinedTerm",

    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "sameAs": "schema:sameAs",
    "image": "schema:image",
    "geo": "schema:geo",
    "latitude": "schema:latitude",
    "longitude": "schema:longitude",
    "address": "schema:address",
    "telephone": "schema:telephone",
    "email": "schema:email",

    "liegtIn": { "@id": "schema:containedInPlace", "@type": "@id" },
    "teilVon": { "@id": "schema:containedInPlace", "@type": "@id" },
    "gehoertZuRegion": { "@id": "schema:containedInPlace", "@type": "@id" },
    "naechsterFlughafen": { "@id": "gc:nearestAirport", "@type": "@id" },
    "betriebenVon": { "@id": "schema:parentOrganization", "@type": "@id" },
    "entworfenVon": { "@id": "gc:architect", "@type": "@id" },
    "groessenklasse": { "@id": "gc:sizeClass", "@type": "@id" },
    "hatMerkmal": { "@id": "schema:amenityFeature", "@type": "@id" },
    "inDerNaehe": { "@id": "gc:nearbyCourse", "@type": "@id" },
    "behandeltThema": { "@id": "schema:about", "@type": "@id" },
    "relevantFuerMerkmal": { "@id": "gc:relevantForFeature", "@type": "@id" },

    "distanceKm": "gc:distanceKm",
    "holes": "gc:holes",
    "par": "gc:par",
    "courseLengthM": "gc:courseLengthM",
    "areaHa": "gc:areaHa",
    "iataCode": "schema:iataCode",
    "icaoCode": "schema:icaoCode"
  }
}
