@prefix : <http://www.w3.org/2002/07/owl#> .
@prefix efrbroo: <http://erlangen-crm.org/efrbroo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ecrm: <http://erlangen-crm.org/current/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .

<http://purl.org/saws/ontology> a :Ontology ;
	:priorVersion "1.4"^^xsd:double ;
	rdfs:seeAlso "http://www.ancientwisdoms.ac.uk"^^xsd:anyURI ;
	rdfs:comment "Ontology for the Sharing Ancient Wisdoms (SAWS) project, to represent the information and knowledge available in medieval gnomologia (collections of wise sayings). SAWS concentrates mainly on Ancient Greek and Arabic manuscripts containing wisdom literature. All class descriptions are provided by domain experts and the ontology has been developed through collaboration between these experts and ontology developers."@en ;
	:versionInfo "Version 2.0. Produced after intensive discussions in Goettingen (September 2012) with SAWS project partners and various collaborators."@en ;
	:imports <http://erlangen-crm.org/efrbroo/> .

ecrm:P130_shows_features_of rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> .

ecrm:P148_has_component rdfs:subPropertyOf <http://purl.org/saws/ontology#hasMember> .

ecrm:P148i_is_component_of :propertyDisjointWith <http://purl.org/saws/ontology#isNotPresentIn> .

ecrm:P72i_is_language_of :inverseOf <http://purl.org/saws/ontology#isInLanguage> .

ecrm:P86i_contains a :TransitiveProperty .

<http://purl.org/saws/ontology#areMarginaliaOn> a :ObjectProperty ;
	rdfs:label "are marginalia on"@en ;
	rdfs:comment "To indicate that Marginalia have been written on the manuscript,e .g. in the margins"@en ;
	rdfs:domain <http://purl.org/saws/ontology#Marginalia> ;
	rdfs:range <http://purl.org/saws/ontology#OriginalMaterial> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#refersTo> .

<http://purl.org/saws/ontology#commentMadeBy> a :ObjectProperty ;
	rdfs:label "comment made by"@en ;
	rdfs:comment """A comment has been made by a modern-day scholar/editor. 

NB to represent marginalia physically written in the margins of the manuscript, use: Marginalia marginaliaAddedBy Scribe."""@en ;
	rdfs:seeAlso """LinguisticObject isWrittenBy Person
Marginalia marginaliaAddedBy Scribe"""@en ;
	rdfs:domain <http://purl.org/saws/ontology#Comment> ;
	rdfs:range <http://purl.org/saws/ontology#Editor> ;
	:inverseOf <http://purl.org/saws/ontology#hasMadeComment> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> .

_:node18pijbbdtx1 rdf:first ecrm:P94i_was_created_by ;
	rdf:rest _:node18pijbbdtx2 .

_:node18pijbbdtx2 rdf:first ecrm:P14_carried_out_by ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#commentMadeBy> :propertyChainAxiom _:node18pijbbdtx1 .

<http://purl.org/saws/ontology#containsTextInLanguage> a :ObjectProperty ;
	rdfs:range ecrm:E56_Language .

_:node18pijbbdtx3 a :Class .

_:node18pijbbdtx4 rdf:first <http://purl.org/saws/ontology#ManuscriptPart> ;
	rdf:rest _:node18pijbbdtx5 .

_:node18pijbbdtx5 rdf:first <http://purl.org/saws/ontology#PhysicalManuscript> ;
	rdf:rest _:node18pijbbdtx6 .

_:node18pijbbdtx6 rdf:first <http://purl.org/saws/ontology#ReconstructedManuscript> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx3 :unionOf _:node18pijbbdtx4 .

<http://purl.org/saws/ontology#containsTextInLanguage> rdfs:domain _:node18pijbbdtx3 .

_:node18pijbbdtx7 rdf:first ecrm:P128_carries ;
	rdf:rest _:node18pijbbdtx8 .

_:node18pijbbdtx8 rdf:first <http://purl.org/saws/ontology#isInLanguage> ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#containsTextInLanguage> :propertyChainAxiom _:node18pijbbdtx7 .

<http://purl.org/saws/ontology#decorationAddedBy> a :ObjectProperty ;
	rdfs:label "decoration added by"@en ;
	rdfs:comment """A DecorativeItem has been physically added onto the manuscript by a Person

NB to represent marginalia notes (text) physically written in the margins of the manuscript, use: Marginalia marginaliaAddedBy Scribe @en"""@en ;
	rdfs:seeAlso "Marginalia marginaliaAddedBy Scribe"@en ;
	rdfs:range ecrm:E21_Person ;
	rdfs:domain <http://purl.org/saws/ontology#DecorativeItem> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> .

_:node18pijbbdtx9 rdf:first ecrm:P94i_was_created_by ;
	rdf:rest _:node18pijbbdtx10 .

_:node18pijbbdtx10 rdf:first ecrm:P14_carried_out_by ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#decorationAddedBy> :propertyChainAxiom _:node18pijbbdtx9 .

<http://purl.org/saws/ontology#follows> a :ObjectProperty , :TransitiveProperty ;
	rdfs:label "follows"@en ;
	rdfs:comment "A Section/ContentItem/CollectionInstance comes after another Section/ContentItem/CollectionInstance in the document"@en ;
	rdfs:range ecrm:E33_Linguistic_Object ;
	rdfs:domain ecrm:E33_Linguistic_Object ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> .

<http://purl.org/saws/ontology#formsPartOf> a :ObjectProperty ;
	rdfs:label "forms part of"@en ;
	rdfs:comment "Physical Manuscripts can be composed of many Manuscript Parts – this relationship would be stated once for each part. This relationship can be used both for existing Manuscript Parts or for Manuscript Parts which used to be parts of a manuscript"@en ;
	rdfs:subPropertyOf ecrm:P46i_forms_part_of ;
	:inverseOf <http://purl.org/saws/ontology#hasPart> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> .

<http://purl.org/saws/ontology#hasAddedDecoration> a :ObjectProperty ;
	rdfs:label "has added decoration"@en ;
	rdfs:comment """A Person has physically added a DecorativeItem onto the manuscript

NB to represent where scribes have written marginalia notes (text) physically onto the manuscript, use: Scribe hasAddedMarginalia Marginalia"""@en ;
	rdfs:seeAlso "Scribe hasAddedMarginalia Marginalia"@en ;
	rdfs:domain ecrm:E21_Person ;
	rdfs:range <http://purl.org/saws/ontology#DecorativeItem> ;
	:inverseOf <http://purl.org/saws/ontology#decorationAddedBy> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> .

_:node18pijbbdtx11 rdf:first ecrm:P14i_performed ;
	rdf:rest _:node18pijbbdtx12 .

_:node18pijbbdtx12 rdf:first ecrm:P94_has_created ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#hasAddedDecoration> :propertyChainAxiom _:node18pijbbdtx11 .

<http://purl.org/saws/ontology#hasAddedMarginalia> a :ObjectProperty ;
	rdfs:label "has added marginalia"@en ;
	rdfs:comment """A Scribe has physically added Marginalia onto a manuscript.

NB to represent where a modern-day scholar/editor makes a comment, not written onto the manuscript, use: Editor hasMadeComment Comment """@en ;
	rdfs:seeAlso """Person hasWritten LinguisticObject
Editor hasMadeComment Comment"""@en ;
	rdfs:range <http://purl.org/saws/ontology#Marginalia> ;
	rdfs:domain <http://purl.org/saws/ontology#Scribe> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> ;
	:inverseOf <http://purl.org/saws/ontology#marginaliaAddedBy> .

_:node18pijbbdtx13 rdf:first ecrm:P14i_performed ;
	rdf:rest _:node18pijbbdtx14 .

_:node18pijbbdtx14 rdf:first ecrm:P94_has_created ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#hasAddedMarginalia> :propertyChainAxiom _:node18pijbbdtx13 .

<http://purl.org/saws/ontology#hasAncestor> a :ObjectProperty , :TransitiveProperty ;
	rdfs:label "has ancestor"@en ;
	rdfs:comment "An ancestor OriginalMaterial is a source material (direct or indirect) for the production of part or all of the descendant OriginalMaterial"@en ;
	:propertyDisjointWith <http://purl.org/saws/ontology#hasDescendant> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isInSameFamilyAs> .

_:node18pijbbdtx15 rdf:first <http://purl.org/saws/ontology#hasParent> ;
	rdf:rest _:node18pijbbdtx16 .

_:node18pijbbdtx16 rdf:first <http://purl.org/saws/ontology#hasAncestor> ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#hasAncestor> :propertyChainAxiom _:node18pijbbdtx15 .

<http://purl.org/saws/ontology#hasChild> a :ObjectProperty ;
	rdfs:label "hasChild"@en ;
	rdfs:comment "The parent OriginalMaterial is a direct source for the production of part or all of the child OriginalMaterial"@en ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#hasDescendant> ;
	:propertyDisjointWith <http://purl.org/saws/ontology#hasParent> ;
	:inverseOf <http://purl.org/saws/ontology#isChildOf> .

<http://purl.org/saws/ontology#hasComment> a :ObjectProperty ;
	rdfs:label "has comment"@en ;
	rdfs:comment "To indicate that something has been commented about in an editorial Comment "@en ;
	rdfs:domain ecrm:E1_CRM_Entity ;
	rdfs:range <http://purl.org/saws/ontology#Comment> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isReferencedBy> .

<http://purl.org/saws/ontology#hasComponent> a :ObjectProperty ;
	rdfs:domain efrbroo:F2_Expression ;
	rdfs:range efrbroo:F2_Expression ;
	rdfs:subPropertyOf efrbroo:R5_has_component .

<http://purl.org/saws/ontology#hasDescendant> a :ObjectProperty , :TransitiveProperty ;
	rdfs:label "has descendant"@en ;
	rdfs:comment "An ancestor OriginalMaterial is a source material (direct or indirect) for the production of part or all of the descendant OriginalMaterial"@en ;
	:inverseOf <http://purl.org/saws/ontology#isDescendantOf> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isInSameFamilyAs> .

_:node18pijbbdtx17 rdf:first <http://purl.org/saws/ontology#hasChild> ;
	rdf:rest _:node18pijbbdtx18 .

_:node18pijbbdtx18 rdf:first <http://purl.org/saws/ontology#hasDescendant> ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#hasDescendant> :propertyChainAxiom _:node18pijbbdtx17 .

<http://purl.org/saws/ontology#hasMadeComment> a :ObjectProperty ;
	rdfs:label "has made comment"@en ;
	rdfs:comment """A modern-day scholar/editor has made a comment. 

NB to represent scribes physically writing marginalia on the manuscript, use: Scribe hasAddedMarginalia.\"@en"""@en ;
	rdfs:seeAlso """Person hasWritten LinguisticObject
Scribe hasAddedMarginalia Marginalia """@en ;
	rdfs:range <http://purl.org/saws/ontology#Comment> ;
	rdfs:domain <http://purl.org/saws/ontology#Editor> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> .

_:node18pijbbdtx19 rdf:first ecrm:P14i_performed ;
	rdf:rest _:node18pijbbdtx20 .

_:node18pijbbdtx20 rdf:first ecrm:P94_has_created ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#hasMadeComment> :propertyChainAxiom _:node18pijbbdtx19 .

<http://purl.org/saws/ontology#hasMarginalia> a :ObjectProperty ;
	rdfs:label "has marginalia"@en ;
	rdfs:comment "To indicate that a manuscript has had Marginalia written on it, e.g. in the margins"@en ;
	rdfs:range <http://purl.org/saws/ontology#Marginalia> ;
	rdfs:domain <http://purl.org/saws/ontology#OriginalMaterial> ;
	:inverseOf <http://purl.org/saws/ontology#areMarginaliaOn> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isReferencedBy> .

<http://purl.org/saws/ontology#hasMember> a :ObjectProperty , :ReflexiveProperty , :TransitiveProperty ;
	rdfs:label "has member"@en ;
	rdfs:comment """We use hasMember to indicate:
- A Family contains the specified original material (i.e. one
produced by Scribe transcription rather than being edited in modern times)
- An Institution has as a member this Person"""@en ;
	rdfs:seeAlso """dct:hasPart
efrbroo:R10_has_member
ecrm:P107_has_current_or_former_member"""@en ;
	rdfs:range ecrm:E1_CRM_Entity ;
	rdfs:domain ecrm:E1_CRM_Entity ;
	:inverseOf <http://purl.org/saws/ontology#isMemberOf> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> .

<http://purl.org/saws/ontology#hasOwned> a :ObjectProperty ;
	rdfs:label "has owned"@en ;
	rdfs:comment """A Person has owned (either currently or in the past) the Material of Interest. This would normally be based on a specific statement/mark of ownership.

[nb this will always need a date?]"""@en ;
	rdfs:range <http://purl.org/saws/ontology#Material> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> .

_:node18pijbbdtx21 rdf:first ecrm:P51i_is_former_or_current_owner_of ;
	rdf:rest _:node18pijbbdtx22 .

_:node18pijbbdtx22 rdf:first ecrm:P128_carries ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#hasOwned> :propertyChainAxiom _:node18pijbbdtx21 .

