copyright year
- CURIE:
gmeow:copyrightYear - IRI: https://blackcatinformatics.ca/gmeow/copyrightYear
- Category: property
- Defined by:
gmeow:slices/rights - Box roles: RBox role (What is this?)
The year copyright was asserted (schema:copyrightYear). Typed rdfs:Literal in the TBox to stay OWL 2 DL (xsd:gYear is not an OWL 2 datatype); data carries an xsd:gYear value.
Structure
Property shape: datatype property; gmeow:Copyright -> rdfs:Literal; functional
Practical Pattern
Use gmeow:copyrightYear from gmeow:Copyright to rdfs:Literal when the relationship itself belongs in the native GMEOW graph.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Licensed Dataset
- Source:
slices/core/rights/examples/licensed-dataset.ttl - Examples catalog: open in catalog#example-slices-core-rights-examples-licensed-dataset
# --- Flat copyright fact.
ex:copyright a gmeow:Copyright ;
gmeow:copyrightWork ex:dataset ;
gmeow:copyrightHolder ex:researcher ;
gmeow:copyrightYear "2026"^^xsd:gYear ;
gmeow:copyrightStatus gmeow:copyrightStatusInCopyright .
Common Companion Terms
Projects To
| Profile | External Targets |
|---|---|
dcterms |
dcterms |
schema-org |
schema |
External Equivalences
Equivalent or closely aligned targets: dcterms, schema
Linkages
Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.
Term Equivalences
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:copyrightYear |
equivalence | - |
skos:closeMatch | dcterms:dateCopyrighted | gmeow-rights.sssom.tsv; gmeow:eqRights067; confidence 0.8 |
gmeow:copyrightYear |
equivalence | - |
skos:exactMatch | schema:copyrightYear | gmeow-rights.sssom.tsv; gmeow:eqRights030; confidence 0.9 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:copyrightYear |
projection | dcterms |
projects to / <= | dcterms:dateCopyrighted | gmeow:mapDctermsDateCopyrighted; confidence 0.8 |
gmeow:copyrightYear |
projection | schema-org |
projects to / <= | schema:copyrightYear | gmeow:mapSchemaCopyrightYear; confidence 0.9; lossy: the Copyright relator (holder, notice, status) collapses to a flat schema:copyrightYear edge |
Usage Advice
Use when
- Use to record the year copyright was asserted (schema:copyrightYear) on a
gmeow:Copyrightrelator.
Avoid when
- Avoid using it for a validity window (that is
gmeow:validFrom/gmeow:validUntil) and avoid asserting xsd:gYear in the TBox; it is typed rdfs:Literal here, with the gYear value carried in data.
How to use
- Set
gmeow:copyrightYearonce perCopyright(functional) to a gYear-typed literal in data; pair it withgmeow:copyrightNoticefor the human-readable © line.
Examples
- ex:reportCopyright
gmeow:copyrightYear"2026"^^xsd:gYear.
Published Alignment Graph
Alignments
| Relation | Target |
|---|---|
closeMatch | dcterms:dateCopyrighted |
exactMatch | schema:copyrightYear |