Facility

A Schema.org Property
  • Canonical URL: https://dmr-first.org/schema/Facility
A Facility within a college or university running an instrument. This is optional.

Values expected to be one of these types

Used on these types


Example encoded as JSON-LD in a HTML script tag.
      <script type="application/ld+json">{
        "@context": "https://schema.org",
        "@graph": [
            {
                "@type": "ResearchInstrument",
                "name": "MBE #1",
                "identifier": "https://doi.org/10.1234/567890",
                "category": "mbe",
                "facility": "Facility",
                "Facility": "911",
                "location": {
                    "@type": "Place",
                    "name": "The Building",
                    "address": {
                        "@type": "PostalAddress",
                        "streetAddress": "17 Under a rock",
                        "addressLocality": "Someplace",
                        "addressRegion": "PA",
                        "postalCode": "12345",
                        "addressCountry": "US"
                    }
                }
            }
        ]
    }</script>
Structured representation of the JSON-LD example.