# baseURI: http://here.com/workflow/create-ds # imports: http://topbraid.org/teamwork # prefix: create-ds @prefix create-ds: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix sh: . @prefix teamwork: . @prefix ui: . @prefix xsd: . rdf:type owl:Ontology ; owl:imports ; owl:versionInfo "Created with TopBraid Composer" ; . create-ds:AddPrivacySecurityInfo rdf:type teamwork:TagStatus ; teamwork:editable "true"^^xsd:boolean ; teamwork:faIcon "fa-check" ; rdfs:comment "information about privacy and/or security levels of attributes has been added" ; rdfs:label "Privacy and Security Info Added" ; . create-ds:AttributeDetailsAdded rdf:type teamwork:TagStatus ; teamwork:editable "true"^^xsd:boolean ; teamwork:faIcon "fa-check" ; rdfs:comment "detailed information about attribute values has been added" ; rdfs:label "Attribute Details Added" ; . create-ds:SchemaImported rdf:type teamwork:TagStatus ; teamwork:editable "true"^^xsd:boolean ; teamwork:faIcon "fa-upload " ; rdfs:comment "dataset schema has been imported" ; rdfs:label "Schema Imported" ; . teamwork:ApprovalPending teamwork:editable "false"^^xsd:boolean ; . teamwork:CreateDatasetSchemaWorkflowTemplate rdf:type teamwork:TagWorkflowTemplate ; teamwork:editorWorkflowParticipantProperty ; teamwork:editorWorkflowParticipantProperty ; teamwork:initialStatus teamwork:New ; teamwork:managerWorkflowParticipantProperty ; teamwork:transition [ rdf:type teamwork:TagStatusTransition ; teamwork:fromStatus create-ds:AddPrivacySecurityInfo ; teamwork:requiredGovernanceRole ; teamwork:toStatus teamwork:ApprovalPending ; teamwork:transitionLabel "Submit for approval" ; ui:height 100 ; ui:width 200 ; ui:x 630 ; ui:y 200 ; sh:order "3"^^xsd:decimal ; ] ; teamwork:transition [ rdf:type teamwork:TagStatusTransition ; teamwork:fromStatus create-ds:AttributeDetailsAdded ; teamwork:requiredGovernanceRole ; teamwork:toStatus create-ds:AddPrivacySecurityInfo ; teamwork:transitionLabel "Complete privacy and security information" ; ui:height 100 ; ui:width 360 ; ui:x 550 ; ui:y 380 ; sh:order "2"^^xsd:decimal ; ] ; teamwork:transition [ rdf:type teamwork:TagStatusTransition ; teamwork:fromStatus create-ds:SchemaImported ; teamwork:requiredGovernanceRole ; teamwork:toStatus create-ds:AttributeDetailsAdded ; teamwork:transitionLabel "Complete attributes details" ; ui:height 100 ; ui:width 230 ; ui:x 30 ; ui:y 380 ; sh:order "1"^^xsd:decimal ; ] ; teamwork:transition [ rdf:type teamwork:TagStatusTransition ; teamwork:fromStatus teamwork:ApprovalPending ; teamwork:requiredGovernanceRole ; teamwork:toStatus create-ds:SchemaImported ; teamwork:transitionLabel "Request further changes" ; ui:height 100 ; ui:width 200 ; ui:x 270 ; ui:y 150 ; sh:order "4"^^xsd:decimal ; ] ; teamwork:transition [ rdf:type teamwork:TagStatusTransition ; teamwork:fromStatus teamwork:ApprovalPending ; teamwork:requiredGovernanceRole ; teamwork:toStatus teamwork:Committed ; teamwork:transitionLabel "Approve and commit new dataset schema" ; ui:height 100 ; ui:width 320 ; ui:x 570 ; ui:y 20 ; sh:order "6"^^xsd:decimal ; ] ; teamwork:transition [ rdf:type teamwork:TagStatusTransition ; teamwork:fromStatus teamwork:New ; teamwork:requiredProjectPermissionRole teamwork:editor ; teamwork:toStatus create-ds:SchemaImported ; teamwork:transitionLabel "Complete schema import" ; ui:height 100 ; ui:width 200 ; ui:x 45 ; ui:y 200 ; sh:order "0"^^xsd:decimal ; ] ; rdfs:label "Create dataset schema workflow" ; . teamwork:New teamwork:editable "true"^^xsd:boolean ; .