Skip to content

Commit

Permalink
Merge pull request #177 from jsheunis/metatype
Browse files Browse the repository at this point in the history
Change `slot_uri` of `dlthing:meta_type` to `rdf:type`
  • Loading branch information
jsheunis authored Sep 20, 2024
2 parents b2fcae8 + f3dc99a commit 8ef7b6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/sdd/unreleased.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ prefixes:
dlco: https://concepts.datalad.org/
dlthing: https://concepts.datalad.org/s/thing/unreleased/
dldist: https://concepts.datalad.org/s/distribution/unreleased/
dlprov: https://concepts.datalad.org/s/prov/unreleased/
dlsdd: https://concepts.datalad.org/s/sdd/unreleased/
dex: https://example.org/ns/ex/terms/
dpv: https://w3id.org/dpv#
Expand All @@ -40,6 +41,7 @@ prefixes:
owl: http://www.w3.org/2002/07/owl#
pav: http://purl.org/pav/
prov: http://www.w3.org/ns/prov#
rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
sio: http://semanticscience.org/resource/
Expand Down
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 8ef7b6c

Please sign in to comment.