_:node18pijbbdtx23 a :Class .

_:node18pijbbdtx24 rdf:first ecrm:E21_Person ;
	rdf:rest _:node18pijbbdtx25 .

_:node18pijbbdtx25 rdf:first <http://purl.org/saws/ontology#Institution> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx23 :unionOf _:node18pijbbdtx24 .

<http://purl.org/saws/ontology#hasOwned> rdfs:domain _:node18pijbbdtx23 .

<http://purl.org/saws/ontology#hasParent> a :ObjectProperty ;
	rdfs:label "has parent"@en ;
	rdfs:comment "The parent OriginalMaterial is a direct source for the production of part or all of the child OriginalMaterial"@en ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#hasAncestor> ;
	:inverseOf <http://purl.org/saws/ontology#isParentOf> .

<http://purl.org/saws/ontology#hasPart> a :ObjectProperty ;
	rdfs:label "has part"@en ;
	rdfs:comment "Physical Manuscripts can be composed of many Manuscript Parts – this relationship would be stated once for each part. This relationship can be used both for existing Manuscript Parts or for Manuscript Parts which used to be parts of a manuscript"@en ;
	rdfs:subPropertyOf ecrm:P46_is_composed_of , <http://purl.org/saws/ontology#isRelatedTo> .

<http://purl.org/saws/ontology#hasUsed> a :ObjectProperty ;
	rdfs:label "has used"@en ;
	rdfs:comment """A Person has used (either currently or in the past) the OriginalMaterial in their work.

[nb this will always need a date?]"""@en ;
	rdfs:domain efrbroo:F10_Person ;
	rdfs:range <http://purl.org/saws/ontology#OriginalMaterial> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> ;
	:inverseOf <http://purl.org/saws/ontology#usedBy> .

_:node18pijbbdtx26 rdf:first ecrm:P14i_performed ;
	rdf:rest _:node18pijbbdtx27 .

_:node18pijbbdtx27 rdf:first ecrm:P16_used_specific_object ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#hasUsed> :propertyChainAxiom _:node18pijbbdtx26 .

<http://purl.org/saws/ontology#hasWritten> a :ObjectProperty ;
	rdfs:label "has written"@en ;
	rdfs:comment """A Person has written (or has transcribed) a LinguisticObject.
NB This also includes:
Editor hasWritten Comment
Scribe hasWritten Marginalia"""@en ;
	rdfs:seeAlso """Editor hasMadeComment Comment
Scribe hasAddedMarginalia Marginalia"""@en ;
	rdfs:domain ecrm:E21_Person ;
	rdfs:range ecrm:E33_Linguistic_Object ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> .

_:node18pijbbdtx28 rdf:first ecrm:P14i_performed ;
	rdf:rest _:node18pijbbdtx29 .

_:node18pijbbdtx29 rdf:first ecrm:P94_has_created ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#hasWritten> :propertyChainAxiom _:node18pijbbdtx28 .

<http://purl.org/saws/ontology#isAncestorOf> a :ObjectProperty , :TransitiveProperty ;
	rdfs:label "is ancestor of"@en ;
	rdfs:comment "An ancestor OriginalMaterial is a source material (direct or indirect) for the production of part or all of the descendant OriginalMaterial"@en ;
	:inverseOf <http://purl.org/saws/ontology#hasAncestor> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isInSameFamilyAs> .

_:node18pijbbdtx30 rdf:first <http://purl.org/saws/ontology#isParentOf> ;
	rdf:rest _:node18pijbbdtx31 .

_:node18pijbbdtx31 rdf:first <http://purl.org/saws/ontology#isAncestorOf> ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#isAncestorOf> :propertyChainAxiom _:node18pijbbdtx30 .

<http://purl.org/saws/ontology#isAttributedAuthorOf> a :ObjectProperty ;
	rdfs:label "is attributed author of"@en ;
	rdfs:comment "An author has been attributed as the author of this LinguisticObject (any Linguistic Object except Edition)"@en ;
	rdfs:domain <http://purl.org/saws/ontology#AttributedAuthor> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#hasWritten> .

_:node18pijbbdtx32 a :Class .

_:node18pijbbdtx33 rdf:first ecrm:E33_Linguistic_Object ;
	rdf:rest _:node18pijbbdtx34 .

_:node18pijbbdtx35 a :Class ;
	:complementOf <http://purl.org/saws/ontology#Edition> .

_:node18pijbbdtx34 rdf:first _:node18pijbbdtx35 ;
	rdf:rest rdf:nil .

_:node18pijbbdtx32 :intersectionOf _:node18pijbbdtx33 .

<http://purl.org/saws/ontology#isAttributedAuthorOf> rdfs:range _:node18pijbbdtx32 .

<http://purl.org/saws/ontology#isAttributedToAuthor> a :ObjectProperty ;
	rdfs:label "is attributed to author"@en ;
	rdfs:comment "A LinguisticObject (except Edition) is attributed to this AttributedAuthor"@en ;
	rdfs:range <http://purl.org/saws/ontology#AttributedAuthor> ;
	:inverseOf <http://purl.org/saws/ontology#isAttributedAuthorOf> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isWrittenBy> .

_:node18pijbbdtx36 a :Class .

_:node18pijbbdtx37 rdf:first ecrm:E33_Linguistic_Object ;
	rdf:rest _:node18pijbbdtx38 .

_:node18pijbbdtx39 a :Class ;
	:complementOf <http://purl.org/saws/ontology#Edition> .

_:node18pijbbdtx38 rdf:first _:node18pijbbdtx39 ;
	rdf:rest rdf:nil .

_:node18pijbbdtx36 :intersectionOf _:node18pijbbdtx37 .

<http://purl.org/saws/ontology#isAttributedToAuthor> rdfs:domain _:node18pijbbdtx36 .

<http://purl.org/saws/ontology#isBasedOn> a :ObjectProperty ;
	rdfs:label "is based on"@en ;
	rdfs:comment "An edition is based upon one or more textual materials (manuscripts, collections etc). One <relation> per each textual material)"@en ;
	rdfs:range ecrm:E33_Linguistic_Object ;
	rdfs:domain <http://purl.org/saws/ontology#Edition> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> ;
	:inverseOf <http://purl.org/saws/ontology#isSourceFor> .

<http://purl.org/saws/ontology#isBySameScribeAs> a :ObjectProperty , :SymmetricProperty , :TransitiveProperty ;
	rdfs:label "is by same scribe as"@en ;
	rdfs:seeAlso """Person hasWritten LinguisticObject
LinguisticObject isWrittenBy Person

PhysicalManuscript/ReconstructedManuscript/ManuscriptPart isFromSamePlaceAs PhysicalManuscript/ReconstructedManuscript/ManuscriptPart"""@en ;
	rdfs:comment "The two manuscripts (or parts of the manuscripts) have been copied/produced by the same Person"@en ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> .

_:node18pijbbdtx40 a :Class .

_:node18pijbbdtx41 rdf:first <http://purl.org/saws/ontology#ManuscriptPart> ;
	rdf:rest _:node18pijbbdtx42 .

_:node18pijbbdtx42 rdf:first <http://purl.org/saws/ontology#PhysicalManuscript> ;
	rdf:rest _:node18pijbbdtx43 .

_:node18pijbbdtx43 rdf:first <http://purl.org/saws/ontology#ReconstructedManuscript> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx40 :unionOf _:node18pijbbdtx41 .

<http://purl.org/saws/ontology#isBySameScribeAs> rdfs:range _:node18pijbbdtx40 .

_:node18pijbbdtx44 a :Class .

_:node18pijbbdtx45 rdf:first <http://purl.org/saws/ontology#ManuscriptPart> ;
	rdf:rest _:node18pijbbdtx46 .

_:node18pijbbdtx46 rdf:first <http://purl.org/saws/ontology#PhysicalManuscript> ;
	rdf:rest _:node18pijbbdtx47 .

_:node18pijbbdtx47 rdf:first <http://purl.org/saws/ontology#ReconstructedManuscript> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx44 :unionOf _:node18pijbbdtx45 .

<http://purl.org/saws/ontology#isBySameScribeAs> rdfs:domain _:node18pijbbdtx44 .

<http://purl.org/saws/ontology#isChildOf> a :ObjectProperty ;
	rdfs:label "is child of"@en ;
	rdfs:comment "The parent OriginalMaterial is a direct source for the production of part or all of the child OriginalMaterial"@en ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isDescendantOf> .

<http://purl.org/saws/ontology#isCloseRenderingOf> a :ObjectProperty ;
	rdfs:label "is close rendering of"@en ;
	rdfs:comment """From one dialect or genre into another. This property specifies the source and target LinguisticObject involved (respectively) when rendering one LinguisticObject instance to express it in a related but different way (not necessarily in a different Language), resulting in a new LinguisticObject e.g. poetry into prose, or from one dialect to another, or a paraphrase being made.  This property indicates that the new LinguisticObject is a close rendering of the original LinguisticObject.

For comparing between text of the same language, or comparing between different languages where the direction of translation is unknown or indirect"""@en ;
	rdfs:seeAlso "isLooseRenderingOf"@en ;
	rdfs:range ecrm:E33_Linguistic_Object ;
	rdfs:domain ecrm:E33_Linguistic_Object ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isVariantOf> .

<http://purl.org/saws/ontology#isCloseTranslationOf> a :AsymmetricProperty , :ObjectProperty ;
	rdfs:label "is close translation of"@en ;
	rdfs:comment """A LinguisticObject is related to another LinguisticObject in that it conveys the same ideas, but is expressed in a different language (FRBRoo: an Expression of the same Work in a different Language). This property indicates that the translated text is a close interpretation of the original text 

For comparing between different languages (where a translation act is known to have taken place directly between those documents, in a particular direction)"""@en ;
	rdfs:seeAlso """isLooseTranslationOf
isCloseRenderingOf"""@en ;
	rdfs:range ecrm:E33_Linguistic_Object ;
	rdfs:domain ecrm:E33_Linguistic_Object ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isDirectTranslationOf> .

<http://purl.org/saws/ontology#isCommentOn> a :ObjectProperty ;
	rdfs:label "is comment on"@en ;
	rdfs:comment "To indicate that an editorial Comment is being made about something"@en ;
	rdfs:range ecrm:E1_CRM_Entity ;
	rdfs:domain <http://purl.org/saws/ontology#Comment> ;
	:inverseOf <http://purl.org/saws/ontology#hasComment> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#refersTo> .

<http://purl.org/saws/ontology#isComponentOf> a :ObjectProperty ;
	rdfs:range efrbroo:F2_Expression ;
	rdfs:domain efrbroo:F2_Expression ;
	rdfs:subPropertyOf efrbroo:R5i_is_component_of ;
	:inverseOf <http://purl.org/saws/ontology#hasComponent> .

<http://purl.org/saws/ontology#isCopiedBy> a :ObjectProperty ;
	rdfs:label "is copied by"@en ;
	rdfs:comment "A LinguisticObject (except Edition) is copied by this Scribe"@en ;
	rdfs:range <http://purl.org/saws/ontology#Scribe> ;
	:inverseOf <http://purl.org/saws/ontology#isCopierOf> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isWrittenBy> .

_:node18pijbbdtx48 a :Class .

_:node18pijbbdtx49 rdf:first ecrm:E33_Linguistic_Object ;
	rdf:rest _:node18pijbbdtx50 .

_:node18pijbbdtx51 a :Class ;
	:complementOf <http://purl.org/saws/ontology#Edition> .

_:node18pijbbdtx50 rdf:first _:node18pijbbdtx51 ;
	rdf:rest rdf:nil .

_:node18pijbbdtx48 :intersectionOf _:node18pijbbdtx49 .

<http://purl.org/saws/ontology#isCopiedBy> rdfs:domain _:node18pijbbdtx48 .

<http://purl.org/saws/ontology#isCopierOf> a :ObjectProperty ;
	rdfs:label "is copier of"@en ;
	rdfs:comment "A Scribe has written or copied this LinguisticObject (any Linguistic Object except Edition)"@en ;
	rdfs:domain <http://purl.org/saws/ontology#Scribe> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#hasWritten> .

_:node18pijbbdtx52 a :Class .

_:node18pijbbdtx53 rdf:first ecrm:E33_Linguistic_Object ;
	rdf:rest _:node18pijbbdtx54 .

_:node18pijbbdtx55 a :Class ;
	:complementOf <http://purl.org/saws/ontology#Edition> .

_:node18pijbbdtx54 rdf:first _:node18pijbbdtx55 ;
	rdf:rest rdf:nil .

_:node18pijbbdtx52 :intersectionOf _:node18pijbbdtx53 .

<http://purl.org/saws/ontology#isCopierOf> rdfs:range _:node18pijbbdtx52 .

<http://purl.org/saws/ontology#isDescendantOf> a :ObjectProperty , :TransitiveProperty ;
	rdfs:label "is descendant of"@en ;
	rdfs:comment "An ancestor OriginalMaterial is a source material (direct or indirect) for the production of part or all of the descendant OriginalMaterial"@en ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isInSameFamilyAs> .

