@prefix : <https://ilanot.org/voc/ontology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://ilanot.org/voc/ontology#> .

<https://ilanot.org/voc/ontology> rdf:type owl:Ontology ;
                                   owl:versionIRI <https://ilanot.org/voc/ontology/0.12.1> ;
                                   <http://purl.org/dc/elements/1.1/abstract> "An ontology to describe the content of manuscripts showing kabbalistic diagramms of the 10 Sefirot (Ilanot)."@en ;
                                   <http://purl.org/dc/elements/1.1/title> "Maps of God Ontology"@en ;
                                   <http://purl.org/dc/terms/contributor> <https://orcid.org/0000-0001-7890-1333> ,
                                                                          <https://orcid.org/0000-0002-4041-6911> ,
                                                                          <https://orcid.org/0009-0001-2507-4554> ;
                                   <http://purl.org/dc/terms/created> "2019-04-08T00:00:00Z"^^xsd:dateTime ;
                                   <http://purl.org/dc/terms/creator> <https://orcid.org/0000-0003-3572-6170> ,
                                                                      <https://orcid.org/0000-0003-3626-4457> ;
                                   <http://purl.org/dc/terms/license> "https://creativecommons.org/licenses/by/4.0/"@en ;
                                   <http://purl.org/dc/terms/modified> "2026-06-08" ;
                                   <http://purl.org/ontology/bibo/status> "Draft" ;
                                   <http://purl.org/vocab/vann/preferredNamespacePrefix> "ilanot" ;
                                   <http://purl.org/vocab/vann/preferredNamespaceUri> "https://ilanot.org/voc/ontology#"^^rdfs:Literal ;
                                   owl:versionInfo "0.12.1 (2026-06-08)"@en ;
                                   <http://www.w3.org/2004/02/skos/core#changeNote> """2021-03-29 -- 0.9.6: minor corrections (typos, labels etc)
2021-03-30 -- 0.9.6: minor corrections (typos, labels etc)
2021-03-30 -- 0.9.7: added object property textgridAggregation and class TextGridAggregation
2021-03-30 -- 0.9.7: removed class 'Line'
2021-03-30 -- 0.9.7: added examples
2021-03-31 -- 0.9.8: revised definitions, added more examples, added metadata describing the ontology itself
2021-04-01 -- 0.9.8: added definitions, corrected metadata on the ontology itself
2021-04-06 -- 0.9.9: added Named Individuals for Works (Sources)
2021-04-09 -- 0.9.10: added annotations (variants and editorial comments) based on W3C Annotations Framework
2021-04-12 -- 0.9.10: corrected examples for ilanot:VariantItems and ilanot:missing
2021-04-13 -- 0.9.10: added textgrid: namespace and corrected IRI of Manuscript class
2021-04-14 -- 0.9.10: minor corrections to annotation properties
2021-04-21 -- 0.9.10 added prefix mapping for Manuscript Description Ontology@en .
2024-08-26 -- 0.9.11 removed classes 'Translation' and 'Transcription' (replaced by data properties), expanded sources list, added missing domains and ranges, added 'la' as possible comment language
2025-04-02 -- 0.10.0 added new map item subclasses, corrected some labels
2025-05-20 -- 0.10.1 added DigitalFacsimile, MapItem and Zone properties, Diagram etc. and Agent, fixed comments, fixed some labels/definitions, added Sources
2025-08-07 -- 0.10.2: minor corrections to labels and definitions
2025-08-18 -- 0.10.3: two more feature groups, restrictions for feature groups, typos
2025-08-25 -- 0.10.4: corrects of definitions/labels, one more feature class
2026-02-12 -- 0.10.5: removed domain/range etc. of external resources, removed named individuals, added/removed/updated various properties
2026-03-16 -- 0.11: removed spatial relations, Work and TextgridAggregation, added some properties, fixed labels/definitions/typos
2026-03-18 -- 0.11.1: fixed label/syntax
2026-04-07 -- 0.11.2: added class TextGridID, relaxed map item property domains/ranges, add connection between rdf(s) and owl
2026-04-14 -- 0.11.3: namespace corrected
2026-06-02 -- 0.12.0: added/corrected various definitions, labels and relations of map item classes, added one such class, removed several, removed restrictions on partOf
2026-06-08 -- 0.12.1: corrected a definition, made Tehiru direct subclass of Feature again"""@en .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.org/dc/elements/1.1/abstract
<http://purl.org/dc/elements/1.1/abstract> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/contributor
<http://purl.org/dc/elements/1.1/contributor> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/creator
<http://purl.org/dc/elements/1.1/creator> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/date
<http://purl.org/dc/elements/1.1/date> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/description
<http://purl.org/dc/elements/1.1/description> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/title
<http://purl.org/dc/elements/1.1/title> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/contributor
<http://purl.org/dc/terms/contributor> rdf:type owl:AnnotationProperty ;
                                       rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/contributor> .


###  http://purl.org/dc/terms/created
<http://purl.org/dc/terms/created> rdf:type owl:AnnotationProperty ;
                                   rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date> .


###  http://purl.org/dc/terms/creator
<http://purl.org/dc/terms/creator> rdf:type owl:AnnotationProperty ;
                                   rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/creator> .


###  http://purl.org/dc/terms/license
<http://purl.org/dc/terms/license> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/modified
<http://purl.org/dc/terms/modified> rdf:type owl:AnnotationProperty ;
                                    rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date> .


###  http://purl.org/ontology/bibo/status
<http://purl.org/ontology/bibo/status> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespacePrefix
<http://purl.org/vocab/vann/preferredNamespacePrefix> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespaceUri
<http://purl.org/vocab/vann/preferredNamespaceUri> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2000/01/rdf-schema#subPropertyOf
rdfs:subPropertyOf rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2002/07/owl#sameAs
owl:sameAs rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#altLabel
<http://www.w3.org/2004/02/skos/core#altLabel> rdf:type owl:AnnotationProperty ;
                                               rdfs:subPropertyOf rdfs:label .


###  http://www.w3.org/2004/02/skos/core#changeNote
<http://www.w3.org/2004/02/skos/core#changeNote> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#definition
<http://www.w3.org/2004/02/skos/core#definition> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#editorialNote
<http://www.w3.org/2004/02/skos/core#editorialNote> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#example
<http://www.w3.org/2004/02/skos/core#example> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#hiddenLabel
<http://www.w3.org/2004/02/skos/core#hiddenLabel> rdf:type owl:AnnotationProperty ;
                                                  rdfs:subPropertyOf rdfs:label .


###  http://www.w3.org/2004/02/skos/core#prefLabel
<http://www.w3.org/2004/02/skos/core#prefLabel> rdf:type owl:AnnotationProperty ;
                                                rdfs:subPropertyOf rdfs:label .


###  http://www.w3.org/2004/02/skos/core#scopeNote
<http://www.w3.org/2004/02/skos/core#scopeNote> rdf:type owl:AnnotationProperty .


#################################################################
#    Object Properties
#################################################################

###  http://id.loc.gov/ontologies/bibframe/agent
<http://id.loc.gov/ontologies/bibframe/agent> rdf:type owl:ObjectProperty ;
                                              rdfs:isDefinedBy <http://id.loc.gov/ontologies/bibframe/> .


###  http://id.loc.gov/ontologies/bibframe/contribution
<http://id.loc.gov/ontologies/bibframe/contribution> rdf:type owl:ObjectProperty ;
                                                     rdfs:isDefinedBy <http://id.loc.gov/ontologies/bibframe/> .


###  http://id.loc.gov/ontologies/bibframe/role
<http://id.loc.gov/ontologies/bibframe/role> rdf:type owl:ObjectProperty ;
                                             rdfs:isDefinedBy <http://id.loc.gov/ontologies/bibframe/> .


###  http://www.w3.org/ns/oa#hasBody
<http://www.w3.org/ns/oa#hasBody> rdf:type owl:ObjectProperty ,
                                           owl:FunctionalProperty ;
                                  rdfs:isDefinedBy <http://www.w3.org/ns/oa#> ;
                                  <http://www.w3.org/2004/02/skos/core#example> """item:Annotation6 a ilanot:EditorialComment ;
	oa:hasBody [
		a oa:TextualBody ;
		rdf:value \"<div>Any editorial comment here...</div>\" ;
		dc:language \"en\";
		dc:format \"application/tei+xml\".
	] ;
	oa:hasTarget [] ."""@en .


###  http://www.w3.org/ns/oa#hasTarget
<http://www.w3.org/ns/oa#hasTarget> rdf:type owl:ObjectProperty ,
                                             owl:FunctionalProperty ;
                                    rdfs:isDefinedBy <http://www.w3.org/ns/oa#> .


###  https://ilanot.org/voc/ontology#describes
:describes rdf:type owl:ObjectProperty ;
           rdfs:domain :DescriptiveElement ;
           rdfs:range :MapItem ;
           <http://www.w3.org/2004/02/skos/core#definition> "Describes the relationship between a text area (Descriptive Element) and a feature"@en ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "describes"@en .


###  https://ilanot.org/voc/ontology#familyType
:familyType rdf:type owl:ObjectProperty ;
            rdfs:domain :Family ;
            rdfs:range :FamilyType ;
            <http://www.w3.org/2004/02/skos/core#definition> "The kind of diagram family. Current options include lurianic and classical."@en ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "family type"@en .


###  https://ilanot.org/voc/ontology#foundOn
:foundOn rdf:type owl:ObjectProperty ;
         rdfs:domain :Diagram ;
         rdfs:range :Surface ;
         <http://www.w3.org/2004/02/skos/core#definition> "Describes that a diagram is found (completely or in part) on a specific surface of a manuscript."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "found on"@en .


###  https://ilanot.org/voc/ontology#hasAestheticCharacterization
:hasAestheticCharacterization rdf:type owl:ObjectProperty ;
                              rdfs:domain :Diagram ;
                              rdfs:range :AestheticCharacterization ;
                              <http://www.w3.org/2004/02/skos/core#definition> "Connects a diagram with an aesthetic characteristic it has, e.g. being in colors or showing a specific level of craftmansship."@en ;
                              <http://www.w3.org/2004/02/skos/core#prefLabel> "has aesthetic characterization"@en .


###  https://ilanot.org/voc/ontology#hasArea
:hasArea rdf:type owl:ObjectProperty ,
                  owl:FunctionalProperty ,
                  owl:InverseFunctionalProperty ;
         rdfs:domain :Zone ;
         rdfs:range :Area ;
         <http://www.w3.org/2004/02/skos/core#definition> "Identifies the Area (i.e. the part of a manuscript's surface) that constitutes the given Zone"@en ;
         <http://www.w3.org/2004/02/skos/core#example> """# In the Maps of God portal, an Area is represented by a blank node

item:region_5c0773bc-ac03-4059-a5d2-8693cafe154d
        a                    ilanot:Zone ;
        ontology:hasArea     [
                              a ilanot:Area ;
                               ilanot:hasCoordinates  \"<svg:polygon>...</svg:polygon>\"^^rdf:XMLLiteral ;
                               ilanot:hasSize         \"0.000935030400012648\"^^xsd:double ;
                               ilanot:isLocatedOn     item:surface3vr9
                             ] .""" ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "has area"@en .


###  https://ilanot.org/voc/ontology#hasContent
:hasContent rdf:type owl:ObjectProperty ;
            rdfs:domain :Zone ;
            rdfs:range :Content ;
            <http://www.w3.org/2004/02/skos/core#definition> "Identifies the content of the given Zone"@en ;
            <http://www.w3.org/2004/02/skos/core#example> """# In the Maps of God portal, a \"Content\" block is represented by a blank node

item:region_5c0773bc-ac03-4059-a5d2-8693cafe154d
        a                    ilanot:Zone ;
        ilanot:hasContent  [
                             a ilanot:TextContent;
                             ilanot:hasTranscription  \"<div> ... </div>\"^^rdf:XMLLiteral ;
                             ilanot:hasTranslation    \"<div> ... </div>\"^^rdf:XMLLiteral
                             ] .""" ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "has content"@en .


###  https://ilanot.org/voc/ontology#hasContext
:hasContext rdf:type owl:ObjectProperty ;
            rdfs:domain :Diagram ;
            rdfs:range :Context ;
            <http://www.w3.org/2004/02/skos/core#definition> "Connects a diagram with a historical context in which it was produced to be used, e.g. as amulet, for prayer or for hermeneutical purposes."@en ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "has context"@en .


###  https://ilanot.org/voc/ontology#hasEdition
:hasEdition rdf:type owl:ObjectProperty ;
            rdfs:label "has edition"@en ;
            <http://www.w3.org/2004/02/skos/core#definition> "Specifies information about the edition of the diagram."@en .


###  https://ilanot.org/voc/ontology#hasFacsimile
:hasFacsimile rdf:type owl:ObjectProperty ;
              rdfs:domain :Surface ;
              rdfs:range :DigitalFacsimile ;
              <http://www.w3.org/2004/02/skos/core#definition> "Links a manuscript's surface to a digital image of that surface"@en ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "has facsimile"@en .


###  https://ilanot.org/voc/ontology#hasFamily
:hasFamily rdf:type owl:ObjectProperty ;
           rdfs:domain :Diagram ;
           rdfs:range :Family ;
           <http://www.w3.org/2004/02/skos/core#definition> "Expresses that a Diagram belongs to a specific Family."@en ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "has family"@en .


###  https://ilanot.org/voc/ontology#hasShape
:hasShape rdf:type owl:ObjectProperty ;
          rdfs:domain [ rdf:type owl:Class ;
                        owl:unionOf ( :DescriptiveElement
                                      :Feature
                                      :Group
                                    )
                      ] ;
          rdfs:range :Shape ;
          <http://www.w3.org/2004/02/skos/core#definition> "Indicates the Shape of a Map Item"@en ;
          <http://www.w3.org/2004/02/skos/core#example> """# This sephira Binah has the shape of a circle

