requires
- CURIE:
gmeow:requires - IRI: https://blackcatinformatics.ca/gmeow/requires
- Category: property
- Defined by:
gmeow:slices/creative-works - Box roles: RBox role (What is this?)
A related resource that is required by the described resource to support its function, delivery, or coherence.
Structure
Property shape: object property; gmeow:CreativeWork -> gmeow:CreativeWork
Practical Pattern
Use gmeow:requires from gmeow:CreativeWork to gmeow:CreativeWork 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.
Flashback
- Source:
slices/extensions/narrative/examples/flashback.ttl - Examples catalog: open in catalog#example-slices-extensions-narrative-examples-flashback
# --- The continuity (story world) — a NarrativeReferenceFrame.
ex:canon a gmeow:NarrativeReferenceFrame ;
rdfs:label "Lighthouse Saga continuity"@en ;
gmeow:frameRealm gmeow:frameRealmNarrative ;
gmeow:hasAxis ex:narrativeOrder ;
gmeow:dimensionCount "1"^^xsd:nonNegativeInteger ;
gmeow:frameKind gmeow:frameKindNarrative ;
gmeow:requiresHost false ;
gmeow:determinacyModel gmeow:determinacyDisputed .
# --- DISCOURSE-time frame: the order of telling, owned by the novel.
ex:discourseFrame a gmeow:NarrativeTimeFrame ;
rdfs:label "telling order of the novel"@en ;
gmeow:narrativeTimeAxis gmeow:axisDiscourseTime ;
gmeow:discourseTimeOf ex:novel ;
gmeow:frameRealm gmeow:frameRealmNarrative ;
gmeow:hasAxis ex:narrativeOrder ;
gmeow:dimensionCount "1"^^xsd:nonNegativeInteger ;
gmeow:frameKind gmeow:frameKindNarrative ;
gmeow:requiresHost false ;
gmeow:determinacyModel gmeow:determinacyDisputed .
Common Companion Terms
Projects To
| Profile | External Targets |
|---|---|
dcterms |
dcterms |
oai_dc |
dc |
External Equivalences
Equivalent or closely aligned targets: dcterms
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:requires |
equivalence | - |
skos:closeMatch | dcterms:requires | gmeow-dublin-core.sssom.tsv; gmeow:eqDcTerms017; confidence 0.8 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:requires |
projection | dcterms |
projects to / = | dcterms:requires | gmeow:mapDctermsRequires; confidence 0.8 |
gmeow:requires |
projection | oai_dc |
projects to / <= | dc:relation | gmeow:mapOaiDcRequires; confidence 0.7; lossy: all relation refinements collapse to dc:relation |
Usage Advice
Use when
- Use when one creative work depends on another to function, be delivered, or remain coherent (the dcterms:requires bridge — a manual that needs its runtime, a score that needs its parts).
Avoid when
- Avoid for derivation lineage (use
gmeow:wasDerivedFromsubproperties), for standards conformance (usegmeow:conformsTo), and for versions (usegmeow:hasVersion).
How to use
- Assert from the dependent work to the required one; read the inverse
gmeow:isRequiredByfor the reverse direction.
Examples
- ex:userGuide
gmeow:requiresex:runtimeLibrary.