Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ontology/dprod/dprod-ontology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dprod:DataProduct
dprod:DataProductLifecycleStatus
a owl:Class, rdfs:Class ;
dct:description
"The development status of the data product taken from a controlled list (e.g. Ideation, Design, Build, Deploy, Consume)."@en ;
"The development status of the data product taken from a controlled list (e.g. Ideation, Design, Build, Deploy, Consume, Retire)."@en ;
rdfs:comment "The lifecycle of the data product as defined by EDM Council CDMC"@en ;
rdfs:isDefinedBy dprod: ;
rdfs:label "data product lifecycle status" ;
Expand Down
2 changes: 1 addition & 1 deletion ontology/dprod/dprod-shapes.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ dprod-shapes:InformationSensitivityClassificationShape
dprod-shapes:DataProductLifecycleStatusShape
a sh:NodeShape;
rdfs:label "data product lifecycle status shape" ;
dct:description "The development status of the data product taken from a controlled list (e.g. Ideation, Design, Build, Deploy, Consume)."@en ;
dct:description "The development status of the data product taken from a controlled list (e.g. Ideation, Design, Build, Deploy, Consume, Retire)."@en ;
sh:targetClass dprod:DataProductLifecycleStatus;
rdfs:isDefinedBy dprod-shapes:;
.
Expand Down