_:node18pijbbdtx56 rdf:first <http://purl.org/saws/ontology#isChildOf> ;
	rdf:rest _:node18pijbbdtx57 .

_:node18pijbbdtx57 rdf:first <http://purl.org/saws/ontology#isDescendantOf> ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#isDescendantOf> :propertyChainAxiom _:node18pijbbdtx56 .

<http://purl.org/saws/ontology#isDifferentTo> a :ObjectProperty , :SymmetricProperty ;
	rdfs:label "is different to"@en ;
	rdfs:comment "To explicitly say that two things are different from each other"@en .

<http://purl.org/saws/ontology#isDirectTranslationOf> a :AsymmetricProperty , :ObjectProperty ;
	rdfs:label "is direct translation of"@en ;
	rdfs:comment """To indicate that the translator worked directly from an MS or text which we have identified, to produce the target linguistic object. A LinguisticObject is related to another LinguisticObject in that it conveys the same ideas (FRBRoo: Work), but is expressed in a different language (FRBRoo: a different and longer Expression).

For comparing between different languages (where a translation act is known to have taken place directly between those documents, in a particular direction)"""@en ;
	rdfs:seeAlso """isIndirectTranslationOf
isTransliterationOf"""@en ;
	rdfs:range ecrm:E33_Linguistic_Object ;
	rdfs:domain ecrm:E33_Linguistic_Object ;
	rdfs:subPropertyOf ecrm:P73_has_translation ;
	:propertyDisjointWith <http://purl.org/saws/ontology#isIndirectTranslationOf> .

<http://purl.org/saws/ontology#isEditedBy> a :ObjectProperty ;
	rdfs:label "is edited by"@en ;
	rdfs:comment "An Edition is edited by an Editor (someone from the SAWS team or another modern-day scholar)"@en ;
	rdfs:domain <http://purl.org/saws/ontology#Edition> ;
	rdfs:range <http://purl.org/saws/ontology#Editor> ;
	:inverseOf <http://purl.org/saws/ontology#isEditorOf> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isWrittenBy> .

<http://purl.org/saws/ontology#isEditorOf> a :ObjectProperty ;
	rdfs:label "is editor of"@en ;
	rdfs:comment "An Editor (a modern-day scholar, e.g. someone from the SAWS team) has edited an Edition"@en ;
	rdfs:range <http://purl.org/saws/ontology#Edition> ;
	rdfs:domain <http://purl.org/saws/ontology#Editor> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#hasWritten> .

<http://purl.org/saws/ontology#isFromSamePlaceAs> a :ObjectProperty , :SymmetricProperty , :TransitiveProperty ;
	rdfs:label "is from same place as"@en ;
	rdfs:seeAlso """(Place or Institution) isLocationForWritingOf Material
Material isWrittenAt (Place or Institution)

PhysicalManuscript/ReconstructedManuscript/ManuscriptPart isBySameScribeAs  PhysicalManuscript/ReconstructedManuscriptPart"""@en ;
	rdfs:comment "The two manuscripts (or parts of the manuscripts) have been copied/produced in the same Place/Institution"@en ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> .

_:node18pijbbdtx58 rdf:first <http://purl.org/saws/ontology#isWrittenAt> ;
	rdf:rest _:node18pijbbdtx59 .

_:node18pijbbdtx59 rdf:first <http://purl.org/saws/ontology#isLocationForWritingOf> ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#isFromSamePlaceAs> :propertyChainAxiom _:node18pijbbdtx58 .

_:node18pijbbdtx60 a :Class .

_:node18pijbbdtx61 rdf:first <http://purl.org/saws/ontology#ManuscriptPart> ;
	rdf:rest _:node18pijbbdtx62 .

_:node18pijbbdtx62 rdf:first <http://purl.org/saws/ontology#PhysicalManuscript> ;
	rdf:rest _:node18pijbbdtx63 .

_:node18pijbbdtx63 rdf:first <http://purl.org/saws/ontology#ReconstructedManuscript> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx60 :unionOf _:node18pijbbdtx61 .

<http://purl.org/saws/ontology#isFromSamePlaceAs> rdfs:domain _:node18pijbbdtx60 .

_:node18pijbbdtx64 a :Class .

_:node18pijbbdtx65 rdf:first <http://purl.org/saws/ontology#ManuscriptPart> ;
	rdf:rest _:node18pijbbdtx66 .

_:node18pijbbdtx66 rdf:first <http://purl.org/saws/ontology#PhysicalManuscript> ;
	rdf:rest _:node18pijbbdtx67 .

_:node18pijbbdtx67 rdf:first <http://purl.org/saws/ontology#ReconstructedManuscript> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx64 :unionOf _:node18pijbbdtx65 .

<http://purl.org/saws/ontology#isFromSamePlaceAs> rdfs:range _:node18pijbbdtx64 .

<http://purl.org/saws/ontology#isIdentifiedBy> a :ObjectProperty ;
	rdfs:subPropertyOf ecrm:P94i_was_created_by .

_:node18pijbbdtx68 a :Class .

_:node18pijbbdtx69 rdf:first <http://purl.org/saws/ontology#Editor> ;
	rdf:rest _:node18pijbbdtx70 .

_:node18pijbbdtx70 rdf:first <http://purl.org/saws/ontology#Scribe> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx68 :unionOf _:node18pijbbdtx69 .

<http://purl.org/saws/ontology#isIdentifiedBy> rdfs:domain _:node18pijbbdtx68 .

_:node18pijbbdtx71 a :Class .

_:node18pijbbdtx72 rdf:first <http://purl.org/saws/ontology#EditorSection> ;
	rdf:rest _:node18pijbbdtx73 .

_:node18pijbbdtx73 rdf:first <http://purl.org/saws/ontology#ScribeSection> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx71 :unionOf _:node18pijbbdtx72 .

<http://purl.org/saws/ontology#isIdentifiedBy> rdfs:range _:node18pijbbdtx71 .

<http://purl.org/saws/ontology#isInLanguage> a :ObjectProperty ;
	rdfs:label "is in language"@en ;
	rdfs:comment "A LinguisticObject is text in the specified Language"@en ;
	rdfs:domain ecrm:E33_Linguistic_Object ;
	rdfs:range ecrm:E56_Language ;
	rdfs:subPropertyOf ecrm:P72_has_language .

<http://purl.org/saws/ontology#isInSameFamilyAs> a :ObjectProperty , :SymmetricProperty , :TransitiveProperty ;
	rdfs:label "is in same family as"@en ;
	rdfs:comment "Two OriginalMaterials are related by being part of the same Family of Original Materials"@en ;
	rdfs:range <http://purl.org/saws/ontology#OriginalMaterial> ;
	rdfs:domain <http://purl.org/saws/ontology#OriginalMaterial> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> .

_:node18pijbbdtx74 rdf:first <http://purl.org/saws/ontology#isMemberOf> ;
	rdf:rest _:node18pijbbdtx75 .

_:node18pijbbdtx75 rdf:first <http://purl.org/saws/ontology#hasMember> ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#isInSameFamilyAs> :propertyChainAxiom _:node18pijbbdtx74 .

<http://purl.org/saws/ontology#isIndirectTranslationOf> a :ObjectProperty ;
	rdfs:label "is indirect translation of"@en ;
	rdfs:comment """To indicate where the Scribe worked from a lost translation/version or series of translations/versions to produce the target LinguisticObject. This relation should be used when we know that one LinguisticObject is a source of another (in a different language) and we want to assert that one text is not a direct translation from a previous document but where other unknown documents were involved in the process of going from one to another.

For comparing between text of the same language, or comparing between different languages where the direction of translation is unknown or indirect"""@en ;
	rdfs:seeAlso "isDirectTranslationOf"@en ;
	rdfs:domain ecrm:E33_Linguistic_Object ;
	rdfs:range ecrm:E33_Linguistic_Object ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isVariantOf> .

<http://purl.org/saws/ontology#isLocatedAt> a :ObjectProperty , :TransitiveProperty ;
	rdfs:label "is located at"@en ;
	rdfs:comment """A physical thing is (or was) located at a particular location (Place or Locus)

NB Use this relation if you are talking about a physically-existing object being located at a physical place. Use physicallyLocatedAt if you are talking about an abstract linguistic object being found at a particular locus."""@en ;
	rdfs:seeAlso "physicallyLocatedAt"@en ;
	rdfs:domain ecrm:E18_Physical_Thing ;
	rdfs:range ecrm:E53_Place ;
	rdfs:subPropertyOf ecrm:P53_has_former_or_current_location , <http://purl.org/saws/ontology#isRelatedTo> .

<http://purl.org/saws/ontology#isLocationForWritingOf> a :ObjectProperty ;
	rdfs:label "is location for writing of"@en ;
	rdfs:comment "A Place is the location witnessing the writing (or transcription) of a LinguisticObject"@en ;
	rdfs:seeAlso "isLocationOf"@en ;
	rdfs:range ecrm:E33_Linguistic_Object ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> .

_:node18pijbbdtx76 a :Class .

_:node18pijbbdtx77 rdf:first ecrm:E53_Place ;
	rdf:rest _:node18pijbbdtx78 .

_:node18pijbbdtx78 rdf:first <http://purl.org/saws/ontology#Institution> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx76 :unionOf _:node18pijbbdtx77 .

<http://purl.org/saws/ontology#isLocationForWritingOf> rdfs:domain _:node18pijbbdtx76 .

<http://purl.org/saws/ontology#isLocationOf> a :ObjectProperty , :TransitiveProperty ;
	rdfs:label "is location of"@en ;
	rdfs:comment """A particular Place or Locus is (or was) the location of a physical thing.

NB Use this relation if you are talking about the physical location of a physically-existing object. Use physicalLocationOf if you are talking about the physical location for an abstract linguistic object."""@en ;
	rdfs:seeAlso "physicalLocationOf"@en ;
	rdfs:range ecrm:E18_Physical_Thing ;
	rdfs:domain ecrm:E53_Place ;
	rdfs:subPropertyOf ecrm:P53i_is_former_or_current_location_of ;
	:inverseOf <http://purl.org/saws/ontology#isLocatedAt> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> .

<http://purl.org/saws/ontology#isLongerTranslationOf> a :AsymmetricProperty , :ObjectProperty ;
	rdfs:label "is longer translation of"@en ;
	rdfs:comment """A LinguisticObject is an enhanced or expanded copy of another LinguisticObject.

For comparing between different languages (where a translation act is known to have taken place directly between those documents, in a particular direction)"""@en ;
	rdfs:seeAlso "isLongerVersionOf"@en ;
	rdfs:domain ecrm:E33_Linguistic_Object ;
	rdfs:range ecrm:E33_Linguistic_Object ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isDirectTranslationOf> .

<http://purl.org/saws/ontology#isLongerVersionOf> a :ObjectProperty ;
	rdfs:label "is longer version of"@en ;
	rdfs:comment """A LinguisticObject is related to another LinguisticObject in that it conveys the same ideas (FRBRoo: Work), but is expressed in a longer version (FRBRoo: a different and longer Expression) which is an extension of the original text in some way. 

For comparing between text of the same language, or comparing between different languages where the direction of translation is unknown or indirect"""@en ;
	rdfs:domain ecrm:E33_Linguistic_Object ;
	rdfs:range ecrm:E33_Linguistic_Object ;
	:inverseOf <http://purl.org/saws/ontology#isShorterVersionOf> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isVariantOf> .

<http://purl.org/saws/ontology#isLooseRenderingOf> a :ObjectProperty ;
	rdfs:label "is loose rendering of"@en ;
	rdfs:comment """From one dialect or genre into another. This property specifies the source and target LinguisticObject involved (respectively) when rendering one LinguisticObject instance to express it in a related but different way (not necessarily in a different Language), resulting in a new LinguisticObject e.g. poetry into prose, or from one dialect to another, or a paraphrase being made. This property indicates that the new LinguisticObject is a loose rendering of the original LinguisticObject

For comparing between text of the same language, or comparing between different languages where the direction of translation is unknown or indirect"""@en ;
	rdfs:seeAlso "isCloseRenderingOf"@en ;
	rdfs:domain ecrm:E33_Linguistic_Object ;
	rdfs:range ecrm:E33_Linguistic_Object ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isVariantOf> .

<http://purl.org/saws/ontology#isLooseTranslationOf> a :AsymmetricProperty , :ObjectProperty ;
	rdfs:label "is loose translation of"@en ;
	rdfs:comment """A LinguisticObject is related to another LinguisticObject in that it conveys the same ideas (FRBRoo: Work), but is expressed in a different language (FRBRoo: a different and longer Expression). This property indicates that the translated text is a loose interpretation of the original text

For comparing between different languages (where a translation act is known to have taken place directly between those documents, in a particular direction)"""@en ;
	rdfs:seeAlso """isCloseTranslationOf
isLooseRenderingOf"""@en ;
	rdfs:range ecrm:E33_Linguistic_Object ;
	rdfs:domain ecrm:E33_Linguistic_Object ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isDirectTranslationOf> .

