{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SeaDOTs Catalog Data Multidimensional",
  "description": "OGC API Records profile for records describing multidimensional gridded or array-oriented data. The structural contract is inherited from the ILIAD STAC/DCAT multidimensional data profile; this block only adds the SeaDOTs profile-link constraint.\n",
  "allOf": [
    {
      "$ref": "https://ogcincubator.github.io/bblocks-seadots/build/annotated/hosted/seadots/catalog-data/schema.json"
    },
    {
      "$ref": "https://ogcincubator.github.io/iliad-apis-features/build/annotated/hosted/iliad/api/features/stac_multidim_data/schema.json"
    }
  ],
  "type": "object",
  "required": [
    "type",
    "properties",
    "links"
  ],
  "properties": {
    "type": {
      "const": "Feature",
      "x-jsonld-id": "@type"
    },
    "properties": {
      "type": "object",
      "required": [
        "title",
        "description"
      ],
      "additionalProperties": true,
      "x-jsonld-id": "@nest"
    },
    "links": {
      "type": "array",
      "contains": {
        "type": "object",
        "required": [
          "rel",
          "href"
        ],
        "properties": {
          "rel": {
            "const": "profile",
            "x-jsonld-id": "http://www.iana.org/assignments/relation",
            "x-jsonld-type": "@id",
            "x-jsonld-base": "http://www.iana.org/assignments/relation/"
          },
          "href": {
            "const": "bblocks://ogc.hosted.iliad.api.features.stac_multidim_data",
            "x-jsonld-type": "@id",
            "x-jsonld-id": "http://www.w3.org/ns/oa#hasTarget"
          }
        }
      },
      "x-jsonld-id": "http://www.w3.org/2000/01/rdf-schema#seeAlso",
      "x-jsonld-extra-terms": {
        "type": "http://purl.org/dc/terms/type",
        "hreflang": "http://purl.org/dc/terms/language",
        "title": "http://www.w3.org/2000/01/rdf-schema#label",
        "length": "http://purl.org/dc/terms/extent"
      }
    }
  },
  "x-jsonld-extra-terms": {
    "Feature": "https://purl.org/geojson/vocab#Feature",
    "FeatureCollection": "https://purl.org/geojson/vocab#FeatureCollection",
    "GeometryCollection": "https://purl.org/geojson/vocab#GeometryCollection",
    "LineString": "https://purl.org/geojson/vocab#LineString",
    "MultiLineString": "https://purl.org/geojson/vocab#MultiLineString",
    "MultiPoint": "https://purl.org/geojson/vocab#MultiPoint",
    "MultiPolygon": "https://purl.org/geojson/vocab#MultiPolygon",
    "Point": "https://purl.org/geojson/vocab#Point",
    "Polygon": "https://purl.org/geojson/vocab#Polygon",
    "features": {
      "x-jsonld-container": "@set",
      "x-jsonld-id": "https://purl.org/geojson/vocab#features"
    },
    "id": "@id",
    "geometry": {
      "x-jsonld-context": {
        "coordinates": {
          "@container": "@list",
          "@id": "https://purl.org/geojson/vocab#coordinates"
        }
      },
      "x-jsonld-id": "https://purl.org/geojson/vocab#geometry"
    },
    "bbox": {
      "x-jsonld-container": "@list",
      "x-jsonld-id": "https://purl.org/geojson/vocab#bbox"
    },
    "conformsTo": {
      "x-jsonld-container": "@set",
      "x-jsonld-id": "http://purl.org/dc/terms/conformsTo",
      "x-jsonld-type": "@id"
    },
    "time": "http://purl.org/dc/terms/temporal",
    "linkTemplates": {
      "x-jsonld-context": {
        "rel": {
          "@context": {
            "@base": "http://www.iana.org/assignments/relation/"
          },
          "@id": "http://www.iana.org/assignments/relation",
          "@type": "@id"
        },
        "type": "http://purl.org/dc/terms/format",
        "hreflang": "http://purl.org/dc/terms/language",
        "title": "http://www.w3.org/2000/01/rdf-schema#label",
        "length": "http://purl.org/dc/terms/extent",
        "uriTemplate": {
          "@type": "http://www.w3.org/2001/XMLSchema#string",
          "@id": "https://www.opengis.net/def/ogc-api/records/uriTemplate"
        },
        "varBase": "https://www.opengis.net/def/ogc-api/records/varBase",
        "variables": {
          "@id": "https://www.opengis.net/def/ogc-api/records/hasVariable",
          "@container": "@index",
          "@index": "http://purl.org/dc/terms/identifier"
        }
      },
      "x-jsonld-id": "https://www.opengis.net/def/ogc-api/records/hasLinkTemplate"
    },
    "created": "http://purl.org/dc/terms/created",
    "updated": "http://purl.org/dc/terms/modified",
    "title": {
      "x-jsonld-container": "@set",
      "x-jsonld-id": "http://purl.org/dc/terms/title"
    },
    "description": {
      "x-jsonld-container": "@set",
      "x-jsonld-id": "http://purl.org/dc/terms/description"
    },
    "keywords": {
      "x-jsonld-container": "@set",
      "x-jsonld-id": "http://www.w3.org/ns/dcat#keyword"
    },
    "language": "https://www.opengis.net/def/ogc-api/records/language",
    "languages": {
      "x-jsonld-container": "@set",
      "x-jsonld-id": "https://www.opengis.net/def/ogc-api/records/languages",
      "x-jsonld-context": {
        "code": "https://www.opengis.net/def/ogc-api/records/languageCode",
        "name": "http://www.w3.org/2004/02/skos/core#prefLabel"
      }
    },
    "resourceLanguages": {
      "x-jsonld-container": "@set",
      "x-jsonld-id": "https://www.opengis.net/def/ogc-api/records/resourceLanguages",
      "x-jsonld-context": {
        "code": "https://www.opengis.net/def/ogc-api/records/languageCode",
        "name": "http://www.w3.org/2004/02/skos/core#prefLabel"
      }
    },
    "externalIds": {
      "x-jsonld-container": "@set",
      "x-jsonld-id": "https://www.opengis.net/def/ogc-api/records/scopedIdentifier",
      "x-jsonld-context": {
        "scheme": "https://www.opengis.net/def/ogc-api/records/scheme",
        "value": "https://www.opengis.net/def/ogc-api/records/id"
      }
    },
    "themes": {
      "x-jsonld-container": "@set",
      "x-jsonld-id": "https://www.opengis.net/def/ogc-api/records/themes",
      "x-jsonld-context": {
        "concepts": {
          "@id": "https://w3id.org/ogc/stac/themes/concepts",
          "@context": {
            "id": "https://w3id.org/ogc/stac/themes/id",
            "url": "@id"
          },
          "@container": "@set"
        },
        "scheme": "https://w3id.org/ogc/stac/themes/scheme"
      }
    },
    "formats": {
      "x-jsonld-id": "https://www.opengis.net/def/ogc-api/records/format",
      "x-jsonld-context": {
        "name": "https://www.opengis.net/def/ogc-api/records/name",
        "mediaType": "https://www.opengis.net/def/ogc-api/records/mediaType"
      },
      "x-jsonld-container": "@set",
      "x-jsonld-type": "@id"
    },
    "contacts": {
      "x-jsonld-container": "@set",
      "x-jsonld-id": "http://www.w3.org/ns/dcat#contactPoint",
      "x-jsonld-type": "@id"
    },
    "license": "http://www.w3.org/ns/dcat#license",
    "accessrights": "http://purl.org/dc/terms/accessRights",
    "variables": {
      "x-jsonld-container": "@id",
      "x-jsonld-id": "https://www.opengis.net/def/ogc-api/records/hasVariable",
      "x-jsonld-context": {
        "@base": "http://example.com/variables/",
        "@vocab": "https://www.opengis.net/def/ogc-api/records/"
      }
    },
    "stac_extensions": "https://w3id.org/ogc/stac/core/hasExtension",
    "assets": {
      "x-jsonld-context": {
        "type": "http://purl.org/dc/terms/format",
        "roles": {
          "@id": "https://w3id.org/ogc/stac/core/roles",
          "@container": "@set"
        },
        "@vocab": "https://w3id.org/ogc/stac/assets/"
      },
      "x-jsonld-id": "https://w3id.org/ogc/stac/core/hasAsset",
      "x-jsonld-container": "@set"
    },
    "stac_version": "https://w3id.org/ogc/stac/core/version",
    "start_datetime": {
      "x-jsonld-id": "https://w3id.org/ogc/stac/core/start_datetime",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#dateTime"
    },
    "end_datetime": {
      "x-jsonld-id": "https://w3id.org/ogc/stac/core/end_datetime",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#dateTime"
    },
    "providers": "https://w3id.org/ogc/stac/core/hasProvider",
    "media_type": "http://purl.org/dc/terms/format",
    "extent": "http://purl.org/dc/terms/extent",
    "datetime": {
      "x-jsonld-id": "http://purl.org/dc/terms/date",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#dateTime"
    },
    "concepts": {
      "x-jsonld-id": "https://w3id.org/ogc/stac/themes/concepts",
      "x-jsonld-container": "@set",
      "x-jsonld-context": {
        "name": "https://w3id.org/ogc/stac/themes/name",
        "id": "https://w3id.org/ogc/stac/themes/id",
        "url": "@id"
      }
    },
    "scheme": "https://w3id.org/ogc/stac/themes/scheme",
    "rights": "http://www.w3.org/ns/dcat#rights",
    "wasInfluencedBy": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#wasInfluencedBy",
      "x-jsonld-type": "@id"
    },
    "qualifiedInfluence": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#qualifiedInfluence",
      "x-jsonld-type": "@id"
    },
    "hadMember": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#hadMember",
      "x-jsonld-type": "@id"
    },
    "provType": "@type",
    "featureType": "@type",
    "entityType": "@type",
    "has_provenance": {
      "x-jsonld-id": "http://purl.org/dc/terms/provenance",
      "x-jsonld-type": "@id"
    },
    "wasGeneratedBy": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#wasGeneratedBy",
      "x-jsonld-type": "@id"
    },
    "wasAttributedTo": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#wasAttributedTo",
      "x-jsonld-type": "@id"
    },
    "wasDerivedFrom": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#wasDerivedFrom",
      "x-jsonld-type": "@id"
    },
    "alternateOf": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#alternateOf",
      "x-jsonld-type": "@id"
    },
    "hadPrimarySource": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#hadPrimarySource",
      "x-jsonld-type": "@id"
    },
    "specializationOf": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#specializationOf",
      "x-jsonld-type": "@id"
    },
    "wasInvalidatedBy": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#wasInvalidatedBy",
      "x-jsonld-type": "@id"
    },
    "wasQuotedFrom": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#wasQuotedFrom",
      "x-jsonld-type": "@id"
    },
    "wasRevisionOf": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#wasRevisionOf",
      "x-jsonld-type": "@id"
    },
    "atLocation": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#atLocation",
      "x-jsonld-type": "@id"
    },
    "qualifiedGeneration": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#qualifiedGeneration",
      "x-jsonld-type": "@id"
    },
    "qualifiedInvalidation": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#qualifiedInvalidation",
      "x-jsonld-type": "@id"
    },
    "qualifiedDerivation": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#qualifiedDerivation",
      "x-jsonld-type": "@id"
    },
    "qualifiedAttribution": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#qualifiedAttribution",
      "x-jsonld-type": "@id"
    },
    "activityType": "@type",
    "agentType": "@type",
    "Activity": "http://www.w3.org/ns/prov#Activity",
    "ActivityInfluence": "http://www.w3.org/ns/prov#ActivityInfluence",
    "Agent": "http://xmlns.com/foaf/0.1/Agent",
    "AgentInfluence": "http://www.w3.org/ns/prov#AgentInfluence",
    "Association": "http://www.w3.org/ns/prov#Association",
    "Attribution": "http://www.w3.org/ns/prov#Attribution",
    "Bundle": "http://www.w3.org/ns/prov#Bundle",
    "Collection": "http://www.w3.org/ns/prov#Collection",
    "Communication": "http://www.w3.org/ns/prov#Communication",
    "Delegation": "http://www.w3.org/ns/prov#Delegation",
    "Derivation": "http://www.w3.org/ns/prov#Derivation",
    "EmptyCollection": "http://www.w3.org/ns/prov#EmptyCollection",
    "End": "http://www.w3.org/ns/prov#End",
    "Entity": "http://www.w3.org/ns/prov#Entity",
    "EntityInfluence": "http://www.w3.org/ns/prov#EntityInfluence",
    "Generation": "http://www.w3.org/ns/prov#Generation",
    "Influence": "http://www.w3.org/ns/prov#Influence",
    "InstantaneousEvent": "http://www.w3.org/ns/prov#InstantaneousEvent",
    "Invalidation": "http://www.w3.org/ns/prov#Invalidation",
    "Location": "http://purl.org/dc/terms/Location",
    "Organization": "https://schema.org/Organization",
    "Person": "http://xmlns.com/foaf/0.1/Person",
    "Plan": "http://www.w3.org/ns/prov#Plan",
    "PrimarySource": "http://www.w3.org/ns/prov#PrimarySource",
    "Quotation": "http://www.w3.org/ns/prov#Quotation",
    "Revision": "http://www.w3.org/ns/prov#Revision",
    "Role": "https://schema.org/Role",
    "SoftwareAgent": "http://www.w3.org/ns/prov#SoftwareAgent",
    "Start": "http://www.w3.org/ns/prov#Start",
    "Usage": "http://www.w3.org/ns/prov#Usage",
    "ServiceDescription": "http://www.w3.org/ns/prov#ServiceDescription",
    "DirectQueryService": "http://www.w3.org/ns/prov#DirectQueryService",
    "Accept": "http://www.w3.org/ns/prov#Accept",
    "Contribute": "http://www.w3.org/ns/prov#Contribute",
    "Contributor": "http://www.w3.org/ns/prov#Contributor",
    "Copyright": "http://www.w3.org/ns/prov#Copyright",
    "Create": "http://www.w3.org/ns/prov#Create",
    "Creator": "http://www.w3.org/ns/prov#Creator",
    "Modify": "http://www.w3.org/ns/prov#Modify",
    "Publish": "http://www.w3.org/ns/prov#Publish",
    "Publisher": "http://www.w3.org/ns/prov#Publisher",
    "Replace": "http://www.w3.org/ns/prov#Replace",
    "RightsAssignment": "http://www.w3.org/ns/prov#RightsAssignment",
    "RightsHolder": "http://www.w3.org/ns/prov#RightsHolder",
    "Submit": "http://www.w3.org/ns/prov#Submit",
    "Dictionary": "http://www.w3.org/ns/prov#Dictionary",
    "EmptyDictionary": "http://www.w3.org/ns/prov#EmptyDictionary",
    "KeyEntityPair": "http://www.w3.org/ns/prov#KeyEntityPair",
    "Insertion": "http://www.w3.org/ns/prov#Insertion",
    "Removal": "http://www.w3.org/ns/prov#Removal",
    "atTime": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#atTime",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#dateTime"
    },
    "endedAtTime": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#endedAtTime",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#dateTime"
    },
    "generatedAtTime": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#generatedAtTime",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#dateTime"
    },
    "invalidatedAtTime": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#invalidatedAtTime",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#dateTime"
    },
    "startedAtTime": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#startedAtTime",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#dateTime"
    },
    "value": "http://www.opengis.net/cis/1.1/value",
    "provenanceUriTemplate": "http://www.w3.org/ns/prov#provenanceUriTemplate",
    "pairKey": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#pairKey",
      "x-jsonld-type": "http://www.w3.org/2000/01/rdf-schema#Literal"
    },
    "removedKey": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#removedKey",
      "x-jsonld-type": "http://www.w3.org/2000/01/rdf-schema#Literal"
    },
    "actedOnBehalfOf": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#actedOnBehalfOf",
      "x-jsonld-type": "@id"
    },
    "agent": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#agent",
      "x-jsonld-type": "@id"
    },
    "entity": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#entity",
      "x-jsonld-type": "@id"
    },
    "generated": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#generated",
      "x-jsonld-type": "@id"
    },
    "hadActivity": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#hadActivity",
      "x-jsonld-type": "@id"
    },
    "activity": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#activity",
      "x-jsonld-type": "@id"
    },
    "hadGeneration": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#hadGeneration",
      "x-jsonld-type": "@id"
    },
    "hadPlan": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#hadPlan",
      "x-jsonld-type": "@id"
    },
    "hadRole": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#hadRole",
      "x-jsonld-type": "@id"
    },
    "hadUsage": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#hadUsage",
      "x-jsonld-type": "@id"
    },
    "influenced": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#influenced",
      "x-jsonld-type": "@id"
    },
    "influencer": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#influencer",
      "x-jsonld-type": "@id"
    },
    "invalidated": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#invalidated",
      "x-jsonld-type": "@id"
    },
    "qualifiedAssociation": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#qualifiedAssociation",
      "x-jsonld-type": "@id"
    },
    "qualifiedCommunication": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#qualifiedCommunication",
      "x-jsonld-type": "@id"
    },
    "qualifiedDelegation": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#qualifiedDelegation",
      "x-jsonld-type": "@id"
    },
    "qualifiedEnd": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#qualifiedEnd",
      "x-jsonld-type": "@id"
    },
    "qualifiedPrimarySource": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#qualifiedPrimarySource",
      "x-jsonld-type": "@id"
    },
    "qualifiedQuotation": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#qualifiedQuotation",
      "x-jsonld-type": "@id"
    },
    "qualifiedRevision": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#qualifiedRevision",
      "x-jsonld-type": "@id"
    },
    "qualifiedStart": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#qualifiedStart",
      "x-jsonld-type": "@id"
    },
    "qualifiedUsage": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#qualifiedUsage",
      "x-jsonld-type": "@id"
    },
    "used": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#used",
      "x-jsonld-type": "@id"
    },
    "wasAssociatedWith": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#wasAssociatedWith",
      "x-jsonld-type": "@id"
    },
    "wasEndedBy": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#wasEndedBy",
      "x-jsonld-type": "@id"
    },
    "wasInformedBy": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#wasInformedBy",
      "x-jsonld-type": "@id"
    },
    "wasStartedBy": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#wasStartedBy",
      "x-jsonld-type": "@id"
    },
    "has_anchor": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#has_anchor",
      "x-jsonld-type": "@id"
    },
    "has_query_service": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#has_query_service",
      "x-jsonld-type": "@id"
    },
    "describesService": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#describesService",
      "x-jsonld-type": "@id"
    },
    "pingback": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#pingback",
      "x-jsonld-type": "@id"
    },
    "dictionary": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#dictionary",
      "x-jsonld-type": "@id"
    },
    "derivedByInsertionFrom": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#derivedByInsertionFrom",
      "x-jsonld-type": "@id"
    },
    "derivedByRemovalFrom": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#derivedByRemovalFrom",
      "x-jsonld-type": "@id"
    },
    "insertedKeyEntityPair": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#insertedKeyEntityPair",
      "x-jsonld-type": "@id"
    },
    "hadDictionaryMember": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#hadDictionaryMember",
      "x-jsonld-type": "@id"
    },
    "pairEntity": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#pairEntity",
      "x-jsonld-type": "@id"
    },
    "qualifiedInsertion": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#qualifiedInsertion",
      "x-jsonld-type": "@id"
    },
    "qualifiedRemoval": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#qualifiedRemoval",
      "x-jsonld-type": "@id"
    },
    "asInBundle": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#asInBundle",
      "x-jsonld-type": "@id"
    },
    "mentionOf": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#mentionOf",
      "x-jsonld-type": "@id"
    },
    "name": "https://w3id.org/ogc/stac/cf/name",
    "role": "https://w3id.org/ogc/hosted/seadots/catalog#role",
    "convention": "https://w3id.org/ogc/hosted/seadots/catalog#metadataConvention",
    "cf:parameter": {
      "x-jsonld-id": "https://stac-extensions.github.io/cf/v0.2.0/schema.json#parameter",
      "x-jsonld-container": "@set"
    },
    "schema": {
      "x-jsonld-id": "http://purl.org/dc/terms/conformsTo",
      "x-jsonld-type": "@id"
    },
    "derivedFrom": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#wasDerivedFrom",
      "x-jsonld-container": "@set",
      "x-jsonld-type": "@id"
    },
    "IndexAxisType": "http://www.opengis.net/cis/1.1/IndexAxisType",
    "spatial": "http://purl.org/dc/terms/spatial",
    "previewInfo": {
      "x-jsonld-id": "https://w3id.org/iliad/oim/metadata/previewInfo",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#string"
    },
    "hasEmail": {
      "x-jsonld-id": "http://www.w3.org/2006/vcard/ns#hasEmail",
      "x-jsonld-type": "@id"
    },
    "QualityMeasurement": "http://www.w3.org/ns/dqv#QualityMeasurement",
    "coverage": {
      "x-jsonld-id": "http://www.opengis.net/cis/1.1/coverage",
      "x-jsonld-type": "@id"
    },
    "VideoResource": "https://w3id.org/idsa/core/VideoResource",
    "scopeNote": "http://www.w3.org/2004/02/skos/core#scopeNote",
    "endpointDescription": {
      "x-jsonld-id": "http://www.w3.org/ns/dcat#endpointDescription",
      "x-jsonld-type": "@id"
    },
    "DigitalContent": "https://w3id.org/idsa/core/DigitalContent",
    "affiliation": "https://schema.org/affiliation",
    "endpointArtifact": {
      "x-jsonld-id": "https://w3id.org/idsa/core/endpointArtifact",
      "x-jsonld-type": "@id"
    },
    "Unit": "http://qudt.org/schema/qudt/Unit",
    "versionInfo": "http://www.w3.org/2002/07/owl#versionInfo",
    "VDataBlockType": "http://www.opengis.net/cis/1.1/VDataBlockType",
    "ImageRepresentation": "https://w3id.org/idsa/core/ImageRepresentation",
    "lowerBound": {
      "x-jsonld-id": "http://www.opengis.net/cis/1.1/lowerBound",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#integer"
    },
    "GeoPoint": "https://w3id.org/idsa/core/GeoPoint",
    "Dataset": "http://www.w3.org/ns/dcat#Dataset",
    "EnvelopeByAxisType": "http://www.opengis.net/cis/1.1/EnvelopeByAxisType",
    "width": {
      "x-jsonld-id": "https://w3id.org/idsa/core/width",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "compressFormat": {
      "x-jsonld-id": "http://www.w3.org/ns/dcat#compressFormat",
      "x-jsonld-type": "@id"
    },
    "Relationship": "http://www.w3.org/ns/dcat#Relationship",
    "concept": {
      "x-jsonld-id": "http://purl.org/linked-data/cube#concept",
      "x-jsonld-type": "@id"
    },
    "ProvenanceStatement": "http://purl.org/dc/terms/ProvenanceStatement",
    "accrualPeriodicity": "http://purl.org/dc/terms/accrualPeriodicity",
    "Asset": "http://www.w3.org/ns/odrl/2/Asset",
    "adms.Asset": "http://www.w3.org/ns/adms#Asset",
    "model": {
      "x-jsonld-id": "http://www.opengis.net/cis/1.1/model",
      "x-jsonld-type": "@id"
    },
    "Type": "http://www.w3.org/2006/vcard/ns#Type",
    "MediaType": "http://purl.org/dc/terms/MediaType",
    "vcard.Organization": "http://www.w3.org/2006/vcard/ns#Organization",
    "Distribution": "http://www.w3.org/ns/dcat#Distribution",
    "issued": "http://purl.org/dc/terms/issued",
    "dataset": {
      "x-jsonld-id": "http://www.w3.org/ns/dcat#dataset",
      "x-jsonld-type": "@id"
    },
    "AudioRepresentation": "https://w3id.org/idsa/core/AudioRepresentation",
    "usageNote": "http://purl.org/vocab/vann/usageNote",
    "AxisExtendType": "http://www.opengis.net/cis/1.1/AxisExtendType",
    "height": {
      "x-jsonld-id": "https://w3id.org/idsa/core/height",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "distribution": {
      "x-jsonld-id": "http://www.w3.org/ns/dcat#distribution",
      "x-jsonld-type": "@id"
    },
    "downloadURL": {
      "x-jsonld-id": "http://www.w3.org/ns/dcat#downloadURL",
      "x-jsonld-type": "@id"
    },
    "hasQualityMetadata": {
      "x-jsonld-id": "http://www.w3.org/ns/dqv#hasQualityMetadata",
      "x-jsonld-type": "@id"
    },
    "coordinate": {
      "x-jsonld-id": "http://www.opengis.net/cis/1.1/coordinate",
      "x-jsonld-type": "@id"
    },
    "ComponentProperty": "http://purl.org/linked-data/cube#ComponentProperty",
    "hasVersion": "http://purl.org/dc/terms/hasVersion",
    "dcat.hasVersion": {
      "x-jsonld-id": "http://www.w3.org/ns/dcat#hasVersion",
      "x-jsonld-type": "@id"
    },
    "frameRate": {
      "x-jsonld-id": "https://w3id.org/idsa/core/frameRate",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "QualityMetadata": "http://www.w3.org/ns/dqv#QualityMetadata",
    "Geometry": "http://www.opengis.net/ont/geosparql#Geometry",
    "locn.Geometry": "http://www.w3.org/ns/locn#Geometry",
    "GridLimitsType": "http://www.opengis.net/cis/1.1/GridLimitsType",
    "hasValue": {
      "x-jsonld-id": "http://www.w3.org/2006/vcard/ns#hasValue",
      "x-jsonld-type": "@id"
    },
    "temporalResolution": "http://www.w3.org/ns/dcat#temporalResolution",
    "versionNotes": {
      "x-jsonld-id": "http://www.w3.org/ns/adms#versionNotes",
      "x-jsonld-type": "http://www.w3.org/2000/01/rdf-schema#Literal"
    },
    "VideoRepresentation": "https://w3id.org/idsa/core/VideoRepresentation",
    "GeoFeature": "https://w3id.org/idsa/core/GeoFeature",
    "landingPage": {
      "x-jsonld-id": "http://www.w3.org/ns/dcat#landingPage",
      "x-jsonld-type": "@id"
    },
    "maker": {
      "x-jsonld-id": "http://xmlns.com/foaf/0.1/maker",
      "x-jsonld-type": "@id"
    },
    "isPrimaryTopicOf": {
      "x-jsonld-id": "http://xmlns.com/foaf/0.1/isPrimaryTopicOf",
      "x-jsonld-type": "@id"
    },
    "fileReference": "http://www.opengis.net/cis/1.1/fileReference",
    "hasAddress": {
      "x-jsonld-id": "http://www.w3.org/2006/vcard/ns#hasAddress",
      "x-jsonld-type": "@id"
    },
    "DataRepresentation": "https://w3id.org/idsa/core/DataRepresentation",
    "sensorInstanceRef": {
      "x-jsonld-id": "http://www.sensorml.com/sensorML-2.0/sensorInstanceRef",
      "x-jsonld-type": "@id"
    },
    "generalGrid": {
      "x-jsonld-id": "http://www.opengis.net/cis/1.1/generalGrid",
      "x-jsonld-type": "@id"
    },
    "structure": {
      "x-jsonld-id": "http://purl.org/linked-data/cube#structure",
      "x-jsonld-type": "@id"
    },
    "label": "http://www.w3.org/2000/01/rdf-schema#label",
    "positionValuePair": {
      "x-jsonld-id": "http://www.opengis.net/cis/1.1/positionValuePair",
      "x-jsonld-type": "@id"
    },
    "PVPType": "http://www.opengis.net/cis/1.1/PVPType",
    "hasTelephone": {
      "x-jsonld-id": "http://www.w3.org/2006/vcard/ns#hasTelephone",
      "x-jsonld-type": "@id"
    },
    "scaleFactor": {
      "x-jsonld-id": "https://w3id.org/iliad/oim/metadata/scaleFactor",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#float"
    },
    "AllowedValues": "http://www.opengis.net/swe/2.0/AllowedValues",
    "DescribedSemantically": "https://w3id.org/idsa/core/DescribedSemantically",
    "isPartOf": "http://purl.org/dc/terms/isPartOf",
    "filenameExtension": {
      "x-jsonld-id": "https://w3id.org/idsa/core/filenameExtension",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#string"
    },
    "project": "https://w3id.org/iliad/oim/metadata/project",
    "Concept": "http://www.w3.org/2004/02/skos/core#Concept",
    "component": {
      "x-jsonld-id": "http://purl.org/linked-data/cube#component",
      "x-jsonld-type": "@id"
    },
    "measure": {
      "x-jsonld-id": "http://purl.org/linked-data/cube#measure",
      "x-jsonld-type": "@id"
    },
    "gridLimits": {
      "x-jsonld-id": "http://www.opengis.net/cis/1.1/gridLimits",
      "x-jsonld-type": "@id"
    },
    "user": {
      "x-jsonld-id": "http://data.europa.eu/930/user",
      "x-jsonld-type": "@id"
    },
    "TextRepresentation": "https://w3id.org/idsa/core/TextRepresentation",
    "TextResource": "https://w3id.org/idsa/core/TextResource",
    "DataResource": "https://w3id.org/idsa/core/DataResource",
    "rangeSet": {
      "x-jsonld-id": "http://www.opengis.net/cis/1.1/rangeSet",
      "x-jsonld-type": "@id"
    },
    "idsa.Location": "https://w3id.org/idsa/core/Location",
    "rangeType": {
      "x-jsonld-id": "http://www.opengis.net/cis/1.1/rangeType",
      "x-jsonld-type": "@id"
    },
    "axisLabels": {
      "x-jsonld-id": "http://www.opengis.net/cis/1.1/axisLabels",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#string"
    },
    "path": {
      "x-jsonld-id": "https://w3id.org/idsa/core/path",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#string"
    },
    "interpolationRestriction": {
      "x-jsonld-id": "http://www.opengis.net/cis/1.1/interpolationRestriction",
      "x-jsonld-type": "@id"
    },
    "axis": {
      "x-jsonld-id": "http://www.opengis.net/cis/1.1/axis",
      "x-jsonld-type": "@id"
    },
    "ImageResource": "https://w3id.org/idsa/core/ImageResource",
    "spatialResolutionInMeters": "http://www.w3.org/ns/dcat#spatialResolutionInMeters",
    "partition": {
      "x-jsonld-id": "http://www.opengis.net/cis/1.1/partition",
      "x-jsonld-type": "@id"
    },
    "fn": {
      "x-jsonld-id": "http://www.w3.org/2006/vcard/ns#fn",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#string"
    },
    "CoverageByPartitioningType": "http://www.opengis.net/cis/1.1/CoverageByPartitioningType",
    "GeneralGridCoverageType": "http://www.opengis.net/cis/1.1/GeneralGridCoverageType",
    "homepage": {
      "x-jsonld-id": "http://xmlns.com/foaf/0.1/homepage",
      "x-jsonld-type": "@id"
    },
    "maxValue": "https://w3id.org/iliad/oim/metadata/maxValue",
    "sensorModelRef": {
      "x-jsonld-id": "http://www.sensorml.com/sensorML-2.0/sensorModelRef",
      "x-jsonld-type": "@id"
    },
    "Axis": "http://www.opengis.net/cis/1.1/Axis",
    "appliedModel": {
      "x-jsonld-id": "https://w3id.org/iliad/oim/metadata/appliedModel",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#string"
    },
    "hasQualityMeasurement": {
      "x-jsonld-id": "http://www.w3.org/ns/dqv#hasQualityMeasurement",
      "x-jsonld-type": "@id"
    },
    "Graph": "http://www.w3.org/2004/03/trix/rdfg-1/Graph",
    "unitsDescription": {
      "x-jsonld-id": "https://w3id.org/iliad/oim/metadata/unitsDescription",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#string"
    },
    "Artifact": "https://w3id.org/idsa/core/Artifact",
    "filters": {
      "x-jsonld-id": "https://w3id.org/iliad/oim/metadata/filters",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#string"
    },
    "rightsHolder": "http://purl.org/dc/terms/rightsHolder",
    "noDataValue": {
      "x-jsonld-id": "https://w3id.org/iliad/oim/metadata/noDataValue",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#string"
    },
    "QualityAnnotation": "http://www.w3.org/ns/dqv#QualityAnnotation",
    "searchText": {
      "x-jsonld-id": "https://w3id.org/iliad/oim/metadata/searchText",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#string"
    },
    "notation": "http://www.w3.org/2004/02/skos/core#notation",
    "Participant": "https://w3id.org/idsa/core/Participant",
    "profileSchema": {
      "x-jsonld-id": "https://w3id.org/iliad/oim/metadata/profileSchema",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#string"
    },
    "Described": "https://w3id.org/idsa/core/Described",
    "coverageRef": {
      "x-jsonld-id": "http://www.opengis.net/cis/1.1/coverageRef",
      "x-jsonld-type": "@id"
    },
    "dct.Agent": "http://purl.org/dc/terms/Agent",
    "prov.Agent": "http://www.w3.org/ns/prov#Agent",
    "ContentType": "https://w3id.org/idsa/core/ContentType",
    "creator": "http://purl.org/dc/terms/creator",
    "swe.name": "http://www.opengis.net/swe/2.0/name",
    "dataBlock": {
      "x-jsonld-id": "http://www.opengis.net/cis/1.1/dataBlock",
      "x-jsonld-type": "@id"
    },
    "DataService": "http://www.w3.org/ns/dcat#DataService",
    "Individual": "http://www.w3.org/2006/vcard/ns#Individual",
    "representation": {
      "x-jsonld-id": "https://w3id.org/idsa/core/representation",
      "x-jsonld-type": "@id"
    },
    "minDate": {
      "x-jsonld-id": "https://w3id.org/iliad/oim/metadata/minDate",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#dateTimeStamp"
    },
    "interval": {
      "x-jsonld-id": "http://www.opengis.net/swe/2.0/interval",
      "x-jsonld-type": "@id"
    },
    "uomLabel": {
      "x-jsonld-id": "http://www.opengis.net/cis/1.1/uomLabel",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#string"
    },
    "schemaAgency": {
      "x-jsonld-id": "http://www.w3.org/ns/adms#schemaAgency",
      "x-jsonld-type": "http://www.w3.org/2000/01/rdf-schema#Literal"
    },
    "RangeSetType": "http://www.opengis.net/cis/1.1/RangeSetType",
    "allowedInterpolation": {
      "x-jsonld-id": "http://www.opengis.net/cis/1.1/allowedInterpolation",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "ComponentSpecification": "http://purl.org/linked-data/cube#ComponentSpecification",
    "axisLabel": {
      "x-jsonld-id": "http://www.opengis.net/cis/1.1/axisLabel",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#string"
    },
    "Work": "http://www.w3.org/2006/vcard/ns#Work",
    "TemporalEntity": "http://www.w3.org/2006/time#TemporalEntity",
    "DataRecordType": "http://www.opengis.net/swe/2.0/DataRecordType",
    "IrregularAxisType": "http://www.opengis.net/cis/1.1/IrregularAxisType",
    "field": {
      "x-jsonld-id": "http://www.opengis.net/swe/2.0/field",
      "x-jsonld-type": "@id"
    },
    "PartitionSetType": "http://www.opengis.net/cis/1.1/PartitionSetType",
    "identifier": "http://purl.org/dc/terms/identifier",
    "adms.identifier": {
      "x-jsonld-id": "http://www.w3.org/ns/adms#identifier",
      "x-jsonld-type": "@id"
    },
    "keyword": {
      "x-jsonld-id": "http://www.w3.org/ns/dcat#keyword",
      "x-jsonld-type": "http://www.w3.org/2000/01/rdf-schema#Literal"
    },
    "envelope": {
      "x-jsonld-id": "http://www.opengis.net/cis/1.1/envelope",
      "x-jsonld-type": "@id"
    },
    "processor": {
      "x-jsonld-id": "http://data.europa.eu/930/processor",
      "x-jsonld-type": "@id"
    },
    "endpointInformation": {
      "x-jsonld-id": "https://w3id.org/idsa/core/endpointInformation",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#string"
    },
    "subject": "http://purl.org/dc/terms/subject",
    "fileName": {
      "x-jsonld-id": "https://w3id.org/idsa/core/fileName",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#string"
    },
    "qualifiedRelation": {
      "x-jsonld-id": "http://www.w3.org/ns/dcat#qualifiedRelation",
      "x-jsonld-type": "@id"
    },
    "metadata": {
      "x-jsonld-id": "http://www.opengis.net/cis/1.1/metadata",
      "x-jsonld-type": "@id"
    },
    "byteSize": "http://www.w3.org/ns/dcat#byteSize",
    "idsa.byteSize": {
      "x-jsonld-id": "https://w3id.org/idsa/core/byteSize",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#integer"
    },
    "instance": {
      "x-jsonld-id": "https://w3id.org/idsa/core/instance",
      "x-jsonld-type": "@id"
    },
    "isDefinedBy": "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
    "definition": "http://www.w3.org/2004/02/skos/core#definition",
    "swe.definition": {
      "x-jsonld-id": "http://www.opengis.net/swe/2.0/definition",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#string"
    },
    "RangeSetRefType": "http://www.opengis.net/cis/1.1/RangeSetRefType",
    "srsName": {
      "x-jsonld-id": "http://www.opengis.net/cis/1.1/srsName",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "principalInvestigator": {
      "x-jsonld-id": "http://data.europa.eu/930/principalInvestigator",
      "x-jsonld-type": "@id"
    },
    "QuantityType": "http://www.opengis.net/swe/2.0/QuantityType",
    "technicalManagerInfo": {
      "x-jsonld-id": "https://w3id.org/iliad/oim/metadata/technicalManagerInfo",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#string"
    },
    "colorTable": {
      "x-jsonld-id": "https://w3id.org/iliad/oim/metadata/colorTable",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#string"
    },
    "names": {
      "x-jsonld-id": "http://www.opengis.net/swe/2.0/names",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#string"
    },
    "Property": "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property",
    "dataType": {
      "x-jsonld-id": "https://w3id.org/idsa/core/dataType",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "source": "http://purl.org/dc/terms/source",
    "MeasureProperty": "http://purl.org/linked-data/cube#MeasureProperty",
    "publisher": "http://purl.org/dc/terms/publisher",
    "mediaType": "http://purl.org/dc/terms/mediaType",
    "uom": {
      "x-jsonld-id": "http://www.opengis.net/swe/2.0/uom",
      "x-jsonld-type": "@id"
    },
    "subDatasetName": "https://w3id.org/iliad/oim/metadata/subDatasetName",
    "upperBound": {
      "x-jsonld-id": "http://www.opengis.net/cis/1.1/upperBound",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#integer"
    },
    "version": "http://www.w3.org/ns/dcat#version",
    "modified": "http://purl.org/dc/terms/modified",
    "Frequency": "http://purl.org/dc/terms/Frequency",
    "idsa.Frequency": "https://w3id.org/idsa/core/Frequency",
    "Endpoint": "https://w3id.org/idsa/core/Endpoint",
    "endpointURL": {
      "x-jsonld-id": "http://www.w3.org/ns/dcat#endpointURL",
      "x-jsonld-type": "@id"
    },
    "provenance": "http://purl.org/dc/terms/provenance",
    "samplingRate": {
      "x-jsonld-id": "https://w3id.org/idsa/core/samplingRate",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "CoverageByDomainAndRangeType": "http://www.opengis.net/cis/1.1/CoverageByDomainAndRangeType",
    "inSeries": {
      "x-jsonld-id": "http://www.w3.org/ns/dcat#inSeries",
      "x-jsonld-type": "@id"
    },
    "endpointDocumentation": {
      "x-jsonld-id": "https://w3id.org/idsa/core/endpointDocumentation",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "distributor": {
      "x-jsonld-id": "http://data.europa.eu/930/distributor",
      "x-jsonld-type": "@id"
    },
    "accessRights": "http://purl.org/dc/terms/accessRights",
    "DCMIType": "http://purl.org/dc/terms/DCMIType",
    "wasUsedBy": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#wasUsedBy",
      "x-jsonld-type": "@id"
    },
    "checkSum": {
      "x-jsonld-id": "https://w3id.org/idsa/core/checkSum",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#string"
    },
    "seeAlso": "http://www.w3.org/2000/01/rdf-schema#seeAlso",
    "contentType": {
      "x-jsonld-id": "https://w3id.org/idsa/core/contentType",
      "x-jsonld-type": "@id"
    },
    "RepresentationInstance": "https://w3id.org/idsa/core/RepresentationInstance",
    "partitionSet": {
      "x-jsonld-id": "http://www.opengis.net/cis/1.1/partitionSet",
      "x-jsonld-type": "@id"
    },
    "datasetManagerInfo": {
      "x-jsonld-id": "https://w3id.org/iliad/oim/metadata/datasetManagerInfo",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#string"
    },
    "contentStandard": {
      "x-jsonld-id": "https://w3id.org/idsa/core/contentStandard",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "dataTypeSchema": {
      "x-jsonld-id": "https://w3id.org/idsa/core/dataTypeSchema",
      "x-jsonld-type": "@id"
    },
    "Language": "https://w3id.org/idsa/core/Language",
    "resourceProvider": {
      "x-jsonld-id": "http://data.europa.eu/930/resourceProvider",
      "x-jsonld-type": "@id"
    },
    "contactPoint": {
      "x-jsonld-id": "http://www.w3.org/ns/dcat#contactPoint",
      "x-jsonld-type": "@id"
    },
    "Resource": "http://www.w3.org/ns/dcat#Resource",
    "idsa.Resource": "https://w3id.org/idsa/core/Resource",
    "rdfs.Resource": "http://www.w3.org/2000/01/rdf-schema#Resource",
    "hasQualityAnnotation": {
      "x-jsonld-id": "http://www.w3.org/ns/dqv#hasQualityAnnotation",
      "x-jsonld-type": "@id"
    },
    "domainSet": {
      "x-jsonld-id": "http://www.opengis.net/cis/1.1/domainSet",
      "x-jsonld-type": "@id"
    },
    "SpatialThing": "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing",
    "theme": {
      "x-jsonld-id": "http://www.w3.org/ns/dcat#theme",
      "x-jsonld-type": "@id"
    },
    "Party": "http://www.w3.org/ns/odrl/2/Party",
    "comment": "http://www.w3.org/2000/01/rdf-schema#comment",
    "custodian": {
      "x-jsonld-id": "http://data.europa.eu/930/custodian",
      "x-jsonld-type": "@id"
    },
    "Document": "http://xmlns.com/foaf/0.1/Document",
    "page": {
      "x-jsonld-id": "http://xmlns.com/foaf/0.1/page",
      "x-jsonld-type": "@id"
    },
    "Group": "http://xmlns.com/foaf/0.1/Group",
    "TransformationBySensorModelType": "http://www.opengis.net/cis/1.1/TransformationBySensorModelType",
    "uomLabels": {
      "x-jsonld-id": "http://www.opengis.net/cis/1.1/uomLabels",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#string"
    },
    "contributor": "http://purl.org/dc/terms/contributor",
    "originator": {
      "x-jsonld-id": "http://data.europa.eu/930/originator",
      "x-jsonld-type": "@id"
    },
    "resolutionUnit": {
      "x-jsonld-id": "https://w3id.org/iliad/oim/metadata/resolutionUnit",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#string"
    },
    "AudioResource": "https://w3id.org/idsa/core/AudioResource",
    "DisplacementAxisNestType": "http://www.opengis.net/cis/1.1/DisplacementAxisNestType",
    "DomainSetType": "http://www.opengis.net/cis/1.1/DomainSetType",
    "generalizationOf": {
      "x-jsonld-id": "http://www.w3.org/ns/prov#generalizationOf",
      "x-jsonld-type": "@id"
    },
    "displacement": {
      "x-jsonld-id": "http://www.opengis.net/cis/1.1/displacement",
      "x-jsonld-type": "@id"
    },
    "minValue": "https://w3id.org/iliad/oim/metadata/minValue",
    "UnitReference": "http://www.opengis.net/swe/2.0/UnitReference",
    "code": {
      "x-jsonld-id": "http://www.opengis.net/swe/2.0/code",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#string"
    },
    "Identifier": "http://www.w3.org/ns/adms#Identifier",
    "epsg": {
      "x-jsonld-id": "https://w3id.org/iliad/oim/metadata/epsg",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#string"
    },
    "Home": "http://www.w3.org/2006/vcard/ns#Home",
    "ManagedEntity": "https://w3id.org/idsa/core/ManagedEntity",
    "format": "http://purl.org/dc/terms/format",
    "accessURL": {
      "x-jsonld-id": "http://www.w3.org/ns/dcat#accessURL",
      "x-jsonld-type": "@id"
    },
    "credits": {
      "x-jsonld-id": "https://w3id.org/iliad/oim/metadata/credits",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#string"
    },
    "sample": {
      "x-jsonld-id": "http://www.w3.org/ns/adms#sample",
      "x-jsonld-type": "@id"
    },
    "BoundingPolygon": "https://w3id.org/idsa/core/BoundingPolygon",
    "Kind": "http://www.w3.org/2006/vcard/ns#Kind",
    "relation": "http://purl.org/dc/terms/relation",
    "temporal": "http://purl.org/dc/terms/temporal",
    "accrualPolicy": "http://purl.org/dc/terms/accrualPolicy",
    "resolution": {
      "x-jsonld-id": "http://www.opengis.net/cis/1.1/resolution",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#string"
    },
    "maxDate": {
      "x-jsonld-id": "https://w3id.org/iliad/oim/metadata/maxDate",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#dateTimeStamp"
    },
    "constraint": {
      "x-jsonld-id": "http://www.opengis.net/swe/2.0/constraint",
      "x-jsonld-type": "@id"
    },
    "ConnectorEndpoint": "https://w3id.org/idsa/core/ConnectorEndpoint",
    "DataStructureDefinition": "http://purl.org/linked-data/cube#DataStructureDefinition",
    "numberOfRecords": {
      "x-jsonld-id": "https://w3id.org/iliad/oim/metadata/numberOfRecords",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#integer"
    },
    "RegularAxisType": "http://www.opengis.net/cis/1.1/RegularAxisType",
    "PhotonFluxDensity": "http://purl.oclc.org/NET/ssnx/qu/dim#PhotonFluxDensity",
    "implements": {
      "x-jsonld-id": "http://www.w3.org/ns/ssn/implements",
      "x-jsonld-type": "@id"
    },
    "Attachable": "http://purl.org/linked-data/cube#Attachable",
    "QuantityValue": "http://qudt.org/schema/qudt/QuantityValue",
    "Line": "http://www.opengis.net/ont/sf#Line",
    "member": {
      "x-jsonld-id": "http://xmlns.com/foaf/0.1/member",
      "x-jsonld-type": "@id"
    },
    "example": "http://www.w3.org/2004/02/skos/core#example",
    "Slice": "http://purl.org/linked-data/cube#Slice",
    "Concentration": "http://purl.oclc.org/NET/ssnx/qu/dim#Concentration",
    "dataSet": {
      "x-jsonld-id": "http://purl.org/linked-data/cube#dataSet",
      "x-jsonld-type": "@id"
    },
    "componentAttachment": {
      "x-jsonld-id": "http://purl.org/linked-data/cube#componentAttachment",
      "x-jsonld-type": "@id"
    },
    "Platform": "http://www.w3.org/ns/sosa/Platform",
    "Deployment": "http://www.w3.org/ns/ssn/Deployment",
    "MultiSurface": "http://www.opengis.net/ont/sf#MultiSurface",
    "TemporalDuration": "http://www.w3.org/2006/time#TemporalDuration",
    "Procedure": "http://www.w3.org/ns/sosa/Procedure",
    "DiffusionCoefficient": "http://purl.oclc.org/NET/ssnx/qu/dim#DiffusionCoefficient",
    "asGeoJSON": {
      "x-jsonld-id": "http://www.opengis.net/ont/geosparql#asGeoJSON",
      "x-jsonld-type": "http://www.opengis.net/ont/geosparql#geoJSONLiteral"
    },
    "Volume": "http://purl.oclc.org/NET/ssnx/qu/dim#Volume",
    "Thing": "http://www.w3.org/2002/07/owl#Thing",
    "GFI_Feature": "http://def.isotc211.org/iso19156/2011/GeneralFeatureInstance#GFI_Feature",
    "AttributeProperty": "http://purl.org/linked-data/cube#AttributeProperty",
    "quantityValue": {
      "x-jsonld-id": "http://qudt.org/schema/qudt/quantityValue",
      "x-jsonld-type": "@id"
    },
    "TemporalUnit": "http://www.w3.org/2006/time#TemporalUnit",
    "hosts": {
      "x-jsonld-id": "http://www.w3.org/ns/sosa/hosts",
      "x-jsonld-type": "@id"
    },
    "asWKT": {
      "x-jsonld-id": "http://www.opengis.net/ont/geosparql#asWKT",
      "x-jsonld-type": "http://www.opengis.net/ont/geosparql#wktLiteral"
    },
    "hasOutput": {
      "x-jsonld-id": "http://www.w3.org/ns/ssn/hasOutput",
      "x-jsonld-type": "@id"
    },
    "Angle": "http://purl.oclc.org/NET/ssnx/qu/dim#Angle",
    "TemperatureDrift": "http://purl.oclc.org/NET/ssnx/qu/dim#TemperatureDrift",
    "RotationalSpeed": "http://purl.oclc.org/NET/ssnx/qu/dim#RotationalSpeed",
    "FeatureOfInterest": "http://www.w3.org/ns/sosa/FeatureOfInterest",
    "Class": "http://www.w3.org/2000/01/rdf-schema#Class",
    "ObservationCollection": "http://www.w3.org/ns/sosa/ObservationCollection",
    "NumberPerArea": "http://purl.oclc.org/NET/ssnx/qu/dim#NumberPerArea",
    "depiction": "http://xmlns.com/foaf/0.1/depiction",
    "Curve": "http://www.opengis.net/ont/sf#Curve",
    "Instant": "http://www.w3.org/2006/time#Instant",
    "sfWithin": {
      "x-jsonld-id": "http://www.opengis.net/ont/geosparql#sfWithin",
      "x-jsonld-type": "@id"
    },
    "hasBoundingBox": {
      "x-jsonld-id": "http://www.opengis.net/ont/geosparql#hasBoundingBox",
      "x-jsonld-type": "@id"
    },
    "ThermalConductivity": "http://purl.oclc.org/NET/ssnx/qu/dim#ThermalConductivity",
    "hasUltimateFeatureOfInterest": {
      "x-jsonld-id": "http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest",
      "x-jsonld-type": "@id"
    },
    "domainIncludes": "https://schema.org/domainIncludes",
    "madeBySensor": {
      "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySensor",
      "x-jsonld-type": "@id"
    },
    "long": "http://www.w3.org/2003/01/geo/wgs84_pos#long",
    "ActuatableProperty": "http://www.w3.org/ns/sosa/ActuatableProperty",
    "numericValue": "http://qudt.org/schema/qudt/numericValue",
    "attribute": {
      "x-jsonld-id": "http://purl.org/linked-data/cube#attribute",
      "x-jsonld-type": "@id"
    },
    "SliceKey": "http://purl.org/linked-data/cube#SliceKey",
    "Result": "http://www.w3.org/ns/sosa/Result",
    "isHostedBy": {
      "x-jsonld-id": "http://www.w3.org/ns/sosa/isHostedBy",
      "x-jsonld-type": "@id"
    },
    "Compressibility": "http://purl.oclc.org/NET/ssnx/qu/dim#Compressibility",
    "inDeployment": {
      "x-jsonld-id": "http://www.w3.org/ns/ssn/inDeployment",
      "x-jsonld-type": "@id"
    },
    "ComponentSet": "http://purl.org/linked-data/cube#ComponentSet",
    "MassPerTimePerArea": "http://purl.oclc.org/NET/ssnx/qu/dim#MassPerTimePerArea",
    "numericDuration": {
      "x-jsonld-id": "http://www.w3.org/2006/time#numericDuration",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "ElectricConductivity": "http://purl.oclc.org/NET/ssnx/qu/dim#ElectricConductivity",
    "Temperature": "http://purl.oclc.org/NET/ssnx/qu/dim#Temperature",
    "hasProperty": {
      "x-jsonld-id": "http://www.w3.org/ns/ssn/hasProperty",
      "x-jsonld-type": "@id"
    },
    "Measure": "http://def.seegrid.csiro.au/isotc211/iso19103/2005/basic#Measure",
    "Triangle": "http://www.opengis.net/ont/sf#Triangle",
    "note": "http://www.w3.org/2004/02/skos/core#note",
    "observationGroup": {
      "x-jsonld-id": "http://purl.org/linked-data/cube#observationGroup",
      "x-jsonld-type": "@id"
    },
    "Interval": "http://www.w3.org/2006/time#Interval",
    "EnergyFlux": "http://purl.oclc.org/NET/ssnx/qu/dim#EnergyFlux",
    "StressOrPressure": "http://purl.oclc.org/NET/ssnx/qu/dim#StressOrPressure",
    "resultTime": {
      "x-jsonld-id": "http://www.w3.org/ns/sosa/resultTime",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#dateTime"
    },
    "VolumeDensityRate": "http://purl.oclc.org/NET/ssnx/qu/dim#VolumeDensityRate",
    "phenomenonTime": {
      "x-jsonld-id": "http://www.w3.org/ns/sosa/phenomenonTime",
      "x-jsonld-type": "@id"
    },
    "Energy": "http://purl.oclc.org/NET/ssnx/qu/dim#Energy",
    "foaf.name": "http://xmlns.com/foaf/0.1/name",
    "hasSerialization": {
      "x-jsonld-id": "http://www.opengis.net/ont/geosparql#hasSerialization",
      "x-jsonld-type": "http://www.w3.org/2000/01/rdf-schema#Literal"
    },
    "hasTime": {
      "x-jsonld-id": "http://www.w3.org/2006/time#hasTime",
      "x-jsonld-type": "@id"
    },
    "SF_SamplingFeature.sampledFeature": {
      "x-jsonld-id": "http://def.isotc211.org/iso19156/2011/SamplingFeature#SF_SamplingFeature.sampledFeature",
      "x-jsonld-type": "@id"
    },
    "hasMember": {
      "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember",
      "x-jsonld-type": "@id"
    },
    "rangeIncludes": "https://schema.org/rangeIncludes",
    "hasInput": {
      "x-jsonld-id": "http://www.w3.org/ns/ssn/hasInput",
      "x-jsonld-type": "@id"
    },
    "Mass": "http://purl.oclc.org/NET/ssnx/qu/dim#Mass",
    "implementedBy": {
      "x-jsonld-id": "http://www.w3.org/ns/ssn/implementedBy",
      "x-jsonld-type": "@id"
    },
    "location": {
      "x-jsonld-id": "http://www.w3.org/2003/01/geo/wgs84_pos#location",
      "x-jsonld-type": "@id"
    },
    "Scheme": "http://www.w3.org/2004/02/skos/core#Scheme",
    "hasEnd": {
      "x-jsonld-id": "http://www.w3.org/2006/time#hasEnd",
      "x-jsonld-type": "@id"
    },
    "hasBeginning": {
      "x-jsonld-id": "http://www.w3.org/2006/time#hasBeginning",
      "x-jsonld-type": "@id"
    },
    "isResultOf": {
      "x-jsonld-id": "http://www.w3.org/ns/sosa/isResultOf",
      "x-jsonld-type": "@id"
    },
    "SF_SamplingFeature": "http://def.isotc211.org/iso19156/2011/SamplingFeature#SF_SamplingFeature",
    "DimensionProperty": "http://purl.org/linked-data/cube#DimensionProperty",
    "alt": "http://www.w3.org/2003/01/geo/wgs84_pos#alt",
    "Acceleration": "http://purl.oclc.org/NET/ssnx/qu/dim#Acceleration",
    "hasSubSystem": {
      "x-jsonld-id": "http://www.w3.org/ns/ssn/hasSubSystem",
      "x-jsonld-type": "@id"
    },
    "Quantity": "http://qudt.org/schema/qudt/Quantity",
    "MassFlowRate": "http://purl.oclc.org/NET/ssnx/qu/dim#MassFlowRate",
    "qu.QuantityKind": "http://purl.oclc.org/NET/ssnx/qu/qu#QuantityKind",
    "SpatialObjectCollection": "http://www.opengis.net/ont/geosparql#SpatialObjectCollection",
    "Distance": "http://purl.oclc.org/NET/ssnx/qu/dim#Distance",
    "deprecated": "http://www.w3.org/2002/07/owl#deprecated",
    "Radiance": "http://purl.oclc.org/NET/ssnx/qu/dim#Radiance",
    "Duration": "http://www.w3.org/2006/time#Duration",
    "TIN": "http://www.opengis.net/ont/sf#TIN",
    "SurfaceDensity": "http://purl.oclc.org/NET/ssnx/qu/dim#SurfaceDensity",
    "wgs84.Point": "http://www.w3.org/2003/01/geo/wgs84_pos#Point",
    "editorialNote": "http://www.w3.org/2004/02/skos/core#editorialNote",
    "observes": {
      "x-jsonld-id": "http://www.w3.org/ns/sosa/observes",
      "x-jsonld-type": "@id"
    },
    "hasDeployment": {
      "x-jsonld-id": "http://www.w3.org/ns/ssn/hasDeployment",
      "x-jsonld-type": "@id"
    },
    "hasResult": {
      "x-jsonld-id": "http://www.w3.org/ns/sosa/hasResult",
      "x-jsonld-type": "@id"
    },
    "order": {
      "x-jsonld-id": "http://purl.org/linked-data/cube#order",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#int"
    },
    "hasGeometry": {
      "x-jsonld-id": "http://www.opengis.net/ont/geosparql#hasGeometry",
      "x-jsonld-type": "@id"
    },
    "usedProcedure": {
      "x-jsonld-id": "http://www.w3.org/ns/sosa/usedProcedure",
      "x-jsonld-type": "@id"
    },
    "ssn.Property": "http://www.w3.org/ns/ssn/Property",
    "sfContains": {
      "x-jsonld-id": "http://www.opengis.net/ont/geosparql#sfContains",
      "x-jsonld-type": "@id"
    },
    "Density": "http://purl.oclc.org/NET/ssnx/qu/dim#Density",
    "LinearRing": "http://www.opengis.net/ont/sf#LinearRing",
    "Molality": "http://purl.oclc.org/NET/ssnx/qu/dim#Molality",
    "inXSDDateTimeStamp": {
      "x-jsonld-id": "http://www.w3.org/2006/time#inXSDDateTimeStamp",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#dateTimeStamp"
    },
    "PropertyKind": "http://purl.oclc.org/NET/ssnx/qu/qu#PropertyKind",
    "SpatialObject": "http://www.opengis.net/ont/geosparql#SpatialObject",
    "sliceStructure": {
      "x-jsonld-id": "http://purl.org/linked-data/cube#sliceStructure",
      "x-jsonld-type": "@id"
    },
    "hasFeatureOfInterest": {
      "x-jsonld-id": "http://www.w3.org/ns/sosa/hasFeatureOfInterest",
      "x-jsonld-type": "@id"
    },
    "NumberPerLength": "http://purl.oclc.org/NET/ssnx/qu/dim#NumberPerLength",
    "lat": "http://www.w3.org/2003/01/geo/wgs84_pos#lat",
    "VolumeFlowRate": "http://purl.oclc.org/NET/ssnx/qu/dim#VolumeFlowRate",
    "SpecificEntropy": "http://purl.oclc.org/NET/ssnx/qu/dim#SpecificEntropy",
    "CodedProperty": "http://purl.org/linked-data/cube#CodedProperty",
    "observedProperty": {
      "x-jsonld-id": "http://www.w3.org/ns/sosa/observedProperty",
      "x-jsonld-type": "@id"
    },
    "slice": {
      "x-jsonld-id": "http://purl.org/linked-data/cube#slice",
      "x-jsonld-type": "@id"
    },
    "madeObservation": {
      "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation",
      "x-jsonld-type": "@id"
    },
    "date": "http://purl.org/dc/terms/date",
    "isPropertyOf": {
      "x-jsonld-id": "http://www.w3.org/ns/ssn/isPropertyOf",
      "x-jsonld-type": "@id"
    },
    "ObservationGroup": "http://purl.org/linked-data/cube#ObservationGroup",
    "Sample": "http://www.w3.org/ns/sosa/Sample",
    "DataSet": "http://purl.org/linked-data/cube#DataSet",
    "PolyhedralSurface": "http://www.opengis.net/ont/sf#PolyhedralSurface",
    "ObservableProperty": "http://www.w3.org/ns/sosa/ObservableProperty",
    "deployedSystem": {
      "x-jsonld-id": "http://www.w3.org/ns/ssn/deployedSystem",
      "x-jsonld-type": "@id"
    },
    "System": "http://www.w3.org/ns/ssn/System",
    "unitKind": {
      "x-jsonld-id": "http://purl.oclc.org/NET/ssnx/qu/qu#unitKind",
      "x-jsonld-type": "@id"
    },
    "dimension": {
      "x-jsonld-id": "http://purl.org/linked-data/cube#dimension",
      "x-jsonld-type": "@id"
    },
    "RadianceExposure": "http://purl.oclc.org/NET/ssnx/qu/dim#RadianceExposure",
    "VelocityOrSpeed": "http://purl.oclc.org/NET/ssnx/qu/dim#VelocityOrSpeed",
    "deployedOnPlatform": {
      "x-jsonld-id": "http://www.w3.org/ns/ssn/deployedOnPlatform",
      "x-jsonld-type": "@id"
    },
    "inXSDDate": {
      "x-jsonld-id": "http://www.w3.org/2006/time#inXSDDate",
      "x-jsonld-type": "http://www.w3.org/2001/XMLSchema#date"
    },
    "GFI_DomainFeature": "http://def.isotc211.org/iso19156/2011/GeneralFeatureInstance#GFI_DomainFeature",
    "Actuation": "http://www.w3.org/ns/sosa/Actuation",
    "observation": {
      "x-jsonld-id": "http://purl.org/linked-data/cube#observation",
      "x-jsonld-type": "@id"
    },
    "Dimensionless": "http://purl.oclc.org/NET/ssnx/qu/dim#Dimensionless",
    "Area": "http://purl.oclc.org/NET/ssnx/qu/dim#Area",
    "Sampling": "http://www.w3.org/ns/sosa/Sampling",
    "Power": "http://purl.oclc.org/NET/ssnx/qu/dim#Power",
    "OM_Observation": "http://def.isotc211.org/iso19156/2011/Observation#OM_Observation",
    "prefLabel": "http://www.w3.org/2004/02/skos/core#prefLabel",
    "Surface": "http://www.opengis.net/ont/sf#Surface",
    "sliceKey": {
      "x-jsonld-id": "http://purl.org/linked-data/cube#sliceKey",
      "x-jsonld-type": "@id"
    },
    "inScheme": "http://www.w3.org/2004/02/skos/core#inScheme",
    "dct.description": "http://purl.org/dc/terms/description",
    "MultiCurve": "http://www.opengis.net/ont/sf#MultiCurve",
    "hasQuantityKind": {
      "x-jsonld-id": "http://qudt.org/schema/qudt/hasQuantityKind",
      "x-jsonld-type": "@id"
    },
    "qb.Observation": "http://purl.org/linked-data/cube#Observation",
    "EnergyDensity": "http://purl.oclc.org/NET/ssnx/qu/dim#EnergyDensity",
    "Sensor": "http://www.w3.org/ns/sosa/Sensor",
    "hasSimpleResult": "http://www.w3.org/ns/sosa/hasSimpleResult",
    "unitType": {
      "x-jsonld-id": "http://www.w3.org/2006/time#unitType",
      "x-jsonld-type": "@id"
    },
    "componentProperty": {
      "x-jsonld-id": "http://purl.org/linked-data/cube#componentProperty",
      "x-jsonld-type": "@id"
    },
    "isFeatureOfInterestOf": {
      "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf",
      "x-jsonld-type": "@id"
    },
    "sf.Geometry": "http://www.opengis.net/ont/sf#Geometry",
    "schema.Person": "https://schema.org/Person",
    "Observation": "http://www.w3.org/ns/sosa/Observation",
    "schema.name": "https://schema.org/name",
    "QuantityKind": "http://qudt.org/schema/qudt/QuantityKind"
  },
  "x-jsonld-vocab": "https://w3id.org/ogc/hosted/seadots/catalog#",
  "x-jsonld-prefixes": {
    "geojson": "https://purl.org/geojson/vocab#",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "dct": "http://purl.org/dc/terms/",
    "rec": "https://www.opengis.net/def/ogc-api/records/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dcat": "http://www.w3.org/ns/dcat#",
    "skos": "http://www.w3.org/2004/02/skos/core#",
    "thns": "https://w3id.org/ogc/stac/themes/",
    "stac": "https://w3id.org/ogc/stac/core/",
    "oa": "http://www.w3.org/ns/oa#",
    "prov": "http://www.w3.org/ns/prov#",
    "cf": "https://stac-extensions.github.io/cf/v0.2.0/schema.json#",
    "seadots": "https://w3id.org/ogc/hosted/seadots/catalog#",
    "dcterms": "http://purl.org/dc/terms/",
    "vcard": "http://www.w3.org/2006/vcard/ns#",
    "owl": "http://www.w3.org/2002/07/owl#",
    "foaf": "http://xmlns.com/foaf/0.1/",
    "w3ctime": "http://www.w3.org/2006/time#",
    "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "dctype": "http://purl.org/dc/dcmitype/",
    "qudt": "http://qudt.org/schema/qudt/"
  }
}