{
   "class" : {
      "core:closeMatch" : "ontology:Format",
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A specific object or file containing a Legislation. Note that the same Legislation can be published in multiple files. For example, a digitally signed PDF, a plain PDF and an HTML version.",
      "rdfs:label" : "LegislationObject",
      "rdfs:subClassOf" : [
         "schema:MediaObject",
         "schema:Legislation"
      ],
      "schema:contributor" : "collab:ELI",
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1156"
   },
   "properties" : {
      "schema:legislationLegalValue" : {
         "core:exactMatch" : "ontology:legal_value",
         "owl:equivalentProperty" : "ontology:legal_value",
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The legal value of this legislation file. The same legislation can be written in multiple files with different legal values. Typically a digitally signed PDF have a \"stronger\" legal value than the HTML file of the same act.",
         "rdfs:label" : "legislationLegalValue",
         "schema:contributor" : "collab:ELI",
         "schema:domainIncludes" : "schema:LegislationObject",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:LegalValueLevel",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1156"
      }
   }
}