Skip to content

Commit

Permalink
Update dprod.ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
nvar authored Nov 10, 2023
1 parent b3c5298 commit ed1bd8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ontology/dprod/dprod.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,12 @@ dprod:DatabaseDataService
rdfs:subClassOf dcat:DataService ;
.

dprod:DataProductLifecycle
dprod:DataProductLifecycleStatus
a owl:Class , rdfs:Class, sh:NodeShape;
dc:description "The lifecycle status of the Data Product taken from a control list ( Ideation, Design, Build, Deploy, Consume )."@en ;
rdfs:comment "The lifecycle of the Data Product as defined from EDM Council CDMC"@en ;
rdfs:isDefinedBy dprod:;
rdfs:label "Data Product Lifecycle" ;
rdfs:label "Data Product Lifecycle Status" ;
rdfs:subClassOf dprod:Enumeration;
.

Expand Down

0 comments on commit ed1bd8c

Please sign in to comment.