Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
xristy committed Jan 31, 2018
1 parent c648711 commit 28ec849
Showing 1 changed file with 24 additions and 31 deletions.
55 changes: 24 additions & 31 deletions bdrc.owl
Original file line number Diff line number Diff line change
Expand Up @@ -1782,7 +1782,7 @@ This illustrates that while bdr:P3094 received the :Lineage from bdr:P502 in bot
<!-- http://purl.bdrc.io/ontology/core/lineageFrom -->

<owl:ObjectProperty rdf:about="http://purl.bdrc.io/ontology/core/lineageFrom">
<rdfs:domain rdf:resource="http://purl.bdrc.io/ontology/core/LineageReceived"/>
<rdfs:domain rdf:resource="http://purl.bdrc.io/ontology/core/LineageEvent"/>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
Expand Down Expand Up @@ -1830,7 +1830,7 @@ The object should be restricted to Persons or to Topics that represent a Deity o

<owl:ObjectProperty rdf:about="http://purl.bdrc.io/ontology/core/lineageReceived">
<rdfs:domain rdf:resource="http://purl.bdrc.io/ontology/core/LineageHolder"/>
<rdfs:range rdf:resource="http://purl.bdrc.io/ontology/core/LineageReceived"/>
<rdfs:range rdf:resource="http://purl.bdrc.io/ontology/core/LineageEvent"/>
<rdfs:comment xml:lang="en">Essentially who did the holder receive this :Lineage from</rdfs:comment>
<rdfs:label xml:lang="en">lineage received</rdfs:label>
<rdfs:seeAlso rdf:resource="http://purl.bdrc.io/ontology/core/LineageReceived"/>
Expand All @@ -1853,7 +1853,7 @@ The object should be restricted to Persons or to Topics that represent a Deity o
<!-- http://purl.bdrc.io/ontology/core/lineageSite -->

<owl:ObjectProperty rdf:about="http://purl.bdrc.io/ontology/core/lineageSite">
<rdfs:domain rdf:resource="http://purl.bdrc.io/ontology/core/LineageReceived"/>
<rdfs:domain rdf:resource="http://purl.bdrc.io/ontology/core/LineageEvent"/>
<rdfs:range rdf:resource="http://purl.bdrc.io/ontology/core/Place"/>
<rdfs:comment>where the receiving occurred</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://purl.bdrc.io/ontology/core/LineageReceived"/>
Expand Down Expand Up @@ -4459,15 +4459,7 @@ Types of slices may be identified as subclasses of :EtextSlice, such as :EtextLi
<!-- http://purl.bdrc.io/ontology/core/Event -->

<owl:Class rdf:about="http://purl.bdrc.io/ontology/core/Event">
<rdfs:subClassOf>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.bdrc.io/ontology/core/LineageReceived"/>
<rdf:Description rdf:about="http://purl.bdrc.io/ontology/core/PersonEvent"/>
<rdf:Description rdf:about="http://purl.bdrc.io/ontology/core/PlaceEvent"/>
</owl:unionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:subClassOf rdf:resource="http://purl.bdrc.io/ontology/core/Entity"/>
<rdfs:comment xml:lang="en">Class of all the various event classes in the ontology: PersonEvent, PlaceEvent, LineageReceived, etc</rdfs:comment>
<rdfs:label xml:lang="en">Event</rdfs:label>
</owl:Class>
Expand Down Expand Up @@ -4690,17 +4682,11 @@ Lineage transmissions capture the relationship between lineage holders, sets of



<!-- http://purl.bdrc.io/ontology/core/LineageHolder -->
<!-- http://purl.bdrc.io/ontology/core/LineageEvent -->

<owl:Class rdf:about="http://purl.bdrc.io/ontology/core/LineageHolder">
<rdfs:subClassOf rdf:resource="http://purl.bdrc.io/ontology/core/Facet"/>
<rdfs:comment xml:lang="en">A :LineageHolder describes a :Person or other :Entity (i.e., a deity or mythical being) that was/is considered to be the authoritative transmitter of a :Lineage.

Usually the holder received the :Lineage from some other entity but there is a &quot;first&quot; holder who counts as the original holder of the :Lineage.

A holder may create/author one or more Works concerning the Lineage and these are included with the holder as well as the, usually unique, prior holder of the lineage who transmitted it on to the current holder.

