|
774 | 774 | <html:li>2025, May 14th: added a dcat:version to the two skos:ConceptScheme named individuals.</html:li> |
775 | 775 | <html:li>2026, March 30th: added new datatype property rankInTemporalSequence as subproperty of rankInSequence for which the |
776 | 776 | domain was extended to Thing.</html:li> |
| 777 | + <html:li>2026, June 10th: Added the object properties 'hasContentWhichRefersTo' (domain Record or Record Part and range |
| 778 | + Thing) and 'hasOrHadSomeMembersWhoseContentRefersTo' (domain Record Set and range Thing), along with inverses |
| 779 | + 'isOrWasReferredToInContentOf' and 'isOrWasReferredToInContentOfSomeMembersOf' respectively for these, all as |
| 780 | + sub-properties of 'isRelatedTo'. Made additions to the scope note of 'hasOrHadSubject'. |
| 781 | + </html:li> |
777 | 782 | </html:ul> |
778 | 783 | </html:div> |
779 | 784 | </html:div> |
|
3482 | 3487 | <skos:scopeNote xml:lang="en">A common use case would be to connect a photograph of a person (a portrait) and the person |
3483 | 3488 | represented.</skos:scopeNote> |
3484 | 3489 | </owl:ObjectProperty> |
| 3490 | + <!-- https://www.ica.org/standards/RiC/ontology#hasContentWhichRefersTo --> |
| 3491 | + <owl:ObjectProperty rdf:about="https://www.ica.org/standards/RiC/ontology#hasContentWhichRefersTo"> |
| 3492 | + <rdfs:subPropertyOf rdf:resource="https://www.ica.org/standards/RiC/ontology#isRelatedTo"/> |
| 3493 | + <owl:inverseOf rdf:resource="https://www.ica.org/standards/RiC/ontology#isReferredToInContentOf"/> |
| 3494 | + <rdfs:domain> |
| 3495 | + <owl:Class> |
| 3496 | + <owl:unionOf rdf:parseType="Collection"> |
| 3497 | + <rdf:Description rdf:about="https://www.ica.org/standards/RiC/ontology#Record"/> |
| 3498 | + <rdf:Description rdf:about="https://www.ica.org/standards/RiC/ontology#RecordPart"/> |
| 3499 | + </owl:unionOf> |
| 3500 | + </owl:Class> |
| 3501 | + </rdfs:domain> |
| 3502 | + <rdfs:range rdf:resource="https://www.ica.org/standards/RiC/ontology#Thing"/> |
| 3503 | + <rdfs:comment xml:lang="en">Connects a Record or a Record Part to a Thing that its content refers to.</rdfs:comment> |
| 3504 | + <rdfs:isDefinedBy rdf:resource="https://www.ica.org/standards/RiC/ontology"/> |
| 3505 | + <rdfs:label xml:lang="en">has content which refers to</rdfs:label> |
| 3506 | + <skos:changeNote> |
| 3507 | + <rdf:Description> |
| 3508 | + <dc:date>2026-06-10</dc:date> |
| 3509 | + <rdf:value xml:lang="en">Introduced in RiC-O 1.2.</rdf:value> |
| 3510 | + </rdf:Description> |
| 3511 | + </skos:changeNote> |
| 3512 | + <skos:scopeNote xml:lang="en">The reference may be explicit (e.g. a direct quotation or mention) or implicit. The |
| 3513 | + content and reference might be textual, audio, visual, etc. |
| 3514 | + </skos:scopeNote> |
| 3515 | + </owl:ObjectProperty> |
3485 | 3516 | <!-- https://www.ica.org/standards/RiC/ontology#hasContentWhichRepresents --> |
3486 | 3517 | <owl:ObjectProperty rdf:about="https://www.ica.org/standards/RiC/ontology#hasContentWhichRepresents"> |
3487 | 3518 | <rdfs:subPropertyOf rdf:resource="https://www.ica.org/standards/RiC/ontology#hasOrHadSubject"/> |
|
6531 | 6562 | </rdf:Description> |
6532 | 6563 | </skos:changeNote> |
6533 | 6564 | </owl:ObjectProperty> |
| 6565 | + <!-- https://www.ica.org/standards/RiC/ontology#hasOrHadSomeMembersWhoseContentRefersTo --> |
| 6566 | + <owl:ObjectProperty rdf:about="https://www.ica.org/standards/RiC/ontology#hasOrHadSomeMembersWhoseContentRefersTo"> |
| 6567 | + <rdfs:subPropertyOf rdf:resource="https://www.ica.org/standards/RiC/ontology#isRelatedTo"/> |
| 6568 | + <owl:inverseOf rdf:resource="https://www.ica.org/standards/RiC/ontology#isOrWasReferredToInContentOfSomeMembersOf"/> |
| 6569 | + <rdfs:domain rdf:resource="https://www.ica.org/standards/RiC/ontology#RecordSet"/> |
| 6570 | + <rdfs:range rdf:resource="https://www.ica.org/standards/RiC/ontology#Thing"/> |
| 6571 | + <rdfs:comment xml:lang="en">Connects a Record Set and a Thing that is referred to in the content of some of the Records |
| 6572 | + or Record Parts that are or were included in the Record Set.</rdfs:comment> |
| 6573 | + <rdfs:isDefinedBy rdf:resource="https://www.ica.org/standards/RiC/ontology"/> |
| 6574 | + <rdfs:label xml:lang="en">has or had some members whose content refers to</rdfs:label> |
| 6575 | + <skos:changeNote> |
| 6576 | + <rdf:Description> |
| 6577 | + <dc:date>2026-06-10</dc:date> |
| 6578 | + <rdf:value xml:lang="en">Introduced in RiC-O 1.2.</rdf:value> |
| 6579 | + </rdf:Description> |
| 6580 | + </skos:changeNote> |
| 6581 | + <skos:scopeNote xml:lang="en">See the skos:scopeNote for rico:hasContentWhichRefersTo for the scope of 'refers to'.</skos:scopeNote> |
| 6582 | + </owl:ObjectProperty> |
6534 | 6583 | <!-- https://www.ica.org/standards/RiC/ontology#hasOrHadSomeMembersWhoseContentRepresents --> |
6535 | 6584 | <owl:ObjectProperty rdf:about="https://www.ica.org/standards/RiC/ontology#hasOrHadSomeMembersWhoseContentRepresents"> |
6536 | 6585 | <rdfs:subPropertyOf rdf:resource="https://www.ica.org/standards/RiC/ontology#hasOrHadSomeMembersWithSubject"/> |
|
7095 | 7144 | <rdfs:label xml:lang="en">has or had subject</rdfs:label> |
7096 | 7145 | <rdfs:label xml:lang="es">tiene o tenía como materia</rdfs:label> |
7097 | 7146 | <skos:changeNote> |
| 7147 | + <rdf:Description> |
| 7148 | + <dc:date>2026-06-10</dc:date> |
| 7149 | + <rdf:value xml:lang="en">Made additions to skos:scopeNote (RiC-O 1.2).</rdf:value> |
| 7150 | + </rdf:Description> |
| 7151 | + </skos:changeNote> |
7098 | 7152 | <rdf:Description> |
7099 | 7153 | <dc:date>2023-11-12</dc:date> |
7100 | 7154 | <rdf:value xml:lang="en">Aligned with RiC-CM 1.0: updated the skos:scopeNote.</rdf:value> |
|
7119 | 7173 | with RiC-CM 0.2; the name of this property in RiC-O 0.1 was "hasSubject").</rdf:value> |
7120 | 7174 | </rdf:Description> |
7121 | 7175 | </skos:changeNote> |
7122 | | - <skos:scopeNote xml:lang="en">The subject of a Record Set may be affected if the Record Set loses some of the Records.</skos:scopeNote> |
| 7176 | + <skos:scopeNote xml:lang="en"> A Thing may be a subject of a Record Resource in an implicit way. It is within scope that |
| 7177 | + a Thing is only a minor subject of the Record Resource; the sub-property rico:hasOrHadMainSubject can be used to |
| 7178 | + emphasise that a subject is a principal one. We regard a representation of a Thing in a Record or Record Part, e.g. |
| 7179 | + with visual content, as being a subject of it; the sub-property rico:hasContentWhichRepresents can be used in this |
| 7180 | + case. A Thing may be referenced, e.g., mentioned, in a Record or Record Part without being a subject of it; the |
| 7181 | + property rico:hasContentWhichRefersTo can be used in this case. |
| 7182 | + |
| 7183 | + The subject of a Record Set may be affected if the Record Set loses some of the Records. |
| 7184 | + </skos:scopeNote> |
7123 | 7185 | <RiCCMCorrespondingComponent xml:lang="en">RiC-R019 ('has or had subject' relation)</RiCCMCorrespondingComponent> |
7124 | 7186 | </owl:ObjectProperty> |
7125 | 7187 | <!-- https://www.ica.org/standards/RiC/ontology#hasOrHadSubordinate --> |
|
13229 | 13291 | </rdf:Description> |
13230 | 13292 | </skos:changeNote> |
13231 | 13293 | </owl:ObjectProperty> |
| 13294 | + <!-- https://www.ica.org/standards/RiC/ontology#isOrWasReferredToInContentOfSomeMembersOf --> |
| 13295 | + <owl:ObjectProperty rdf:about="https://www.ica.org/standards/RiC/ontology#isOrWasReferredToInContentOfSomeMembersOf"> |
| 13296 | + <rdfs:subPropertyOf rdf:resource="https://www.ica.org/standards/RiC/ontology#isRelatedTo"/> |
| 13297 | + <owl:inverseOf rdf:resource="https://www.ica.org/standards/RiC/ontology#hasOrHadSomeMembersWhoseContentRefersTo"/> |
| 13298 | + <rdfs:domain rdf:resource="https://www.ica.org/standards/RiC/ontology#Thing"/> |
| 13299 | + <rdfs:range rdf:resource="https://www.ica.org/standards/RiC/ontology#RecordSet"/> |
| 13300 | + <rdfs:comment xml:lang="en">Inverse of 'has or had some members whose content refers to' object property.</rdfs:comment> |
| 13301 | + <rdfs:isDefinedBy rdf:resource="https://www.ica.org/standards/RiC/ontology"/> |
| 13302 | + <rdfs:label xml:lang="en">is or was referred to in content of some members of</rdfs:label> |
| 13303 | + <skos:changeNote> |
| 13304 | + <rdf:Description> |
| 13305 | + <dc:date>2026-06-10</dc:date> |
| 13306 | + <rdf:value xml:lang="en">Introduced in RiC-O 1.2.</rdf:value> |
| 13307 | + </rdf:Description> |
| 13308 | + </skos:changeNote> |
| 13309 | + </owl:ObjectProperty> |
13232 | 13310 | <!-- https://www.ica.org/standards/RiC/ontology#isOrWasRegulatedBy --> |
13233 | 13311 | <owl:ObjectProperty rdf:about="https://www.ica.org/standards/RiC/ontology#isOrWasRegulatedBy"> |
13234 | 13312 | <rdfs:subPropertyOf rdf:resource="https://www.ica.org/standards/RiC/ontology#isAssociatedWithRule"/> |
|
14317 | 14395 | </rdf:Description> |
14318 | 14396 | </skos:changeNote> |
14319 | 14397 | </owl:ObjectProperty> |
| 14398 | + <!-- https://www.ica.org/standards/RiC/ontology#isReferredToInContentOf --> |
| 14399 | + <owl:ObjectProperty rdf:about="https://www.ica.org/standards/RiC/ontology#isReferredToInContentOf"> |
| 14400 | + <rdfs:subPropertyOf rdf:resource="https://www.ica.org/standards/RiC/ontology#isRelatedTo"/> |
| 14401 | + <owl:inverseOf rdf:resource="https://www.ica.org/standards/RiC/ontology#hasContentWhichRefersTo"/> |
| 14402 | + <rdfs:domain rdf:resource="https://www.ica.org/standards/RiC/ontology#Thing"/> |
| 14403 | + <rdfs:range> |
| 14404 | + <owl:Class> |
| 14405 | + <owl:unionOf rdf:parseType="Collection"> |
| 14406 | + <rdf:Description rdf:about="https://www.ica.org/standards/RiC/ontology#Record"/> |
| 14407 | + <rdf:Description rdf:about="https://www.ica.org/standards/RiC/ontology#RecordPart"/> |
| 14408 | + </owl:unionOf> |
| 14409 | + </owl:Class> |
| 14410 | + </rdfs:range> |
| 14411 | + <rdfs:comment xml:lang="en">Inverse of 'has content which refers to' object property.</rdfs:comment> |
| 14412 | + <rdfs:isDefinedBy rdf:resource="https://www.ica.org/standards/RiC/ontology"/> |
| 14413 | + <rdfs:label xml:lang="en">is referred to in content of</rdfs:label> |
| 14414 | + <skos:changeNote> |
| 14415 | + <rdf:Description> |
| 14416 | + <dc:date>2026-06-10</dc:date> |
| 14417 | + <rdf:value xml:lang="en">Introduced in RiC-O 1.2.</rdf:value> |
| 14418 | + </rdf:Description> |
| 14419 | + </skos:changeNote> |
| 14420 | + </owl:ObjectProperty> |
14320 | 14421 | <!-- https://www.ica.org/standards/RiC/ontology#isRelatedTo --> |
14321 | 14422 | <owl:ObjectProperty rdf:about="https://www.ica.org/standards/RiC/ontology#isRelatedTo"> |
14322 | 14423 | <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/> |
|
0 commit comments