<http://purl.org/saws/ontology#isMemberOf> a :ObjectProperty , :ReflexiveProperty , :TransitiveProperty ;
	rdfs:label "is member of"@en ;
	rdfs:comment """We use isMemberOf to indicate:
- An OriginalMaterial is member of a Family of related
OriginalMaterials
- A Person is member of an Institution"""@en ;
	rdfs:seeAlso """dct:isPartOf
efrbroo:R10i_is_member_of
ecrm:P107i_is_current_or_former_member_of"""@en ;
	rdfs:domain ecrm:E1_CRM_Entity ;
	rdfs:range ecrm:E1_CRM_Entity ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> .

<http://purl.org/saws/ontology#isNotPresentIn> a :ObjectProperty ;
	rdfs:label "is not present in"@en ;
	rdfs:comment "To specify that a piece of text is missing from a LinguisticObject, for example if this text appears in a corresponding part of a manuscript from the same Family"@en ;
	rdfs:domain ecrm:E33_Linguistic_Object ;
	rdfs:range ecrm:E33_Linguistic_Object .

<http://purl.org/saws/ontology#isOlderThan> a :ObjectProperty ;
	rdfs:label "is older than"@en ;
	rdfs:comment "A Physical man-made thing (physical manuscript) is older than (i.e. was produced earlier in time than) another specified Physical man-made thing"@en ;
	rdfs:domain ecrm:E24_Physical_Man-Made_Thing ;
	rdfs:range ecrm:E24_Physical_Man-Made_Thing ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> ;
	:inverseOf <http://purl.org/saws/ontology#isYoungerThan> .

_:node18pijbbdtx79 rdf:first ecrm:P108i_was_produced_by ;
	rdf:rest _:node18pijbbdtx80 .

_:node18pijbbdtx80 rdf:first ecrm:P120_occurs_before ;
	rdf:rest _:node18pijbbdtx81 .

_:node18pijbbdtx81 rdf:first ecrm:P108_has_produced ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#isOlderThan> :propertyChainAxiom _:node18pijbbdtx79 .

<http://purl.org/saws/ontology#isParentOf> a :ObjectProperty ;
	rdfs:label "is parent of"@en ;
	rdfs:comment "The parent OriginalMaterial is a direct source for the production of part or all of the child OriginalMaterial"@en ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isAncestorOf> .

<http://purl.org/saws/ontology#isReferencedBy> a :ObjectProperty ;
	rdfs:label "is referenced by"@en ;
	rdfs:comment "This property allows you to say that an object or some text (internal to that document or from an external source) is referred to in the text of a LinguisticObject, e.g. by being described or being alluded to"@en ;
	rdfs:domain ecrm:E1_CRM_Entity ;
	rdfs:range ecrm:E33_Linguistic_Object ;
	rdfs:subPropertyOf ecrm:P67i_is_referred_to_by , <http://purl.org/saws/ontology#isRelatedTo> ;
	:inverseOf <http://purl.org/saws/ontology#refersTo> .

<http://purl.org/saws/ontology#isRelatedTo> a :ObjectProperty , :SymmetricProperty ;
	rdfs:label "is related to"@en ;
	rdfs:comment """Two things are related in some way. This relation may be used
where the details of the link are to be refined at a later date, or where some relation is seen but the annotater cannot be more specific than to indicate that this relationship exists."""@en ;
	rdfs:range ecrm:E33_Linguistic_Object ;
	rdfs:domain ecrm:E33_Linguistic_Object .

<http://purl.org/saws/ontology#isSequentiallySameAs> a :ObjectProperty , :SymmetricProperty , :TransitiveProperty ;
	rdfs:label "is sequentially same as"@en ;
	rdfs:comment "A CollectionInstance or Section has the same sequential structure as another CollectionInstance or Section. N.B. CollectionInstances contain sequences of ordered Sections. Sections contain sequences of ordered ContentItems"@en ;
	rdfs:seeAlso """isSequentiallySimilarTo
isSubSequenceOf"""@en ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> .

_:node18pijbbdtx82 a :Class .

_:node18pijbbdtx83 rdf:first <http://purl.org/saws/ontology#CollectionInstance> ;
	rdf:rest _:node18pijbbdtx84 .

_:node18pijbbdtx84 rdf:first <http://purl.org/saws/ontology#Section> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx82 :unionOf _:node18pijbbdtx83 .

<http://purl.org/saws/ontology#isSequentiallySameAs> rdfs:range _:node18pijbbdtx82 .

_:node18pijbbdtx85 a :Class .

_:node18pijbbdtx86 rdf:first <http://purl.org/saws/ontology#CollectionInstance> ;
	rdf:rest _:node18pijbbdtx87 .

_:node18pijbbdtx87 rdf:first <http://purl.org/saws/ontology#Section> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx85 :unionOf _:node18pijbbdtx86 .

<http://purl.org/saws/ontology#isSequentiallySameAs> rdfs:domain _:node18pijbbdtx85 .

<http://purl.org/saws/ontology#isSequentiallySimilarTo> a :ObjectProperty ;
	rdfs:label "is sequentially similar to"@en ;
	rdfs:comment "A CollectionInstance or Section has a slightly different but related sequential structure to another CollectionInstance or Section. N.B. CollectionInstances contain sequences of ordered Sections. Sections contain sequences of ordered ContentItems"@en ;
	rdfs:seeAlso """isSequentiallySameAs
isSubSequenceOf"""@en ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> .

_:node18pijbbdtx88 a :Class .

_:node18pijbbdtx89 rdf:first <http://purl.org/saws/ontology#CollectionInstance> ;
	rdf:rest _:node18pijbbdtx90 .

_:node18pijbbdtx90 rdf:first <http://purl.org/saws/ontology#Section> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx88 :unionOf _:node18pijbbdtx89 .

<http://purl.org/saws/ontology#isSequentiallySimilarTo> rdfs:domain _:node18pijbbdtx88 .

_:node18pijbbdtx91 a :Class .

_:node18pijbbdtx92 rdf:first <http://purl.org/saws/ontology#CollectionInstance> ;
	rdf:rest _:node18pijbbdtx93 .

_:node18pijbbdtx93 rdf:first <http://purl.org/saws/ontology#Section> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx91 :unionOf _:node18pijbbdtx92 .

<http://purl.org/saws/ontology#isSequentiallySimilarTo> rdfs:range _:node18pijbbdtx91 .

<http://purl.org/saws/ontology#isShorterTranslationOf> a :AsymmetricProperty , :ObjectProperty ;
	rdfs:label "is shorter translation of"@en ;
	rdfs:comment """A LinguisticObject is a condensed copy of another LinguisticObject.

For comparing between different languages (where a translation act is known to have taken place directly between those documents, in a particular direction)"""@en ;
	rdfs:seeAlso "isShorterVersionOf"@en ;
	rdfs:range ecrm:E33_Linguistic_Object ;
	rdfs:domain ecrm:E33_Linguistic_Object ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isDirectTranslationOf> ;
	:inverseOf <http://purl.org/saws/ontology#isLongerTranslationOf> ;
	:propertyDisjointWith <http://purl.org/saws/ontology#isShorterVersionOf> .

<http://purl.org/saws/ontology#isShorterVersionOf> a :ObjectProperty ;
	rdfs:label "is shorter version of"@en ;
	rdfs:comment """A LinguisticObject is related to another LinguisticObject in that it conveys the same ideas (FRBRoo: Work), but is expressed in a more concise version (FRBRoo: a different and shorter Expression)

For comparing between text of the same language, or comparing between different languages where the direction of translation is unknown or indirect"""@en ;
	rdfs:seeAlso "isShorterTranslationOf"@en ;
	rdfs:domain ecrm:E33_Linguistic_Object ;
	rdfs:range ecrm:E33_Linguistic_Object ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isVariantOf> .

<http://purl.org/saws/ontology#isSiblingOf> a :ObjectProperty , :SymmetricProperty ;
	rdfs:comment "The two OriginalMaterials are produced using the same source(s) OriginalMaterial(s) (as indirect or direct source)"@en ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isInSameFamilyAs> .

_:node18pijbbdtx94 rdf:first <http://purl.org/saws/ontology#hasAncestor> ;
	rdf:rest _:node18pijbbdtx95 .

_:node18pijbbdtx95 rdf:first <http://purl.org/saws/ontology#isAncestorOf> ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#isSiblingOf> :propertyChainAxiom _:node18pijbbdtx94 .

<http://purl.org/saws/ontology#isSourceFor> a :ObjectProperty ;
	rdfs:label "is source for"@en ;
	rdfs:comment "A textual material (manuscripts, collections etc) is one of the source documents on which an edition is based. One <relation> per each textual material)"@en ;
	rdfs:domain ecrm:E33_Linguistic_Object ;
	rdfs:range <http://purl.org/saws/ontology#Edition> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> .

<http://purl.org/saws/ontology#isSubSequenceOf> a :ObjectProperty ;
	rdfs:label "is sub sequence of"@en ;
	rdfs:comment "A Section is formed of a sequence of ContentItems that is a subsequence of the sequence of ContentItems in another Section"@en ;
	rdfs:seeAlso """isSequentiallySameAs
isSequentiallySimilarTo"""@en ;
	rdfs:domain <http://purl.org/saws/ontology#Section> ;
	rdfs:range <http://purl.org/saws/ontology#Section> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> .

<http://purl.org/saws/ontology#isTransliterationOf> a :AsymmetricProperty , :ObjectProperty ;
	rdfs:label "is transliteration of"@en ;
	rdfs:comment "A LinguisticObject is a transliteration of another LinguisticObject, i.e. same words but using a different set of characters, e.g. kai isTransliterationOf και "@en ;
	rdfs:seeAlso "isDirectTranslationOf"@en ;
	rdfs:domain ecrm:E33_Linguistic_Object ;
	rdfs:range ecrm:E33_Linguistic_Object ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isDirectTranslationOf> .

<http://purl.org/saws/ontology#isTransmittedBy> a :ObjectProperty ;
	rdfs:label "is transmitted by"@en ;
	rdfs:comment "A LinguisticObject (except Edition) is transmitted by this Transmitter (Person)"@en ;
	rdfs:range <http://purl.org/saws/ontology#Transmitter> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isWrittenBy> .

_:node18pijbbdtx96 a :Class .

_:node18pijbbdtx97 rdf:first ecrm:E33_Linguistic_Object ;
	rdf:rest _:node18pijbbdtx98 .

_:node18pijbbdtx99 a :Class ;
	:complementOf <http://purl.org/saws/ontology#Edition> .

_:node18pijbbdtx98 rdf:first _:node18pijbbdtx99 ;
	rdf:rest rdf:nil .

_:node18pijbbdtx96 :intersectionOf _:node18pijbbdtx97 .

<http://purl.org/saws/ontology#isTransmittedBy> rdfs:domain _:node18pijbbdtx96 .

<http://purl.org/saws/ontology#isTransmitterOf> a :ObjectProperty ;
	rdfs:label "is transmitter of"@en ;
	rdfs:comment "A Transmitter (Person) has transmitted this LinguisticObject (any Linguistic Object except Edition)"@en ;
	rdfs:domain <http://purl.org/saws/ontology#Transmitter> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#hasWritten> ;
	:inverseOf <http://purl.org/saws/ontology#isTransmittedBy> .

_:node18pijbbdtx100 a :Class .

_:node18pijbbdtx101 rdf:first ecrm:E33_Linguistic_Object ;
	rdf:rest _:node18pijbbdtx102 .

_:node18pijbbdtx103 a :Class ;
	:complementOf <http://purl.org/saws/ontology#Edition> .

_:node18pijbbdtx102 rdf:first _:node18pijbbdtx103 ;
	rdf:rest rdf:nil .

_:node18pijbbdtx100 :intersectionOf _:node18pijbbdtx101 .

<http://purl.org/saws/ontology#isTransmitterOf> rdfs:range _:node18pijbbdtx100 .

<http://purl.org/saws/ontology#isTwinOf> a :ObjectProperty , :SymmetricProperty ;
	rdfs:label "is twin of"@en ;
	rdfs:comment "The two OriginalMaterials are produced using the same direct source(s) OriginalMaterial"@en ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isSiblingOf> .

_:node18pijbbdtx104 rdf:first <http://purl.org/saws/ontology#hasParent> ;
	rdf:rest _:node18pijbbdtx105 .

_:node18pijbbdtx105 rdf:first <http://purl.org/saws/ontology#isParentOf> ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#isTwinOf> :propertyChainAxiom _:node18pijbbdtx104 .

<http://purl.org/saws/ontology#isUnrelatedTo> a :ObjectProperty , :SymmetricProperty ;
	rdfs:label "is unrelated to"@en ;
	rdfs:comment """To explicitly say two things are not at all related but are
completely independent of each other"""@en .

<http://purl.org/saws/ontology#isVariantOf> a :ObjectProperty ;
	rdfs:label "is variant of"@en ;
	rdfs:comment """A LinguisticObject is a variant of another LinguisticObject. NB This property is specialised by its subproperties - this is the default option, but more specialised properties should be used where possible. isVariantOf can be used as a placeholder or temporary annotation in a preliminary stage of annotation

For comparing between text of the same language, or comparing between different languages where the direction of translation is unknown or indirect"""@en ;
	rdfs:seeAlso "isVariantTranslationOf"@en ;
	rdfs:range ecrm:E33_Linguistic_Object ;
	rdfs:domain ecrm:E33_Linguistic_Object ;
	rdfs:subPropertyOf ecrm:P130_shows_features_of ;
	:propertyDisjointWith <http://purl.org/saws/ontology#isVariantTranslationOf> .

