{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A WebSite is a set of related web pages and other items typically served from a single web domain and accessible via URLs.",
      "rdfs:label" : "WebSite",
      "rdfs:subClassOf" : "schema:CreativeWork"
   },
   "properties" : {
      "schema:issn" : {
         "owl:equivalentProperty" : "bibo:issn",
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The International Standard Serial Number (ISSN) that identifies this serial publication. You can repeat this property to identify different formats of, or the linking ISSN (ISSN-L) for, this serial publication.",
         "rdfs:label" : "issn",
         "rdfs:subPropertyOf" : "schema:identifier",
         "schema:contributor" : "collab:bibex",
         "schema:domainIncludes" : [
            "schema:WebSite",
            "schema:CreativeWorkSeries",
            "schema:Blog",
            "schema:Dataset"
         ],
         "schema:rangeIncludes" : "schema:Text"
      }
   }
}