Skip to content

Commit

Permalink
Merge branch 'main' into Vocabulary
Browse files Browse the repository at this point in the history
  • Loading branch information
elsdvlee authored Dec 3, 2024
2 parents a396969 + ac44c1e commit d47af02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion ontology/documentation/ontology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@
rdfs:isDefinedBy <http://w3id.org/rml/lv/> ;
rdfs:label "Field" .


### http://w3id.org/rml/ForeignKeyAnnotation
<http://w3id.org/rml/ForeignKeyAnnotation> rdf:type owl:Class ;
rdfs:subClassOf <http://w3id.org/rml/InclusionDependencyAnnotation> ;
Expand Down
3 changes: 2 additions & 1 deletion spec/section/fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ A [=field=] (`rml:Field`) MUST have the following additional properties:

| Property | Domain | Range |
|------------------------------|----------------------------------|------------------|
| `rml:fieldName` | `rml:Field` | `xsd:string` |
| `rml:fieldName` | `rml:Field` | `xsd:string` |
| `rml:field` | `rml:LogicalView` or `rml:Field` | `rml:Field` |


### Field parents {#fieldparents}

A [=field=] MUST have a <dfn data-lt="field parent">parent</dfn> that is either a <!-- TODO reference to core, dependent on https://github.com/kg-construct/rml-core/issues/127-->[logical source]() or another [=field=]. The parent relation MUST not contain cycles: it is tree-shaped with a logical source as its root. The transitive parents of a [=field=], i.e., the [=field=]'s parent, the parent of the [=field=]'s parent, etcetera, are fittingly called the [=field=]'s <dfn>ancestors</dfn>.
Expand Down

0 comments on commit d47af02

Please sign in to comment.