<http://purl.org/saws/ontology#isVariantTranslationOf> a :AsymmetricProperty , :ObjectProperty ;
	rdfs:label "is variant translation of"@en ;
	rdfs:comment """A LinguisticObject is a slightly modified copy of another LinguisticObject.

For comparing between different languages (where a translation act is known to have taken place directly between those documents, in a particular direction)"""@en ;
	rdfs:seeAlso "isVariant"@en ;
	rdfs:domain ecrm:E33_Linguistic_Object ;
	rdfs:range ecrm:E33_Linguistic_Object ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isDirectTranslationOf> .

<http://purl.org/saws/ontology#isVerbatimOf> a :ObjectProperty ;
	rdfs:label "is verbatim of"@en ;
	rdfs:comment """A LinguisticObject is a verbatim, word-for-word copy of another LinguisticObject.

For comparing between text of the same language, or comparing between different languages where the direction of translation is unknown or indirect"""@en ;
	rdfs:seeAlso "isVerbatimTranslationOf"@en ;
	rdfs:range ecrm:E33_Linguistic_Object ;
	rdfs:domain ecrm:E33_Linguistic_Object ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isVariantOf> ;
	:propertyDisjointWith <http://purl.org/saws/ontology#isVerbatimTranslationOf> .

<http://purl.org/saws/ontology#isVerbatimTranslationOf> a :AsymmetricProperty , :ObjectProperty ;
	rdfs:label "is verbatim translation of"@en ;
	rdfs:comment """A LinguisticObject is a verbatim, word-for-word copy of another LinguisticObject.

For comparing between different languages (where a translation act is known to have taken place directly between those documents, in a particular direction)"""@en ;
	rdfs:seeAlso "isVerbatimOf"@en ;
	rdfs:domain ecrm:E33_Linguistic_Object ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isDirectTranslationOf> .

<http://purl.org/saws/ontology#isWrittenAt> a :ObjectProperty ;
	rdfs:label "is written at"@en ;
	rdfs:comment "A LinguisticObject is written (or transcribed) at a specified Place"@en ;
	rdfs:seeAlso "isLocatedAt"@en ;
	rdfs:domain ecrm:E33_Linguistic_Object ;
	:inverseOf <http://purl.org/saws/ontology#isLocationForWritingOf> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> .

_:node18pijbbdtx106 a :Class .

_:node18pijbbdtx107 rdf:first ecrm:E53_Place ;
	rdf:rest _:node18pijbbdtx108 .

_:node18pijbbdtx108 rdf:first <http://purl.org/saws/ontology#Institution> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx106 :unionOf _:node18pijbbdtx107 .

<http://purl.org/saws/ontology#isWrittenAt> rdfs:range _:node18pijbbdtx106 .

<http://purl.org/saws/ontology#isWrittenBy> a :ObjectProperty ;
	rdfs:label "is written by"@en ;
	rdfs:comment "A LinguisticObject is written (or transcribed) by a specified Person"@en ;
	rdfs:seeAlso """Comment commentMadeBy Editor
Marginalia marginaliaAddedBy Scribe"""@en ;
	rdfs:range ecrm:E21_Person ;
	rdfs:domain ecrm:E33_Linguistic_Object ;
	:inverseOf <http://purl.org/saws/ontology#hasWritten> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> .

_:node18pijbbdtx109 rdf:first ecrm:P94i_was_created_by ;
	rdf:rest _:node18pijbbdtx110 .

_:node18pijbbdtx110 rdf:first ecrm:P14_carried_out_by ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#isWrittenBy> :propertyChainAxiom _:node18pijbbdtx109 .

<http://purl.org/saws/ontology#isYoungerThan> a :ObjectProperty ;
	rdfs:label "is younger than"@en ;
	rdfs:comment "A Physical man-made thing (physical manuscript) is younger than (i.e. was produced later in time than) another specified Physical man-made thing"@en ;
	rdfs:range ecrm:E24_Physical_Man-Made_Thing ;
	rdfs:domain ecrm:E24_Physical_Man-Made_Thing ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> .

_:node18pijbbdtx111 rdf:first ecrm:P108i_was_produced_by ;
	rdf:rest _:node18pijbbdtx112 .

_:node18pijbbdtx112 rdf:first ecrm:P120i_occurs_after ;
	rdf:rest _:node18pijbbdtx113 .

_:node18pijbbdtx113 rdf:first ecrm:P108_has_produced ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#isYoungerThan> :propertyChainAxiom _:node18pijbbdtx111 .

<http://purl.org/saws/ontology#marginaliaAddedBy> a :ObjectProperty ;
	rdfs:label "marginalia added by"@en ;
	rdfs:seeAlso """LinguisticObject isWrittenBy Person
Comment commentMadeBy Editor"""@en ;
	rdfs:comment """Marginalia have been physically added onto the manuscript by a Scribe

NB to represent where a comment has been made by a modern-day scholar/editor, not written onto the manuscript, use: Comment commentMadeBy Editor"""@en ;
	rdfs:domain <http://purl.org/saws/ontology#Marginalia> ;
	rdfs:range <http://purl.org/saws/ontology#Scribe> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> .

_:node18pijbbdtx114 rdf:first ecrm:P94i_was_created_by ;
	rdf:rest _:node18pijbbdtx115 .

_:node18pijbbdtx115 rdf:first ecrm:P14_carried_out_by ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#marginaliaAddedBy> :propertyChainAxiom _:node18pijbbdtx114 .

<http://purl.org/saws/ontology#ownedBy> a :ObjectProperty ;
	rdfs:label "owned by"@en ;
	rdfs:comment """The Material of interest has been owned (in the past or currently) by this particular Person. This would normally be based on a specific statement/mark of ownership.

[nb this will always need a date?]"""@en ;
	rdfs:domain <http://purl.org/saws/ontology#Material> ;
	:inverseOf <http://purl.org/saws/ontology#hasOwned> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> .

_:node18pijbbdtx116 rdf:first ecrm:P128i_is_carried_by ;
	rdf:rest _:node18pijbbdtx117 .

_:node18pijbbdtx117 rdf:first ecrm:P51_has_former_or_current_owner ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#ownedBy> :propertyChainAxiom _:node18pijbbdtx116 .

_:node18pijbbdtx118 a :Class .

_:node18pijbbdtx119 rdf:first efrbroo:F10_Person ;
	rdf:rest _:node18pijbbdtx120 .

_:node18pijbbdtx120 rdf:first <http://purl.org/saws/ontology#Institution> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx118 :unionOf _:node18pijbbdtx119 .

<http://purl.org/saws/ontology#ownedBy> rdfs:range _:node18pijbbdtx118 .

<http://purl.org/saws/ontology#physicalLocationOf> a :ObjectProperty ;
	rdfs:label "physical location of"@en ;
	rdfs:comment """This lets you describe the physical location of the LinguisticObject, e.g. a particular piece of text, or Marginalia, by recording the Locus that the notes are physically written on in a Material. You can describe the Locus (e.g. folio number, or position on the page) in free text, in as much detail as required, if there is no formal way to describe the location of the text/marginalia] 

NB Use this relation if you are talking about the physical location for an abstract linguistic object. Use isLocationOf if you are talking about the physical location of a physically-existing object."""@en ;
	rdfs:seeAlso "isLocationOf"@en ;
	rdfs:range ecrm:E33_Linguistic_Object ;
	rdfs:domain <http://purl.org/saws/ontology#Locus> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> .

_:node18pijbbdtx121 rdf:first <http://purl.org/saws/ontology#isLocationOf> ;
	rdf:rest _:node18pijbbdtx122 .

_:node18pijbbdtx122 rdf:first efrbroo:R18i_was_created_by ;
	rdf:rest _:node18pijbbdtx123 .

_:node18pijbbdtx123 rdf:first efrbroo:R17_created ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#physicalLocationOf> :propertyChainAxiom _:node18pijbbdtx121 .

<http://purl.org/saws/ontology#physicallyLocatedAt> a :ObjectProperty ;
	rdfs:comment """This lets you describe the physical location of the LinguisticObject, e.g. a particular piece of text, or Marginalia, by recording the Locus that the notes are physically written on in a Material. You can describe the Locus (e.g. folio number, or position on the page) in free text, in as much detail as required, if there is no formal way to describe the location of the text/marginalia

NB Use this relation if you are talking about an abstract linguistic object which is to be found at a particular locus. Use isLocatedAt if you are talking about a physically-existing object being located at a physical place."""@en ;
	rdfs:seeAlso "isLocatedAt"@en ;
	rdfs:comment "physically located at"@en ;
	rdfs:domain ecrm:E33_Linguistic_Object ;
	rdfs:range <http://purl.org/saws/ontology#Locus> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> ;
	:inverseOf <http://purl.org/saws/ontology#physicalLocationOf> .

_:node18pijbbdtx124 rdf:first efrbroo:R17i_was_created_by ;
	rdf:rest _:node18pijbbdtx125 .

_:node18pijbbdtx125 rdf:first efrbroo:R18_created ;
	rdf:rest _:node18pijbbdtx126 .

_:node18pijbbdtx126 rdf:first <http://purl.org/saws/ontology#isLocatedAt> ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#physicallyLocatedAt> :propertyChainAxiom _:node18pijbbdtx124 .

<http://purl.org/saws/ontology#precedes> a :ObjectProperty , :TransitiveProperty ;
	rdfs:label "precedes"@en ;
	rdfs:comment "A Section/ContentItem/CollectionInstance comes before another Section/ContentItem/CollectionInstance in the document"@en ;
	:inverseOf <http://purl.org/saws/ontology#follows> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> .

<http://purl.org/saws/ontology#refersTo> a :ObjectProperty ;
	rdfs:label "refers to"@en ;
	rdfs:comment "This property allows you to say that the text of a LinguisticObject makes a reference to (or mentions) some other text or object, either within the text (e.g. as allusion) or external to the text (for external things, please give a URI for that object)"@en ;
	rdfs:range ecrm:E1_CRM_Entity ;
	rdfs:domain ecrm:E33_Linguistic_Object ;
	rdfs:subPropertyOf ecrm:P67_refers_to , <http://purl.org/saws/ontology#isRelatedTo> .

<http://purl.org/saws/ontology#usedBy> a :ObjectProperty ;
	rdfs:label "used by"@en ;
	rdfs:comment """The Original Material of interest has been used by this particular Person in their work.

[nb this will always need a date?]"""@en ;
	rdfs:range efrbroo:F10_Person ;
	rdfs:domain <http://purl.org/saws/ontology#OriginalMaterial> ;
	rdfs:subPropertyOf <http://purl.org/saws/ontology#isRelatedTo> .

_:node18pijbbdtx127 rdf:first ecrm:P16i_was_used_for ;
	rdf:rest _:node18pijbbdtx128 .

_:node18pijbbdtx128 rdf:first ecrm:P14_carried_out_by ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#usedBy> :propertyChainAxiom _:node18pijbbdtx127 .

ecrm:E21_Person rdfs:label "person"@en ;
	rdfs:comment "Note for SAWS: this includes any human being, named or otherwise"@en .

ecrm:E35_Title rdfs:label "title"@en .

ecrm:E53_Place rdfs:label "place"@en .

ecrm:E56_Language rdfs:label "language"@en ;
	rdfs:comment """Note for SAWS: This represents language in which a material is written - this is put in the TEI header. 

NB in the TEI header we should use standards for languages, e.g. the more detailed ISO standards at http://www.loc.gov/standards/iso639-2/ , so use “http://id.loc.gov/vocabulary/iso639-2/grc” for Ancient Greek rather than “Greek”"""@en .

<http://purl.org/saws/ontology#AbstractManuscriptText> a :Class ;
	rdfs:label "abstract manuscript text"@en ;
	rdfs:subClassOf <http://purl.org/saws/ontology#OriginalMaterial> ;
	rdfs:comment "The text that is written in an manuscript"@en .

<http://purl.org/saws/ontology#AttributedAuthor> a :Class ;
	rdfs:label "attributed author"@en ;
	rdfs:subClassOf ecrm:E21_Person ;
	:disjointWith <http://purl.org/saws/ontology#Editor> ;
	rdfs:comment "Person to whom original authorship of a linguistic object is attributed, as the source of that linguistic object"@en .

<http://purl.org/saws/ontology#CollectionInstance> a :Class ;
	rdfs:label "collection instance"@en ;
	rdfs:subClassOf <http://purl.org/saws/ontology#OriginalMaterial> ;
	rdfs:comment "The gnomologium or other compilation/collection on which we are working"@en .

<http://purl.org/saws/ontology#Comment> a :Class ;
	rdfs:label "comment"@en .

_:node18pijbbdtx129 a :Class .

_:node18pijbbdtx130 rdf:first ecrm:E33_Linguistic_Object ;
	rdf:rest _:node18pijbbdtx131 .