item:mapitem_37405340-1cc2-4d02-9539-402089092ec5
        a                  ilanot:Binah ;
        ilanot:hasShape  shape:c_6814260f .""" ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "has shape"@en .


###  https://ilanot.org/voc/ontology#hasSource
:hasSource rdf:type owl:ObjectProperty ;
           rdfs:domain :TextContent ;
           rdfs:range :Source ;
           <http://www.w3.org/2004/02/skos/core#definition> "Identifies the source of a chunk of text found on the diagram."@en ;
           <http://www.w3.org/2004/02/skos/core#example> """# The source of the textual content of the given zone is from Reuven Sarfati's Perush Zulati, page 143 of the Becker 2013 edition
                    item:region_14b62ea5-6456-4ea9-ddc0-dff427f6c35b
                    a                    ilanot:Zone ;
                    ilanot:hasContent  [ ilanot:hasSource         <https://ilanot.org/resource/source/PerushZulati/143> ].""" ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "has source"@en .


###  https://ilanot.org/voc/ontology#hasSubject
:hasSubject rdf:type owl:ObjectProperty ;
            rdfs:domain :TextContent ;
            rdfs:range :Subject ;
            <http://www.w3.org/2004/02/skos/core#definition> "Indicates a topic (subject) a chunk of text found on the manuscript is about"@en ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "has subject"@en .


###  https://ilanot.org/voc/ontology#hasZone
:hasZone rdf:type owl:ObjectProperty ;
         rdfs:domain :MapItem ;
         rdfs:range :Zone ;
         <http://www.w3.org/2004/02/skos/core#definition> "Identifies the Zone(s) that represent(s) the given Map Item. One Map Item can be represented by more than one Zones and one Zone in turn may represent more than one Map Item."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "has zone"@en .


###  https://ilanot.org/voc/ontology#isConnectedWith
:isConnectedWith rdf:type owl:ObjectProperty ;
                 rdfs:domain :MapItem ;
                 rdfs:range :MapItem ;
                 <http://www.w3.org/2004/02/skos/core#definition> "Expresses the fact that two Map Items are in a non-directional connection with each other. This is limited to a meaningful/semantic connection. E.g. the mere fact of spatial neighborhood does not constitute a connection (spatial relations are covered by the Zone-properties that are sub-properties of isSpatiallyRelatedTo) and the connection does not need to be visibly depicted. E.g., two Sefirot might be said to be connected to each other if there is a channel connecting them."@en ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "is connected with"@en .


###  https://ilanot.org/voc/ontology#isContinuationOf
:isContinuationOf rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf :isInSequenceWith ;
                  owl:inverseOf :isContinuedBy ;
                  <http://www.w3.org/2004/02/skos/core#definition> "Expresses that a given Map Item is to be understood as directly following another Map Item in a sequence of Map Items. (I.e. it points to the previous item in that series)"@en ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "is continuation of"@en .


###  https://ilanot.org/voc/ontology#isContinuedBy
:isContinuedBy rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf :isInSequenceWith ;
               <http://www.w3.org/2004/02/skos/core#definition> "Expresses the fact that a given Map Item is directly followed by another Map Item as part of a sequence of Map Items. (I.e. it points to the next item in the sequence)."@en ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "is continued by"@en .


###  https://ilanot.org/voc/ontology#isExpansionOf
:isExpansionOf rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf :describes ;
               rdfs:domain :TextBlock ;
               rdfs:range :MapItem ;
               <http://www.w3.org/2004/02/skos/core#definition> "Expresses the fact that a Text Block relates to a Feature in the way that  the content of this Text Block is an expansion of the content of that Feature (e.g. an acronym spelled out or similar)"@en ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "is expansion of"@en .


###  https://ilanot.org/voc/ontology#isExplanationOf
:isExplanationOf rdf:type owl:ObjectProperty ;
                 rdfs:subPropertyOf :describes ;
                 rdfs:domain :TextBlock ;
                 rdfs:range :MapItem ;
                 <http://www.w3.org/2004/02/skos/core#definition> "Expresses the relationship between a Text Block and a Feature indicating that the content of the Text Block provides an explanation of the Feature."@en ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "is explanation of"@en .


###  https://ilanot.org/voc/ontology#isGroupedBy
:isGroupedBy rdf:type owl:ObjectProperty ;
             rdfs:domain :MapItem ;
             rdfs:range :Configuration ;
             rdfs:label "is grouped by"@en ;
             <http://www.w3.org/2004/02/skos/core#definition> """Expresses the fact that a given map item is grouped together with others by belonging to a specific configuration.

Ths property is used for the inference from fully marked up representative configurations to not marked up configurations of the same class: All classes of map items which are grouped by the representative configuration or which have a direct or indirect partOf relation to those map items are inferred to also have these same relations with other such configurations."""@en .


###  https://ilanot.org/voc/ontology#isInSequenceWith
:isInSequenceWith rdf:type owl:ObjectProperty ,
                           owl:SymmetricProperty ;
                  rdfs:domain :MapItem ;
                  rdfs:range :MapItem ;
                  <http://www.w3.org/2004/02/skos/core#definition> "Expresses the fact that two Map Items are part of a logical sequence of Map Items. Use the sub-properties isContinuationOf and isContinuedBy to express that two Map Items follow each other in the same sequence. The sequence as a whole can be inferred from the expression of direct neighbourhood of its individual members."@en ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "is in sequence with"@en .


###  https://ilanot.org/voc/ontology#isIntroductionOf
:isIntroductionOf rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf :describes ;
                  rdfs:domain :TextBlock ;
                  rdfs:range :MapItem ;
                  <http://www.w3.org/2004/02/skos/core#definition> "Expresses the relationship between a Text Block and a Feature indicating that the content of the Text Block provides an introduction to the depicted Feature."@en ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "is introduction of"@en .


###  https://ilanot.org/voc/ontology#isLabelOf
:isLabelOf rdf:type owl:ObjectProperty ;
           rdfs:subPropertyOf :describes ;
           rdfs:domain :Label ;
           rdfs:range :MapItem ;
           <http://www.w3.org/2004/02/skos/core#definition> "Expresses the relationship between a Text Block and a Feature indicating that the content of the Text Block provides a label of the Feature."@en ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "is label of"@en .


###  https://ilanot.org/voc/ontology#isLocatedOn
:isLocatedOn rdf:type owl:ObjectProperty ;
             rdfs:domain :Area ;
             rdfs:range :Surface ;
             <http://www.w3.org/2004/02/skos/core#definition> "Links a given area to the manuscript's surface it is found on"@en ;
             <http://www.w3.org/2004/02/skos/core#prefLabel> "is located on"@en .


###  https://ilanot.org/voc/ontology#isShownBy
:isShownBy rdf:type owl:ObjectProperty ;
           rdfs:domain :Surface ;
           rdfs:range :TextGridID ;
           <http://www.w3.org/2004/02/skos/core#definition> "The TextGrid identifier of the digital image of a manuscript's surface. This property is used for aligning the AMPLE IDs with the TextGrid IDs of surfaces."@en ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Is Shown by"@en .


###  https://ilanot.org/voc/ontology#isSurfaceOf
:isSurfaceOf rdf:type owl:ObjectProperty ;
             rdfs:domain :Surface ;
             rdfs:range <https://ilanot.org/voc/ms/Manuscript> ;
             <http://purl.org/dc/elements/1.1/date> "2020-06-22T16:20:02Z"^^xsd:dateTime ;
             <http://www.w3.org/2004/02/skos/core#definition> "Connects an instance of the class \"Surface\" with the corresponding instance of the class \"Manuscript\""@en ;
             <http://www.w3.org/2004/02/skos/core#example> "<https://ilanot.org/resource/item/surface3vv1> ilanot:isSurfaceOf <https://ilanot.org/resource/item/manuscript3vsh6> ."@en ;
             <http://www.w3.org/2004/02/skos/core#prefLabel> "is surface of"@en .


###  https://ilanot.org/voc/ontology#nextSurface
:nextSurface rdf:type owl:ObjectProperty ;
             rdfs:domain :Surface ;
             rdfs:range :Surface ;
             <http://purl.org/dc/elements/1.1/date> "2021-02-05T15:04:35Z"^^xsd:dateTime ;
             <http://www.w3.org/2004/02/skos/core#definition> """Expresses the fact that another surface follows the current one in the sequence in which they should be displayed in an edition. Only surfaces belonging to the same edition should be connected this way. The value of this property is the surface that follows. I.e. understand it as \"next surface is...\" and not as \"next surface of...\".
Fragments that in combination make up a reconstructed surface of a manuscript are not(!) connected among each other by this property. Use 'partOfSurface' instead."""@en ;
             <http://www.w3.org/2004/02/skos/core#example> """# There is a sequence of surfaces; item:surface3vsh is followed by item:surface3vv10

item:surface3vsh ilanot:nextSurface item:surface3vv10 ."""@en ;
             <http://www.w3.org/2004/02/skos/core#prefLabel> "next surface"@en .


###  https://ilanot.org/voc/ontology#nextSurfaceInManuscript
:nextSurfaceInManuscript rdf:type owl:ObjectProperty ;
                         rdfs:domain :Surface ;
                         rdfs:range :Surface ;
                         <http://www.w3.org/2004/02/skos/core#definition> """Expresses the fact that another surface follows the current one in an ordered sequence (e.g. pages in a book). This property can also be used to connect surfaces that belong to different editions or who have a different order in a book from the order in the edition.
The value of this property is the surface that follows. I.e. understand it as \"next surface is...\" and not as \"next surface of...\".
Fragments that in combination make up a reconstructed surface of a manuscript are not(!) connected among each other by this property. Use 'partOfSurface' instead."""@en .


###  https://ilanot.org/voc/ontology#partOf
:partOf rdf:type owl:ObjectProperty ,
                 owl:TransitiveProperty ;
        rdfs:domain :MapItem ;
        rdfs:range :MapItem ;
        rdfs:label "label"@en ;
        <http://www.w3.org/2004/02/skos/core#definition> """Expresses the fact that a given feature or group is part of another feature or group.

This property expresses a transitive relationship. I.e. if some map item A is part of some other map item B and B is itself part of some map item C, then map item A is also part of map item C. Since the relationship between A and C can be inferred from their respective relationships to B, it is therefore not recommended to explicitly state the fact that A is part of C."""@en .


###  https://ilanot.org/voc/ontology#partOfSource
:partOfSource rdf:type owl:ObjectProperty ;
              rdfs:domain :Source ;
              rdfs:range :Source ;
              <http://purl.org/dc/elements/1.1/date> "2021-02-05T11:03:01Z"^^xsd:dateTime ;
              <http://www.w3.org/2004/02/skos/core#definition> """Expresses the fact that a source is part of a (larger) source. Since a source is defined as a chunk of text, this chunk of text is typically part of a broader unit (i.e. a range of verses is part of a chapter, a chapter is part of a book etc.)
This property is not intended to be used to express text reuse, i.e. quoting or 'stealing' the text of a source within a completely different source that is not a broader source to the given source."""@en ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "part of source"@en .


###  https://ilanot.org/voc/ontology#partOfSurface
:partOfSurface rdf:type owl:ObjectProperty ;
               rdfs:domain :Surface ;
               rdfs:range :Surface ;
               <http://purl.org/dc/elements/1.1/date> "2021-02-05T15:01:06Z"^^xsd:dateTime ;
               <http://www.w3.org/2004/02/skos/core#definition> "Expresses the fact that one surface is actually a part of another (larger) surface. This property is used to reconstruct a (destroyed or damaged) manuscript's original surface from fragments thereof."@en ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "part of surface"@en .


###  https://ilanot.org/voc/ontology#recto
:recto rdf:type owl:ObjectProperty ;
       owl:inverseOf :verso ;
       rdfs:domain :Surface ;
       rdfs:range :Surface ;
       <http://purl.org/dc/elements/1.1/date> "2021-02-05T15:26:19Z"^^xsd:dateTime ;
       <http://www.w3.org/2004/02/skos/core#definition> "Links the surface on the verso side of a manuscript or a page to the surface on its recto side. For ordered sequences use \"nextSurface\" (instead or in addition)"@en ;
       <http://www.w3.org/2004/02/skos/core#example> "<https://ilanot.org/resource/item/surface3vv1> ilanot:recto <https://ilanot.org/resource/item/surface3vshb> ."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "recto"@en .


###  https://ilanot.org/voc/ontology#referencesSource
:referencesSource rdf:type owl:ObjectProperty ;
                  rdfs:domain <http://www.w3.org/ns/oa#TextualBody> ;
                  rdfs:range :Source ;
                  rdfs:label "references source"@en ;
                  <http://www.w3.org/2004/02/skos/core#definition> "Identifies a source referenced in a comment."@en ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "references source"@en .


###  https://ilanot.org/voc/ontology#relatesTo
:relatesTo rdf:type owl:ObjectProperty ,
                    owl:SymmetricProperty ;
           rdfs:domain :MapItem ;
           rdfs:range :MapItem ;
           <http://www.w3.org/2004/02/skos/core#definition> "Expresses the fact that a given Feature relates to another Feature in some way. In particular, this describes the relationship between a Feature displayed on a manuscript and another Feature to which it is related in some hidden way but which may or may not be present on the same manuscript."@en ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "relates to"@en .


###  https://ilanot.org/voc/ontology#textgridID
:textgridID rdf:type owl:ObjectProperty ;
            rdfs:domain :Diagram ;
            rdfs:range :TextGridID ;
            rdfs:label "TEI TextGrid ID" ;
            <http://www.w3.org/2004/02/skos/core#definition> "The identifier of the TEI-XML corresponding to a diagram's edition within the Textgrid repository." .


###  https://ilanot.org/voc/ontology#verso
:verso rdf:type owl:ObjectProperty ;
       rdfs:domain :Surface ;
       rdfs:range :Surface ;
       <http://purl.org/dc/elements/1.1/date> "2021-02-05T15:24:25Z"^^xsd:dateTime ;
       <http://www.w3.org/2004/02/skos/core#definition> "Links the surface of the recto side of a manuscript or a page to the surface on its verso side. For ordered sequences use \"nextSurface\" (instead or in addition)."@en ;
       <http://www.w3.org/2004/02/skos/core#example> """# item:surface3vsh is the recto (i.e. the \"front\") of item:surface3w10 (the \"back\")

item:surface3vsh ilanot:verso item:surface3vv10."""@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "verso"@en .


###  https://www.w3.org/ns/activitystreams#items
<https://www.w3.org/ns/activitystreams#items> rdf:type owl:ObjectProperty ;
                                              rdfs:isDefinedBy <https://www.w3.org/ns/activitystreams#> .


#################################################################
#    Data properties
#################################################################

###  http://purl.org/dc/elements/1.1/format
<http://purl.org/dc/elements/1.1/format> rdf:type owl:DatatypeProperty ,
                                                  owl:FunctionalProperty ;
                                         rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> ;
                                         <http://www.w3.org/2004/02/skos/core#example> """example:Annotation5 a ilanot:VariantItems ;
	oa:hasBody [
		a oa:TextualBody ;
		rdf:value \"<div>Any comment on the variants here...</div>\" ;
		dc:language \"en\";
		dc:format \"application/tei+xml\".
	] ;
	oa:hasTarget [] .""" .


###  http://purl.org/dc/elements/1.1/language
<http://purl.org/dc/elements/1.1/language> rdf:type owl:DatatypeProperty ,
                                                    owl:FunctionalProperty ;
                                           rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> ;
                                           <http://www.w3.org/2004/02/skos/core#example> """example:Annotation5 a ilanot:VariantItems ;
	oa:hasBody [
		a oa:TextualBody ;
		rdf:value \"<div>Any comment on the variants here...</div>\" ;
		dc:language \"en\";
		dc:format \"application/tei+xml\".
	] ;
	oa:hasTarget [] .""" .


###  http://www.w3.org/1999/02/22-rdf-syntax-ns#value
rdf:value rdf:type owl:DatatypeProperty ,
                   owl:FunctionalProperty ;
          rdfs:isDefinedBy rdfs: ;
          <http://www.w3.org/2004/02/skos/core#example> """example:Annotation5 a ilanot:VariantItems ;
	oa:hasBody [
		a oa:TextualBody ;
		rdf:value \"<div>Any comment on the variants here...</div>\" ;
		dc:language \"en\";
		dc:format \"application/tei+xml\".
	] ;
	oa:hasTarget [] .""" .


###  http://xmlns.com/foaf/0.1/homepage
<http://xmlns.com/foaf/0.1/homepage> rdf:type owl:DatatypeProperty ;
                                     rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> .


###  http://xmlns.com/foaf/0.1/name
<http://xmlns.com/foaf/0.1/name> rdf:type owl:DatatypeProperty ;
                                 rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> .


###  https://ilanot.org/voc/ontology#contentDescription
:contentDescription rdf:type owl:DatatypeProperty ;
                    rdfs:domain :Diagram ;
                    rdfs:range xsd:string ;
                    rdfs:label "Content Description" ;
                    <http://www.w3.org/2004/02/skos/core#definition> "A text describing the content of the diagram." .


###  https://ilanot.org/voc/ontology#diagramTitle
:diagramTitle rdf:type owl:DatatypeProperty ;
              rdfs:domain :Diagram ;
              rdfs:range xsd:string ;
              rdfs:label "Diagram Title" ;
              <http://www.w3.org/2004/02/skos/core#definition> "The title of the edition of a diagram." .


###  https://ilanot.org/voc/ontology#editionDOI
:editionDOI rdf:type owl:DatatypeProperty ;
            rdfs:domain :Edition ;
            rdfs:range xsd:string ;
            rdfs:label "Edition DOI"@en ;
            <http://www.w3.org/2004/02/skos/core#definition> "The DOI of the diagram's edition."@en .


###  https://ilanot.org/voc/ontology#editionLicense
:editionLicense rdf:type owl:DatatypeProperty ;
                rdfs:domain :Edition ;
                rdfs:range xsd:string ;
                rdfs:label "Edition License"@en ;
                <http://www.w3.org/2004/02/skos/core#definition> "The license of the diagram's edition."@en .


###  https://ilanot.org/voc/ontology#electronicIdentifier
:electronicIdentifier rdf:type owl:DatatypeProperty ;
                      rdfs:domain :DigitalFacsimile ;
                      rdfs:range xsd:string ;
                      <http://www.w3.org/2004/02/skos/core#definition> "An electronic identifier of a Digital Facsimile."@en ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Electronic Identifier"@en .


###  https://ilanot.org/voc/ontology#facsimileLicense
:facsimileLicense rdf:type owl:DatatypeProperty ;
                  rdfs:domain :DigitalFacsimile ;
                  rdfs:range xsd:string ;
                  <http://www.w3.org/2004/02/skos/core#definition> "The license of a Digital Facsimile."@en ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Facsimile License"@en .


###  https://ilanot.org/voc/ontology#facsimileNote
:facsimileNote rdf:type owl:DatatypeProperty ;
               rdfs:domain :DigitalFacsimile ;
               rdfs:range xsd:string ;
               <http://www.w3.org/2004/02/skos/core#definition> "A note about a Digital Facsimile."@en ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "Facsimile Note"@en .


###  https://ilanot.org/voc/ontology#facsimilePublisher
:facsimilePublisher rdf:type owl:DatatypeProperty ;
                    rdfs:domain :DigitalFacsimile ;
                    rdfs:range xsd:string ;
                    <http://www.w3.org/2004/02/skos/core#definition> "The publisher of a Digital Facsimile."@en ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Facsimile Publisher"@en .


###  https://ilanot.org/voc/ontology#facsimileTitle
:facsimileTitle rdf:type owl:DatatypeProperty ;
                rdfs:domain :DigitalFacsimile ;
                rdfs:range xsd:string ;
                <http://www.w3.org/2004/02/skos/core#definition> "The title of a Digital Facsimile."@en ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Facsimile Title"@en .


###  https://ilanot.org/voc/ontology#funder
:funder rdf:type owl:DatatypeProperty ;
        rdfs:domain :Edition ;
        rdfs:range xsd:string ;
        rdfs:label "Funder"@en ;
        <http://www.w3.org/2004/02/skos/core#definition> "A funder of the diagram's edition."@en .


###  https://ilanot.org/voc/ontology#hasCoordinates
:hasCoordinates rdf:type owl:DatatypeProperty ;
                rdfs:domain :Area ;
                rdfs:range rdf:XMLLiteral ;
                <http://www.w3.org/2004/02/skos/core#definition> "An svg representation of the geometric form the Area is represented by on the surface of the manuscript."@en ;
                <http://www.w3.org/2004/02/skos/core#example> """item:region_ea31fae6-bc81-4dfd-8b70-2cae718cec8e
        a                    ilanot:Zone ;
        ilanot:hasArea     [ ilanot:hasCoordinates  '''<svg:rect xmlns:svg=\"http://www.w3.org/2000/svg\"
                                                                 height=\"67\"
                                                                 id=\"shape_region_ea31fae6-bc81-4dfd-8b70-2cae718cec8e\"
                                                                 width=\"266\"
                                                                 x=\"3959\"
                                                                 y=\"17305\"></svg:rect>'''^^rdf:XMLLiteral ;
                                       a       ilanot:Area
                                     ]  .""" ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Coordinates"@en .


###  https://ilanot.org/voc/ontology#hasDiagramResearchLiterature
:hasDiagramResearchLiterature rdf:type owl:DatatypeProperty ;
                              rdfs:domain :Diagram ;
                              rdfs:range xsd:string ;
                              <http://www.w3.org/2004/02/skos/core#definition> "Bibliographical information about a piece of research literature treating this diagram."@en ;
                              <http://www.w3.org/2004/02/skos/core#prefLabel> "Has Diagram Research Literature"@en .


###  https://ilanot.org/voc/ontology#hasSize
:hasSize rdf:type owl:DatatypeProperty ;
         rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/format> ;
         rdf:type owl:FunctionalProperty ;
         rdfs:domain :Area ;
         rdfs:range xsd:double ;
         <http://purl.org/dc/elements/1.1/date> "2020-06-26T11:34:14Z"^^xsd:dateTime ;
         <http://www.w3.org/2004/02/skos/core#definition> "The size of an area relative to the size of the surface it is located on. The calculation of this value is based on the svg point-coordinates of the described area on the digital image of the manuscript's surface. The maximum value for this property is 1.0 which would indicate that the area covers the whole surface."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Area Size"@en .


###  https://ilanot.org/voc/ontology#hasTranscription
:hasTranscription rdf:type owl:DatatypeProperty ;
                  rdfs:domain :TextContent ;
                  rdfs:range rdf:XMLLiteral ;
                  <http://www.w3.org/2004/02/skos/core#definition> "The transcription of the textual content (i.e. the e.g. Hebrew or Aramaic text) of a zone in TEI."@en ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Has Transcription"@en .


###  https://ilanot.org/voc/ontology#hasTranslation
:hasTranslation rdf:type owl:DatatypeProperty ;
                rdfs:domain :TextContent ;
                rdfs:range rdf:XMLLiteral ;
                <http://www.w3.org/2004/02/skos/core#definition> "The translation of a chunk of text found on the manuscript to English (or any other language than the original)."@en ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Has Translation"@en .


###  https://ilanot.org/voc/ontology#iconclass
:iconclass rdf:type owl:DatatypeProperty ;
           rdfs:domain :FigurativeContent ;
           rdfs:range xsd:string ;
           <http://www.w3.org/2004/02/skos/core#definition> "The Iconclass class notation identifying any figurative content."@en ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Iconclass Notation"@en .


###  https://ilanot.org/voc/ontology#imageDescription
:imageDescription rdf:type owl:DatatypeProperty ;
                  rdfs:domain :FigurativeContent ;
                  rdfs:range xsd:string ;
                  <http://www.w3.org/2004/02/skos/core#definition> "A plain text description of any figurative content found in the manuscript."@en ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Image Description"@en .


###  https://ilanot.org/voc/ontology#lifeDates
:lifeDates rdf:type owl:DatatypeProperty ;
           rdfs:domain <http://xmlns.com/foaf/0.1/Agent> ;
           rdfs:range xsd:string ;
           <http://www.w3.org/2004/02/skos/core#definition> "The life dates of the person."@en ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Life Dates"@en .


###  https://ilanot.org/voc/ontology#missing
:missing rdf:type owl:DatatypeProperty ,
                  owl:FunctionalProperty ;
         rdfs:domain :MapItem ;
         rdfs:range xsd:boolean ;
         <http://purl.org/dc/elements/1.1/creator> <http://orcid.org/0000-0003-3572-6170> ;
         <http://purl.org/dc/elements/1.1/date> "2021-04-09T11:36:05Z"^^xsd:dateTime ;
         <http://www.w3.org/2004/02/skos/core#definition> """Indicates that a map item, which could reasonably be assumed or expected to be present on the surface of a diagram in a specific position is not there. There is no assumption applied as to why the map item is missing on the given surface.

The property is meant to be used in ilanot:VariantItems annotations to make explicit that one of the witnesses omits a map item (feature, decorative or descriptive element) that the others have."""@en ;
         <http://www.w3.org/2004/02/skos/core#example> """example:Annotation5 a ilanot:VariantItems ;
	oa:hasBody [] ;
	oa:hasTarget [
		a oa:Composite ;
		as:items (
			item:mapitem_12345
			item:mapitem_98765
			[
				a ilanot:MapItem ;
				ilanot:missing true ;
				ilanot:hasZone [
					a ilanot:Zone ;
					ilanot:hasArea [
						a ilanot:Area ;
						ilanot:isLocatedOn item:surface12345 ;
					]
				]
			]
			) .
	]"""@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Missing on Diagram"@en .


###  https://ilanot.org/voc/ontology#publicationDate
:publicationDate rdf:type owl:DatatypeProperty ;
                 rdfs:domain :Edition ;
                 rdfs:range xsd:string ;
                 rdfs:label "Publication Date"@en ;
                 <http://www.w3.org/2004/02/skos/core#definition> "The date of publication of the diagram's edition."@en .


###  https://ilanot.org/voc/ontology#publisher
:publisher rdf:type owl:DatatypeProperty ;
           rdfs:domain :Edition ;
           rdfs:range xsd:string ;
           rdfs:label "Publisher"@en ;
           <http://www.w3.org/2004/02/skos/core#definition> "A publisher of the diagram's edition."@en .


###  https://ilanot.org/voc/ontology#representativeConfiguration
:representativeConfiguration rdf:type owl:DatatypeProperty ;
                             rdfs:domain :Configuration ;
                             rdfs:range xsd:boolean ;
                             <http://www.w3.org/2004/02/skos/core#definition> "Specifies whether or not this Configuration has been annotated fully and can stand in as a representative for other Diagrams featuring it."@en ;
                             <http://www.w3.org/2004/02/skos/core#prefLabel> "Representative Configuration"@en .


###  https://ilanot.org/voc/ontology#representativeDiagram
:representativeDiagram rdf:type owl:DatatypeProperty ;
                       rdfs:domain :Diagram ;
                       rdfs:range xsd:boolean ;
                       <http://www.w3.org/2004/02/skos/core#definition> "Specifies whether or not this Diagram has been annotated fully and can stand in as a representative for Diagrams of the same Family."@en ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Representative Diagram"@en .


###  https://ilanot.org/voc/ontology#reprintedIn
:reprintedIn rdf:type owl:DatatypeProperty ;
             rdfs:domain :Diagram ;
             rdfs:range xsd:string ;
             rdfs:label "Reprinted in" ;
             <http://www.w3.org/2004/02/skos/core#definition> "Bibliographic information about a piece of literature in which the diagram was reprinted." .


###  https://ilanot.org/voc/ontology#roleDesc
:roleDesc rdf:type owl:DatatypeProperty ;
          rdfs:domain <http://id.loc.gov/ontologies/bibframe/Contribution> ;
          rdfs:range xsd:string ;
          <http://www.w3.org/2004/02/skos/core#definition> "Plain text description of the contribution role."@en ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Role Description"@en .


###  https://ilanot.org/voc/ontology#staticPage
:staticPage rdf:type owl:DatatypeProperty ;
            rdfs:domain :Diagram ;
            rdfs:range xsd:string ;
            <http://www.w3.org/2004/02/skos/core#definition> "The ID of a static page on the portal related to this diagram."@en ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "Static Page"@en .


###  https://ilanot.org/voc/ontology#surfaceHeight
:surfaceHeight rdf:type owl:DatatypeProperty ;
               rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/format> ;
               rdf:type owl:FunctionalProperty ;
               rdfs:domain :Surface ;
               rdfs:range xsd:integer ;
               <http://www.w3.org/2004/02/skos/core#definition> "The height of the surface (in px)"@en ;
               <http://www.w3.org/2004/02/skos/core#example> """# the surface item:surface3vsh has a height of 14,752 px

item:surface3vsh ilanot:surfaceHeight \"14752\"^^xsd:integer .""" ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "Surface Height"@en .


###  https://ilanot.org/voc/ontology#surfaceLabel
:surfaceLabel rdf:type owl:DatatypeProperty ;
              rdfs:domain :Surface ;
              rdfs:range xsd:string ;
              rdfs:label "Surface Label"@en ;
              <http://www.w3.org/2004/02/skos/core#definition> "A label given to a surface, e.g. verso or page 1."@en .


###  https://ilanot.org/voc/ontology#surfaceWidth
:surfaceWidth rdf:type owl:DatatypeProperty ;
              rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/format> ;
              rdf:type owl:FunctionalProperty ;
              rdfs:domain :Surface ;
              rdfs:range xsd:integer ;
              <http://www.w3.org/2004/02/skos/core#definition> "The width of the surface in px"@en ;
              <http://www.w3.org/2004/02/skos/core#example> """# surface item:surface3vsh  has a width of 11,696 px

item:surface3vsh ilanot:surfaceWidth \"11696\"^^xsd:integer""" ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Surface Width"@en .


###  https://ilanot.org/voc/ontology#zoneId
:zoneId rdf:type owl:DatatypeProperty ,
                 owl:FunctionalProperty ;
        rdfs:domain :Zone ;
        rdfs:range xsd:string ;
        <http://www.w3.org/2004/02/skos/core#definition> """An (automatically assigned) identifier for a zone. Other than the zone's name, this identifier is unique throughout the whole data set / knowledge graph.
In the Maps of God project, the Zone ID is a UUID generated by TriVIA."""@en ;
        <http://www.w3.org/2004/02/skos/core#example> """item:region_ea31fae6-bc81-4dfd-8b70-2cae718cec8e
        a                    ilanot:Zone ;
        ilanot:zoneId      \"region_ea31fae6-bc81-4dfd-8b70-2cae718cec8e\" .""" ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Zone ID"@en .


###  https://ilanot.org/voc/ontology#zoneName
:zoneName rdf:type owl:DatatypeProperty ;
          rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/name> ;
          rdf:type owl:FunctionalProperty ;
          rdfs:domain :Zone ;
          rdfs:range xsd:string ;
          <http://www.w3.org/2004/02/skos/core#definition> "A manually assigend string of characters that indentifies a zone. A zone name is typically a hierarchically structured sequence of numbers and is used to establish a link between the zone and its textual content stored in a separate TEI file."@en ;
          <http://www.w3.org/2004/02/skos/core#example> """item:region_ea31fae6-bc81-4dfd-8b70-2cae718cec8e
        a                    ilanot:Zone ;
        ilanot:zoneName    \"3.2.8\" ."""@en ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Zone Name"@en .


#################################################################
#    Classes
#################################################################

###  http://id.loc.gov/ontologies/bibframe/Contribution
<http://id.loc.gov/ontologies/bibframe/Contribution> rdf:type owl:Class ;
                                                     rdfs:isDefinedBy <http://id.loc.gov/ontologies/bibframe/> .


###  http://id.loc.gov/ontologies/bibframe/Role
<http://id.loc.gov/ontologies/bibframe/Role> rdf:type owl:Class ;
                                             rdfs:isDefinedBy <http://id.loc.gov/ontologies/bibframe/> .


###  http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
rdf:Property rdf:type owl:Class .


###  http://www.w3.org/2000/01/rdf-schema#Class
rdfs:Class rdf:type owl:Class .


###  http://www.w3.org/2002/07/owl#Class
owl:Class rdf:type owl:Class ;
          rdfs:subClassOf rdfs:Class .


###  http://www.w3.org/2002/07/owl#DatatypeProperty
owl:DatatypeProperty rdf:type owl:Class ;
                     rdfs:subClassOf rdf:Property .


###  http://www.w3.org/2002/07/owl#ObjectProperty
owl:ObjectProperty rdf:type owl:Class ;
                   rdfs:subClassOf rdf:Property .


###  http://www.w3.org/ns/oa#Annotation
<http://www.w3.org/ns/oa#Annotation> rdf:type owl:Class ;
                                     rdfs:isDefinedBy <http://www.w3.org/ns/oa#> .


###  http://www.w3.org/ns/oa#Choice
<http://www.w3.org/ns/oa#Choice> rdf:type owl:Class ;
                                 rdfs:subClassOf <https://www.w3.org/ns/activitystreams#OrderedCollection> ;
                                 rdfs:isDefinedBy <http://www.w3.org/ns/oa#> .


###  http://www.w3.org/ns/oa#Composite
<http://www.w3.org/ns/oa#Composite> rdf:type owl:Class ;
                                    rdfs:subClassOf <https://www.w3.org/ns/activitystreams#OrderedCollection> ;
                                    rdfs:isDefinedBy <http://www.w3.org/ns/oa#> .


###  http://www.w3.org/ns/oa#Independents
<http://www.w3.org/ns/oa#Independents> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://www.w3.org/ns/activitystreams#OrderedCollection> ;
                                       rdfs:isDefinedBy <http://www.w3.org/ns/oa#> .


###  http://www.w3.org/ns/oa#TextualBody
<http://www.w3.org/ns/oa#TextualBody> rdf:type owl:Class ;
                                      rdfs:isDefinedBy <http://www.w3.org/ns/oa#> .


###  http://xmlns.com/foaf/0.1/Agent
<http://xmlns.com/foaf/0.1/Agent> rdf:type owl:Class ;
                                  rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> .


###  http://xmlns.com/foaf/0.1/Organization
<http://xmlns.com/foaf/0.1/Organization> rdf:type owl:Class ;
                                         rdfs:subClassOf <http://xmlns.com/foaf/0.1/Agent> ;
                                         rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> .


###  http://xmlns.com/foaf/0.1/Person
<http://xmlns.com/foaf/0.1/Person> rdf:type owl:Class ;
                                   rdfs:subClassOf <http://xmlns.com/foaf/0.1/Agent> ;
                                   rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> .


###  https://ilanot.org/voc/ms/Manuscript
<https://ilanot.org/voc/ms/Manuscript> rdf:type owl:Class ;
                                       rdfs:isDefinedBy <https://ilanot.org/voc/ms/> .


###  https://ilanot.org/voc/ontology#Abba
:Abba rdf:type owl:Class ;
      rdfs:subClassOf :Parzuf ;
      <http://www.w3.org/2004/02/skos/core#altLabel> "Father"@en ;
      <http://www.w3.org/2004/02/skos/core#definition> "The third of the six Personae (Parẓufim) of the World of Emanation (Aẓilut), it is the reconfiguration of the Sefirah Ḥokhmah and is in constant conjunction with the fourth Persona, Imma. It represents divine wisdom and fatherhood."@en ;
      <http://www.w3.org/2004/02/skos/core#prefLabel> "Abba"@en ,
                                                      "אבא"@he .


###  https://ilanot.org/voc/ontology#AdamKadmon
:AdamKadmon rdf:type owl:Class ;
            rdfs:subClassOf :Parzuf ;
            <http://www.w3.org/2004/02/skos/core#altLabel> "Primordial Adam"@en ;
            <http://www.w3.org/2004/02/skos/core#definition> "The highest anthropomorphic expression of the Divine. The primordial human-form containing all potential creation."@en ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "Adam Kadmon"@en ,
                                                            "אדם קדמון"@he .


###  https://ilanot.org/voc/ontology#AestheticCharacterization
:AestheticCharacterization rdf:type owl:Class ;
                           <http://www.w3.org/2004/02/skos/core#definition> "An aesthetic characteristic of a diagram, e.g. being in colors or showing a specific level of craftmansship."@en ;
                           <http://www.w3.org/2004/02/skos/core#prefLabel> "Aesthetic Characterization"@en .


###  https://ilanot.org/voc/ontology#Aether
:Aether rdf:type owl:Class ;
        rdfs:subClassOf :Element ;
        <http://www.w3.org/2004/02/skos/core#definition> "The element of Aether from Aristotle."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Aether (Element)"@en ,
                                                        "אתר (יסוד)"@he .


###  https://ilanot.org/voc/ontology#Air
:Air rdf:type owl:Class ;
     rdfs:subClassOf :Element ;
     <http://www.w3.org/2004/02/skos/core#definition> "Air, as one of the four classical elements established by Empedocles."@en ;
     <http://www.w3.org/2004/02/skos/core#prefLabel> "Air (Element)"@en ,
                                                     "רוח (יסוד)"@he .


###  https://ilanot.org/voc/ontology#Akudim
:Akudim rdf:type owl:Class ;
        rdfs:subClassOf :Olam ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Bound Lights"@en ;
        <http://www.w3.org/2004/02/skos/core#definition> "The first of three distinct stages in the emergence of the primordial Sefirot in which the Sefirot are Bound Lights in one vessel."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Akudim"@en ,
                                                        "עקודים"@he .


###  https://ilanot.org/voc/ontology#AllEncompassingSphere
:AllEncompassingSphere rdf:type owl:Class ;
                       rdfs:subClassOf :Feature ;
                       <http://www.w3.org/2004/02/skos/core#definition> "The outermost moving sphere in the geocentric model of the universe, also called Primum Mobile."@en ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "All-Encompassing Sphere"@en ,
                                                                       "גלגל המקיף"@he .


###  https://ilanot.org/voc/ontology#Altar
:Altar rdf:type owl:Class ;
       rdfs:subClassOf :Feature ;
       <http://www.w3.org/2004/02/skos/core#definition> "A table used for making sacrifices in the Tabernacle and Jerusalem Temples."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Altar"@en ,
                                                       "מזבח"@he .


###  https://ilanot.org/voc/ontology#Angel
:Angel rdf:type owl:Class ;
       rdfs:subClassOf :Feature ;
       <http://www.w3.org/2004/02/skos/core#definition> "A divine being belonging to the heavenly hierarchy."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Angel"@en ,
                                                       "מלאך"@he .


###  https://ilanot.org/voc/ontology#Aquarius
:Aquarius rdf:type owl:Class ;
          rdfs:subClassOf :ZodiacSign ;
          <http://www.w3.org/2004/02/skos/core#altLabel> "Deli"@en ;
          <http://www.w3.org/2004/02/skos/core#definition> "The eleventh sign of the zodiac, associated in Jewish text and calendar tradition with the Hebrew lunar month of Shevat."@en ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Aquarius"@en ,
                                                          "דלי"@he .


###  https://ilanot.org/voc/ontology#Architecture
:Architecture rdf:type owl:Class ;
              rdfs:subClassOf :DecorativeElement ;
              <http://www.w3.org/2004/02/skos/core#definition> "Architectural elements."@en ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Architecture"@en ,
                                                              "ארכיטקטורה"@he .


###  https://ilanot.org/voc/ontology#Area
:Area rdf:type owl:Class ;
      <http://www.w3.org/2004/02/skos/core#definition> "A part of a manuscript's surface described by one or more sets of co-ordinates (Lines). (An Area may have \"holes\" in it)"@en ;
      <http://www.w3.org/2004/02/skos/core#example> """# In the Maps of God portal, an Area is represented by a blank node

item:region_5c0773bc-ac03-4059-a5d2-8693cafe154d
        a                    ilanot:Zone ;
        ontology:hasArea     [
                              a ilanot:Area ;
                               ilanot:hasCoordinates  \"<svg:polygon>...</svg:polygon>\"^^rdf:XMLLiteral ;
                               ilanot:hasSize         \"0.000935030400012648\"^^xsd:double ;
                               ilanot:isLocatedOn     item:surface3vr9
                             ] .""" ;
      <http://www.w3.org/2004/02/skos/core#prefLabel> "Area"@en .


###  https://ilanot.org/voc/ontology#Aries
:Aries rdf:type owl:Class ;
       rdfs:subClassOf :ZodiacSign ;
       <http://www.w3.org/2004/02/skos/core#altLabel> "Taleh"@en ;
       <http://www.w3.org/2004/02/skos/core#definition> "The first sign of the zodiac, associated in Jewish text and calendar tradition with the Hebrew lunar month of Nisan."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Aries"@en ,
                                                       "טלה"@he .


###  https://ilanot.org/voc/ontology#ArikhAnpin
:ArikhAnpin rdf:type owl:Class ;
            rdfs:subClassOf :Parzuf ;
            <http://www.w3.org/2004/02/skos/core#altLabel> "Long Face"@en ,
                                                           "Makroprosopos"@en ,
                                                           "Patient"@en ;
            <http://www.w3.org/2004/02/skos/core#definition> "The second of the six Personae (Parẓufim) of the World of Emanation (Aẓilut), it is the outer dimension of Keter and considered the first emanated entity, channeling primary divine will."@en ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "Arikh Anpin"@en ,
                                                            "אריך אנפין"@he .


###  https://ilanot.org/voc/ontology#ArkOfTheCovenant
:ArkOfTheCovenant rdf:type owl:Class ;
                  rdfs:subClassOf :Feature ;
                  <http://purl.org/dc/elements/1.1/creator> <http://orcid.org/0000-0003-3572-6170> ;
                  <http://purl.org/dc/elements/1.1/date> "2020-11-13T15:57:59Z"^^xsd:dateTime ;
                  <http://www.w3.org/2004/02/skos/core#definition> "The gold-covered chest of acacia wood containing the two stone tablets of the Ten Commandments mentioned in the Book of Exodus."@en ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Ark of the Covenant"@en ,
                                                                  "ארון הברית"@he .


###  https://ilanot.org/voc/ontology#Assiah
:Assiah rdf:type owl:Class ;
        rdfs:subClassOf :Olam ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "World of Action"@en ;
        <http://www.w3.org/2004/02/skos/core#definition> "The World of Action – the fourth and lowest of the four kabbalistic worlds."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Assiyah"@en ,
                                                        "עולם העשיה"@he .


###  https://ilanot.org/voc/ontology#AtikYomim
:AtikYomim rdf:type owl:Class ;
           rdfs:subClassOf :Parzuf ;
           <http://www.w3.org/2004/02/skos/core#altLabel> "Ancient of Days"@en ;
           <http://www.w3.org/2004/02/skos/core#definition> "The first of the six Personae (Parẓufim) of the World of Emanation (Aẓilut), it is the inner dimension of Keter connecting Eyn Sof to creation and considered the lowest expression of the primordial emanating divinity."@en ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Atik Yomin"@en ,
                                                           "עתיק יומין"@he .


###  https://ilanot.org/voc/ontology#AttributesOfMercy
:AttributesOfMercy rdf:type owl:Class ;
                   rdfs:subClassOf :Feature ;
                   <http://www.w3.org/2004/02/skos/core#definition> "The divine attributes enumerated in Exodus 34:6-7; Micah 7:18."@en ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "13 Enhancements of the Beard (13 Attributes of Mercy)"@en ,
                                                                   "י״ג תיקוני דיקנא (י״ג מידות הרחמים)"@he .


###  https://ilanot.org/voc/ontology#Azilut
:Azilut rdf:type owl:Class ;
        rdfs:subClassOf :Olam ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "World of Emanation"@en ;
        <http://www.w3.org/2004/02/skos/core#definition> "The World of Emanation – the first and highest of the four kabbalistic worlds."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Aẓilut"@en ,
                                                        "עולם האצילות"@he .


###  https://ilanot.org/voc/ontology#Beard
:Beard rdf:type owl:Class ;
       rdfs:subClassOf :BodyPart ;
       <http://www.w3.org/2004/02/skos/core#definition> "The beard of a divine face representing compassion."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Beard"@en ,
                                                       "זקן"@he .


###  https://ilanot.org/voc/ontology#Beast
:Beast rdf:type owl:Class ;
       rdfs:subClassOf :DecorativeElement ;
       <http://www.w3.org/2004/02/skos/core#definition> "A wild animal."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Beast"@en ,
                                                       "חיה"@he .


###  https://ilanot.org/voc/ontology#Beriah
:Beriah rdf:type owl:Class ;
        rdfs:subClassOf :Olam ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "World of Creation"@en ;
        <http://www.w3.org/2004/02/skos/core#definition> "The World of Creation – the second of the four kabbalistic worlds."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Beriah"@en ,
                                                        "עולם הבריאה"@he .


###  https://ilanot.org/voc/ontology#BiblicalFigure
:BiblicalFigure rdf:type owl:Class ;
                rdfs:subClassOf :Feature ;
                <http://www.w3.org/2004/02/skos/core#definition> "A character from the bible."@en ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Biblical Figure"@en ,
                                                                "דמות מקראית"@he .


###  https://ilanot.org/voc/ontology#Bilhah
:Bilhah rdf:type owl:Class ;
        rdfs:subClassOf :Parzuf ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Bilha"@en ;
        <http://www.w3.org/2004/02/skos/core#definition> "The external aspect of Parẓuf Rachel."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Bilhah"@en ,
                                                        "בלהה"@he .


###  https://ilanot.org/voc/ontology#Binah
:Binah rdf:type owl:Class ;
       rdfs:subClassOf :Sefirah ;
       <http://www.w3.org/2004/02/skos/core#altLabel> "Understanding"@en ;
       <http://www.w3.org/2004/02/skos/core#definition> "The third of the ten Sefirot."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Binah"@en ,
                                                       "בינה"@he .


###  https://ilanot.org/voc/ontology#Bird
:Bird rdf:type owl:Class ;
      rdfs:subClassOf :DecorativeElement ;
      <http://www.w3.org/2004/02/skos/core#definition> "A feathered flying creature."@en ;
      <http://www.w3.org/2004/02/skos/core#prefLabel> "Bird"@en ,
                                                      "ציפור"@he .


###  https://ilanot.org/voc/ontology#BodyPart
:BodyPart rdf:type owl:Class ;
          rdfs:subClassOf :Feature ;
          <http://www.w3.org/2004/02/skos/core#definition> "A part of a human or animal body."@en ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Body Part"@en ,
                                                          "איבר"@he .


###  https://ilanot.org/voc/ontology#Brain
:Brain rdf:type owl:Class ;
       rdfs:subClassOf :BodyPart ;
       <http://www.w3.org/2004/02/skos/core#definition> "The divine 'brain' or conceptual realm within each Parẓuf."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Brain"@en ,
                                                       "מוח"@he .


###  https://ilanot.org/voc/ontology#Brudim
:Brudim rdf:type owl:Class ;
        rdfs:subClassOf :Olam ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Spotted Lights"@en ;
        <http://www.w3.org/2004/02/skos/core#definition> "The third of three distinct stages in the emergence of the primordial Sefirot in which the Sefirot are in a state of separation, but manifest as Parẓufim; associated with the 'World of Rectification' (עולם התיקון)."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Brudim"@en ,
                                                        "ברודים"@he .


###  https://ilanot.org/voc/ontology#Calligraphy
:Calligraphy rdf:type owl:Class ;
             rdfs:subClassOf :DecorativeElement ;
             <http://www.w3.org/2004/02/skos/core#definition> "Decorative handwriting."@en ;
             <http://www.w3.org/2004/02/skos/core#prefLabel> "Calligraphy"@en ,
                                                             "קליגרפיה"@he .


###  https://ilanot.org/voc/ontology#Cancer
:Cancer rdf:type owl:Class ;
        rdfs:subClassOf :ZodiacSign ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Sartan"@en ;
        <http://www.w3.org/2004/02/skos/core#definition> "The fourth sign of the zodiac, associated in Jewish text and calendar tradition with the Hebrew lunar month of Tammuz."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Cancer"@en ,
                                                        "סרטן"@he .


###  https://ilanot.org/voc/ontology#Capricorn
:Capricorn rdf:type owl:Class ;
           rdfs:subClassOf :ZodiacSign ;
           <http://www.w3.org/2004/02/skos/core#altLabel> "Gedi"@en ;
           <http://www.w3.org/2004/02/skos/core#definition> "The tenth sign of the zodiac, associated in Jewish text and calendar tradition with the Hebrew lunar month of Tevet."@en ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Capricorn"@en ,
                                                           "גדי"@he .


###  https://ilanot.org/voc/ontology#CelestialHeavens
:CelestialHeavens rdf:type owl:Class ;
                  rdfs:subClassOf :Feature ;
                  <http://www.w3.org/2004/02/skos/core#definition> "Celestial planetary spheres and fixed stars."@en ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Heavens"@en ,
                                                                  "שמים"@he .


###  https://ilanot.org/voc/ontology#Chariot
:Chariot rdf:type owl:Class ;
         rdfs:subClassOf :Feature ;
         <http://www.w3.org/2004/02/skos/core#definition> "The collection of the items related to the vision of the biblical prophet Ezekiel (Ez. 1 and Ez. 10)."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Chariot"@en ,
                                                         "מרכבה"@he .


###  https://ilanot.org/voc/ontology#ChariotBeast
:ChariotBeast rdf:type owl:Class ;
              rdfs:subClassOf :Feature ;
              <http://www.w3.org/2004/02/skos/core#altLabel> "Cherub"@en ;
              <http://www.w3.org/2004/02/skos/core#definition> "One of the four four-faced creatures described as carriers of the Chariot described in the vision of the biblical prophet Ezekiel (Ez. 1 and Ez. 10)."@en ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Chariot Beast"@en ,
                                                              "חיית המרכבה"@he .


###  https://ilanot.org/voc/ontology#ChariotWheel
:ChariotWheel rdf:type owl:Class ;
              rdfs:subClassOf :Feature ;
              <http://www.w3.org/2004/02/skos/core#definition> "One of the wheels besides the beasts of the chariot, as described in Ezekiel 1.15-17."@en ;
              <http://www.w3.org/2004/02/skos/core#example> "https://dev.ilanot.org/detail?id=https://ilanot.org/resource/item/manuscript40rgm&shape=shape_region_cab44c3b-3cee-47cf-9791-cca7396d990e#5.000/-274.953/82.047" ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Chariot Wheel"@en ,
                                                              "אופן"@he .


###  https://ilanot.org/voc/ontology#Cheeks
:Cheeks rdf:type owl:Class ;
        rdfs:subClassOf :BodyPart ;
        <http://www.w3.org/2004/02/skos/core#definition> "The 'cheeks' representing aspects of divine will's manifestation."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Cheeks"@en ,
                                                        "לחיים"@he .


###  https://ilanot.org/voc/ontology#Cherub
:Cherub rdf:type owl:Class ;
        rdfs:subClassOf :DecorativeAngel ;
        <http://www.w3.org/2004/02/skos/core#definition> "A winged celestial being."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Cherub"@en ,
                                                        "כרוב"@he .


###  https://ilanot.org/voc/ontology#Chest
:Chest rdf:type owl:Class ;
       rdfs:subClassOf :BodyPart ;
       <http://www.w3.org/2004/02/skos/core#definition> "The divine 'chest' representing the point of transition in each Parẓuf."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Chest"@en ,
                                                       "חזה"@he .


###  https://ilanot.org/voc/ontology#Cloud
:Cloud rdf:type owl:Class ;
       rdfs:subClassOf :Feature ;
       <http://www.w3.org/2004/02/skos/core#definition> "A representation of obscuration."@en ;
       <http://www.w3.org/2004/02/skos/core#example> "https://dev.ilanot.org/detail?id=https://ilanot.org/resource/item/manuscript40rgm&shape=shape_region_99f63776-f4b8-47df-9582-0331232bdee7#5.000/-33.469/117.859"@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Cloud"@en ,
                                                       "ענן"@he .


###  https://ilanot.org/voc/ontology#Colors
:Colors rdf:type owl:Class ;
        rdfs:subClassOf :Feature ;
        <http://www.w3.org/2004/02/skos/core#definition> "Colors with various symbolic valences."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Colors"@en ,
                                                        "צבעים"@he .


###  https://ilanot.org/voc/ontology#Configuration
:Configuration rdf:type owl:Class ;
               rdfs:subClassOf :Group ;
               <http://www.w3.org/2004/02/skos/core#definition> "A collection of map items that can be recognized as its own thing, usually by recurring across different manuscripts."@en ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "Configuration"@en ,
                                                               "תצורה"@he .


###  https://ilanot.org/voc/ontology#ConnectingLine
:ConnectingLine rdf:type owl:Class ;
                rdfs:subClassOf :Feature ;
                <http://www.w3.org/2004/02/skos/core#definition> "A line emphasizing a connection between objects."@en ;
                <http://www.w3.org/2004/02/skos/core#example> "https://dev.ilanot.org/detail?id=https://ilanot.org/resource/item/manuscript40rgm&shape=shape_region_b759c366-8a52-4c43-dee9-7e2554b83925#1/-27/113"@en ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Connecting Line"@en ,
                                                                "קו מקשר"@he .


###  https://ilanot.org/voc/ontology#Content
:Content rdf:type owl:Class ;
         <http://www.w3.org/2004/02/skos/core#definition> "The textual or figurative content that together with the designation of an area on the manuscript's surface constitutes a Zone. This could be the actual (Hebrew) text, the translation and possible comments/annotations (or a reference to figurative content (e.g. an iconclass notation). Needs to link to the text items in the TEI files (e.g. hasText, hasTranslation, hasComment etc)."@en ;
         <http://www.w3.org/2004/02/skos/core#example> """# In the Maps of God portal, a \"Content\" block is represented by a blank node

item:region_5c0773bc-ac03-4059-a5d2-8693cafe154d
        a                    ilanot:Zone ;
        ilanot:hasContent  [ ilanot:hasTranscription  \"<div> ... </div>\"^^rdf:XMLLiteral ;
                             ilanot:hasTranslation    \"<div> ... </div>\"^^rdf:XMLLiteral
                             ] .""" ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Content"@en .


###  https://ilanot.org/voc/ontology#Context
:Context rdf:type owl:Class ;
         <http://www.w3.org/2004/02/skos/core#definition> "The historical context in which a diagram was produced to be used, e.g. as amulet, for prayer or for hermeneutical purposes."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Context"@en .


###  https://ilanot.org/voc/ontology#Cosmos
:Cosmos rdf:type owl:Class ;
        rdfs:subClassOf :Feature ;
        <http://www.w3.org/2004/02/skos/core#definition> "The (theological concept of the) created universe, heaven and earth."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Cosmos"@en ,
                                                        "קוסמוס"@he .


###  https://ilanot.org/voc/ontology#Crown
:Crown rdf:type owl:Class ;
       rdfs:subClassOf :Feature ;
       <http://www.w3.org/2004/02/skos/core#definition> "A visual crown on top of Parẓufim that is related to their Keter."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Crown"@en ,
                                                       "כתר (אובייקט)"@he .


###  https://ilanot.org/voc/ontology#Daat
:Daat rdf:type owl:Class ;
      rdfs:subClassOf :Sefirah ;
      <http://www.w3.org/2004/02/skos/core#altLabel> "Knowledge"@en ;
      <http://www.w3.org/2004/02/skos/core#definition> "A Sefirah that mediates between Ḥokhmah and Binah and that is counted among the 10 Sefirot when Keter is conflated with Eyn Sof."@en ;
      <http://www.w3.org/2004/02/skos/core#prefLabel> "Daat"@en ,
                                                      "דעת"@he .


###  https://ilanot.org/voc/ontology#DecorativeAngel
:DecorativeAngel rdf:type owl:Class ;
                 rdfs:subClassOf :DecorativeElement ;
                 <http://www.w3.org/2004/02/skos/core#definition> "An artistic decorative angel."@en ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Decorative Angel"@en ,
                                                                 "מלאך דקורטיבי"@he .


###  https://ilanot.org/voc/ontology#DecorativeCrown
:DecorativeCrown rdf:type owl:Class ;
                 rdfs:subClassOf :DecorativeElement ;
                 <http://www.w3.org/2004/02/skos/core#definition> "A royal head ornament."@en ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Decorative Crown"@en ,
                                                                 "כתר דקורטיבי"@he .


###  https://ilanot.org/voc/ontology#DecorativeElement
:DecorativeElement rdf:type owl:Class ;
                   rdfs:subClassOf :MapItem ;
                   <http://www.w3.org/2004/02/skos/core#definition> "Any item on the map that in itself does not convey meaning but serves solely decorative or ornamental purposes."@en ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Decorative Element"@en ,
                                                                   "מרכיב דקורטיבי"@he .


###  https://ilanot.org/voc/ontology#DecorativeTempleTabernacleVessels
:DecorativeTempleTabernacleVessels rdf:type owl:Class ;
                                   rdfs:subClassOf :DecorativeElement ;
                                   <http://www.w3.org/2004/02/skos/core#definition> "The vessels of the Temple/Tabernacle purely for decoration."@en ;
                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Decorative Temple/Tabernacle Vessels"@en ,
                                                                                   "כלי המקדש דקורטיביים"@he .


###  https://ilanot.org/voc/ontology#Demon
:Demon rdf:type owl:Class ;
       rdfs:subClassOf :Feature ;
       <http://www.w3.org/2004/02/skos/core#definition> "An (individual) evil spirit."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Demon"@en ,
                                                       "שד"@he .


###  https://ilanot.org/voc/ontology#DescriptiveElement
:DescriptiveElement rdf:type owl:Class ;
                    rdfs:subClassOf :MapItem ;
                    <http://www.w3.org/2004/02/skos/core#definition> "Any element on the map that conveys meaning or information but is not a feature"@en ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Descriptive Element"@en ,
                                                                    "מרכיב תיאורי"@he .


###  https://ilanot.org/voc/ontology#DiademOfYesod
:DiademOfYesod rdf:type owl:Class ;
               rdfs:subClassOf :Feature ;
               <http://www.w3.org/2004/02/skos/core#definition> "The diadem of the procreative divine power, channeling influence."@en ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "Diadem of Yesod"@en ,
                                                               "עטרת היסוד"@he .


###  https://ilanot.org/voc/ontology#Diagram
:Diagram rdf:type owl:Class ;
         <http://www.w3.org/2004/02/skos/core#definition> "A kabbalistic diagram which corresponds to a (potential) edition in the Ilanot project."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Diagram"@en .


###  https://ilanot.org/voc/ontology#DiagrammaticElement
:DiagrammaticElement rdf:type owl:Class ;
                     rdfs:subClassOf :Configuration ;
                     <http://www.w3.org/2004/02/skos/core#definition> "A collection of map items that can be recognized as its own thing, forming part of a Great Tree, that was not originally a single-origin ilan."@en ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Diagrammatic Element"@en ,
                                                                     "אלמנטים דיאגרמטיים"@he .


###  https://ilanot.org/voc/ontology#DiagrammaticElementE
:DiagrammaticElementE rdf:type owl:Class ;
                      rdfs:subClassOf :DiagrammaticElement ;
                      <http://www.w3.org/2004/02/skos/core#definition> "A Diagrammatic Element depicting the thirteen enhancements of Arikh Anpin's beard."@en ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Diagrammatic Element E: The Thirteen Enhancements of the Beard"@en ,
                                                                      "אלמנט דיאגרמטי E: י\"ג תיקוני דיקנא"@he .


###  https://ilanot.org/voc/ontology#DiagrammaticElementT
:DiagrammaticElementT rdf:type owl:Class ;
                      rdfs:subClassOf :DiagrammaticElement ;
                      <http://www.w3.org/2004/02/skos/core#definition> "A Diagrammatic Element originating from R. Jacob Temerles' treatise 'Perush mahalakh ha-otiyot'."@en ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Diagrammatic Element T: Temerles Tree"@en ,
                                                                      "אלמנט דיאגרמטי T: אילן טמרלש"@he .


###  https://ilanot.org/voc/ontology#DiagrammaticElementV
:DiagrammaticElementV rdf:type owl:Class ;
                      rdfs:subClassOf :DiagrammaticElement ;
                      <http://www.w3.org/2004/02/skos/core#definition> "A Diagrammatic Element with a circular design, originating from Ḥayyim Vital's work."@en ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Diagrammatic Element V: The Grand Circles of Vital"@en ,
                                                                      "אלמנט דיאגרמטי V: העיגולים הגדולים של ויטאל"@he .


###  https://ilanot.org/voc/ontology#DiagrammaticElementW
:DiagrammaticElementW rdf:type owl:Class ;
                      rdfs:subClassOf :DiagrammaticElement ;
                      <http://www.w3.org/2004/02/skos/core#definition> "A Diagrammatic Element that depicts a sequence of four Worlds from Aẓilut to Assiyah."@en ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Diagrammatic Element W: Trees of the Worlds from Aẓilut to Assiyah"@en ,
                                                                      "אלמנט דיאגרמטי W: אילן העולמות מהאצילות עד העשייה"@he .


###  https://ilanot.org/voc/ontology#DiagrammaticElementWg
:DiagrammaticElementWg rdf:type owl:Class ;
                       rdfs:subClassOf :DiagrammaticElement ;
                       <http://www.w3.org/2004/02/skos/core#definition> "A version of  Diagrammatic Element W that depicts a sequence of three Worlds from Briah to Assiyah and contains the Geocentric circles of Assiyah."@en ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Diagrammatic Element Wg: Trees of the Worlds from Briah to Assiyah, with the Geocentric circles of Assiyah"@en ,
                                                                       "אלמנט דיאגרמטי Wg: אילן העולמות מהבריאה לעשייה, עם העיגולים הגיאוצנטרים של העשייה"@he .


###  https://ilanot.org/voc/ontology#DiagrammaticElementWy
:DiagrammaticElementWy rdf:type owl:Class ;
                       rdfs:subClassOf :DiagrammaticElement ;
                       <http://www.w3.org/2004/02/skos/core#definition> "A version of Diagrammatic Element Wg that depicts a sequence of two Worlds from Beriah to Yeẓirah."@en ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Diagrammatic Element Wy: Trees of the Worlds ending with Yeẓirah"@en ,
                                                                       "אלמנט דיאגרמטי Wy: אילן העולמות שנגמר ביצירה"@he .


###  https://ilanot.org/voc/ontology#DigitalFacsimile
:DigitalFacsimile rdf:type owl:Class ;
                  <http://www.w3.org/2004/02/skos/core#definition> "A digital image of a manuscript's surface, a printed sheet or a book's page."@en ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Digital Facsimile"@en .


###  https://ilanot.org/voc/ontology#Ear
:Ear rdf:type owl:Class ;
     rdfs:subClassOf :BodyPart ;
     <http://www.w3.org/2004/02/skos/core#definition> "The divine 'ear' receiving and processing prayers and judgments."@en ;
     <http://www.w3.org/2004/02/skos/core#prefLabel> "Ear"@en ,
                                                     "אוזן"@he .


###  https://ilanot.org/voc/ontology#Earth
:Earth rdf:type owl:Class ;
       rdfs:subClassOf :Element ;
       <http://www.w3.org/2004/02/skos/core#definition> "Earth, as one of the four classical elements established by Empedocles."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Earth (Element)"@en ,
                                                       "אדמה (יסוד)"@he .


###  https://ilanot.org/voc/ontology#Eden
:Eden rdf:type owl:Class ;
      rdfs:subClassOf :Feature ;
      <http://www.w3.org/2004/02/skos/core#altLabel> "Garden of Eden"@en ;
      <http://www.w3.org/2004/02/skos/core#definition> "The divinely planted garden described in Genesis 2:8-9 etc."@en ;
      <http://www.w3.org/2004/02/skos/core#prefLabel> "Gan Eden"@en ,
                                                      "גן עדן"@he .


###  https://ilanot.org/voc/ontology#Edition
:Edition rdf:type owl:Class ;
         rdfs:label "Edition"@en ;
         <http://www.w3.org/2004/02/skos/core#definition> "Information about the edition of the diagram."@en .


###  https://ilanot.org/voc/ontology#EditorialComment
:EditorialComment rdf:type owl:Class ;
                  rdfs:subClassOf <http://www.w3.org/ns/oa#Annotation> ;
                  <http://purl.org/dc/elements/1.1/creator> <http://orcid.org/0000-0003-3572-6170> ;
                  <http://purl.org/dc/elements/1.1/date> "2021-04-09T07:29:59Z"^^xsd:dateTime ;
                  <http://www.w3.org/2004/02/skos/core#definition> """An annotation of a single instance or a group of instances of ilanot:MapItem, giving any additional scholarly insight or consideration. The target of this annotation may be a single map item (feature, descriptive or decorative element), a set of individual map items (oa:Independents) or a composite group (oa:Composite), depending on whether the comment applies to a single item only, to each item of a group individually or to a group of items as a whole.

Comments on variant items on different manuscripts/surface should be made using ilanot:VariantItems, Identification of Sources and Topics should not be made using annotations at all, but should be statements on the content (ilanot:Content and subclasses) of a zone."""@en ;
                  <http://www.w3.org/2004/02/skos/core#example> """example:Annotation6 a ilanot:EditorialComment ;
	oa:hasBody [
		a oa:TextualBody ;
		rdf:value \"<div>Any editorial comment here...</div>\" ;
		dc:language \"en\";
		dc:format \"application/tei+xml\".
	] ;
	oa:hasTarget [
		a oa:Independents ;
		as:items (
			item:mapitem_12345
			item:mapitem_98765
			) .
	]"""@en ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Editorial Comment"@en .


###  https://ilanot.org/voc/ontology#EggOrTesticle
:EggOrTesticle rdf:type owl:Class ;
               rdfs:subClassOf :BodyPart ;
               <http://www.w3.org/2004/02/skos/core#definition> "The cosmic 'egg/testicle' containing primordial potential."@en ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "Egg/Testicle"@en ,
                                                               "ביצה/אשך"@he .


###  https://ilanot.org/voc/ontology#Element
:Element rdf:type owl:Class ;
         rdfs:subClassOf :Feature ;
         <http://www.w3.org/2004/02/skos/core#definition> "One of the four classical elements established by Empedocles including earth, water, air, and fire; Aristotle's fifth element of aether is sometimes added."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Element"@en ,
                                                         "יסוד (אלמנט)"@he .


###  https://ilanot.org/voc/ontology#EnSof
:EnSof rdf:type owl:Class ;
       rdfs:subClassOf :Feature ;
       <http://www.w3.org/2004/02/skos/core#altLabel> "En Sof"@en ,
                                                      "Infinite"@en ,
                                                      "No End"@en ;
       <http://www.w3.org/2004/02/skos/core#definition> "The limitless, unknowable divine essence that precedes all emanation."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Eyn Sof"@en ,
                                                       "אין סוף"@he .


###  https://ilanot.org/voc/ontology#Eye
:Eye rdf:type owl:Class ;
     rdfs:subClassOf :BodyPart ;
     <http://www.w3.org/2004/02/skos/core#altLabel> "'ayin"@en ;
     <http://www.w3.org/2004/02/skos/core#definition> "The divine 'eye' of providence and supervision."@en ;
     <http://www.w3.org/2004/02/skos/core#prefLabel> "Eye"@en ,
                                                     "עין"@he .


###  https://ilanot.org/voc/ontology#Family
:Family rdf:type owl:Class ;
        <http://www.w3.org/2004/02/skos/core#definition> "A family of diagrams which can be grouped together by assumed historical relation."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Family"@en .


###  https://ilanot.org/voc/ontology#FamilyType
:FamilyType rdf:type owl:Class ;
            <http://www.w3.org/2004/02/skos/core#definition> "A category of diagram family, e.g. classical or lurianic."@en ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "Family Type"@en .


###  https://ilanot.org/voc/ontology#Feature
:Feature rdf:type owl:Class ;
         rdfs:subClassOf :MapItem ;
         <http://www.w3.org/2004/02/skos/core#definition> "Any abstraction of phenomena existing in the space the Ilan manuscript depicts represented by graphical or textual means in the manuscript. It is of no bearing if the space represented by the Ilan manuscript is understood as a physical space or as a space metaphor used as a means to describe abstract concepts."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Feature"@en ,
                                                         "מרכיב"@he .


###  https://ilanot.org/voc/ontology#FeatureGroup
:FeatureGroup rdf:type owl:Class ;
              rdfs:subClassOf :Group ;
              <http://www.w3.org/2004/02/skos/core#definition> "An object on a manuscript which depicts several features at once, without allowing for a spatial separation between them."@en ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Feature Group"@en ,
                                                              "קבוצת מרכיב"@he .


###  https://ilanot.org/voc/ontology#Festivals
:Festivals rdf:type owl:Class ;
           rdfs:subClassOf :Feature ;
           <http://www.w3.org/2004/02/skos/core#definition> "Names of Jewish holidays."@en ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Festivals"@en ,
                                                           "שמות המועדים"@he .


###  https://ilanot.org/voc/ontology#FigurativeContent
:FigurativeContent rdf:type owl:Class ;
                   rdfs:subClassOf :Content ;
                   <http://www.w3.org/2004/02/skos/core#definition> "An abstaction of a zone's content which is not textual content"@en ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Figurative Content"@en .


###  https://ilanot.org/voc/ontology#Fire
:Fire rdf:type owl:Class ;
      rdfs:subClassOf :Element ;
      <http://www.w3.org/2004/02/skos/core#definition> "Fire, as one of the four classical elements established by Empedocles."@en ;
      <http://www.w3.org/2004/02/skos/core#prefLabel> "Fire (Element)"@en ,
                                                      "אש (יסוד)"@he .


###  https://ilanot.org/voc/ontology#Firmament
:Firmament rdf:type owl:Class ;
           rdfs:subClassOf :Feature ;
           <http://www.w3.org/2004/02/skos/core#definition> "A celestial expanse described in biblical cosmology as a structural dome separating the waters above from the waters below, later developed in rabbinic texts into seven distinct cosmic layers of heaven."@en ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Firmament"@en ,
                                                           "רקיע"@he .


###  https://ilanot.org/voc/ontology#Floral
:Floral rdf:type owl:Class ;
        rdfs:subClassOf :DecorativeElement ;
        <http://www.w3.org/2004/02/skos/core#definition> "An ornament in the shape of a plant or parts thereof (leaves, petals etc.)."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Floral Ornament"@en ,
                                                        "קישוט פרחוני"@he .


###  https://ilanot.org/voc/ontology#FootOrLeg
:FootOrLeg rdf:type owl:Class ;
           rdfs:subClassOf :BodyPart ;
           <http://www.w3.org/2004/02/skos/core#definition> "The divine 'foot' representing descent of influence to lower realms."@en ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Foot/Leg"@en ,
                                                           "רגל"@he .


###  https://ilanot.org/voc/ontology#Forehead
:Forehead rdf:type owl:Class ;
          rdfs:subClassOf :BodyPart ;
          <http://www.w3.org/2004/02/skos/core#definition> "The divine 'forehead' revealing concealed will."@en ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Forehead"@en ,
                                                          "מצח"@he .


###  https://ilanot.org/voc/ontology#Fortress
:Fortress rdf:type owl:Class ;
          rdfs:subClassOf :DecorativeElement ;
          <http://www.w3.org/2004/02/skos/core#definition> "A fortified structure."@en ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Fortress"@en ,
                                                          "מבצר"@he .


###  https://ilanot.org/voc/ontology#FourPardes
:FourPardes rdf:type owl:Class ;
            rdfs:subClassOf :Feature ;
            <http://www.w3.org/2004/02/skos/core#definition> "Rabbis of antiquity, who according to the Tosefta (Ḥagigah 2:2) and the Babylonian (Ḥagigah 14b) and Jerusalem Talmud (Ḥagigah 2:1) ventured into the heavenly realm."@en ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "Four Sages who Entered Pardes"@en ,
                                                            "ארבעה שנכנסו לפרדס"@he .


###  https://ilanot.org/voc/ontology#Gate
:Gate rdf:type owl:Class ;
      rdfs:subClassOf :Feature ;
      <http://www.w3.org/2004/02/skos/core#definition> "An opening between cosmological levels."@en ;
      <http://www.w3.org/2004/02/skos/core#prefLabel> "Gate"@en ,
                                                      "שער"@he .


###  https://ilanot.org/voc/ontology#Gemini
:Gemini rdf:type owl:Class ;
        rdfs:subClassOf :ZodiacSign ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Teomim"@en ;
        <http://www.w3.org/2004/02/skos/core#definition> "The third sign of the zodiac, associated in Jewish text and calendar tradition with the Hebrew lunar month of Sivan."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Gemini"@en ,
                                                        "תאומים"@he .


###  https://ilanot.org/voc/ontology#Gevurah
:Gevurah rdf:type owl:Class ;
         rdfs:subClassOf :Sefirah ;
         <http://www.w3.org/2004/02/skos/core#altLabel> "Discernment"@en ;
         <http://www.w3.org/2004/02/skos/core#definition> "The fifth of the ten Sefirot."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Gevurah"@en ,
                                                         "גבורה"@he .


###  https://ilanot.org/voc/ontology#Group
:Group rdf:type owl:Class ;
       rdfs:subClassOf :MapItem ;
       <http://www.w3.org/2004/02/skos/core#definition> "Any meaningful grouping of two or more Map Items."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Group"@en ,
                                                       "קבוצה"@he .


###  https://ilanot.org/voc/ontology#Hair
:Hair rdf:type owl:Class ;
      rdfs:subClassOf :BodyPart ;
      <http://www.w3.org/2004/02/skos/core#definition> "The divine 'hair' representing the contraction of abundance in its transmission."@en ;
      <http://www.w3.org/2004/02/skos/core#prefLabel> "Hair"@en ,
                                                      "שיער"@he .


###  https://ilanot.org/voc/ontology#HandOrArm
:HandOrArm rdf:type owl:Class ;
           rdfs:subClassOf :BodyPart ;
           <http://www.w3.org/2004/02/skos/core#definition> "The divine 'hand' – active implementation of will."@en ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Hand/Arm"@en ,
                                                           "יד"@he .


###  https://ilanot.org/voc/ontology#Hashmal
:Hashmal rdf:type owl:Class ;
         rdfs:subClassOf :Feature ;
         <http://www.w3.org/2004/02/skos/core#definition> "A shining substance, amber or electrum or bronze; from Ezekiel 1: 4, 27."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Hashmal"@en ,
                                                         "חשמל"@he .


###  https://ilanot.org/voc/ontology#Head
:Head rdf:type owl:Class ;
      rdfs:subClassOf :BodyPart ;
      <http://www.w3.org/2004/02/skos/core#definition> "The divine 'head' representing the upper, intellective-aware aspect of the Parẓuf."@en ;
      <http://www.w3.org/2004/02/skos/core#prefLabel> "Head"@en ,
                                                      "ראש"@he .


###  https://ilanot.org/voc/ontology#Heart
:Heart rdf:type owl:Class ;
       rdfs:subClassOf :BodyPart ;
       <http://www.w3.org/2004/02/skos/core#definition> "The divine 'heart' associated with the thirty-two paths of wisdom due to its numerical value in gematria."@en ;
       <http://www.w3.org/2004/02/skos/core#example> "https://dev.ilanot.org/detail?id=https://ilanot.org/resource/item/manuscript40rgm&shape=shape_region_c0e73d77-fdc9-4844-d80f-1dc883603eb4#1/-27/113" ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Heart"@en ,
                                                       "לב"@he .


###  https://ilanot.org/voc/ontology#Hesed
:Hesed rdf:type owl:Class ;
       rdfs:subClassOf :Sefirah ;
       <http://www.w3.org/2004/02/skos/core#altLabel> "Compassion"@en ,
                                                      "Love"@en ;
       <http://www.w3.org/2004/02/skos/core#definition> "The fourth of the ten Sefirot."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "חסד"@he ,
                                                       "Ḥesed"@en .


###  https://ilanot.org/voc/ontology#HiddenNames
:HiddenNames rdf:type owl:Class ;
             rdfs:subClassOf :HolyName ;
             <http://www.w3.org/2004/02/skos/core#definition> "Concealed divine names."@en ;
             <http://www.w3.org/2004/02/skos/core#prefLabel> "Hidden Names"@en ,
                                                             "שמות הנעלמים"@he .


###  https://ilanot.org/voc/ontology#Hitlabshut
:Hitlabshut rdf:type owl:Class ;
            rdfs:subClassOf :Feature ;
            <http://www.w3.org/2004/02/skos/core#altLabel> "Enrobing"@en ;
            <http://www.w3.org/2004/02/skos/core#definition> "The process of one Parẓuf 'clothing' itself within another."@en ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "Hitlabshut"@en ,
                                                            "התלבשות"@he .


###  https://ilanot.org/voc/ontology#Hod
:Hod rdf:type owl:Class ;
     rdfs:subClassOf :Sefirah ;
     <http://www.w3.org/2004/02/skos/core#altLabel> "Splendor"@en ;
     <http://www.w3.org/2004/02/skos/core#definition> "The eighth of the ten Sefirot."@en ;
     <http://www.w3.org/2004/02/skos/core#prefLabel> "Hod"@en ,
                                                     "הוד"@he .


###  https://ilanot.org/voc/ontology#Hokmah
:Hokmah rdf:type owl:Class ;
        rdfs:subClassOf :Sefirah ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Wisdom"@en ;
        <http://www.w3.org/2004/02/skos/core#definition> "The second of the ten Sefirot."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "חכמה"@he ,
                                                        "Ḥokhmah"@en .


###  https://ilanot.org/voc/ontology#HolyName
:HolyName rdf:type owl:Class ;
          rdfs:subClassOf :Feature ;
          <http://www.w3.org/2004/02/skos/core#definition> "Proper nouns associated with divinity."@en ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Holy Name"@en ,
                                                          "שם קדוש"@he .


###  https://ilanot.org/voc/ontology#HolyTemple
:HolyTemple rdf:type owl:Class ;
            rdfs:subClassOf :DecorativeElement ;
            <http://www.w3.org/2004/02/skos/core#definition> "The Holy Temple of Jerusalem, depicted for decorative purposes."@en ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "Holy Temple"@en ,
                                                            "בית המקדש"@he .


###  https://ilanot.org/voc/ontology#Human
:Human rdf:type owl:Class ;
       rdfs:subClassOf :DecorativeElement ;
       <http://www.w3.org/2004/02/skos/core#definition> "A generic human figure as ornamental content of a manuscript. If the depicted figure is not ornamental but bears meaning, an appropriate sub-class from the class 'Feature' (for example 'Sage') must be used instead. This class must also not be used if any feature or combination of features are represented in a human shape (e.g. an Ilan). In this case use the hasShape property with the appropriate value."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Human Figure"@en ,
                                                       "דמות אנושית"@he .


###  https://ilanot.org/voc/ontology#HumanBreasts
:HumanBreasts rdf:type owl:Class ;
              rdfs:subClassOf :BodyPart ;
              <http://www.w3.org/2004/02/skos/core#definition> "The divine human-form 'breasts' channeling refined divine sustenance."@en ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Human Breasts"@en ,
                                                              "דדי אדם"@he .


###  https://ilanot.org/voc/ontology#Ilan
:Ilan rdf:type owl:Class ;
      rdfs:subClassOf :Feature ;
      <http://www.w3.org/2004/02/skos/core#definition> "An arboreal diagrammatic figure."@en ;
      <http://www.w3.org/2004/02/skos/core#prefLabel> "Ilan"@en ,
                                                      "אילן"@he .


###  https://ilanot.org/voc/ontology#Image
:Image rdf:type owl:Class ;
       rdfs:subClassOf :Shefa ;
       <http://www.w3.org/2004/02/skos/core#definition> "The entirety of the calibrated abundance that is given to Zeir Anpin."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Pirkei Ha-Ẓelem"@en ,
                                                       "פרקי הצלם"@he .


###  https://ilanot.org/voc/ontology#Imma
:Imma rdf:type owl:Class ;
      rdfs:subClassOf :Parzuf ;
      <http://www.w3.org/2004/02/skos/core#altLabel> "Mother"@en ;
      <http://www.w3.org/2004/02/skos/core#definition> "The fourth of the six Personae (Parẓufim) of the World of Emanation (Aẓilut), it is the reconfiguration of the Sefirah Binah and represents divine understanding and motherhood."@en ;
      <http://www.w3.org/2004/02/skos/core#prefLabel> "Imma"@en ,
                                                      "אמא"@he .


###  https://ilanot.org/voc/ontology#Intellect
:Intellect rdf:type owl:Class ;
           rdfs:subClassOf :Feature ;
           <http://www.w3.org/2004/02/skos/core#definition> "Intellect; positioned cosmologically in the medieval philosophical tradition beyond the planetary orbs."@en ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Intellect"@en ,
                                                           "שכל"@he .


###  https://ilanot.org/voc/ontology#IsraelSaba
:IsraelSaba rdf:type owl:Class ;
            rdfs:subClassOf :Parzuf ;
            <http://www.w3.org/2004/02/skos/core#altLabel> "Grandfather Israel"@en ;
            <http://www.w3.org/2004/02/skos/core#definition> "A subdivision of the Personae (Parẓufim) of Abba and Imma. The Parẓuf mediating between divine wisdom and Zeir Anpin."@en ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "Israel Saba"@en ,
                                                            "ישראל סבא"@he .


###  https://ilanot.org/voc/ontology#Jerusalem
:Jerusalem rdf:type owl:Class ;
           rdfs:subClassOf :Feature ;
           <http://www.w3.org/2004/02/skos/core#definition> "The holy city Jerusalem."@en ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Jerusalem"@en ,
                                                           "ירושלים"@he .


###  https://ilanot.org/voc/ontology#Jupiter
:Jupiter rdf:type owl:Class ;
         rdfs:subClassOf :Planet ;
         <http://www.w3.org/2004/02/skos/core#altLabel> "Tzedek"@en ;
         <http://www.w3.org/2004/02/skos/core#definition> "The sixth celestial body from Earth outward according to the geocentric Ptolemaic model of the cosmos."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Jupiter (Celestial Body)"@en ,
                                                         "צדק"@he .


###  https://ilanot.org/voc/ontology#KaveiYahas
:KaveiYahas rdf:type owl:Class ;
            rdfs:subClassOf :Feature ;
            <http://www.w3.org/2004/02/skos/core#definition> "Graphical indications of the nodes that serve as sites for the enrobing (hitlabshut) process."@en ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "Kavei Yaḥas"@en ,
                                                            "קווי יחס"@he .


###  https://ilanot.org/voc/ontology#KebarRiver
:KebarRiver rdf:type owl:Class ;
            rdfs:subClassOf :Feature ;
            <http://www.w3.org/2004/02/skos/core#definition> "The canal or river on which the city of Tel Abib is located that is mentioned in Ezekiel 3:15."@en ;
            <http://www.w3.org/2004/02/skos/core#example> "https://dev.ilanot.org/detail?id=https://ilanot.org/resource/item/manuscript40rgm&shape=shape_region_a42a72e1-102c-4abc-9e25-1a1ed4187101#4.00/-265.92/54.06"@en ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "Kebar River"@en ,
                                                            "נהר כבר"@he .


###  https://ilanot.org/voc/ontology#Keter
:Keter rdf:type owl:Class ;
       rdfs:subClassOf :Sefirah ;
       <http://www.w3.org/2004/02/skos/core#altLabel> "Crown"@en ;
       <http://www.w3.org/2004/02/skos/core#definition> "The first of the ten Sefirot."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Keter"@en ,
                                                       "כתר"@he .


###  https://ilanot.org/voc/ontology#KeterEynSof
:KeterEynSof rdf:type owl:Class ;
             rdfs:subClassOf :FeatureGroup ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty [ owl:inverseOf :partOf
                                              ] ;
                               owl:someValuesFrom :EnSof
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty [ owl:inverseOf :partOf
                                              ] ;
                               owl:someValuesFrom :Keter
                             ] ;
             <http://www.w3.org/2004/02/skos/core#definition> "An object on a manuscript which depicts simultaneously Keter and Eyn Sof."@en ;
             <http://www.w3.org/2004/02/skos/core#example> "https://www.nli.org.il/he/manuscripts/NNL_ALEPH990001040920205171/NLI#$FL30961039" ;
             <http://www.w3.org/2004/02/skos/core#prefLabel> "Keter and Eyn Sof"@en ,
                                                             "כתר ואין סוף"@he .


###  https://ilanot.org/voc/ontology#KeterHokhmahBinah
:KeterHokhmahBinah rdf:type owl:Class ;
                   rdfs:subClassOf :FeatureGroup ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty [ owl:inverseOf :partOf
                                                    ] ;
                                     owl:someValuesFrom :Binah
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty [ owl:inverseOf :partOf
                                                    ] ;
                                     owl:someValuesFrom :Hokmah
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty [ owl:inverseOf :partOf
                                                    ] ;
                                     owl:someValuesFrom :Keter
                                   ] ;
                   <http://www.w3.org/2004/02/skos/core#definition> "An object on a manuscript which depicts simultaneously Keter, Ḥokhmah and Binah."@en ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Keter, Ḥokhmah and Binah"@en ,
                                                                   "כתר, חכמה ובינה"@he .


###  https://ilanot.org/voc/ontology#Klippot
:Klippot rdf:type owl:Class ;
         rdfs:subClassOf :Feature ;
         <http://www.w3.org/2004/02/skos/core#altLabel> "Shells"@en ;
         <http://www.w3.org/2004/02/skos/core#definition> "Evil spiritual forces."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Klippot"@en ,
                                                         "קליפות"@he .


###  https://ilanot.org/voc/ontology#Label
:Label rdf:type owl:Class ;
       rdfs:subClassOf :DescriptiveElement ;
       <http://www.w3.org/2004/02/skos/core#definition> """A text element that identifies (\"labels\") a feature by one or not more than a few words. \"Identifies\" in the definition is to be understood as opposed to \"explains\" or \"discusses\".

If the feature is represented by a word alone (e.g. a Holy Name) that word is not a label but a representation of the feature."""@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Label"@en ,
                                                       "תג"@he .


###  https://ilanot.org/voc/ontology#Ladder
:Ladder rdf:type owl:Class ;
        rdfs:subClassOf :Feature ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Jacob's Ladder"@en ,
                                                       "סולם יעקב"@he ;
        <http://www.w3.org/2004/02/skos/core#definition> "The ladder in the dream of the patriarch Jacob described in Genesis 28:10-19."@en ;
        <http://www.w3.org/2004/02/skos/core#example> "https://dev.ilanot.org/detail?id=https://ilanot.org/resource/item/manuscript40rgm&shape=shape_region_ad8cb9ad-1fe4-41f5-ae1a-60d1bcf6d715#1/-27/113" ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Ladder"@en ,
                                                        "סולם"@he .


###  https://ilanot.org/voc/ontology#Leah
:Leah rdf:type owl:Class ;
      rdfs:subClassOf :Parzuf ;
      <http://www.w3.org/2004/02/skos/core#definition> "A feminine Parẓuf emerging behind Zeir Anpin's upper body, with affinity to Imma."@en ;
      <http://www.w3.org/2004/02/skos/core#prefLabel> "Leah"@en ,
                                                      "לאה"@he .


###  https://ilanot.org/voc/ontology#Leo
:Leo rdf:type owl:Class ;
     rdfs:subClassOf :ZodiacSign ;
     <http://www.w3.org/2004/02/skos/core#altLabel> "Aryeh"@en ;
     <http://www.w3.org/2004/02/skos/core#definition> "The fifth sign of the zodiac, associated in Jewish text and calendar tradition with the Hebrew lunar month of Av."@en ;
     <http://www.w3.org/2004/02/skos/core#prefLabel> "Leo"@en ,
                                                     "אריה"@he .


###  https://ilanot.org/voc/ontology#Libra
:Libra rdf:type owl:Class ;
       rdfs:subClassOf :ZodiacSign ;
       <http://www.w3.org/2004/02/skos/core#altLabel> "Moznayim"@en ;
       <http://www.w3.org/2004/02/skos/core#definition> "The seventh sign of the zodiac, associated in Jewish text and calendar tradition with the Hebrew lunar month of Tishrei."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Libra"@en ,
                                                       "מאזניים"@he .


###  https://ilanot.org/voc/ontology#LightOfTheFaceOfTheLivingKing
:LightOfTheFaceOfTheLivingKing rdf:type owl:Class ;
                               rdfs:subClassOf :Feature ;
                               <http://www.w3.org/2004/02/skos/core#definition> "The light in front of the face of Zeir Anpin (based on Proverbs 16:15)."@en ;
                               <http://www.w3.org/2004/02/skos/core#prefLabel> "Beor Pnei Melekh Ḥayyim"@en ,
                                                                               "באור פני מלך חיים"@he .


###  https://ilanot.org/voc/ontology#LightsEmanatingFromYesod
:LightsEmanatingFromYesod rdf:type owl:Class ;
                          rdfs:subClassOf :Feature ;
                          <http://www.w3.org/2004/02/skos/core#definition> "The 'breath' emanating from the divine procreative force."@en ;
                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Breath Streaming From Yesod"@en ,
                                                                          "הבל היוצא מיסוד"@he .


###  https://ilanot.org/voc/ontology#Lilith
:Lilith rdf:type owl:Class ;
        rdfs:subClassOf :Demon ;
        <http://www.w3.org/2004/02/skos/core#definition> "The female leader of the demons."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Lilith"@en ,
                                                        "לילית"@he .


###  https://ilanot.org/voc/ontology#LowerMustache
:LowerMustache rdf:type owl:Class ;
               rdfs:subClassOf :BodyPart ;
               <http://www.w3.org/2004/02/skos/core#definition> "The divine lower 'lip' – tempering aspects of divine judgment."@en ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "Lower Mustache"@en ,
                                                               "שפם תחתון"@he .


###  https://ilanot.org/voc/ontology#LowerSefirot
:LowerSefirot rdf:type owl:Class ;
              rdfs:subClassOf :Feature ;
              <http://www.w3.org/2004/02/skos/core#definition> "Ḥesed, Gevurah, Tiferet, Hod, Neẓaḥ, Yesod and Malkhut as a group of Sefirot being part of an ilan."@en ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Lower Sefirot"@en ,
                                                              "ספירות תחתונות"@he .


###  https://ilanot.org/voc/ontology#Malbush
:Malbush rdf:type owl:Class ;
         rdfs:subClassOf :Feature ;
         <http://www.w3.org/2004/02/skos/core#altLabel> "Garment"@en ;
         <http://www.w3.org/2004/02/skos/core#definition> "The Saruqian 'Garment' that constricts divine light for transmission."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Malbush"@en ,
                                                         "מלבוש"@he .


###  https://ilanot.org/voc/ontology#Malkhut
:Malkhut rdf:type owl:Class ;
         rdfs:subClassOf :Sefirah ;
         <http://www.w3.org/2004/02/skos/core#altLabel> "Kingdom"@en ;
         <http://www.w3.org/2004/02/skos/core#definition> "The tenth of the ten Sefirot."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Malkhut"@en ,
                                                         "מלכות"@he .


###  https://ilanot.org/voc/ontology#MapItem
:MapItem rdf:type owl:Class ;
         <http://www.w3.org/2004/02/skos/core#definition> "Any content item that is found on an ilanot manuscript. In this context \"content\" means what the items on the manuscript \"are\" or \"represent\" (e.g. the item 'is' a sefira or 'is' a text block), which is to be distinguished from the class \"Content\" which represents the textual or pictorial content of a zone."@en ;
         <http://www.w3.org/2004/02/skos/core#example> """item:mapitem_7f30d23a-f3ee-47b6-eeb6-5fe370b7ff15
        a                       ilanot:HolyName ;
        ilanot:hasZone        item:region_66074c57-1169-4e76-9469-727da69b14c4 ;
        ilanot:isContinuedBy  item:mapitem_e253fd52-f8e8-4141-abaf-b36ea69aada2 ;
        ilanot:partOf         item:mapitem_d7ab3ef6-11e2-4aa8-cc6c-9523489d9ce0 .""" ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Map Item"@en .


###  https://ilanot.org/voc/ontology#Mars
:Mars rdf:type owl:Class ;
      rdfs:subClassOf :Planet ;
      <http://www.w3.org/2004/02/skos/core#altLabel> "Ma'adim"@en ;
      <http://www.w3.org/2004/02/skos/core#definition> "The fifth celestial body from Earth outward according to the geocentric Ptolemaic model of the cosmos."@en ;
      <http://www.w3.org/2004/02/skos/core#prefLabel> "Mars (Celestial Body)"@en ,
                                                      "מאדים"@he .


###  https://ilanot.org/voc/ontology#Mask
:Mask rdf:type owl:Class ;
      rdfs:subClassOf :DecorativeElement ;
      <http://www.w3.org/2004/02/skos/core#definition> "A face covering."@en ;
      <http://www.w3.org/2004/02/skos/core#prefLabel> "Mask"@en ,
                                                      "מסכה"@he .


###  https://ilanot.org/voc/ontology#Membrane
:Membrane rdf:type owl:Class ;
          rdfs:subClassOf :BodyPart ;
          <http://www.w3.org/2004/02/skos/core#definition> "The membrane that contains and channels divine intellectual force."@en ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Membrane"@en ,
                                                          "קרומא"@he .


###  https://ilanot.org/voc/ontology#Menorah
:Menorah rdf:type owl:Class ;
         rdfs:subClassOf :Feature ;
         <http://www.w3.org/2004/02/skos/core#altLabel> "Candelabrum"@en ;
         <http://www.w3.org/2004/02/skos/core#definition> "A seven-branched candelabrum placed on the south side of the Tabernacle and Jerusalem Temples."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Menorah"@en ,
                                                         "מנורה"@he .


###  https://ilanot.org/voc/ontology#Mercury
:Mercury rdf:type owl:Class ;
         rdfs:subClassOf :Planet ;
         <http://www.w3.org/2004/02/skos/core#altLabel> "Kokhv"@en ;
         <http://www.w3.org/2004/02/skos/core#definition> "The second celestial body from Earth outward according to the geocentric Ptolemaic model of the cosmos."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Mercury (Celestial Body)"@en ,
                                                         "כוכב חמה"@he .


###  https://ilanot.org/voc/ontology#Metatron
:Metatron rdf:type owl:Class ;
          rdfs:subClassOf :Angel ;
          <http://www.w3.org/2004/02/skos/core#definition> "The post-biblical archangel often referred to as the 'Minister of the [Divine] Face' and regarded in Jewish esoteric traditions as the apotheosis of the biblical Enoch."@en ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Metatron"@en ,
                                                          "מטטרון"@he .


###  https://ilanot.org/voc/ontology#Module
:Module rdf:type owl:Class ;
        rdfs:subClassOf :Configuration ;
        <http://www.w3.org/2004/02/skos/core#definition> "A collection of map items that recurs across different manuscripts, forming a part of a Great Tree, that was original a single-origin ilan."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Module"@en ,
                                                        "מודול"@he .


###  https://ilanot.org/voc/ontology#ModuleK
:ModuleK rdf:type owl:Class ;
         rdfs:subClassOf :Module ;
         <http://www.w3.org/2004/02/skos/core#definition> "The Saruqian module based on fold-out engravings (figs. 8-11) in Christian Knorr von Rosenroth, Kabbala Denudata (Sulzbach, 1677), Apparatus IV."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Module K: Knorr's Saruqian Module"@en ,
                                                         "מודול K: המודל הסרוקי של קנור"@he .


###  https://ilanot.org/voc/ontology#ModuleN
:ModuleN rdf:type owl:Class ;
         rdfs:subClassOf :Module ;
         <http://www.w3.org/2004/02/skos/core#definition> "The Configuration found in the Ilan of Expanded Names (Kabbala Denudata, fig. 15)."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Module N: Ilan of Expanded Names"@en ,
                                                         "מודול N: אילן מילואי השמות"@he .


###  https://ilanot.org/voc/ontology#ModuleP
:ModuleP rdf:type owl:Class ;
         rdfs:subClassOf :Module ;
         <http://www.w3.org/2004/02/skos/core#definition> "The Configuration found in the Ilan of Adam Kadmon and the Enrobings (Kabbala Denudata, figs. 1-7)."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Module P: Adam Kadmon and the Enrobings"@en ,
                                                         "מודול P: אדם קדמון וההתלבשויות"@he .


###  https://ilanot.org/voc/ontology#ModuleP7
:ModuleP7 rdf:type owl:Class ;
          rdfs:subClassOf :Module ;
          <http://www.w3.org/2004/02/skos/core#definition> "The continuation of Module P from where Pa left off to the end of the section corresponding to Kabbala Denudata, fig. 7, ending with 'Jerusalem'."@en ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Module P7: Adam Kadmon and the Enrobings ending"@en ,
                                                          "מודול P7: הסיום של אדם קדמון וההתלבשויות"@he .


###  https://ilanot.org/voc/ontology#ModulePa
:ModulePa rdf:type owl:Class ;
          rdfs:subClassOf :Module ;
          <http://www.w3.org/2004/02/skos/core#definition> "An abridged version of the Configuration found in the Ilan of Adam Kadmon and the Enrobings up to the head of Arikh (Kabbala Denudata, fig. 1 and the top of 2)."@en ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Module Pa: Adam Kadmon and the Enrobings abridged"@en ,
                                                          "מודול Pa: אדם קדמון וההתלבשויות - מקוצר"@he .


###  https://ilanot.org/voc/ontology#ModulePr
:ModulePr rdf:type owl:Class ;
          rdfs:subClassOf :Module ;
          <http://www.w3.org/2004/02/skos/core#definition> "A version of the Configuration found in the Ilan of Adam Kadmon and the Enrobings (Kabbala Denudata, figs. 1-7), with the section corresponding to figs 6-7 spliced into the section corresponding to fig. 3."@en ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Module Pr: Adam Kadmon and the Enrobings corruped"@en ,
                                                          "מודול Pr: אדם קדמון וההתלבשויות - משובש"@he .


###  https://ilanot.org/voc/ontology#ModulePu
:ModulePu rdf:type owl:Class ;
          rdfs:subClassOf :Module ;
          <http://www.w3.org/2004/02/skos/core#definition> "A single-column redesign of the Configuration found in the Ilan of Adam Kadmon and the Enrobings (Kabbala Denudata, figs. 1-7)."@en ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Module Pu: Adam Kadmon and the Enrobings single-column"@en ,
                                                          "מודול Pu: אדם קדמון וההתלבשויות - עמודה אחת"@he .


###  https://ilanot.org/voc/ontology#ModuleZ
:ModuleZ rdf:type owl:Class ;
         rdfs:subClassOf :Module ;
         <http://www.w3.org/2004/02/skos/core#definition> "The Configuration found in the Arikh and the Enrobings Ilan by Zacuto and Ẓemaḥ (represented in Kabbala Denudata, figs. 13-14)."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Module Z: Zacuto/Ẓemaḥ Arikh and the Enrobings"@en ,
                                                         "מודול Z: אריך וההתלבשויות של זכות/צמח"@he .


###  https://ilanot.org/voc/ontology#ModuleZ13
:ModuleZ13 rdf:type owl:Class ;
           rdfs:subClassOf :Module ;
           <http://www.w3.org/2004/02/skos/core#definition> "The Configuration found in the Arikh diagram by Zacuto (represented in Kabbala Denudata, fig. 13)."@en ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Module Z13: Zacuto Arikh"@en ,
                                                           "מודול Z13: אריך של זכות"@he .


###  https://ilanot.org/voc/ontology#ModuleZ14
:ModuleZ14 rdf:type owl:Class ;
           rdfs:subClassOf :Module ;
           <http://www.w3.org/2004/02/skos/core#definition> "The Configuration found in the Enrobings diagram by Ẓemaḥ (represented in Kabbala Denudata, fig. 14)."@en ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Module Z14: Ẓemaḥ Enrobings"@en ,
                                                           "מודול Z14: ההתלבשויות של צמח"@he .


###  https://ilanot.org/voc/ontology#Moon
:Moon rdf:type owl:Class ;
      rdfs:subClassOf :Planet ;
      <http://www.w3.org/2004/02/skos/core#altLabel> "Yareaḥ"@en ;
      <http://www.w3.org/2004/02/skos/core#definition> "The first celestial body from Earth outward according to the geocentric Ptolemaic model of the cosmos."@en ;
      <http://www.w3.org/2004/02/skos/core#prefLabel> "Moon (Celestial Body)"@en ,
                                                      "ירח"@he .


###  https://ilanot.org/voc/ontology#Mouth
:Mouth rdf:type owl:Class ;
       rdfs:subClassOf :BodyPart ;
       <http://www.w3.org/2004/02/skos/core#definition> "The divine 'mouth' representing creative speech and revelation."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Mouth"@en ,
                                                       "פה"@he .


###  https://ilanot.org/voc/ontology#Navel
:Navel rdf:type owl:Class ;
       rdfs:subClassOf :BodyPart ;
       <http://www.w3.org/2004/02/skos/core#definition> "The 'navel' point where divine energy is concentrated."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Navel"@en ,
                                                       "טבור"@he .


###  https://ilanot.org/voc/ontology#Nekudim
:Nekudim rdf:type owl:Class ;
         rdfs:subClassOf :Olam ;
         <http://www.w3.org/2004/02/skos/core#altLabel> "Speckled Lights"@en ;
         <http://www.w3.org/2004/02/skos/core#definition> "The second of three distinct stages in the emergence of the primordial Sefirot in which the Sefirot become separated."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Nekudim"@en ,
                                                         "נקודים"@he .


###  https://ilanot.org/voc/ontology#Neshama
:Neshama rdf:type owl:Class ;
         rdfs:subClassOf :Feature ;
         <http://www.w3.org/2004/02/skos/core#definition> "A term used in ancient (biblical and rabbinic) sources to denote a human or the life force, but which, in medieval and later sources denotes one (high) level of the multipartite human soul. In tripartite systems, it is the highest of the three, above Nefesh and Ruaḥ."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Neshama"@en ,
                                                         "נשמה"@he .


###  https://ilanot.org/voc/ontology#Nezah
:Nezah rdf:type owl:Class ;
       rdfs:subClassOf :Sefirah ;
       <http://www.w3.org/2004/02/skos/core#altLabel> "Endurance"@en ,
                                                      "Victory"@en ;
       <http://www.w3.org/2004/02/skos/core#definition> "The seventh of the ten Sefirot."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Neẓaḥ"@en ,
                                                       "נצח"@he .


###  https://ilanot.org/voc/ontology#NezahHod
:NezahHod rdf:type owl:Class ;
          rdfs:subClassOf :FeatureGroup ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty [ owl:inverseOf :partOf
                                           ] ;
                            owl:someValuesFrom :Hod
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty [ owl:inverseOf :partOf
                                           ] ;
                            owl:someValuesFrom :Nezah
                          ] ;
          <http://www.w3.org/2004/02/skos/core#definition> "An object on a manuscript which depicts simultaneously Neẓaḥ and Hod."@en ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Neẓaḥ and Hod"@en ,
                                                          "נצח והוד"@he .


###  https://ilanot.org/voc/ontology#NezahHodYesod
:NezahHodYesod rdf:type owl:Class ;
               rdfs:subClassOf :FeatureGroup ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty [ owl:inverseOf :partOf
                                                ] ;
                                 owl:someValuesFrom :Hod
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty [ owl:inverseOf :partOf
                                                ] ;
                                 owl:someValuesFrom :Nezah
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty [ owl:inverseOf :partOf
                                                ] ;
                                 owl:someValuesFrom :Yesod
                               ] ;
               <http://www.w3.org/2004/02/skos/core#definition> "An object on a manuscript which depicts simultaneously Neẓaḥ, Hod and Yesod."@en ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "Nezaḥ, Hod and Yesod"@en ,
                                                               "נצח, הוד ויסוד"@he .


###  https://ilanot.org/voc/ontology#NineBeardEnhancements
:NineBeardEnhancements rdf:type owl:Class ;
                       rdfs:subClassOf :Feature ;
                       <http://www.w3.org/2004/02/skos/core#definition> "Zeir Anpin's beard enhancements, corresponding to the divine attributes enumerated in Numbers 14:18."@en ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "9 Enhancements of the Beard"@en ,
                                                                       "ט' תיקוני דיקנא"@he .


###  https://ilanot.org/voc/ontology#Nose
:Nose rdf:type owl:Class ;
      rdfs:subClassOf :BodyPart ;
      <http://www.w3.org/2004/02/skos/core#definition> "The divine 'nose' channeling anger and forgiveness."@en ;
      <http://www.w3.org/2004/02/skos/core#prefLabel> "Nose"@en ,
                                                      "חוטם"@he .


###  https://ilanot.org/voc/ontology#Nukba
:Nukba rdf:type owl:Class ;
       rdfs:subClassOf :Parzuf ;
       <http://www.w3.org/2004/02/skos/core#altLabel> "Female"@en ;
       <http://www.w3.org/2004/02/skos/core#definition> "The final Persona (Parẓuf) of the highest World of Emanation (Aẓilut), it is the reconfiguration of the Sefirah Malkhut."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Nukba"@en ,
                                                       "נוקבא"@he .


###  https://ilanot.org/voc/ontology#Olam
:Olam rdf:type owl:Class ;
      rdfs:subClassOf :Feature ;
      <http://www.w3.org/2004/02/skos/core#altLabel> "Realm"@en ;
      <http://www.w3.org/2004/02/skos/core#definition> "A stage of creation or emanated realm."@en ;
      <http://www.w3.org/2004/02/skos/core#prefLabel> "World"@en ,
                                                      "עולם"@he .


###  https://ilanot.org/voc/ontology#Palace
:Palace rdf:type owl:Class ;
        rdfs:subClassOf :Feature ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Heikhal"@en ;
        <http://www.w3.org/2004/02/skos/core#definition> "A spiritual hall-like domain."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Palace"@en ,
                                                        "היכל"@he .


###  https://ilanot.org/voc/ontology#PalmOfHand
:PalmOfHand rdf:type owl:Class ;
            rdfs:subClassOf :DecorativeElement ;
            <http://www.w3.org/2004/02/skos/core#definition> "An ornament in the shape of the palm of a human hand."@en ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "Palm of Hand"@en ,
                                                            "כף יד"@he .


###  https://ilanot.org/voc/ontology#Parsa
:Parsa rdf:type owl:Class ;
       rdfs:subClassOf :Partition ;
       <http://www.w3.org/2004/02/skos/core#definition> "A Lurianic intradivine partition."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Parsa"@en ,
                                                       "פרסה"@he .


###  https://ilanot.org/voc/ontology#Partition
:Partition rdf:type owl:Class ;
           rdfs:subClassOf :Feature ;
           <http://www.w3.org/2004/02/skos/core#definition> "A dividing element separating or distinguishing realms."@en ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Partition"@en ,
                                                           "מסך"@he .


###  https://ilanot.org/voc/ontology#Parzuf
:Parzuf rdf:type owl:Class ;
        rdfs:subClassOf :Feature ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Persona"@en ;
        <http://www.w3.org/2004/02/skos/core#definition> "A divine persona constituted by a configuration of Sefirot emanated from Adam Kadmon."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Parẓuf"@en ,
                                                        "פרצוף"@he .


###  https://ilanot.org/voc/ontology#PathsOfWisdom
:PathsOfWisdom rdf:type owl:Class ;
               rdfs:subClassOf :Feature ;
               <http://www.w3.org/2004/02/skos/core#definition> "The thirty-two paths of divine wisdom linked to the thirty-two invocations of the name Elohim in Genesis 1."@en ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "32 Paths of Wisdom"@en ,
                                                               "32 נתיבות חכמה"@he .


###  https://ilanot.org/voc/ontology#Pisces
:Pisces rdf:type owl:Class ;
        rdfs:subClassOf :ZodiacSign ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Dagim"@en ;
        <http://www.w3.org/2004/02/skos/core#definition> "The seventh sign of the zodiac, associated in Jewish text and calendar tradition with the Hebrew lunar month of Tishrei."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Pisces"@en ,
                                                        "דגים"@he .


###  https://ilanot.org/voc/ontology#Planet
:Planet rdf:type owl:Class ;
        rdfs:subClassOf :Feature ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Celestial Body"@en ,
                                                       "Planet"@en ;
        <http://www.w3.org/2004/02/skos/core#definition> "One of the seven moving celestial bodies – the Moon, Mercury, Venus, the Sun, Mars, Jupiter, and Saturn – that shift their positions relative to the background of fixed stars, as conceptualized in historical Jewish cosmology."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Wandering Astral Force"@en ,
                                                        "כוכב לכת"@he .


###  https://ilanot.org/voc/ontology#PlanetaryOrb
:PlanetaryOrb rdf:type owl:Class ;
              rdfs:subClassOf :Feature ;
              <http://www.w3.org/2004/02/skos/core#altLabel> "Planetary Orb"@en ;
              <http://www.w3.org/2004/02/skos/core#definition> "One, several or all celestial spheres from the Ptolemaic geocentric model. The universe in classical, medieval, and Renaissance astronomy consists of nine concentric spheres revolving around the earth, each governing a celestial body or region."@en ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Planetary Sphere"@en .


###  https://ilanot.org/voc/ontology#PointingFinger
:PointingFinger rdf:type owl:Class ;
                rdfs:subClassOf :BodyPart ;
                <http://www.w3.org/2004/02/skos/core#altLabel> "Manicule"@en ;
                <http://www.w3.org/2004/02/skos/core#definition> "An illustration indicating the connection between an object and a textblock."@en ;
                <http://www.w3.org/2004/02/skos/core#example> "https://dev.ilanot.org/detail?id=https://ilanot.org/resource/item/manuscript40rgm&shape=shape_region_dc4d5ef0-cb82-4761-9992-182d571f8c35#4.00/-71.16/99.14" ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Pointing Finger"@en ,
                                                                "אצבע מצביעה"@he .


###  https://ilanot.org/voc/ontology#PrayingHands
:PrayingHands rdf:type owl:Class ;
              rdfs:subClassOf :BodyPart ;
              <http://www.w3.org/2004/02/skos/core#definition> "Hands used to illustrate prayer."@en ;
              <http://www.w3.org/2004/02/skos/core#example> "https://dev.ilanot.org/detail?id=https://ilanot.org/resource/item/manuscript40rgm&shape=shape_region_950d6acf-883f-4f4e-d6a0-b08ec3e22690#1/-68/110" ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Praying Hands"@en ,
                                                              "ידיים מתפללות"@he .


###  https://ilanot.org/voc/ontology#Psalm67Menorah
:Psalm67Menorah rdf:type owl:Class ;
                rdfs:subClassOf :DecorativeElement ;
                <http://www.w3.org/2004/02/skos/core#definition> "Psalm 67 calligraphically designed as a Menorah."@en ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Psalm 67 Menorah"@en ,
                                                                "מנורה – מזמור סז"@he .


###  https://ilanot.org/voc/ontology#Putto
:Putto rdf:type owl:Class ;
       rdfs:subClassOf :DecorativeAngel ;
       <http://www.w3.org/2004/02/skos/core#definition> "An angelic figure depicted as a chubby, winged male child."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Putto"@en ,
                                                       "פוטו"@he .


###  https://ilanot.org/voc/ontology#RabbiAkiva
:RabbiAkiva rdf:type owl:Class ;
            rdfs:subClassOf :Sage ;
            <http://www.w3.org/2004/02/skos/core#definition> "Rabbi Akiva, who was a second-century leading rabbinic sage."@en ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "Rabbi Akiva"@en ,
                                                            "רבי עקיבא"@he .


###  https://ilanot.org/voc/ontology#Rachel
:Rachel rdf:type owl:Class ;
        rdfs:subClassOf :Parzuf ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Rachel"@en ;
        <http://www.w3.org/2004/02/skos/core#definition> "The main feminine Parẓuf, stands back-to-back with Ze’ir Anpin."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Raḥel"@en ,
                                                        "רחל"@he .


###  https://ilanot.org/voc/ontology#Rainbow
:Rainbow rdf:type owl:Class ;
         rdfs:subClassOf :Feature ;
         <http://www.w3.org/2004/02/skos/core#definition> "A spectrum of light appearing in the sky in the form of a multicoloured circular arc, commonly regarded in Jewish esoteric sources as a revelation of the Divine Glory and sign of the Covenant."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Rainbow"@en ,
                                                         "קשת"@he .


###  https://ilanot.org/voc/ontology#Ribbon
:Ribbon rdf:type owl:Class ;
        rdfs:subClassOf :DecorativeElement ;
        <http://www.w3.org/2004/02/skos/core#definition> "A decorative strip of fabric."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Ribbon"@en ,
                                                        "סרט"@he .


###  https://ilanot.org/voc/ontology#Ruah
:Ruah rdf:type owl:Class ;
      rdfs:subClassOf :Feature ;
      <http://www.w3.org/2004/02/skos/core#altLabel> "Spirit"@en ;
      <http://www.w3.org/2004/02/skos/core#definition> "A term used in ancient (biblical and rabbinic) sources to denote a life force, but which, in medieval and later sources denotes the second level of the multipartite human soul or the spirit of a deceased individual."@en ;
      <http://www.w3.org/2004/02/skos/core#prefLabel> "Ruaḥ"@en ,
                                                      "רוח"@he .


###  https://ilanot.org/voc/ontology#SabbateanElement
:SabbateanElement rdf:type owl:Class ;
                  rdfs:subClassOf :Feature ;
                  <http://www.w3.org/2004/02/skos/core#definition> "An element of Sabbatean origin."@en ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Sabbatean Element"@en ,
                                                                  "מרכיב שבתאי"@he .


###  https://ilanot.org/voc/ontology#Sage
:Sage rdf:type owl:Class ;
      rdfs:subClassOf :Feature ;
      <http://www.w3.org/2004/02/skos/core#altLabel> "Rabbi"@en ;
      <http://www.w3.org/2004/02/skos/core#definition> "A scholar of Jewish texts and traditions."@en ;
      <http://www.w3.org/2004/02/skos/core#prefLabel> "Sage"@en ,
                                                      "חכם"@he .


###  https://ilanot.org/voc/ontology#Sagittarius
:Sagittarius rdf:type owl:Class ;
             rdfs:subClassOf :ZodiacSign ;
             <http://www.w3.org/2004/02/skos/core#altLabel> "Kashat"@en ;
             <http://www.w3.org/2004/02/skos/core#definition> "The ninth sign of the zodiac, associated in Jewish text and calendar tradition with the Hebrew lunar month of Kislev."@en ;
             <http://www.w3.org/2004/02/skos/core#prefLabel> "Sagittarius"@en ,
                                                             "קשת"@he .


###  https://ilanot.org/voc/ontology#Samael
:Samael rdf:type owl:Class ;
        rdfs:subClassOf :Demon ;
        <http://www.w3.org/2004/02/skos/core#definition> "The male leader of the demons."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Samael"@en ,
                                                        "סמאל"@he .


###  https://ilanot.org/voc/ontology#Sandalfon
:Sandalfon rdf:type owl:Class ;
           rdfs:subClassOf :Angel ;
           <http://www.w3.org/2004/02/skos/core#definition> "A colossal angel standing on the earth, head reaching the ḥayyot. He weaves crowns for God."@en ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Sandalfon"@en ,
                                                           "סנדלפון"@he .


###  https://ilanot.org/voc/ontology#SaruqianElement
:SaruqianElement rdf:type owl:Class ;
                 rdfs:subClassOf :Feature ;
                 <http://www.w3.org/2004/02/skos/core#definition> "An element deriving from Saruqian kabbalah."@en ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Saruqian Element"@en ,
                                                                 "מרכיב סרוקי"@he .


###  https://ilanot.org/voc/ontology#Saturn
:Saturn rdf:type owl:Class ;
        rdfs:subClassOf :Planet ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Shabbatai"@en ;
        <http://www.w3.org/2004/02/skos/core#definition> "The seventh celestial body from Earth outward according to the geocentric Ptolemaic model of the cosmos."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Saturn (Celestial Body)"@en ,
                                                        "שבתאי"@he .


###  https://ilanot.org/voc/ontology#Scorpio
:Scorpio rdf:type owl:Class ;
         rdfs:subClassOf :ZodiacSign ;
         <http://www.w3.org/2004/02/skos/core#altLabel> "Akrabv"@en ;
         <http://www.w3.org/2004/02/skos/core#definition> "The eighth sign of the zodiac, associated in Jewish text and calendar tradition with the Hebrew lunar month of Cheshvan (Marcheshvan)."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Scorpio"@en ,
                                                         "עקרב"@he .


###  https://ilanot.org/voc/ontology#SeferYezirahElement
:SeferYezirahElement rdf:type owl:Class ;
                     rdfs:subClassOf :Feature ;
                     <http://www.w3.org/2004/02/skos/core#definition> "An element deriving from Sefer Yeẓirah."@en ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Sefer Yezirah Element"@en ,
                                                                     "אלמנט מספר יצירה"@he .


###  https://ilanot.org/voc/ontology#Sefirah
:Sefirah rdf:type owl:Class ;
         rdfs:subClassOf :Feature ;
         owl:disjointWith :Zinnor ;
         <http://www.w3.org/2004/02/skos/core#definition> "A hypostatic divine emanation."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Sefirah"@en ,
                                                         "ספירה"@he .


###  https://ilanot.org/voc/ontology#Serpent
:Serpent rdf:type owl:Class ;
         rdfs:subClassOf :Feature ;
         <http://www.w3.org/2004/02/skos/core#definition> "An evil force represented by the figure of a snake or dragon-like creature."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Serpent"@en ,
                                                         "נחש"@he .


###  https://ilanot.org/voc/ontology#Shape
:Shape rdf:type owl:Class ;
       <http://www.w3.org/2004/02/skos/core#definition> "An abstraction of the visual appearance of a Map Item, describing its geometrical form or a real-word item it resembles. A shape is assigned intellecutally and based on the visual appearance not derived from the geometry of the zones constituing the Map Item in question."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Shape"@en .


###  https://ilanot.org/voc/ontology#Shefa
:Shefa rdf:type owl:Class ;
       rdfs:subClassOf :Feature ;
       <http://www.w3.org/2004/02/skos/core#altLabel> "Shefa"@en ;
       <http://www.w3.org/2004/02/skos/core#definition> "The energetic flow that courses through the sefirotic tree."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Abundance"@en ,
                                                       "שפע"@he .


###  https://ilanot.org/voc/ontology#ShewbreadTable
:ShewbreadTable rdf:type owl:Class ;
                rdfs:subClassOf :Feature ;
                <http://www.w3.org/2004/02/skos/core#altLabel> "Table"@en ;
                <http://www.w3.org/2004/02/skos/core#definition> "A gold-covered acacia wood table placed on the north side of the biblical Tabernacle and Temples. It held 12 loaves of bread that were replaced weekly."@en ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Shewbread Table"@en ,
                                                                "שולחן"@he .


###  https://ilanot.org/voc/ontology#Shoulder
:Shoulder rdf:type owl:Class ;
          rdfs:subClassOf :BodyPart ;
          <http://www.w3.org/2004/02/skos/core#definition> "The divine 'shoulder' associated with Daat."@en ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Shoulder"@en ,
                                                          "כתף"@he .


###  https://ilanot.org/voc/ontology#Sidelocks
:Sidelocks rdf:type owl:Class ;
           rdfs:subClassOf :BodyPart ;
           <http://www.w3.org/2004/02/skos/core#definition> "Hair grown beside the ears as a stringent fulfillment of the biblical prohibition against shaving the 'corners' of one's head (Leviticus 19:27)."@en ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Sidelocks"@en ,
                                                           "פאות"@he .


###  https://ilanot.org/voc/ontology#Soul
:Soul rdf:type owl:Class ;
      rdfs:subClassOf :Feature ;
      <http://www.w3.org/2004/02/skos/core#altLabel> "Naranḥai"@en ;
      <http://www.w3.org/2004/02/skos/core#definition> "Multipartite human soul consisting of ascending levels of consciousness that connect the individual to the divine."@en ;
      <http://www.w3.org/2004/02/skos/core#prefLabel> "Soul"@en ,
                                                      "נרנח״י"@he .


###  https://ilanot.org/voc/ontology#Source
:Source rdf:type owl:Class ;
        <http://www.w3.org/2004/02/skos/core#definition> """The source of a chunk of text. A source must have a reference to its bibliographic description realised in bibframe, describing the work and the instance. It must further identify the relevant part of the instance (e.g. the page(s)) and ideally provides a link to a digital representation.

In case of a \"canonical source\" the relevant part of the work should be identified instead (e.g. chapter and verse).

URIs for the instances of this class are set up according to a pattern, which is described here: https://wiki.de.dariah.eu/display/MoG/URIs+for+Sources"""@en ;
        <http://www.w3.org/2004/02/skos/core#example> "_:b123 ilanot:hasSource <https://ilanot.org/resource/source/PerushZulati/143> ." ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Source"@en .


###  https://ilanot.org/voc/ontology#Spring
:Spring rdf:type owl:Class ;
        rdfs:subClassOf :Feature ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Fountain"@en ;
        <http://www.w3.org/2004/02/skos/core#definition> "Iconographical representation of the source of divine abudance as a fountain."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Spring"@en ,
                                                        "מעיין"@he .


###  https://ilanot.org/voc/ontology#Subject
:Subject rdf:type owl:Class ;
         <http://www.w3.org/2004/02/skos/core#definition> "The subject of a piece of textual content"@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Subject"@en .


###  https://ilanot.org/voc/ontology#Sun
:Sun rdf:type owl:Class ;
     rdfs:subClassOf :Planet ;
     <http://www.w3.org/2004/02/skos/core#altLabel> "Shemesh"@en ;
     <http://www.w3.org/2004/02/skos/core#definition> "The fourth celestial body from Earth outward according to the geocentric Ptolemaic model of the cosmos."@en ;
     <http://www.w3.org/2004/02/skos/core#prefLabel> "Sun (Celestial Body)"@en ,
                                                     "שמש"@he .


###  https://ilanot.org/voc/ontology#Surface
:Surface rdf:type owl:Class ;
         <http://www.w3.org/2004/02/skos/core#definition> "A surface of a manuscript that holds the graphic and textual content  understood as a geometric plane. The surface is  to be understood as a proxy  or rather an abstraction for the actualy material piece/surface of the manuscript and the the digital image that shows it (in so far as the surface's size is measured in pixels). Any coordinates of an area on that surface are to be understood in relation to the surface's height and width in px)"@en ;
         <http://www.w3.org/2004/02/skos/core#example> """item:surface3vsh  a             ilanot:Surface ;
        ilanot:isShownBy      textgrid:3vshb ;
        ilanot:isSurfaceOf    item:manuscript3vsh6 ;
        ilanot:nextSurface    item:surface3vv10 ;
        ilanot:surfaceHeight  14752 ;
        ilanot:surfaceWidth   11696 ;
        ilanot:verso          item:surface3vv10 .""" ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Surface"@en .


###  https://ilanot.org/voc/ontology#Sword
:Sword rdf:type owl:Class ;
       rdfs:subClassOf :Feature ;
       <http://www.w3.org/2004/02/skos/core#definition> "The sword placed between the cherubim guarding the Tree of Life in Genesis 3.24."@en ;
       <http://www.w3.org/2004/02/skos/core#example> "https://dev.ilanot.org/detail?id=https://ilanot.org/resource/item/manuscript40rgm&shape=shape_region_d1e86cc0-7c4c-4f6a-af15-455581d461b6#1/-27/113"@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Sword"@en ,
                                                       "חרב"@he .


###  https://ilanot.org/voc/ontology#Taurus
:Taurus rdf:type owl:Class ;
        rdfs:subClassOf :ZodiacSign ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Shor"@en ;
        <http://www.w3.org/2004/02/skos/core#definition> "The second sign of the zodiac, associated in Jewish text and calendar tradition with the Hebrew lunar month of Iyar."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Taurus"@en ,
                                                        "שור"@he .


###  https://ilanot.org/voc/ontology#Tehiru
:Tehiru rdf:type owl:Class ;
        rdfs:subClassOf :Feature ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Brilliance"@en ;
        <http://www.w3.org/2004/02/skos/core#definition> "A primordial, luminous space or void within the divine essence."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Tehiru"@en ,
                                                        "טהירו"@he .


###  https://ilanot.org/voc/ontology#Temple
:Temple rdf:type owl:Class ;
        rdfs:subClassOf :Feature ;
        <http://www.w3.org/2004/02/skos/core#definition> "One of two successive, centralized monumental sanctuaries built on Mount Moriah in Jerusalem that served as the primary physical seat of the Divine Presence (Shekhinah), sacrificial worship, and national pilgrimage in ancient Israelite religion and Judaism."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Temple"@en ,
                                                        "מקדש"@he .


###  https://ilanot.org/voc/ontology#TempleTabernacleVessels
:TempleTabernacleVessels rdf:type owl:Class ;
                         rdfs:subClassOf :Feature ;
                         <http://www.w3.org/2004/02/skos/core#definition> "Consecrated portable utensils, containers, and apparatuses crafted from precious metals or stone specifically designated for performing sacrificial, purification, and liturgical rituals within the biblical Tabernacle and the subsequent Jerusalem Temples."@en ;
                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Temple/Tabernacle Vessels"@en ,
                                                                         "כלי המקדש"@he .


###  https://ilanot.org/voc/ontology#Tetragrammaton
:Tetragrammaton rdf:type owl:Class ;
                rdfs:subClassOf :HolyName ;
                <http://www.w3.org/2004/02/skos/core#definition> "The divine name consisting of the four letters יהוה (YHVH)."@en ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Tetragrammaton"@en ,
                                                                "י-ה-ו-ה"@he .


###  https://ilanot.org/voc/ontology#Tevunah
:Tevunah rdf:type owl:Class ;
         rdfs:subClassOf :Parzuf ;
         <http://www.w3.org/2004/02/skos/core#altLabel> "Comprehension"@en ;
         <http://www.w3.org/2004/02/skos/core#definition> "The lower maternal Parẓuf that processes and adapts divine flow for transmission to Zeir Anpin."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Tevunah"@en ,
                                                         "תבונה"@he .


###  https://ilanot.org/voc/ontology#TextBlock
:TextBlock rdf:type owl:Class ;
           rdfs:subClassOf :DescriptiveElement ;
           <http://www.w3.org/2004/02/skos/core#definition> """An area that contains text explaining or discussing any of the depicted features or any other topic.

A text block is distinguished from a \"Label\" by the nature of the textual content it contains. While a label identifies or points to a specific feature, a text block contains discursive text."""@en ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Text Block"@en ,
                                                           "תיבת טקסט"@he .


###  https://ilanot.org/voc/ontology#TextContent
:TextContent rdf:type owl:Class ;
             rdfs:subClassOf :Content ;
             <http://www.w3.org/2004/02/skos/core#definition> "An abstraction of the textual content of a zone. The purpose of this class is to link the transcription of a text to its translation, souce, subjects etc."@en ;
             <http://www.w3.org/2004/02/skos/core#example> """item:region_14b62ea5-6456-4ea9-ddc0-dff427f6c35b
        a                    ilanot:Zone ;
        ilanot:hasContent  [ ilanot:hasSource         <https://ilanot.org/resource/source/PerushZulati/143> ;
                             ilanot:hasTranscription  \"<div> ... </div>\"^^rdf:XMLLiteral ;
                             ilanot:hasTranslation    \"<div> ... </div>\"^^rdf:XMLLiteral
                             ] .""" ;
             <http://www.w3.org/2004/02/skos/core#prefLabel> "Text Content"@en .


###  https://ilanot.org/voc/ontology#TextGridID
:TextGridID rdf:type owl:Class ;
            <http://www.w3.org/2004/02/skos/core#definition> """An identifier within the TextGrid repository.

This may be the identifier of a TEI edition or of a facsimile image file."""@en ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "TextGrid ID"@en .


###  https://ilanot.org/voc/ontology#TheHeadThatIsNotKnown
:TheHeadThatIsNotKnown rdf:type owl:Class ;
                       rdfs:subClassOf :Feature ;
                       <http://www.w3.org/2004/02/skos/core#altLabel> "Reisha Dlo Etyada"@en ;
                       <http://www.w3.org/2004/02/skos/core#definition> "A high, unknowable aspect of Keter. Related to Atik Yomin."@en ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Unknowable Head"@en ,
                                                                       "רישא דלא אתידע"@he .


###  https://ilanot.org/voc/ontology#ThreeHeadsOfArikhAnpin
:ThreeHeadsOfArikhAnpin rdf:type owl:Class ;
                        rdfs:subClassOf :Feature ;
                        <http://www.w3.org/2004/02/skos/core#definition> "The triad of supreme, nested manifestations of divine consciousness within the head of Arikh Anpin, described as existing one inside the other as an incomprehensible unity. They are the Gulgalta (the skull), the Moḥa Stima'a (Hidden Brain), and the Krumah de-Avira (Etherial Membrane)."@en ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Three Heads of Arikh Anpin"@en ,
                                                                        "תלת רישין דא״א"@he .


###  https://ilanot.org/voc/ontology#Throat
:Throat rdf:type owl:Class ;
        rdfs:subClassOf :BodyPart ;
        <http://www.w3.org/2004/02/skos/core#definition> "The 'throat' mediating between divine thought and speech."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Throat"@en ,
                                                        "גרון"@he .


###  https://ilanot.org/voc/ontology#Throne
:Throne rdf:type owl:Class ;
        rdfs:subClassOf :Feature ;
        <http://www.w3.org/2004/02/skos/core#definition> "The celestial, fiery throne of God described in biblical visions and Heikhalot literature as a monumental sapphire structure surrounded by concentric rings of fire, flashing lightning, and multi-winged angelic hosts."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Throne of Glory"@en ,
                                                        "כסא הכבוד"@he .


###  https://ilanot.org/voc/ontology#Tiferet
:Tiferet rdf:type owl:Class ;
         rdfs:subClassOf :Sefirah ;
         <http://www.w3.org/2004/02/skos/core#altLabel> "Beauty"@en ;
         <http://www.w3.org/2004/02/skos/core#definition> "The sixth of the ten Sefirot."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Tiferet"@en ,
                                                         "תפארת"@he .


###  https://ilanot.org/voc/ontology#Tikkun
:Tikkun rdf:type owl:Class ;
        rdfs:subClassOf :Olam ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Rectification"@en ;
        <http://www.w3.org/2004/02/skos/core#definition> "The stage after Tohu, of the rectification or repair of the shattered vessels."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Tikkun"@en ,
                                                        "עולם התיקון"@he .


###  https://ilanot.org/voc/ontology#Tohu
:Tohu rdf:type owl:Class ;
      rdfs:subClassOf :Olam ;
      <http://www.w3.org/2004/02/skos/core#altLabel> "Chaos"@en ;
      <http://www.w3.org/2004/02/skos/core#definition> "The stage of the shattering of the vessels of the primordial sefirot due to the divine light descending into them."@en ;
      <http://www.w3.org/2004/02/skos/core#prefLabel> "Tohu"@en ,
                                                      "עולם התוהו"@he .


###  https://ilanot.org/voc/ontology#TreeOfKnowledge
:TreeOfKnowledge rdf:type owl:Class ;
                 rdfs:subClassOf :Feature ;
                 <http://www.w3.org/2004/02/skos/core#definition> "A named tree in the Garden of Eden whose forbidden fruit was eaten by Adam and Eve, resulting in their expulsion from the garden."@en ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Tree of Knowledge"@en ,
                                                                 "עץ הדעת"@he .


###  https://ilanot.org/voc/ontology#TreeOfLife
:TreeOfLife rdf:type owl:Class ;
            rdfs:subClassOf :Feature ;
            <http://www.w3.org/2004/02/skos/core#definition> "A named tree in the Garden of Eden whose fruit grants immortality, which was left uneaten by humans and is guarded by Cherubim and a flaming sword."@en ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "Tree of Life"@en ,
                                                            "עץ החיים"@he .


###  https://ilanot.org/voc/ontology#TwelveTribes
:TwelveTribes rdf:type owl:Class ;
              rdfs:subClassOf :Feature ;
              <http://www.w3.org/2004/02/skos/core#definition> "The twelve distinct tribal groups of ancient Israel descended from the sons of the biblical patriarch Jacob."@en ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Twelve Tribes"@en ,
                                                              "י״ב שבטים"@he .


###  https://ilanot.org/voc/ontology#Udder
:Udder rdf:type owl:Class ;
       rdfs:subClassOf :BodyPart ;
       <http://www.w3.org/2004/02/skos/core#definition> "The divine animal-form 'breasts' channeling basic divine sustenance."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Udder"@en ,
                                                       "דדי בהמה"@he .


###  https://ilanot.org/voc/ontology#UpperMustache
:UpperMustache rdf:type owl:Class ;
               rdfs:subClassOf :BodyPart ;
               <http://www.w3.org/2004/02/skos/core#definition> "The divine upper 'lip' channeling specific aspects of divine judgment."@en ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "Upper Mustache"@en ,
                                                               "שפם עליון"@he .


###  https://ilanot.org/voc/ontology#UpperSefirot
:UpperSefirot rdf:type owl:Class ;
              rdfs:subClassOf :Feature ;
              <http://www.w3.org/2004/02/skos/core#definition> "Keter, Ḥokmah and Binah as a group of Sefirot being part of an ilan."@en ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Upper Sefirot"@en ,
                                                              "ספירות עליונות"@he .


###  https://ilanot.org/voc/ontology#VariantItems
:VariantItems rdf:type owl:Class ;
              rdfs:subClassOf <http://www.w3.org/ns/oa#Annotation> ;
              <http://purl.org/dc/elements/1.1/creator> <http://orcid.org/0000-0003-3572-6170> ;
              <http://purl.org/dc/elements/1.1/date> "2021-04-09T06:40:24Z"^^xsd:dateTime ;
              <http://www.w3.org/2004/02/skos/core#definition> """An annotation that groups together instances of ilanot:MapItem located on different instances of ilanot:Surface because they are considered equivalent in the way that they represent the same thing (concept, feature, text quotation) but show variation in the way they are expressed.

This annotation should only be applied to manuscripts that are considered as belonging to a manuscript family. (What consitutes a manuscript familiy is out of the scope of this definition, though)

The map items that are considered to be variant are given in the target of this annotation as items of a composite group (oa:Composite). This composite group must (of course) always have more than one member. If the variation of two manuscripts consists of a certain map item being omitted (or for other reason missing), this missing item should be represented by a blank node, containing a statement on the surface it would be located on if it weren't missing and a statement stating the fact that it is missing (using ilanot:missing).

Any editorial comment on the group of variant items as a whole can be given in the annotation's body, any comment on an individual member of this group of variant items should be given as an annotation on the individual item itself, unless the type or nature of the variation is evident already from the description of that individual item (which in most cases will be the case)"""@en ;
              <http://www.w3.org/2004/02/skos/core#example> """# Describing a group of variant Map Items (on different manuscripts/surfaces)
# on the third surface/mansucript the respecitve map item is missing.
# there is a certain difficulty in pointing to something that does not exist, like in
# \"that pink elephant in front of your window that is not there...\"

example:Annotation5 a ilanot:VariantItems ;
	oa:hasBody [
		a oa:TextualBody ;
		rdf:value \"<div>Any comment on the variants here...</div>\" ;
		dc:language \"en\";
		dc:format \"application/tei+xml\".
	] ;
	oa:hasTarget [
		a oa:Composite ;
		as:items (
			item:mapitem_12345
			item:mapitem_98765
			[
				a ilanot:MapItem ;
				ilanot:missing true ;
				ilanot:hasZone [
					a ilanot:Zone ;
					ilanot:hasArea [
						a ilanot:Area ;
						ilanot:isLocatedOn item:surface12345 ;
					]
				]
			]
			) .
	]""" ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Variant Items"@en .


###  https://ilanot.org/voc/ontology#VeilOfTheCovering
:VeilOfTheCovering rdf:type owl:Class ;
                   rdfs:subClassOf :Partition ;
                   <http://www.w3.org/2004/02/skos/core#definition> "An element separating Divine Glory (Kavod) and the 'Outer Angels'. The term is borrowed from the curtain covering the Holy Ark (Exodus 35, 12)."@en ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Veil of the Covering"@en ,
                                                                   "פרוכת המסך"@he .


###  https://ilanot.org/voc/ontology#Venus
:Venus rdf:type owl:Class ;
       rdfs:subClassOf :Planet ;
       <http://www.w3.org/2004/02/skos/core#altLabel> "Nogah"@en ;
       <http://www.w3.org/2004/02/skos/core#definition> "The third celestial body from Earth outward according to the geocentric Ptolemaic model of the cosmos."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Venus (Celestial Body)"@en ,
                                                       "נוגה"@he .


###  https://ilanot.org/voc/ontology#Virgo
:Virgo rdf:type owl:Class ;
       rdfs:subClassOf :ZodiacSign ;
       <http://www.w3.org/2004/02/skos/core#altLabel> "Betulah"@en ;
       <http://www.w3.org/2004/02/skos/core#definition> "The sixth sign of the zodiac, associated in Jewish text and calendar tradition with the Hebrew lunar month of Elul."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Virgo"@en ,
                                                       "בתולה"@he .


###  https://ilanot.org/voc/ontology#Water
:Water rdf:type owl:Class ;
       rdfs:subClassOf :Element ;
       <http://www.w3.org/2004/02/skos/core#definition> "Water, as one of the four classical elements established by Empedocles."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Water (Element)"@en ,
                                                       "מים (יסוד)"@he .


###  https://ilanot.org/voc/ontology#Wing
:Wing rdf:type owl:Class ;
      rdfs:subClassOf :DecorativeElement ;
      <http://www.w3.org/2004/02/skos/core#definition> "A limb used for flight."@en ;
      <http://www.w3.org/2004/02/skos/core#prefLabel> "Wing"@en ,
                                                      "כנף"@he .


###  https://ilanot.org/voc/ontology#Yaakov
:Yaakov rdf:type owl:Class ;
        rdfs:subClassOf :Parzuf ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Jacob"@en ;
        <http://www.w3.org/2004/02/skos/core#definition> "A Parẓuf derived from Zeir Anpin's lower body, with affinity to Abba."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Ya'akov"@en ,
                                                        "יעקב"@he .


###  https://ilanot.org/voc/ontology#Yesod
:Yesod rdf:type owl:Class ;
       rdfs:subClassOf :Sefirah ;
       <http://www.w3.org/2004/02/skos/core#altLabel> "Foundation"@en ;
       <http://www.w3.org/2004/02/skos/core#definition> "The ninth of the ten Sefirot."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Yesod"@en ,
                                                       "יסוד"@he .


###  https://ilanot.org/voc/ontology#YesodMalkhut
:YesodMalkhut rdf:type owl:Class ;
              rdfs:subClassOf :FeatureGroup ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty [ owl:inverseOf :partOf
                                               ] ;
                                owl:someValuesFrom :Malkhut
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty [ owl:inverseOf :partOf
                                               ] ;
                                owl:someValuesFrom :Yesod
                              ] ;
              <http://www.w3.org/2004/02/skos/core#definition> "An object on a manuscript which depicts simultaneously Yesod and Malkhut."@en ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Yesod and Malkhut"@en ,
                                                              "יסוד ומלכות"@he .


###  https://ilanot.org/voc/ontology#Yezirah
:Yezirah rdf:type owl:Class ;
         rdfs:subClassOf :Olam ;
         <http://www.w3.org/2004/02/skos/core#altLabel> "Formation"@en ;
         <http://www.w3.org/2004/02/skos/core#definition> "The World of Formation – the third of the four kabbalistic worlds."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Yeẓirah"@en ,
                                                         "עולם היצירה"@he .


###  https://ilanot.org/voc/ontology#Yosher
:Yosher rdf:type owl:Class ;
        rdfs:subClassOf :Feature ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Linear Emanation"@en ;
        <http://www.w3.org/2004/02/skos/core#definition> "Linear lights that enter the sphere cleared by the ẓimẓum (withdrawal); identified with Adam Kadmon (Primordial Adam)."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Yosher"@en ,
                                                        "יושר"@he .


###  https://ilanot.org/voc/ontology#ZeirAnpin
:ZeirAnpin rdf:type owl:Class ;
           rdfs:subClassOf :Parzuf ;
           <http://www.w3.org/2004/02/skos/core#altLabel> "Impatient"@en ,
                                                          "Short Face"@en ;
           <http://www.w3.org/2004/02/skos/core#definition> "The main masculine Parẓuf associated with the Blessed Holy One (the biblical God)."@en ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Zeir Anpin"@en ,
                                                           "זעיר אנפין"@he .


###  https://ilanot.org/voc/ontology#ZerufeiOtiot
:ZerufeiOtiot rdf:type owl:Class ;
              rdfs:subClassOf :Feature ;
              <http://www.w3.org/2004/02/skos/core#altLabel> "Letter Combination"@en ;
              <http://www.w3.org/2004/02/skos/core#definition> "The permutations of Hebrew letters through which creation manifests."@en ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "צירופי אותיות"@he ,
                                                              "Ẓerufei Otiot"@en .


###  https://ilanot.org/voc/ontology#Zilpah
:Zilpah rdf:type owl:Class ;
        rdfs:subClassOf :Parzuf ;
        <http://www.w3.org/2004/02/skos/core#definition> "The external aspect of Parẓuf Leah."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Zilpah"@en ,
                                                        "זלפה"@he .


###  https://ilanot.org/voc/ontology#Zimzum
:Zimzum rdf:type owl:Class ;
        rdfs:subClassOf :Feature ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Auto-Evacuation"@en ;
        <http://www.w3.org/2004/02/skos/core#definition> "The auto-evacuation of Eyn Sof that cleared the spherical void for the subsequent emanation of Worlds."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "צמצום"@he ,
                                                        "Ẓimẓum"@en .


###  https://ilanot.org/voc/ontology#Zinnor
:Zinnor rdf:type owl:Class ;
        rdfs:subClassOf :Feature ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Ẓinnor"@en ;
        <http://www.w3.org/2004/02/skos/core#definition> "A path connecting two Sefirot in an ilan. A channel through which divine influence flows between levels."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Channel"@en ,
                                                        "צינור"@he .


###  https://ilanot.org/voc/ontology#Zodiac
:Zodiac rdf:type owl:Class ;
        rdfs:subClassOf :Feature ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Galgal ha-Mazalot"@en ;
        <http://www.w3.org/2004/02/skos/core#definition> "The celestial sphere or wheel of the zodiac containing the twelve astrological constellations that correspond to the lunar months of the Hebrew calendar."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Zodiac"@en ,
                                                        "גלגל המזלות"@he .


###  https://ilanot.org/voc/ontology#ZodiacSign
:ZodiacSign rdf:type owl:Class ;
            rdfs:subClassOf :Feature ,
                            [ rdf:type owl:Class ;
                              owl:unionOf ( :Aquarius
                                            :Aries
                                            :Cancer
                                            :Capricorn
                                            :Gemini
                                            :Leo
                                            :Libra
                                            :Pisces
                                            :Sagittarius
                                            :Scorpio
                                            :Taurus
                                            :Virgo
                                          )
                            ] ;
            <http://www.w3.org/2004/02/skos/core#altLabel> "Mazal"@en ;
            <http://www.w3.org/2004/02/skos/core#definition> "One of the twelve sections of the zodiac traditionally associated with a stellar constellation on the ecliptic through which the sun passes, also used in Jewish texts to denote the individual fortune, destiny, or spiritual influence associated with that celestial sign."@en ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "Astrological Sign"@en ,
                                                            "מזל"@he .


###  https://ilanot.org/voc/ontology#Zone
:Zone rdf:type owl:Class ;
      rdfs:subClassOf [ rdf:type owl:Restriction ;
                        owl:onProperty :hasArea ;
                        owl:someValuesFrom :Area
                      ] ;
      <http://www.w3.org/2004/02/skos/core#definition> "The combination of a geometrically defined area on a manuscript's surface and its (textual or figurative) content."@en ;
      <http://www.w3.org/2004/02/skos/core#example> """item:region_ea31fae6-bc81-4dfd-8b70-2cae718cec8e
        a                    ilanot:Zone ;
        ilanot:hasArea     [ ilanot:hasCoordinates  \"<svg:rect></svg:rect>\"^^rdf:XMLLiteral ;
                               ilanot:hasSize         \"0.000104971993587555\"^^xsd:double ;
                               ilanot:isLocatedOn     item:surface3r6h
                             ] ;
        ilanot:hasContent  [ ilanot:hasTranscription  \"<div> ... </div>\"^^rdf:XMLLiteral ;
                               ilanot:hasTranslation  \"<div> ... </div>\"^^rdf:XMLLiteral
                             ] ;
        ilanot:zoneId      \"region_ea31fae6-bc81-4dfd-8b70-2cae718cec8e\" ;
        ilanot:zoneName    \"3.2.8\" .""" ;
      <http://www.w3.org/2004/02/skos/core#prefLabel> "Zone"@en .


###  https://www.w3.org/ns/activitystreams#OrderedCollection
<https://www.w3.org/ns/activitystreams#OrderedCollection> rdf:type owl:Class ;
                                                          rdfs:isDefinedBy <https://www.w3.org/ns/activitystreams#> .


#################################################################
#    Annotations
#################################################################

<http://purl.org/ontology/bibo/status> rdfs:isDefinedBy <http://purl.org/ontology/bibo/> .


#################################################################
#    General axioms
#################################################################

[ rdf:type owl:AllDisjointClasses ;
  owl:members ( <http://www.w3.org/ns/oa#Annotation>
                <http://www.w3.org/ns/oa#TextualBody>
                <https://ilanot.org/voc/ms/Manuscript>
                :Area
                :Content
                :Diagram
                :DigitalFacsimile
                :MapItem
                :Shape
                :Source
                :Subject
                :Surface
                :Zone
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Abba
                :ArikhAnpin
                :AtikYomim
                :Imma
                :IsraelSaba
                :Leah
                :Nukba
                :Rachel
                :ZeirAnpin
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Aether
                :Air
                :Earth
                :Fire
                :Water
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Aquarius
                :Aries
                :Cancer
                :Capricorn
                :Gemini
                :Leo
                :Libra
                :Pisces
                :Sagittarius
                :Scorpio
                :Taurus
                :Virgo
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Binah
                :Daat
                :Gevurah
                :Hesed
                :Hod
                :Hokmah
                :Keter
                :Malkhut
                :Nezah
                :Tiferet
                :Yesod
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :DecorativeElement
                :DescriptiveElement
                :Feature
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Jupiter
                :Mars
                :Mercury
                :Moon
                :Saturn
                :Sun
                :Venus
              )
] .


###  Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/
