{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "An intangible type to be applied to any archive content, carrying with it a set of properties required to describe archival items and collections.",
      "rdfs:label" : "ArchiveComponent",
      "rdfs:subClassOf" : "schema:CreativeWork",
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1758"
   },
   "properties" : {
      "schema:holdingArchive" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "[[ArchiveOrganization]] that holds, keeps or maintains the [[ArchiveComponent]].",
         "rdfs:label" : "holdingArchive",
         "schema:domainIncludes" : "schema:ArchiveComponent",
         "schema:inverseOf" : "schema:archiveHeld",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:ArchiveOrganization",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1758"
      },
      "schema:itemLocation" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Current location of the item.",
         "rdfs:label" : "itemLocation",
         "rdfs:subPropertyOf" : "schema:location",
         "schema:domainIncludes" : "schema:ArchiveComponent",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:Text",
            "schema:PostalAddress",
            "schema:Place"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1758"
      }
   }
}