_:node18pijbbdtx131 rdf:first efrbroo:F23_Expression_Fragment ;
	rdf:rest rdf:nil .

_:node18pijbbdtx129 :intersectionOf _:node18pijbbdtx130 .

<http://purl.org/saws/ontology#Comment> rdfs:subClassOf _:node18pijbbdtx129 ;
	:disjointWith <http://purl.org/saws/ontology#Marginalia> ;
	rdfs:comment """Comment on a part of the material, usually from the modern editor. 

N.B. The Comment class is for comments on a material that do not physically exist on that material. If a comment has been physically written on a material (usually in the margin), then this should be represented as an instance of Marginalia. """@en .

<http://purl.org/saws/ontology#ContentItem> a :Class ;
	rdfs:label "content item"@en .

_:node18pijbbdtx132 a :Class .

_:node18pijbbdtx133 rdf:first ecrm:E33_Linguistic_Object ;
	rdf:rest _:node18pijbbdtx134 .

_:node18pijbbdtx134 rdf:first efrbroo:F23_Expression_Fragment ;
	rdf:rest rdf:nil .

_:node18pijbbdtx132 :intersectionOf _:node18pijbbdtx133 .

<http://purl.org/saws/ontology#ContentItem> rdfs:subClassOf _:node18pijbbdtx132 ;
	rdfs:comment "A basic unit of interest within the Material: a division of a collection instance/section, for more exact reference than when using a section – this identifies basic units of interest in the material for SAWS (marked in TEI as <seg>)"@en .

<http://purl.org/saws/ontology#DecorativeItem> a :Class ;
	rdfs:label "decorative item"@en ;
	rdfs:subClassOf ecrm:E36_Visual_Item ;
	rdfs:comment "Decorative element (picture, ornamentation, etc) within the material, either meaning-bearing or non meaning-bearing"@en .

<http://purl.org/saws/ontology#Definition> a :Class ;
	rdfs:label "definition"@en ;
	rdfs:subClassOf <http://purl.org/saws/ontology#ContentItem> ;
	rdfs:comment "A content item that is defining a concept or term used in the material"@en .

<http://purl.org/saws/ontology#Edition> a :Class ;
	rdfs:label "edition"@en ;
	rdfs:subClassOf <http://purl.org/saws/ontology#Material> ;
	:disjointWith <http://purl.org/saws/ontology#OriginalMaterial> ;
	rdfs:comment "Any edited material, known or unknown, including texts such as the Bible and Kekaumenos"@en .

<http://purl.org/saws/ontology#Editor> a :Class ;
	rdfs:label "editor"@en ;
	rdfs:subClassOf ecrm:E21_Person ;
	:disjointWith <http://purl.org/saws/ontology#Scribe> , <http://purl.org/saws/ontology#Transmitter> ;
	rdfs:comment "A modern scholar editing material to produce an edition, in the age of printing and beyond"@en .

<http://purl.org/saws/ontology#EditorSection> a :Class ;
	rdfs:label "editor section"@en ;
	rdfs:subClassOf <http://purl.org/saws/ontology#Section> ;
	:disjointWith <http://purl.org/saws/ontology#ScribeSection> ;
	rdfs:comment "Any division within a linguistic object created by an editor, e.g. to make the navigation of the text clearer or to mark a region of interest"@en .

<http://purl.org/saws/ontology#EditorTitle> a :Class ;
	rdfs:label "editor title"@en ;
	rdfs:subClassOf ecrm:E35_Title ;
	:disjointWith <http://purl.org/saws/ontology#ScribeTitle> ;
	rdfs:comment "Indicates a title that was assigned outside the manuscript by an editor"@en .

<http://purl.org/saws/ontology#Epilogue> a :Class ;
	rdfs:label "epilogue"@en ;
	rdfs:subClassOf <http://purl.org/saws/ontology#Section> ;
	:disjointWith <http://purl.org/saws/ontology#Prologue> .

<http://purl.org/saws/ontology#Family> a :Class ;
	rdfs:label "family"@en ;
	rdfs:subClassOf efrbroo:F15_Complex_Work ;
	rdfs:comment "A grouping of related Materials - this is a concept, an interpretation, rather than a physical thing"@en .

<http://purl.org/saws/ontology#HypothesisedInstance> a :Class ;
	rdfs:label "hypothesised instance"@en ;
	rdfs:subClassOf <http://purl.org/saws/ontology#OriginalMaterial> .

_:node18pijbbdtx135 a :Class .

_:node18pijbbdtx136 rdf:first <http://purl.org/saws/ontology#AbstractManuscriptText> ;
	rdf:rest _:node18pijbbdtx137 .

_:node18pijbbdtx137 rdf:first <http://purl.org/saws/ontology#CollectionInstance> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx135 :unionOf _:node18pijbbdtx136 .

<http://purl.org/saws/ontology#HypothesisedInstance> rdfs:subClassOf _:node18pijbbdtx135 ;
	rdfs:comment "The physical instance of an abstract manuscript text or collection instance which we hypothesise may have existed, but which we do not have - it is presumed lost or destroyed"@en .

<http://purl.org/saws/ontology#Institution> a :Class ;
	rdfs:label "institution"@en ;
	rdfs:subClassOf ecrm:E74_Group ;
	rdfs:comment "An Institution can own materials, be located at places, and include persons as members"@en .

<http://purl.org/saws/ontology#Lacuna> a :Class ;
	rdfs:label "lacuna"@en ;
	rdfs:subClassOf ecrm:E53_Place ;
	rdfs:comment "A physical gap in the physical manuscript"@en .

<http://purl.org/saws/ontology#Locus> a :Class ;
	rdfs:label "locus"@en ;
	rdfs:subClassOf ecrm:E53_Place ;
	rdfs:comment "A physical location within a physical manuscript"@en .

<http://purl.org/saws/ontology#ManuscriptPart> a :Class ;
	rdfs:label "manuscript part"@en ;
	rdfs:subClassOf <http://purl.org/saws/ontology#Locus> ;
	rdfs:comment "A physical section of a physical manuscript"@en .

<http://purl.org/saws/ontology#Marginalia> a :Class ;
	rdfs:label "marginalia"@en .

_:node18pijbbdtx138 a :Class .

_:node18pijbbdtx139 rdf:first ecrm:E33_Linguistic_Object ;
	rdf:rest _:node18pijbbdtx140 .

_:node18pijbbdtx140 rdf:first efrbroo:F23_Expression_Fragment ;
	rdf:rest rdf:nil .

_:node18pijbbdtx138 :intersectionOf _:node18pijbbdtx139 .

<http://purl.org/saws/ontology#Marginalia> rdfs:subClassOf _:node18pijbbdtx138 ;
	rdfs:comment """Remark(s) physically written in the margin of the material by a scribe, not necessarily the original scribe. 

N.B. If a comment has been physically written on a material (usually in the margin), then this should be represented as an instance of Marginalia. The Comment class is for comments on a material that don’t physically exist on that material"""@en .

<http://purl.org/saws/ontology#Material> a :Class ;
	rdfs:label "material"@en .

_:node18pijbbdtx141 a :Class .

_:node18pijbbdtx142 rdf:first ecrm:E33_Linguistic_Object ;
	rdf:rest _:node18pijbbdtx143 .

_:node18pijbbdtx143 rdf:first efrbroo:F22_Self-Contained_Expression ;
	rdf:rest rdf:nil .

_:node18pijbbdtx141 :intersectionOf _:node18pijbbdtx142 .

<http://purl.org/saws/ontology#Material> rdfs:subClassOf _:node18pijbbdtx141 ;
	rdfs:comment "Any of the texts we are working on in SAWS or that we are referring to"@en .

<http://purl.org/saws/ontology#Narrative> a :Class ;
	rdfs:label "narrative"@en ;
	rdfs:subClassOf <http://purl.org/saws/ontology#ContentItem> ;
	rdfs:comment "Narrative text that is not a saying itself, that either stands alone or is the text surrounding or immediately preceding or following the Statement (saying), e.g. 'Aristotle says...', 'The frogs asked for a king.’, ‘Aristotle is a lover of knowledge’"@en .

<http://purl.org/saws/ontology#OriginalMaterial> a :Class ;
	rdfs:label "original material"@en ;
	rdfs:subClassOf <http://purl.org/saws/ontology#Material> ;
	rdfs:comment "A material produced by scribe transcription rather than being edited in modern times"@en .

<http://purl.org/saws/ontology#OtherContentItem> a :Class ;
	rdfs:label "other content item"@en ;
	rdfs:subClassOf <http://purl.org/saws/ontology#ContentItem> ;
	rdfs:comment "A unit of the material within a content item, as identified by the modern editor, which isn’t a narrative, statement, or definition"@en .

<http://purl.org/saws/ontology#PhysicalManuscript> a :Class ;
	rdfs:label "physical manuscript"@en ;
	rdfs:subClassOf efrbroo:F4_Manifestation_Singleton ;
	:disjointWith <http://purl.org/saws/ontology#ReconstructedManuscript> ;
	rdfs:comment "The physical object on which the material we are working on exists"@en .

<http://purl.org/saws/ontology#Prologue> a :Class ;
	rdfs:label "prologue"@en ;
	rdfs:subClassOf <http://purl.org/saws/ontology#Section> .

<http://purl.org/saws/ontology#ReconstructedManuscript> a :Class ;
	rdfs:label "reconstructed manuscript"@en ;
	rdfs:subClassOf efrbroo:F4_Manifestation_Singleton ;
	rdfs:comment "Manuscript whose parts are now distributed as separate manuscript parts, so no longer exists as a whole, but can still be identified"@en .

<http://purl.org/saws/ontology#Scribe> a :Class ;
	rdfs:label "scribe"@en ;
	rdfs:subClassOf ecrm:E21_Person ;
	rdfs:comment "The producer / author / copier of a linguistic object (excluding editions), in the medieval age. The scribe can be named or unnamed"@en .

<http://purl.org/saws/ontology#ScribeSection> a :Class ;
	rdfs:label "scribe section"@en ;
	rdfs:subClassOf <http://purl.org/saws/ontology#Section> ;
	rdfs:comment "Any division within a linguistic object indicated by a scribe"@en .

<http://purl.org/saws/ontology#ScribeTitle> a :Class ;
	rdfs:label "scribe title"@en ;
	rdfs:subClassOf ecrm:E35_Title ;
	rdfs:comment "Indicates a title that was assigned within the manuscript by a scribe"@en .

<http://purl.org/saws/ontology#Section> a :Class ;
	rdfs:label "section"@en .

_:node18pijbbdtx144 a :Class .

_:node18pijbbdtx145 rdf:first ecrm:E33_Linguistic_Object ;
	rdf:rest _:node18pijbbdtx146 .

_:node18pijbbdtx146 rdf:first efrbroo:F22_Self-Contained_Expression ;
	rdf:rest rdf:nil .

_:node18pijbbdtx144 :intersectionOf _:node18pijbbdtx145 .

<http://purl.org/saws/ontology#Section> rdfs:subClassOf _:node18pijbbdtx144 ;
	rdfs:comment "A division of a linguistic object e.g. chapter, verse, for larger-scale reference than when using a content item. These can be nested/numbered"@en .

<http://purl.org/saws/ontology#Statement> a :Class ;
	rdfs:label "statement"@en ;
	rdfs:subClassOf <http://purl.org/saws/ontology#ContentItem> ;
	rdfs:comment "The actual saying, e.g. 'All men are mortal'"@en .

<http://purl.org/saws/ontology#Transmitter> a :Class ;
	rdfs:label "transmitter"@en ;
	rdfs:subClassOf ecrm:E21_Person ;
	rdfs:comment "Person who is described in the text content as having transmitted a content item or other linguistic objects, for example ‘[Transmitter] said that [AttributedAuthor] said … (ContentItem)"@en .

ecrm:E41_Appellation rdfs:label "appellation"@en ;
	rdfs:comment "Note for SAWS: we can use Appellation to state a person’s name or other name of interest e.g. of a church"@en .

ecrm:E39_Actor rdfs:label "actor"@en ;
	rdfs:comment "Note for SAWS: we can use Actor to refer to any living being (not necessarily a person, not necessarily still alive) who is identified/named/referred to within a linguistic object, though we may wish to use a more specific class such as Person, AttributedAuthor, Scribe etc."@en .

ecrm:E51_Contact_Point rdfs:label "contact point"@en .

_:node18pijbbdtx147 a :AllDisjointClasses .

_:node18pijbbdtx148 rdf:first <http://purl.org/saws/ontology#Definition> ;
	rdf:rest _:node18pijbbdtx149 .

_:node18pijbbdtx149 rdf:first <http://purl.org/saws/ontology#Narrative> ;
	rdf:rest _:node18pijbbdtx150 .

_:node18pijbbdtx150 rdf:first <http://purl.org/saws/ontology#OtherContentItem> ;
	rdf:rest _:node18pijbbdtx151 .

_:node18pijbbdtx151 rdf:first <http://purl.org/saws/ontology#Statement> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx147 :members _:node18pijbbdtx148 .

_:node18pijbbdtx152 a :AllDisjointProperties .