The :LineageReceived records the entity from whom the :Lineage was received, as well as the :Place where the :Lineage was transmitted to the current holder and the circa of the transmission if known.
<owl:Class rdf:about="http://purl.bdrc.io/ontology/core/LineageEvent">
<rdfs:subClassOf rdf:resource="http://purl.bdrc.io/ontology/core/Event"/>
<rdfs:comment xml:lang="en">Each :LineageReceived describes another :LineageHolder from whom the current :LineageHolder received the :Lineage transmission. Typically there is a unique :LineageHolder from whom the :Lineage is received but two or more are possible.

For example,

Expand All @@ -4712,18 +4698,25 @@ bdr:Lwwww a :Lineage ;
[ a :LineageReceived ;
:lineageFrom bdr:Pbbbb ;
:lineageSite bdr:Gdddd ;
:onOrAbout 134u ] ;
:onOrAbout &quot;134u&quot; ] ;
:lineageWork bdr:Wcccc ]</rdfs:comment>
<rdfs:label xml:lang="en">lineage holder</rdfs:label>
<rdfs:label xml:lang="en">Lineage Event</rdfs:label>
<rdfs:seeAlso rdf:resource="http://purl.bdrc.io/ontology/core/LineageHolder"/>
</owl:Class>



<!-- http://purl.bdrc.io/ontology/core/LineageReceived -->
<!-- http://purl.bdrc.io/ontology/core/LineageHolder -->

<owl:Class rdf:about="http://purl.bdrc.io/ontology/core/LineageReceived">
<owl:Class rdf:about="http://purl.bdrc.io/ontology/core/LineageHolder">
<rdfs:subClassOf rdf:resource="http://purl.bdrc.io/ontology/core/Facet"/>
<rdfs:comment xml:lang="en">Each :LineageReceived describes another :LineageHolder from whom the current :LineageHolder received the :Lineage transmission. Typically there is a unique :LineageHolder from whom the :Lineage is received but two or more are possible.
<rdfs:comment xml:lang="en">A :LineageHolder describes a :Person or other :Entity (i.e., a deity or mythical being) that was/is considered to be the authoritative transmitter of a :Lineage.

Usually the holder received the :Lineage from some other entity but there is a &quot;first&quot; holder who counts as the original holder of the :Lineage.

A holder may create/author one or more Works concerning the Lineage and these are included with the holder as well as the, usually unique, prior holder of the lineage who transmitted it on to the current holder.

The :LineageReceived records the entity from whom the :Lineage was received, as well as the :Place where the :Lineage was transmitted to the current holder and the circa of the transmission if known.

For example,

Expand All @@ -4735,9 +4728,9 @@ bdr:Lwwww a :Lineage ;
[ a :LineageReceived ;
:lineageFrom bdr:Pbbbb ;
:lineageSite bdr:Gdddd ;
:onOrAbout &quot;134u&quot; ] ;
:onOrAbout 134u ] ;
:lineageWork bdr:Wcccc ]</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://purl.bdrc.io/ontology/core/LineageHolder"/>
<rdfs:label xml:lang="en">lineage holder</rdfs:label>
</owl:Class>


Expand Down Expand Up @@ -4879,7 +4872,7 @@ Relative pagination uses pagination in the content of the work while absolute co
<!-- http://purl.bdrc.io/ontology/core/PersonEvent -->

<owl:Class rdf:about="http://purl.bdrc.io/ontology/core/PersonEvent">
<rdfs:subClassOf rdf:resource="http://purl.bdrc.io/ontology/core/Facet"/>
<rdfs:subClassOf rdf:resource="http://purl.bdrc.io/ontology/core/Event"/>
<rdfs:comment xml:lang="en">A Person Event describes place, date and other relevant information related to some significant event such as ordination, marriage, birth, death and so on.

The type of event is represented as a subclass of :PersonEvent</rdfs:comment>
Expand Down Expand Up @@ -5155,7 +5148,7 @@ The type of event is represented as a subclass of :PersonEvent</rdfs:comment>
<!-- http://purl.bdrc.io/ontology/core/PlaceEvent -->

<owl:Class rdf:about="http://purl.bdrc.io/ontology/core/PlaceEvent">
<rdfs:subClassOf rdf:resource="http://purl.bdrc.io/ontology/core/Facet"/>
<rdfs:subClassOf rdf:resource="http://purl.bdrc.io/ontology/core/Event"/>
<rdfs:comment xml:lang="en">An event of some type that occurred at the subject Place around some date, involving some Persons and other entities: founding, destruction etc.</rdfs:comment>
<rdfs:label xml:lang="en">Place Event</rdfs:label>
</owl:Class>
Expand Down

0 comments on commit 28ec849

Please sign in to comment.