{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "An organization with archival holdings. An organization which keeps and preserves archival material and typically makes it accessible to the public.",
      "rdfs:label" : "ArchiveOrganization",
      "rdfs:subClassOf" : "schema:LocalBusiness",
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1758"
   },
   "properties" : {
      "schema:archiveHeld" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Collection, [fonds](https://en.wikipedia.org/wiki/Fonds), or item held, kept or maintained by an [[ArchiveOrganization]].",
         "rdfs:label" : "archiveHeld",
         "schema:domainIncludes" : "schema:ArchiveOrganization",
         "schema:inverseOf" : "schema:holdingArchive",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:ArchiveComponent",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1758"
      }
   }
}