_:node18pijbbdtx153 rdf:first <http://purl.org/saws/ontology#hasAddedDecoration> ;
	rdf:rest _:node18pijbbdtx154 .

_:node18pijbbdtx154 rdf:first <http://purl.org/saws/ontology#hasAddedMarginalia> ;
	rdf:rest _:node18pijbbdtx155 .

_:node18pijbbdtx155 rdf:first <http://purl.org/saws/ontology#hasMadeComment> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx152 :members _:node18pijbbdtx153 .

_:node18pijbbdtx156 a :AllDisjointProperties .

_:node18pijbbdtx157 rdf:first <http://purl.org/saws/ontology#commentMadeBy> ;
	rdf:rest _:node18pijbbdtx158 .

_:node18pijbbdtx158 rdf:first <http://purl.org/saws/ontology#decorationAddedBy> ;
	rdf:rest _:node18pijbbdtx159 .

_:node18pijbbdtx159 rdf:first <http://purl.org/saws/ontology#marginaliaAddedBy> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx156 :members _:node18pijbbdtx157 .

_:node18pijbbdtx160 rdf:first ecrm:P94i_was_created_by ;
	rdf:rest _:node18pijbbdtx161 .

_:node18pijbbdtx161 rdf:first ecrm:P14_carried_out_by ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#commentMadeBy> :propertyChainAxiom _:node18pijbbdtx160 .

_:node18pijbbdtx162 a :Class .

_:node18pijbbdtx163 rdf:first <http://purl.org/saws/ontology#ManuscriptPart> ;
	rdf:rest _:node18pijbbdtx164 .

_:node18pijbbdtx164 rdf:first <http://purl.org/saws/ontology#PhysicalManuscript> ;
	rdf:rest _:node18pijbbdtx165 .

_:node18pijbbdtx165 rdf:first <http://purl.org/saws/ontology#ReconstructedManuscript> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx162 :unionOf _:node18pijbbdtx163 .

<http://purl.org/saws/ontology#containsTextInLanguage> rdfs:domain _:node18pijbbdtx162 .

_:node18pijbbdtx166 rdf:first ecrm:P128_carries ;
	rdf:rest _:node18pijbbdtx167 .

_:node18pijbbdtx167 rdf:first <http://purl.org/saws/ontology#isInLanguage> ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#containsTextInLanguage> :propertyChainAxiom _:node18pijbbdtx166 .

_:node18pijbbdtx168 rdf:first ecrm:P94i_was_created_by ;
	rdf:rest _:node18pijbbdtx169 .

_:node18pijbbdtx169 rdf:first ecrm:P14_carried_out_by ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#decorationAddedBy> :propertyChainAxiom _:node18pijbbdtx168 .

_:node18pijbbdtx170 rdf:first ecrm:P14i_performed ;
	rdf:rest _:node18pijbbdtx171 .

_:node18pijbbdtx171 rdf:first ecrm:P94_has_created ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#hasAddedDecoration> :propertyChainAxiom _:node18pijbbdtx170 .

_:node18pijbbdtx172 rdf:first ecrm:P14i_performed ;
	rdf:rest _:node18pijbbdtx173 .

_:node18pijbbdtx173 rdf:first ecrm:P94_has_created ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#hasAddedMarginalia> :propertyChainAxiom _:node18pijbbdtx172 .

_:node18pijbbdtx174 rdf:first <http://purl.org/saws/ontology#hasParent> ;
	rdf:rest _:node18pijbbdtx175 .

_:node18pijbbdtx175 rdf:first <http://purl.org/saws/ontology#hasAncestor> ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#hasAncestor> :propertyChainAxiom _:node18pijbbdtx174 .

_:node18pijbbdtx176 rdf:first <http://purl.org/saws/ontology#hasChild> ;
	rdf:rest _:node18pijbbdtx177 .

_:node18pijbbdtx177 rdf:first <http://purl.org/saws/ontology#hasDescendant> ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#hasDescendant> :propertyChainAxiom _:node18pijbbdtx176 .

_:node18pijbbdtx178 rdf:first ecrm:P14i_performed ;
	rdf:rest _:node18pijbbdtx179 .

_:node18pijbbdtx179 rdf:first ecrm:P94_has_created ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#hasMadeComment> :propertyChainAxiom _:node18pijbbdtx178 .

_:node18pijbbdtx180 rdf:first ecrm:P51i_is_former_or_current_owner_of ;
	rdf:rest _:node18pijbbdtx181 .

_:node18pijbbdtx181 rdf:first ecrm:P128_carries ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#hasOwned> :propertyChainAxiom _:node18pijbbdtx180 .

_:node18pijbbdtx182 a :Class .

_:node18pijbbdtx183 rdf:first ecrm:E21_Person ;
	rdf:rest _:node18pijbbdtx184 .

_:node18pijbbdtx184 rdf:first <http://purl.org/saws/ontology#Institution> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx182 :unionOf _:node18pijbbdtx183 .

<http://purl.org/saws/ontology#hasOwned> rdfs:domain _:node18pijbbdtx182 .

_:node18pijbbdtx185 rdf:first ecrm:P14i_performed ;
	rdf:rest _:node18pijbbdtx186 .

_:node18pijbbdtx186 rdf:first ecrm:P16_used_specific_object ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#hasUsed> :propertyChainAxiom _:node18pijbbdtx185 .

_:node18pijbbdtx187 rdf:first ecrm:P14i_performed ;
	rdf:rest _:node18pijbbdtx188 .

_:node18pijbbdtx188 rdf:first ecrm:P94_has_created ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#hasWritten> :propertyChainAxiom _:node18pijbbdtx187 .

_:node18pijbbdtx189 rdf:first <http://purl.org/saws/ontology#isParentOf> ;
	rdf:rest _:node18pijbbdtx190 .

_:node18pijbbdtx190 rdf:first <http://purl.org/saws/ontology#isAncestorOf> ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#isAncestorOf> :propertyChainAxiom _:node18pijbbdtx189 .

_:node18pijbbdtx191 a :Class .

_:node18pijbbdtx192 rdf:first ecrm:E33_Linguistic_Object ;
	rdf:rest _:node18pijbbdtx193 .

_:node18pijbbdtx194 a :Class ;
	:complementOf <http://purl.org/saws/ontology#Edition> .

_:node18pijbbdtx193 rdf:first _:node18pijbbdtx194 ;
	rdf:rest rdf:nil .

_:node18pijbbdtx191 :intersectionOf _:node18pijbbdtx192 .

<http://purl.org/saws/ontology#isAttributedAuthorOf> rdfs:range _:node18pijbbdtx191 .

_:node18pijbbdtx195 a :Class .

_:node18pijbbdtx196 rdf:first ecrm:E33_Linguistic_Object ;
	rdf:rest _:node18pijbbdtx197 .

_:node18pijbbdtx198 a :Class ;
	:complementOf <http://purl.org/saws/ontology#Edition> .

_:node18pijbbdtx197 rdf:first _:node18pijbbdtx198 ;
	rdf:rest rdf:nil .

_:node18pijbbdtx195 :intersectionOf _:node18pijbbdtx196 .

<http://purl.org/saws/ontology#isAttributedToAuthor> rdfs:domain _:node18pijbbdtx195 .

_:node18pijbbdtx199 a :Class .

_:node18pijbbdtx200 rdf:first <http://purl.org/saws/ontology#ManuscriptPart> ;
	rdf:rest _:node18pijbbdtx201 .

_:node18pijbbdtx201 rdf:first <http://purl.org/saws/ontology#PhysicalManuscript> ;
	rdf:rest _:node18pijbbdtx202 .

_:node18pijbbdtx202 rdf:first <http://purl.org/saws/ontology#ReconstructedManuscript> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx199 :unionOf _:node18pijbbdtx200 .

<http://purl.org/saws/ontology#isBySameScribeAs> rdfs:range _:node18pijbbdtx199 .

_:node18pijbbdtx203 a :Class .

_:node18pijbbdtx204 rdf:first <http://purl.org/saws/ontology#ManuscriptPart> ;
	rdf:rest _:node18pijbbdtx205 .

_:node18pijbbdtx205 rdf:first <http://purl.org/saws/ontology#PhysicalManuscript> ;
	rdf:rest _:node18pijbbdtx206 .

_:node18pijbbdtx206 rdf:first <http://purl.org/saws/ontology#ReconstructedManuscript> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx203 :unionOf _:node18pijbbdtx204 .

<http://purl.org/saws/ontology#isBySameScribeAs> rdfs:domain _:node18pijbbdtx203 .

_:node18pijbbdtx207 a :Class .

_:node18pijbbdtx208 rdf:first ecrm:E33_Linguistic_Object ;
	rdf:rest _:node18pijbbdtx209 .

_:node18pijbbdtx210 a :Class ;
	:complementOf <http://purl.org/saws/ontology#Edition> .

_:node18pijbbdtx209 rdf:first _:node18pijbbdtx210 ;
	rdf:rest rdf:nil .

_:node18pijbbdtx207 :intersectionOf _:node18pijbbdtx208 .

<http://purl.org/saws/ontology#isCopiedBy> rdfs:domain _:node18pijbbdtx207 .

_:node18pijbbdtx211 a :Class .

_:node18pijbbdtx212 rdf:first ecrm:E33_Linguistic_Object ;
	rdf:rest _:node18pijbbdtx213 .

_:node18pijbbdtx214 a :Class ;
	:complementOf <http://purl.org/saws/ontology#Edition> .

_:node18pijbbdtx213 rdf:first _:node18pijbbdtx214 ;
	rdf:rest rdf:nil .

_:node18pijbbdtx211 :intersectionOf _:node18pijbbdtx212 .

<http://purl.org/saws/ontology#isCopierOf> rdfs:range _:node18pijbbdtx211 .

_:node18pijbbdtx215 rdf:first <http://purl.org/saws/ontology#isChildOf> ;
	rdf:rest _:node18pijbbdtx216 .

_:node18pijbbdtx216 rdf:first <http://purl.org/saws/ontology#isDescendantOf> ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#isDescendantOf> :propertyChainAxiom _:node18pijbbdtx215 .

_:node18pijbbdtx217 rdf:first <http://purl.org/saws/ontology#isWrittenAt> ;
	rdf:rest _:node18pijbbdtx218 .

_:node18pijbbdtx218 rdf:first <http://purl.org/saws/ontology#isLocationForWritingOf> ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#isFromSamePlaceAs> :propertyChainAxiom _:node18pijbbdtx217 .

_:node18pijbbdtx219 a :Class .

_:node18pijbbdtx220 rdf:first <http://purl.org/saws/ontology#ManuscriptPart> ;
	rdf:rest _:node18pijbbdtx221 .

_:node18pijbbdtx221 rdf:first <http://purl.org/saws/ontology#PhysicalManuscript> ;
	rdf:rest _:node18pijbbdtx222 .

_:node18pijbbdtx222 rdf:first <http://purl.org/saws/ontology#ReconstructedManuscript> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx219 :unionOf _:node18pijbbdtx220 .

<http://purl.org/saws/ontology#isFromSamePlaceAs> rdfs:domain _:node18pijbbdtx219 .

_:node18pijbbdtx223 a :Class .

_:node18pijbbdtx224 rdf:first <http://purl.org/saws/ontology#ManuscriptPart> ;
	rdf:rest _:node18pijbbdtx225 .

_:node18pijbbdtx225 rdf:first <http://purl.org/saws/ontology#PhysicalManuscript> ;
	rdf:rest _:node18pijbbdtx226 .

_:node18pijbbdtx226 rdf:first <http://purl.org/saws/ontology#ReconstructedManuscript> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx223 :unionOf _:node18pijbbdtx224 .

<http://purl.org/saws/ontology#isFromSamePlaceAs> rdfs:range _:node18pijbbdtx223 .

_:node18pijbbdtx227 a :Class .

_:node18pijbbdtx228 rdf:first <http://purl.org/saws/ontology#Editor> ;
	rdf:rest _:node18pijbbdtx229 .

_:node18pijbbdtx229 rdf:first <http://purl.org/saws/ontology#Scribe> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx227 :unionOf _:node18pijbbdtx228 .

<http://purl.org/saws/ontology#isIdentifiedBy> rdfs:domain _:node18pijbbdtx227 .

_:node18pijbbdtx230 a :Class .

_:node18pijbbdtx231 rdf:first <http://purl.org/saws/ontology#EditorSection> ;
	rdf:rest _:node18pijbbdtx232 .

_:node18pijbbdtx232 rdf:first <http://purl.org/saws/ontology#ScribeSection> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx230 :unionOf _:node18pijbbdtx231 .

<http://purl.org/saws/ontology#isIdentifiedBy> rdfs:range _:node18pijbbdtx230 .

_:node18pijbbdtx233 rdf:first <http://purl.org/saws/ontology#isMemberOf> ;
	rdf:rest _:node18pijbbdtx234 .

_:node18pijbbdtx234 rdf:first <http://purl.org/saws/ontology#hasMember> ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#isInSameFamilyAs> :propertyChainAxiom _:node18pijbbdtx233 .

_:node18pijbbdtx235 a :Class .

_:node18pijbbdtx236 rdf:first ecrm:E53_Place ;
	rdf:rest _:node18pijbbdtx237 .

