Skip to content

Commit

Permalink
change slot_uri of dlthing:meta_type to rdf:type
Browse files Browse the repository at this point in the history
Without this, shacl exported by linkml does not contain any
reference to the types of classes for nodes, i.e. no rdf:type
as predicate, only dlthing:meta_type as predicate. External
applications have no understanding of dlthing:meta_type and want
to query triples in a graph store based on widely used standards
such as rdf:type.
  • Loading branch information
jsheunis committed Aug 1, 2024
1 parent b2fcae8 commit 47c509b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thing/unreleased.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ slots:
range: string

meta_type:
slot_uri: dlthing:meta_type
slot_uri: rdf:type
designates_type: true
description: >-
Type designator of a metadata object for validation and schema structure
Expand Down

0 comments on commit 47c509b

Please sign in to comment.