_:node18pijbbdtx237 rdf:first <http://purl.org/saws/ontology#Institution> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx235 :unionOf _:node18pijbbdtx236 .

<http://purl.org/saws/ontology#isLocationForWritingOf> rdfs:domain _:node18pijbbdtx235 .

_:node18pijbbdtx238 rdf:first ecrm:P108i_was_produced_by ;
	rdf:rest _:node18pijbbdtx239 .

_:node18pijbbdtx239 rdf:first ecrm:P120_occurs_before ;
	rdf:rest _:node18pijbbdtx240 .

_:node18pijbbdtx240 rdf:first ecrm:P108_has_produced ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#isOlderThan> :propertyChainAxiom _:node18pijbbdtx238 .

_:node18pijbbdtx241 a :Class .

_:node18pijbbdtx242 rdf:first <http://purl.org/saws/ontology#CollectionInstance> ;
	rdf:rest _:node18pijbbdtx243 .

_:node18pijbbdtx243 rdf:first <http://purl.org/saws/ontology#Section> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx241 :unionOf _:node18pijbbdtx242 .

<http://purl.org/saws/ontology#isSequentiallySameAs> rdfs:range _:node18pijbbdtx241 .

_:node18pijbbdtx244 a :Class .

_:node18pijbbdtx245 rdf:first <http://purl.org/saws/ontology#CollectionInstance> ;
	rdf:rest _:node18pijbbdtx246 .

_:node18pijbbdtx246 rdf:first <http://purl.org/saws/ontology#Section> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx244 :unionOf _:node18pijbbdtx245 .

<http://purl.org/saws/ontology#isSequentiallySameAs> rdfs:domain _:node18pijbbdtx244 .

_:node18pijbbdtx247 a :Class .

_:node18pijbbdtx248 rdf:first <http://purl.org/saws/ontology#CollectionInstance> ;
	rdf:rest _:node18pijbbdtx249 .

_:node18pijbbdtx249 rdf:first <http://purl.org/saws/ontology#Section> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx247 :unionOf _:node18pijbbdtx248 .

<http://purl.org/saws/ontology#isSequentiallySimilarTo> rdfs:domain _:node18pijbbdtx247 .

_:node18pijbbdtx250 a :Class .

_:node18pijbbdtx251 rdf:first <http://purl.org/saws/ontology#CollectionInstance> ;
	rdf:rest _:node18pijbbdtx252 .

_:node18pijbbdtx252 rdf:first <http://purl.org/saws/ontology#Section> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx250 :unionOf _:node18pijbbdtx251 .

<http://purl.org/saws/ontology#isSequentiallySimilarTo> rdfs:range _:node18pijbbdtx250 .

_:node18pijbbdtx253 rdf:first <http://purl.org/saws/ontology#hasAncestor> ;
	rdf:rest _:node18pijbbdtx254 .

_:node18pijbbdtx254 rdf:first <http://purl.org/saws/ontology#isAncestorOf> ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#isSiblingOf> :propertyChainAxiom _:node18pijbbdtx253 .

_:node18pijbbdtx255 a :Class .

_:node18pijbbdtx256 rdf:first ecrm:E33_Linguistic_Object ;
	rdf:rest _:node18pijbbdtx257 .

_:node18pijbbdtx258 a :Class ;
	:complementOf <http://purl.org/saws/ontology#Edition> .

_:node18pijbbdtx257 rdf:first _:node18pijbbdtx258 ;
	rdf:rest rdf:nil .

_:node18pijbbdtx255 :intersectionOf _:node18pijbbdtx256 .

<http://purl.org/saws/ontology#isTransmittedBy> rdfs:domain _:node18pijbbdtx255 .

_:node18pijbbdtx259 a :Class .

_:node18pijbbdtx260 rdf:first ecrm:E33_Linguistic_Object ;
	rdf:rest _:node18pijbbdtx261 .

_:node18pijbbdtx262 a :Class ;
	:complementOf <http://purl.org/saws/ontology#Edition> .

_:node18pijbbdtx261 rdf:first _:node18pijbbdtx262 ;
	rdf:rest rdf:nil .

_:node18pijbbdtx259 :intersectionOf _:node18pijbbdtx260 .

<http://purl.org/saws/ontology#isTransmitterOf> rdfs:range _:node18pijbbdtx259 .

_:node18pijbbdtx263 rdf:first <http://purl.org/saws/ontology#hasParent> ;
	rdf:rest _:node18pijbbdtx264 .

_:node18pijbbdtx264 rdf:first <http://purl.org/saws/ontology#isParentOf> ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#isTwinOf> :propertyChainAxiom _:node18pijbbdtx263 .

_:node18pijbbdtx265 a :Class .

_:node18pijbbdtx266 rdf:first ecrm:E53_Place ;
	rdf:rest _:node18pijbbdtx267 .

_:node18pijbbdtx267 rdf:first <http://purl.org/saws/ontology#Institution> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx265 :unionOf _:node18pijbbdtx266 .

<http://purl.org/saws/ontology#isWrittenAt> rdfs:range _:node18pijbbdtx265 .

_:node18pijbbdtx268 rdf:first ecrm:P94i_was_created_by ;
	rdf:rest _:node18pijbbdtx269 .

_:node18pijbbdtx269 rdf:first ecrm:P14_carried_out_by ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#isWrittenBy> :propertyChainAxiom _:node18pijbbdtx268 .

_:node18pijbbdtx270 rdf:first ecrm:P108i_was_produced_by ;
	rdf:rest _:node18pijbbdtx271 .

_:node18pijbbdtx271 rdf:first ecrm:P120i_occurs_after ;
	rdf:rest _:node18pijbbdtx272 .

_:node18pijbbdtx272 rdf:first ecrm:P108_has_produced ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#isYoungerThan> :propertyChainAxiom _:node18pijbbdtx270 .

_:node18pijbbdtx273 rdf:first ecrm:P94i_was_created_by ;
	rdf:rest _:node18pijbbdtx274 .

_:node18pijbbdtx274 rdf:first ecrm:P14_carried_out_by ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#marginaliaAddedBy> :propertyChainAxiom _:node18pijbbdtx273 .

_:node18pijbbdtx275 rdf:first ecrm:P128i_is_carried_by ;
	rdf:rest _:node18pijbbdtx276 .

_:node18pijbbdtx276 rdf:first ecrm:P51_has_former_or_current_owner ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#ownedBy> :propertyChainAxiom _:node18pijbbdtx275 .

_:node18pijbbdtx277 a :Class .

_:node18pijbbdtx278 rdf:first efrbroo:F10_Person ;
	rdf:rest _:node18pijbbdtx279 .

_:node18pijbbdtx279 rdf:first <http://purl.org/saws/ontology#Institution> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx277 :unionOf _:node18pijbbdtx278 .

<http://purl.org/saws/ontology#ownedBy> rdfs:range _:node18pijbbdtx277 .

_:node18pijbbdtx280 rdf:first <http://purl.org/saws/ontology#isLocationOf> ;
	rdf:rest _:node18pijbbdtx281 .

_:node18pijbbdtx281 rdf:first efrbroo:R18i_was_created_by ;
	rdf:rest _:node18pijbbdtx282 .

_:node18pijbbdtx282 rdf:first efrbroo:R17_created ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#physicalLocationOf> :propertyChainAxiom _:node18pijbbdtx280 .

_:node18pijbbdtx283 rdf:first efrbroo:R17i_was_created_by ;
	rdf:rest _:node18pijbbdtx284 .

_:node18pijbbdtx284 rdf:first efrbroo:R18_created ;
	rdf:rest _:node18pijbbdtx285 .

_:node18pijbbdtx285 rdf:first <http://purl.org/saws/ontology#isLocatedAt> ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#physicallyLocatedAt> :propertyChainAxiom _:node18pijbbdtx283 .

_:node18pijbbdtx286 rdf:first ecrm:P16i_was_used_for ;
	rdf:rest _:node18pijbbdtx287 .

_:node18pijbbdtx287 rdf:first ecrm:P14_carried_out_by ;
	rdf:rest rdf:nil .

<http://purl.org/saws/ontology#usedBy> :propertyChainAxiom _:node18pijbbdtx286 .

_:node18pijbbdtx288 a :Class .

_:node18pijbbdtx289 rdf:first ecrm:E33_Linguistic_Object ;
	rdf:rest _:node18pijbbdtx290 .

_:node18pijbbdtx290 rdf:first efrbroo:F23_Expression_Fragment ;
	rdf:rest rdf:nil .

_:node18pijbbdtx288 :intersectionOf _:node18pijbbdtx289 .

<http://purl.org/saws/ontology#Comment> rdfs:subClassOf _:node18pijbbdtx288 .

_:node18pijbbdtx291 a :Class .

_:node18pijbbdtx292 rdf:first ecrm:E33_Linguistic_Object ;
	rdf:rest _:node18pijbbdtx293 .

_:node18pijbbdtx293 rdf:first efrbroo:F23_Expression_Fragment ;
	rdf:rest rdf:nil .

_:node18pijbbdtx291 :intersectionOf _:node18pijbbdtx292 .

<http://purl.org/saws/ontology#ContentItem> rdfs:subClassOf _:node18pijbbdtx291 .

_:node18pijbbdtx294 a :Class .

_:node18pijbbdtx295 rdf:first <http://purl.org/saws/ontology#AbstractManuscriptText> ;
	rdf:rest _:node18pijbbdtx296 .

_:node18pijbbdtx296 rdf:first <http://purl.org/saws/ontology#CollectionInstance> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx294 :unionOf _:node18pijbbdtx295 .

<http://purl.org/saws/ontology#HypothesisedInstance> rdfs:subClassOf _:node18pijbbdtx294 .

_:node18pijbbdtx297 a :Class .

_:node18pijbbdtx298 rdf:first ecrm:E33_Linguistic_Object ;
	rdf:rest _:node18pijbbdtx299 .

_:node18pijbbdtx299 rdf:first efrbroo:F23_Expression_Fragment ;
	rdf:rest rdf:nil .

_:node18pijbbdtx297 :intersectionOf _:node18pijbbdtx298 .

<http://purl.org/saws/ontology#Marginalia> rdfs:subClassOf _:node18pijbbdtx297 .

_:node18pijbbdtx300 a :Class .

_:node18pijbbdtx301 rdf:first ecrm:E33_Linguistic_Object ;
	rdf:rest _:node18pijbbdtx302 .

_:node18pijbbdtx302 rdf:first efrbroo:F22_Self-Contained_Expression ;
	rdf:rest rdf:nil .

_:node18pijbbdtx300 :intersectionOf _:node18pijbbdtx301 .

<http://purl.org/saws/ontology#Material> rdfs:subClassOf _:node18pijbbdtx300 .

_:node18pijbbdtx303 a :Class .

_:node18pijbbdtx304 rdf:first ecrm:E33_Linguistic_Object ;
	rdf:rest _:node18pijbbdtx305 .

_:node18pijbbdtx305 rdf:first efrbroo:F22_Self-Contained_Expression ;
	rdf:rest rdf:nil .

_:node18pijbbdtx303 :intersectionOf _:node18pijbbdtx304 .

<http://purl.org/saws/ontology#Section> rdfs:subClassOf _:node18pijbbdtx303 .

_:node18pijbbdtx306 a :AllDisjointClasses .

_:node18pijbbdtx307 rdf:first <http://purl.org/saws/ontology#Definition> ;
	rdf:rest _:node18pijbbdtx308 .

_:node18pijbbdtx308 rdf:first <http://purl.org/saws/ontology#Narrative> ;
	rdf:rest _:node18pijbbdtx309 .

_:node18pijbbdtx309 rdf:first <http://purl.org/saws/ontology#OtherContentItem> ;
	rdf:rest _:node18pijbbdtx310 .

_:node18pijbbdtx310 rdf:first <http://purl.org/saws/ontology#Statement> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx306 :members _:node18pijbbdtx307 .

_:node18pijbbdtx311 a :AllDisjointProperties .

_:node18pijbbdtx312 rdf:first <http://purl.org/saws/ontology#hasAddedDecoration> ;
	rdf:rest _:node18pijbbdtx313 .

_:node18pijbbdtx313 rdf:first <http://purl.org/saws/ontology#hasAddedMarginalia> ;
	rdf:rest _:node18pijbbdtx314 .

_:node18pijbbdtx314 rdf:first <http://purl.org/saws/ontology#hasMadeComment> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx311 :members _:node18pijbbdtx312 .

_:node18pijbbdtx315 a :AllDisjointProperties .

_:node18pijbbdtx316 rdf:first <http://purl.org/saws/ontology#commentMadeBy> ;
	rdf:rest _:node18pijbbdtx317 .

_:node18pijbbdtx317 rdf:first <http://purl.org/saws/ontology#decorationAddedBy> ;
	rdf:rest _:node18pijbbdtx318 .

_:node18pijbbdtx318 rdf:first <http://purl.org/saws/ontology#marginaliaAddedBy> ;
	rdf:rest rdf:nil .

_:node18pijbbdtx315 :members _:node18pijbbdtx316 .
